aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
Commit message (Collapse)AuthorAge
* 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()
* -fix (C) noticesChristian Grothoff2016-01-19
|
* -NULL builder on disconnectChristian Grothoff2015-10-08
|
* -no binding for daemonsChristian Grothoff2015-07-13
|
* raise low limits, as they were they are bound to cause problems with ↵Christian Grothoff2015-07-13
| | | | reverse-proxy setups
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* support gnurl's curl.h being in include/gnurl/ OR include/curl/Christian Grothoff2015-06-21
|
* fix use of deprecated MHD symbolsChristian Grothoff2015-06-12
|
* -typoChristian Grothoff2015-05-31
|
* -fix #3799Christian Grothoff2015-05-31
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* Check return value of GNUNET_STATISTICS_getDavid Barksdale2015-01-05
| | | | | Or we could always call the callback with GNUNET_SYSERR.
* making GNUNET_SCHEDULER_cancel() perform in O(1) instead of O(n) to help or ↵Christian Grothoff2014-12-24
| | | | even fully address #3247
* -actually, require proxy option to be empty, cleanerChristian Grothoff2014-12-23
|
* -do run with proxy type NONEChristian Grothoff2014-12-23
|
* -use const in peerstore callbackChristian Grothoff2014-12-18
|
* -no NSEChristian Grothoff2014-12-16
|
* -hostlist tests need topologyChristian Grothoff2014-12-16
|
* -adding single file for testing without autostarts above core levelChristian Grothoff2014-12-16
|
* -disable forcestartChristian Grothoff2014-12-16
|
* -remove TH from map upon completion of transmissionChristian Grothoff2014-12-16
|
* properly clean up pending advertisement message requests with CORE on peer ↵Christian Grothoff2014-12-13
| | | | disconnect
* -doxygen, one more statisticChristian Grothoff2014-12-13
|
* moving away from DEFAULTSERVICES to per-section FORCESTART, thus addressing ↵Christian Grothoff2014-12-10
| | | | #3565 indirectly
* Add gnunet.io hostlist serverDavid Barksdale2014-10-27
|
* address Debian #758937: allow use of curl if it is really the gnutls version ↵Christian Grothoff2014-09-04
| | | | and libgnurl is unavailable
* improve logging on cfg errorMatthias Wachs2014-08-29
|
* doxygen fixesMatthias Wachs2014-07-24
|
* Fix hostlist server CORS headersDavid Barksdale2014-07-03
|
* Fix hostlist server CORS headersDavid Barksdale2014-06-26
|
* -fix crash observed on FreeBSDChristian Grothoff2014-06-03
|
* -doxygen, code cleanupChristian Grothoff2014-06-03
|
* add separate BINDTO options for IPv4 and IPv6Christian Grothoff2014-06-03
|
* Add CORS support to hostlist serverDavid Barksdale2014-05-26
|
* disable hostlist serverMatthias Wachs2014-05-22
|
* - rename also contents of config files, update config filesBart Polot2014-05-07
|
* -new hostlistChristian Grothoff2014-04-23
|
* using proxy settingsMatthias Wachs2014-04-15
|
* extended proxy support for hostlistMatthias Wachs2014-04-14
|
* -no set autostartingChristian Grothoff2014-03-07
|
* Allow redirection of STDERR when starting processes.Sree Harsha Totakura2014-02-20
|
* Fix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX to be overriden, allow ↵LRN2014-02-02
| | | | TESTS_ENVIRONMENT to be overrided (use AM_TESTS_ENVIRONMENT))
* towards reviving priorities in core API, this time with enum to make classes ↵Christian Grothoff2014-01-30
| | | | clearer
* 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&#'
* -remove trailing whitespaceChristian Grothoff2013-12-24
|
* malloc -> newLRN2013-12-19
|
* -reduce testcase outputChristian Grothoff2013-12-17
|
* -doxygen, style, possibly fixing hostlist-client missing first core connect ↵Christian Grothoff2013-12-12
| | | | notification