aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_peer.c
Commit message (Collapse)AuthorAge
* fix: GNUNET_is_zero(ptr) should return enum GNUNET_GenericReturnValue. Fixes ↵Martin Schanzenbach2020-08-12
| | | | #6475.
* tighten formatting rulesChristian Grothoff2019-10-31
|
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* first step to remove plibcng02019-09-06
|
* introduce GNUNET_memcmp() and GNUNET_is_zero()Christian Grothoff2019-04-06
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
|
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
|
* -fix (C) noticesChristian Grothoff2016-01-19
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* -towards addressing #3047, note this causes the code to FTBFSChristian Grothoff2013-09-30
|
* -cleaning up VERBOSE and check nonsense in util testsChristian Grothoff2012-06-13
|
* -usually should print nothingChristian Grothoff2012-02-26
|
* -LRN: use FPRINTF -- #2051Christian Grothoff2011-12-30
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* 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
* indentationChristian Grothoff2011-08-15
|
* nospaceChristian Grothoff2011-06-10
|
* gpl3Christian Grothoff2010-07-02
|
* Coverage for functions:Safey A.Halim2009-12-21
| | | | | peer.c/GNUNET_PEER_resolve() and peer.c/GNUNET_PEER_decrement_rcs()
* updateChristian Grothoff2009-11-10
|
* indentChristian Grothoff2009-11-10
|
* code clean upChristian Grothoff2009-11-09
|
* * test_peer.c is a test case for peer.cSafey A.Halim2009-11-09
* Changes in configuration.c and gnunet_configuration_lib.h for dumping configuration diffs between the default configuration object and an edited configuration.