namestore api change: include block expiration time in record create
[oweals/gnunet.git] / src / dht /
2012-03-05 Christian Grothoff-do not load namestore
2012-02-29 Bart Polot- Adjusted logging level, testing parameters
2012-02-28 Bart Polot- Give more time for GET to suceed, minor cleanups
2012-02-28 Bart Polot- Clearer testing results
2012-02-28 Christian Grothoff-fix
2012-02-27 Christian Grothoff-version bumps in anticipation of release
2012-02-27 Christian Grothoffenabling use of pipes for signal communication also...
2012-02-26 Christian Grothoff-dont print useless stuff
2012-02-26 Christian Grothoff-verbose is independent of logging
2012-02-24 Bart Polot- Avoid calling daemons_stop with NULL, minor doxygen...
2012-02-24 Bart Polot- Attemp to avoid testing hang on ctrl-c during bootstrap
2012-02-24 Bart Polot- Fixed crashes when ctrl-c testcases
2012-02-20 Bart Polot- Added documentation, clarified output text
2012-02-20 Bart Polot- Fixed test_monitor testcase crsh
2012-02-20 Bart Polot- Removed old param name
2012-02-20 Bart Polot- Added missing parameter
2012-02-18 Christian Grothoff-die ifdefs, die
2012-02-18 Christian Grothoff-avoid using add_continuation if possible
2012-02-17 Bart Polot- Adjusted the monitor test to new topology
2012-02-13 Bart Polot- Doxygen
2012-02-08 Bart Polot- Adjusted debug level
2012-02-07 Bart Polot- Updated testcase to test for line as well as 2d torus...
2012-02-07 Bart Polot- Change DHT testing into common code, to allow adding...
2012-01-13 Christian Grothoffimproving code and build system to be in line with...
2012-01-13 Christian Grothoffchange default configurations on systems with UNIX...
2012-01-08 Christian Grothoff-fix
2012-01-05 Bart Polot- Improved test to count only relevant messages, comple...
2012-01-05 Bart PolotAdded testcase for DHT monitoring.
2012-01-05 Bart Polot- Fixed some bugs in monitor code
2012-01-05 Bart Polot- Assert callback as in other calls
2012-01-05 Bart Polot- Remove unnecessary include
2012-01-05 Bart Polot- Use correct message types
2012-01-04 Bart PolotNew DHT-monitor functionality
2011-12-30 Christian Grothoff-LRN: use FPRINTF -- #2051
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-12-20 Christian Grothoff-undo
2011-12-20 Christian GrothoffAdding optional compiler and linker hardening options...
2011-12-19 Christian Grothoffdo not run with full on NSE during testing
2011-11-30 Christian Grothoff-fix typo in configuration
2011-11-29 Christian Grothoff-fixing indentation
2011-11-29 Bart PolotChanged quota configuration from core to ats section...
2011-11-28 Christian Grothoff-doxygen fixes
2011-11-26 Christian GrothoffLRN: increase dht multipeer test timeout
2011-11-26 Christian GrothoffLRN: Do not stop daemons twice / #1919
2011-11-22 Christian Grothoffmoving block plugins to respective subsystem
2011-11-17 Christian Grothoffadd units to time, use configuration time api where...
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-11-03 Christian Grothoffuse new quota parsing capabilities -- SVN 1875
2011-11-03 Christian Grothoffimplementing #1747
2011-10-25 Christian Grothofflonger timeout -- trying to see if this helps with...
2011-10-25 Christian Grothofffix
2011-10-25 Christian Grothoffob1
2011-10-25 Christian Grothofffix loop bounds
2011-10-25 Christian Grothoffput ifdefs around DEBUG logs
2011-10-25 Christian Grothofffixing 1829
2011-10-25 Christian Grothofflogging
2011-10-24 Christian Grothoffmore logging for insane bug 1829
2011-10-24 Christian Grothoffproblem is caused by client disconnecting before we...
2011-10-24 Christian Grothoffeven more logging
2011-10-24 Christian Grothofflog local operations
2011-10-24 Christian Grothofflog local operations
2011-10-24 Christian Grothofflog eval result
2011-10-24 Christian Grothoffuse long long
2011-10-24 Christian Grothoffabort on error -- missing return
2011-10-24 Christian Grothoffrecord more stats
2011-10-23 Christian Grothoffmake writing data_output optional and disable by default
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-21 Bart PolotIntegrated all 2dtorus test in one and added some more...
2011-10-21 Christian Grothofffollowing Barts suggestion to raise quotas even higher...
2011-10-20 Bart PolotAdded testcase for opposite peers in a small 2d grid
2011-10-20 Christian Grothofffix
2011-10-20 Christian Grothofffix
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-13 Christian Grothoffadapting code to new ATS APIs
2011-10-13 Christian Grothoffnew ATS API -- code won't compile
2011-10-12 Christian Grothoffleak
2011-10-12 Christian Grothoffleak
2011-10-11 Bart PolotFixed order of PUT and GET paths from service to client
2011-10-10 Christian Grothoffuse LOG macro in dht_api.c
2011-10-10 Christian Grothoffanother core API simplification due to ATS introduction
2011-10-10 Christian Grothoffrenaming in code to use new ATS pref/reservation API
2011-10-07 Christian Grothofffirst round of simplification to change preference API
2011-10-07 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-05 Christian Grothoffdbg
2011-10-05 Christian Grothoffprevent very low estimates from being used
2011-10-05 Bart PolotAdded testcase to check proper working of insertion...
2011-10-05 Christian Grothofftell transport to connect, not core
2011-10-04 Christian GrothoffLRN: Use GNUNET_EXTRA_LOGGING to manage compile-time...
2011-10-04 Christian Grothoffmore stats
2011-10-04 Christian Grothofffix stat, count 2nd case as well
2011-10-04 Christian Grothoffprint stat
2011-10-04 Christian Grothoffadd statistic
2011-10-04 Christian Grothoffadd a few assertions
2011-10-04 Christian Grothofffixing memory leak (#1809)
2011-10-04 Christian GrothoffLRN's big logging rewrite (#1805):
2011-10-04 Christian Grothoffadding stats
2011-10-04 Christian Grothofffactor out stop into new task (in preparation)
2011-09-30 Christian Grothoffno printf
2011-09-30 Christian Grothofffixing bloomfilter code, fixing testcase
2011-09-30 Matthias Wachsadded assertion to find https://gnunet.org/bugs/view...
next