aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* follow-up to Christian's commitng02019-02-24
|
* doc/tutorial: Makefile cosmetic fixes, fit on standard size terminalng02019-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
|
* doc/handbook: Fix #5604ng02019-02-23
|
* update docs moreSchanzenbach, Martin2019-02-23
|
* update docs moreSchanzenbach, Martin2019-02-23
|
* update reclaimID docs a bitSchanzenbach, Martin2019-02-23
|
* 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
|\
| * portability fix.ng02019-02-23
| |
| * configure.ac: make it more portable.ng02019-02-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ===> Creating toolchain wrappers for gnunet-0.11.0pre66 ===> Configuring for gnunet-0.11.0pre66 => Modifying GNU configure scripts to avoid --recheck => Replacing config-guess with pkgsrc versions => Replacing config-sub with pkgsrc versions => Replacing install-sh with pkgsrc version => Checking for portability problems in extracted files ERROR: [check-portability.awk] => Found test ... == ...: ERROR: [check-portability.awk] configure: if test "x$enable_autostart" == "xno" Explanation: =========================================================================== The "test" command, as well as the "[" command, are not required to know the "==" operator. Only a few implementations like bash and some versions of ksh support it. When you run "test foo == foo" on a platform that does not support the "==" operator, the result will be "false" instead of "true". This can lead to unexpected behavior. There are two ways to fix this error message. If the file that contains the "test ==" is needed for building the package, you should create a patch for it, replacing the "==" operator with "=". If the file is not needed, add its name to the CHECK_PORTABILITY_SKIP variable in the package Makefile. =========================================================================== *** Error code 1 Stop. make[1]: stopped in /usr/pkgsrc/wip/gnunet *** Error code 1
| * attempt fix #5578Schanzenbach, Martin2019-02-23
| |
| * Merge branch 'master' of gnunet.org:gnunetng02019-02-22
| |\
| | * RPS profiler: Log index of peerJulius Bünger2019-02-22
| | |
| * | RPS profiler: Log index of peerJulius Bünger2019-02-22
| | |
| * | gnunet-bugreport: add checks for pkg_add, some fixesng02019-02-22
| |/
| * fix README urlng02019-02-22
| |
| * README urlsng02019-02-22
| |
| * README urlsng02019-02-22
| |
| * configure.ac: point to docs.gnunet.orgng02019-02-22
| |
| * fix URLs in tutorialng02019-02-22
| |
| * fix URLs in chapter keyconceptsng02019-02-22
| |
| * fix URLs in chapter installationng02019-02-22
| |
| * fix URLs in chapter developerng02019-02-22
| |
| * adjust mantis urlng02019-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
| |