aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* temp fix for #5606Schanzenbach, Martin2019-02-24
|
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* avoid failing hard if 'gnunetcheck' db does not existChristian Grothoff2019-02-24
| | | | (or plugins cannot be loaded for other reasons)
* fix segv on errorChristian Grothoff2019-02-24
|
* resolve www.gnu.org instead of hostname to avoid complications of hostname ↵Christian Grothoff2019-02-24
| | | | as per #5578
* first try raw, unexpanded nameChristian Grothoff2019-02-24
|
* add missing \nChristian Grothoff2019-02-24
|
* ref bugnoteChristian Grothoff2019-02-24
|
* geq redefinition breaks texi2pdf, instead just avoid @geqChristian Grothoff2019-02-24
|
* util: build with external libatomicDaniel Golle2019-02-23
| | | | | | | | | | | | | | Recent versions of gcc on some architectures (MIPS, PPC, ...) moved atomic functions into a separate library. As we are using atomic load/store in util/time.c we may need to link libgnunetutil against libatomic for __atomic_load_8 and __atomic_store_8 to be defined. Fixes build problem on MIPS: ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_store_8' ld: ./.libs/libgnunetutil.so: undefined reference to `__atomic_load_8' collect2: error: ld returned 1 exit status Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* mergeChristian Grothoff2019-02-23
|\
| * attempt fix #5578Schanzenbach, Martin2019-02-23
| |
| * RPS profiler: Log index of peerJulius Bünger2019-02-22
| |
| * RPS: Adapt to coding style (cosmetic only)Julius Bünger2019-02-21
| |
| * RPS: Use #define instead of hardcoded numbersJulius Bünger2019-02-21
| |
| * RPS: Use stp(n)cpy instead of strncat in loopJulius Bünger2019-02-21
| |
| * RPS service: Use peermap only when non-NULLJulius Bünger2019-02-21
| |
| * RPS service: Adapt to coding guidelines (purely cosmetic)Julius Bünger2019-02-21
| |
| * RPS service: Check existence of peer before destructionJulius Bünger2019-02-21
| | | | | | | | | | | | | | | | | | This is only a workaround. What was causing an issue was that, during the removal of a peer (from all datastructures), the peer was also removed from the peer_map, causing the final destruction call to fail. With this workaround the peer is only destroyed if it is still in the peer_map.
| * RPS service: Check if map was already NULLedJulius Bünger2019-02-21
| |
| * RPS service: Get length of buffer, not of stringJulius Bünger2019-02-21
| |
| * noteChristian Grothoff2019-02-21
| |
| * more style fixesChristian Grothoff2019-02-21
| |
| * fix uninit issue: bad use of hash mapChristian Grothoff2019-02-21
| |
| * RPS tests: Provide valgrind loggingJulius Bünger2019-02-20
| |
| * RPS test util: Null out pointer to deleted structureJulius Bünger2019-02-20
| |
| * RPS test util: Improve loggingJulius Bünger2019-02-20
| |
| * RPS test util: Initialise local memoryJulius Bünger2019-02-20
| |
| * fixSchanzenbach, Martin2019-02-20
| |
| * support non GNS redirect URIsSchanzenbach, Martin2019-02-20
| |
| * Merge branch 'master' of git+ssh://gnunet.org/gnunetSchanzenbach, Martin2019-02-20
| |\
| | * fix enable_malicous checkChristian Grothoff2019-02-20
| | |
| | * disable TO_FILE logic, causes assertion failures all the time (NULL filename)Christian Grothoff2019-02-20
| | |
| | * fix #5073Christian Grothoff2019-02-20
| | |
| | * port hashmap fixes to other maps, investigated #4905, clearly no longer ↵Christian Grothoff2019-02-20
| | | | | | | | | | | | possible, closing that one
| | * remove index->insert fallback (#5074)Christian Grothoff2019-02-20
| | |
| | * fix #4244Christian Grothoff2019-02-20
| | |
| | * no rpsChristian Grothoff2019-02-20
| | |
| | * fully de-monkeyChristian Grothoff2019-02-20
| | |
| | * fix build system to actually handle openssl.cnf properlyChristian Grothoff2019-02-20
| | |
| | * fix mistakes which should not have happenedng02019-02-19
| | |
| | * revert sed and fix a typong02019-02-19
| | |
| | * fix typong02019-02-19
| | |
| | * gnunet-gns-proxy-setup-ca: conditionally sed openssl and certutil location,ng02019-02-19
| | | | | | | | | | | | | | | use variable for locations, check for openssl and certutil in configure phase.
| | * disable rps in unrelated testsChristian Grothoff2019-02-19
| | |
| | * on shutdown, also stop reset tasksChristian Grothoff2019-02-19
| | |
| | * more fs cadet interaction fixesChristian Grothoff2019-02-19
| | |
| | * fix grow behavior of hash map for very large mapsChristian Grothoff2019-02-19
| | |
| | * additional santity check for MQ usersChristian Grothoff2019-02-19
| | |