aboutsummaryrefslogtreecommitdiff
path: root/src/pt
Commit message (Collapse)AuthorAge
* - fix CADET-using servicesBart Polot2016-07-20
|
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
|
* -fix testcase shutdownChristian Grothoff2016-07-02
|
* -indicate skip if tests are not usedChristian Grothoff2016-07-02
|
* implementing new scheduler shutdown semanticsChristian Grothoff2016-04-30
|
* small API change: do no longer pass rarely needed ↵Christian Grothoff2016-04-09
| | | | GNUNET_SCHEDULER_TaskContext to all scheduler tasks; instead, allow the relatively few tasks that need it to obtain the context via GNUNET_SCHEDULER_get_task_context()
* -no binding for daemonsChristian Grothoff2015-07-13
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* -leakChristian Grothoff2015-05-31
|
* -disable verboseChristian Grothoff2015-05-28
|
* -delay HTTP request 1s to ensure VPN is really upChristian Grothoff2015-05-28
|
* -indentationChristian Grothoff2015-05-26
|
* -more extensive permission check before running GNS testChristian Grothoff2015-05-26
|
* -avoid qe double-freeChristian Grothoff2015-05-26
|
* -initialize GNS DNS interception in testcase, so that curl will actually get ↵Christian Grothoff2015-05-26
| | | | GNS resolution
* -dns_root option is now deadChristian Grothoff2015-05-26
|
* -comments, doxygen, indentation, style fixes, working on test_gns_vpnChristian Grothoff2015-05-25
|
* -fix configs to comply with current versionChristian Grothoff2015-05-22
|
* -do listen to v6Christian Grothoff2015-05-22
|
* -stupid bugChristian Grothoff2015-05-22
|
* -fix bad leftover peerid to string conversionChristian Grothoff2015-05-22
|
* -do not print this garbageChristian Grothoff2015-05-22
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* Update all am filesBart Polot2014-05-07
|
* Rename mesh->cadetBart Polot2014-05-07
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* fix #3284: support lib/MULTIARCH/ paths in installation, use ↵Christian Grothoff2014-01-30
| | | | GNUNET_PREFIX=@libdir@ so that we can extract the value of MULTIARCH during 'make check'
* fix #3275 with solution from https://gnunet.org/bugs/view.php?id=3275#c8029Sree Harsha Totakura2014-01-24
| | | | | | sed -i 's#^\(\s*\)TESTS#\1TESTS_ENVIRONMENT=export GNUNET_PREFIX=@prefix@;export PATH=@prefix@/bin:$$PATH;\n&#'
* -fix FTBFSChristian Grothoff2013-12-13
|
* - change mesh channel creation/notification APIBart Polot2013-12-05
|
* Use encrypted MESH by defaultBart Polot2013-11-14
|
* -moving from libcurl to libgnurlChristian Grothoff2013-10-23
|
* -another renaming fest for GNUNET_NAMESTORE_ to GNUNET_GNSRECORD_ symbols ↵Christian Grothoff2013-10-16
| | | | that were moved
* -rename fest for symbols moved from GNUNET_NAMESTORE_ to new ↵Christian Grothoff2013-10-16
| | | | GNUNET_GNSRECORD_ library
* -fix test ftbfsChristian Grothoff2013-10-11
|
* more work towards XDG spec (#3000) -- config file locationChristian Grothoff2013-10-09
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -fixing build issues in pt/exit/vpn related to #3047Christian Grothoff2013-09-30
|
* -fix R-PI FTBFSChristian Grothoff2013-09-26
|
* #2915: supporting multiple DNS exits and ranking among themChristian Grothoff2013-09-22
|
* -minor code cleanupChristian Grothoff2013-09-22
|
* remove 'nac' option from VPN, always return IP immediately, always build ↵Christian Grothoff2013-09-22
| | | | mesh tunnel asynchronously afterwards
* do DNS exit lookup in DHTChristian Grothoff2013-09-21
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|