aboutsummaryrefslogtreecommitdiff
path: root/src/util/Makefile.am
Commit message (Collapse)AuthorAge
* distingChristian Grothoff2019-04-03
|
* fix linker options for gnunet-qrChristian Grothoff2019-04-03
|
* gnunet-qr: Use GNUNET_PROGRAM_run to simplify the code.Hartmut Goebel2019-03-13
|
* gnunet-qr: Use the `gnunet-uri` binary installed into PREFIX.Hartmut Goebel2019-03-13
| | | | | | This helps keeping environments concise and functional package managers like guix this will ensure `gnunet-uri` from the same environment is used.
* gnunet-qr: Add into Makefile.am and pofiles,Hartmut Goebel2019-03-13
|
* attempted fix #5622Schanzenbach, Martin2019-03-02
|
* fix #5611?ng02019-02-26
|
* src/util: Add gnunet-qr to cleanfilesng02019-02-26
|
* Proposed fix for https://bugs.gnunet.org/view.php?id=5611ng02019-02-26
|
* src/util: Use make 4.0 assignment operatorng02019-02-25
|
* temp fix for #5606Schanzenbach, Martin2019-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>
* Fix bug reported by schanzen@ where bootstrap is not enough for our ↵ng02019-02-15
| | | | python2.7 script.
* Switch to python3.7 (integration-tests incomplete), continue using python2.7 ↵ng02019-02-14
| | | | | | for gnunet-qr with an incredible annoying workaround for autotools inability to deal with 2 major python versions at the same time Signed-off-by: ng0 <ng0@n0.is>
* fixing 'make dist' issuesChristian Grothoff2019-02-13
|
* - Fix build of ats transport plugin not linking against libgnunetntSchanzenbach, Martin2019-02-05
| | | | - Add compat memrchr layer for Win32 and macOS
* fix -lidn(2) linkage by adding missing AM_CONDITIONAL and missing endif ↵Christian Grothoff2018-10-25
| | | | statements
* libidn + libidn2 support, as proposed by WJ Liu / multiSnow in a github gist.Nils Gillmann2018-10-25
| | | | Signed-off-by: Nils Gillmann <ng0@n0.is>
* basic benchmarkingFlorian Dold2018-08-18
|
* move gnunet-timeout to src/util/, fix issues related to #5375Christian Grothoff2018-07-01
|
* move dns ops again, 2nd tryChristian Grothoff2018-06-25
|
* Revert "integrate dnsparser and dnsstub and tun with libgnunetutil"lurchi2018-06-25
| | | | This reverts commit 7da98cf076e9c5101244dfbbf8c3ddff045d298e.
* integrate dnsparser and dnsstub and tun with libgnunetutilChristian Grothoff2018-06-25
|
* use the asynchronous DNS resolution API (getaddrinfo_a) in the resolver modulelurchi2018-06-24
|
* remove crypto_bug.cChristian Grothoff2018-06-09
|
* work-around for crypto bug (to be documented more)Christian Grothoff2018-05-17
|
* -move abe functionality out of util; prepare for releaseSchanzenbach, Martin2018-01-03
|
* Merge remote-tracking branch 'origin/master' into identity_abeSchanzenbach, Martin2017-08-03
|\
| * simplify installation of nss plugins in build system, require user(s) to ↵Christian Grothoff2017-07-18
| | | | | | | | move plugins into place manually (#5078)
* | -change to gabe bswabe forkSchanzenbach, Martin2017-07-14
| |
* | -add ABE crypto moduleSchanzenbach, Martin2017-07-08
|/
* more renamings relating to 'new' service now just being the 'normal' serviceChristian Grothoff2017-03-17
|
* fix build issuesChristian Grothoff2017-03-16
|
* removing dead/legacy server/connection logic, except for in tcp/wlan/bt ↵Christian Grothoff2017-03-16
| | | | plugins (which will be updated 'later')
* Disable test_client_unix.nc test on W32Руслан Ижбулатов2017-02-26
| | | | It does not seem that this test can actually run on W32 at all.
* remove dependency on libextractor from testcase; fix #4901Christian Grothoff2017-02-20
|
* unset XDG environment variable during testcases, as they can screw things up ↵Christian Grothoff2017-01-27
| | | | badly
* build new testChristian Grothoff2017-01-25
|
* introducing the short mapChristian Grothoff2017-01-17
|
* rename new client API implementation to name of standard implementationChristian Grothoff2017-01-09
|
* fix out-of-tree build of GNUnetChristian Grothoff2016-11-11
|
* move to new client API: remove old client APIChristian Grothoff2016-10-23
|
* misc fixes to new client implChristian Grothoff2016-10-21
|
* rm client_managerGabor X Toth2016-09-22
|
* -implementing server-independent NC logicChristian Grothoff2016-09-19
|
* -modifying tests to use new service MQ API, implementing more of service MQ APIChristian Grothoff2016-09-19
|
* getting service_new.c to compile, albeit it is not yet completeChristian Grothoff2016-09-18
|
* -towards a new MST for the new serviceChristian Grothoff2016-08-29
|
* op: lib for async operationsGabor X Toth2016-08-04
|
* Testcases for KDF mod nJeff Burdges2016-05-30
| | | | | | Currently just that the result is smaller than n, maybe should do more.