aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
Commit message (Collapse)AuthorAge
* implement peerinfo notification apiMatthias Wachs2013-04-04
|
* peerinfo API change + changes in code using apiMatthias Wachs2013-04-04
|
* doxygenMatthias Wachs2013-03-25
|
* -doxygenChristian Grothoff2013-03-23
|
* fix core api changesMatthias Wachs2013-03-21
|
* change to WARNING Matthias Wachs2013-02-14
|
* -protocol changeChristian Grothoff2013-02-12
|
* -restrict curl accesses to http, disable redirect for http pluginsChristian Grothoff2013-02-09
|
* Fix default hostlistsLRN2012-12-22
|
* -eliminate consensus warningsChristian Grothoff2012-12-17
|
* -misc bugfixes, travel hackingChristian Grothoff2012-11-04
|
* -misc minor fixesChristian Grothoff2012-11-03
|
* installing all service, daemon and helper binaries to lib/gnunet/libexec/; ↵Christian Grothoff2012-10-29
| | | | updating code to run binaries from new location, which is no longer in PATH
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -only build hostlist if we have curlChristian Grothoff2012-10-12
|
* -getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG settingChristian Grothoff2012-10-09
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -some fixes for monkeyChristian Grothoff2012-09-27
|
* -doxChristian Grothoff2012-07-25
|
* -LRN: Another take on std descriptor inheritanceChristian Grothoff2012-07-09
| | | | | | | | | | Now descriptors are not inherited by default, you have to pass a set of flags to make it so. When pipes are given, flags have no effect. gnunet-arm now has two options to block stdout and stderr from being passed to gnunet-service-arm
* -LRN: Change logskipping to use functions only:Christian Grothoff2012-06-23
| | | | | | | | Remember these weird "skip_log" functions in my gdb backtraces? I hope that this patch will get rid of them. Shouldn't affect existing uses of the API.
* -check misc return valuesChristian Grothoff2012-06-20
|
* LRN: new utf8 argv converter for W32, converting strings on command-line to ↵Christian Grothoff2012-06-10
| | | | UTF-8 for all command-line tools.
* -simplifying core API (#2400)Christian Grothoff2012-06-09
|
* -fixChristian Grothoff2012-06-01
|
* -fixChristian Grothoff2012-06-01
|
* -cleanupChristian Grothoff2012-06-01
|
* -fix #2393Christian Grothoff2012-06-01
|
* renaming GNUNET_TIME_relative_get_forever and ↵Christian Grothoff2012-05-27
| | | | GNUNET_TIME_absolute_get_forever methods, adding underscore, to make it clear that the respective #defines should be used instead; replacing use of direct function calls with respective macros where applicable; adding additional GNUNET_TIME_relative_get_xxx-functions to avoid calls to GNUNET_TIME_relative_multiply, which turn out to have gotten performance-relevant
* - error msgMatthias Wachs2012-05-16
|
* -use MHD_LONG_LONGChristian Grothoff2012-05-16
|
* - fix compile errorMatthias Wachs2012-05-16
|
* -help seaspider some moreChristian Grothoff2012-05-15
|
* Renamed GNUNET_OS_process_close to GNUNET_OS_process_destroyBart Polot2012-05-08
|
* -fixing #2298Christian Grothoff2012-05-03
|
* -fixChristian Grothoff2012-04-24
|
* -fixing shutdown sequenceChristian Grothoff2012-04-24
|
* -fix configsChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-04-24
|
* -fixChristian Grothoff2012-04-24
|
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
|
* -moving to port 80 as wellChristian Grothoff2012-03-15
|
* vminko: implementing BINDTO option for hostlist service (#2140)Christian Grothoff2012-03-11
|
* -stuffChristian Grothoff2012-03-03
|
* -autostartsChristian Grothoff2012-02-28
|
* enabling use of pipes for signal communication also on UNIX to enable future ↵Christian Grothoff2012-02-27
| | | | integration with Java services
* -verbose is independent of loggingChristian Grothoff2012-02-26
|
* -new hostlistChristian Grothoff2012-02-06
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* fixing 2012: network structure alignment now forced to be correct even on ↵Christian Grothoff2011-12-21
| | | | W32 using #pragma pack from gcc 4.x