aboutsummaryrefslogtreecommitdiff
path: root/src/hostlist/hostlist-client.c
Commit message (Collapse)AuthorAge
* -doxygenChristian Grothoff2013-03-23
|
* fix core api changesMatthias Wachs2013-03-21
|
* change to WARNING Matthias Wachs2013-02-14
|
* -restrict curl accesses to http, disable redirect for http pluginsChristian Grothoff2013-02-09
|
* -bugfixes, code cleanupChristian Grothoff2012-10-26
|
* -converting more places to use STRINGS_relative_time_to_stringChristian Grothoff2012-09-27
|
* -doxChristian Grothoff2012-07-25
|
* -check misc return valuesChristian Grothoff2012-06-20
|
* 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
|
* -fixChristian Grothoff2012-04-24
|
* -fixing shutdown sequenceChristian Grothoff2012-04-24
|
* -fixing #2274 -- eliminating GNUNET_SCHEDULER_add_afterChristian Grothoff2012-04-19
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* replacing 0-terminated atsi-array with array+length in core API (and the ↵Christian Grothoff2011-10-22
| | | | core-connect IPC)
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
|
* LRN: Use GNUNET_strdup() instead of strdup()Christian Grothoff2011-10-14
|
* LRN: Use GNUNET_EXTRA_LOGGING to manage compile-time logging callsChristian Grothoff2011-10-04
| | | | | | (#1805).
* run indent twice, it alternates between two 'canonical' forms, also run ↵Christian Grothoff2011-08-29
| | | | whitespace remover
* even nicer indentation, thanks to LRN's indent patchChristian Grothoff2011-08-16
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* just indentation / formattingChristian Grothoff2011-07-22
|
* leakChristian Grothoff2011-07-16
|
* Testing and core related changes.Nathan S. Evans2011-02-22
|
* fixChristian Grothoff2010-12-17
|
* indentChristian Grothoff2010-11-24
|
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* fixed coverity bug #10022Matthias Wachs2010-11-12
|
* mkdirChristian Grothoff2010-11-09
|
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* reverting changesMatthias Wachs2010-11-03
|
* removed assertion since you can not blame hostlist-client how often core ↵Matthias Wachs2010-11-03
| | | | | | dis/connect handlers are called instead code just ensures that the value is >= 0
* cleanupChristian Grothoff2010-11-02
|
* Refactoring gnunet timeMatthias Wachs2010-10-27
|
* Bug 0001607: Need to $-expand HOSTLISTFILE Matthias Wachs2010-10-04
| | | | | | Patch added
* wrong nameChristian Grothoff2010-09-10
|
* check for NULLChristian Grothoff2010-08-15
|
* nitpicksChristian Grothoff2010-08-15
|
* add code to enable checking if transport's idea of our peer identity matches ↵Christian Grothoff2010-07-21
| | | | that of core, etc -- might help diagnose certain bugs
* gpl3Christian Grothoff2010-07-02
|
* fixing common off-by-one error with respect to maximum message sizeChristian Grothoff2010-06-25
|
* cleanupChristian Grothoff2010-06-18
|
* localizationChristian Grothoff2010-06-18
| | | | of scopes
* extra semiChristian Grothoff2010-06-11
|
* (no commit message)Matthias Wachs2010-06-08
|
* (no commit message)Matthias Wachs2010-06-08
|
* (no commit message)Matthias Wachs2010-05-25
|
* (no commit message)Matthias Wachs2010-05-25
|
* Canceling pending STATISTIC_gets prevents testcase from segfaulting (IMatthias Wachs2010-05-12
| | | | | | hope)