aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api_iterate_peers.c
Commit message (Collapse)AuthorAge
* -rename file to match updated functionalityChristian Grothoff2014-04-17
|
* -fix crash on shutdownChristian Grothoff2014-04-11
|
* towards fixing #3363: replacing old iteration API with new monitoring API ↵Christian Grothoff2014-04-11
| | | | for core (needs testing, gnunet-core incomplete)
* removing deprecated, dead test-connected APIChristian Grothoff2013-08-21
|
* change to core paiMatthias Wachs2013-03-21
|
* ats related changes in coreMatthias Wachs2013-03-21
|
* 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
* -fixing #2293Christian Grothoff2012-05-02
|
* -removing 2nd argument from GNUNET_CLIENT_disconnect as it was virtually ↵Christian Grothoff2012-04-19
| | | | always GNUNET_NO --- and all other uses indicate design problems
* 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
|
* indentationChristian Grothoff2011-08-15
|
* indentationChristian Grothoff2011-08-15
|
* Testing and core related changes.Nathan S. Evans2011-02-22
|
* missing null checkNathan S. Evans2011-02-17
|
* oopsNathan S. Evans2011-02-16
|
* remove double connect notify, add is connected optimization for peer iterate ↵Nathan S. Evans2011-02-16
| | | | call
* doxygen fixesMatthias Wachs2010-12-21
|
* possible null dereferenceNathan S. Evans2010-12-21
|
* fixing iteration code to handle ATS structsChristian Grothoff2010-12-01
|
* Testing changes required to work with new core api. Revert ↵Nathan S. Evans2010-11-16
| | | | GNUNET_CORE_iterate_peers call to work properly.
* the big core API/protocol change, breaks all testcases using core, since the ↵Christian Grothoff2010-11-13
| | | | code is still buggy
* big scheduler refactoring, expect some issuesNathan S. Evans2010-11-05
|
* core changes for topology iteration (get current connections)Nathan S. Evans2010-08-03