aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist
Commit message (Collapse)AuthorAge
* -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
* added LRN's patch from mantis bug 1998Matthias Wachs2011-12-19
|
* -fixing use of uninitialized variable, some code cleanup, fixing memory leak ↵Christian Grothoff2011-11-28
| | | | on error path
* refactoring how we handle peer addresses in peerinfo/ats/transport/hello ↵Christian Grothoff2011-11-08
| | | | subsystems -- use a struct instead of 3--4 arguments
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* implementing #1747Christian Grothoff2011-11-03
|
* deadChristian Grothoff2011-10-30
|
* replacing 0-terminated atsi-array with array+length in core API (and the ↵Christian Grothoff2011-10-22
| | | | core-connect IPC)
* give ATS disjoint ports/pathsChristian Grothoff2011-10-17
|
* give ATS disjoint ports/pathsChristian Grothoff2011-10-17
|
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* LRN: Use GNUNET_strdup() instead of strdup()Christian Grothoff2011-10-14
|
* fixChristian Grothoff2011-10-11
|
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10
|
* removing 'publicKey' argument from CORE init callbackChristian Grothoff2011-10-07
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).