-check once, and consistently
[oweals/gnunet.git] / src /
2015-01-07 Christian Grothoff-check once, and consistently
2015-01-06 Julius Büngerchanges to rps.h
2015-01-06 Julius Bünger- modified Makefile accordingly
2015-01-06 Julius Büngermoved sampler functionality in file of its own
2015-01-06 David BarksdaleComment on ugly API design choice
2015-01-06 David BarksdaleWorkaround emscripten bug in returning int64_t
2015-01-05 Christian Grothoff-docu, style fixes
2015-01-05 Christian Grothoff-stylistic fixes, also, only block re-validation for...
2015-01-05 David BarksdaleCheck return value of GNUNET_STATISTICS_get
2015-01-02 Julius Büngerremoved unneeded api call
2015-01-02 Julius Büngerfixed config
2015-01-01 David BarksdaleAdd a test to reproduce issue #3554
2014-12-29 Bart Polot- avoid noise in the testcase logs
2014-12-29 Bart Polot- test message packing
2014-12-27 Julius Büngerfixed struct
2014-12-27 Julius Büngeradded log message
2014-12-27 Julius Büngermake the test run without internet connection
2014-12-27 Julius Büngerfixed doxygen
2014-12-27 Julius Büngeradded message type for seeding
2014-12-27 Julius Büngeradded seeding function to the api
2014-12-27 Julius Büngerinitialising gossip_list correctly
2014-12-27 Julius Büngerusing get_peer_context()
2014-12-27 Julius Büngerfixed place of resizing gossip_list
2014-12-27 Julius Büngerreading alpha, beta from .conf
2014-12-26 Julius Büngerfixed usage of get_rand_peer()
2014-12-26 Julius Büngerremoved unnecessary uncommented code
2014-12-26 Julius Bünger_malloc() -> _new()
2014-12-26 Julius Büngerfixed compiler warning in tests
2014-12-25 Christian Grothoff-fix doxygen issues
2014-12-24 Julius Büngerminor fixes
2014-12-24 Julius Büngerfixed some issues
2014-12-24 Julius Büngernow using API calls instead of own fkts
2014-12-24 Julius BüngerAdded documenting comments
2014-12-24 Christian Grothoff-update priority to shutdown if that is being used
2014-12-24 Christian Grothoff-use flag to check for readyness
2014-12-24 Christian Grothoff-shutdown alone does not move to ready list
2014-12-24 Christian Grothoff-delay serving requests until plugin is ready
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-23 Christian Grothoff-fix trivial double-free
2014-12-23 Christian Grothofffix #3589
2014-12-23 Christian Grothoff-actually, require proxy option to be empty, cleaner
2014-12-23 Christian Grothoff-do run with proxy type NONE
2014-12-23 Christian Grothoff-fix call to MHD_start_daemon, properly pass MHD_USE_IP...
2014-12-23 Christian Grothoff-fix dbg level
2014-12-23 Christian Grothoff-cleaning up stats code, use separate structures per...
2014-12-23 Christian Grothoff-doxygen, indentation
2014-12-23 Christian Grothoff-doxgen, use modern client API
2014-12-23 Christian Grothofffixing datastore-statistics interaction to ensure stats...
2014-12-23 LRNRename DEFAULT_QUALITY to MLP_DEFAULT_QUALITY to avoid...
2014-12-23 David BarksdaleRemove work-around for bad NULL definition
2014-12-22 Christian Grothoff-undo
2014-12-22 Christian Grothoff-doxygen
2014-12-21 Omar Tarabaiflush peer respect value on disconnect
2014-12-20 Christian Grothoff-do not start unrelated services during ATS tests
2014-12-20 Christian Grothoff-assign port for DNS
2014-12-20 Christian Grothoff-disable unused services during test
2014-12-20 David BarksdaleRemove superflous heap allocation
2014-12-20 Julius BüngerCleaned up
2014-12-20 Christian Grothoff-doxygen and minor style fixes
2014-12-20 Christian Grothoff-simplify logic
2014-12-20 Christian Grothoff-make static
2014-12-20 Christian Grothoff-use separate message types for TRY_CONNECT and TRY_DIS...
2014-12-20 Christian Grothoff-eliminate duplicate all_zeros globals, eliminated...
2014-12-20 Christian Grothoff-add assertion
2014-12-20 Christian Grothoff-check RV
2014-12-20 Christian Grothoff-fix unused initialization of locals
2014-12-20 Christian Grothoff-check RV
2014-12-20 Christian Grothofffix #3588: avoid bash-isms
2014-12-20 Christian Grothoff-clarify logic
2014-12-20 Christian Grothoff-fix warning
2014-12-20 Christian Grothoff-static
2014-12-20 Christian Grothoff-do not modify 'const' argument
2014-12-19 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-and this is why the NULL comes FIRST
2014-12-19 Christian Grothoff-support join_msg=NULL properly
2014-12-19 Christian Grothoff-fix double-free
2014-12-19 Christian Grothoff-check connection state / rval
2014-12-19 Christian Grothoff-use static
2014-12-19 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-check RV
2014-12-19 Christian Grothoff-fix leak
2014-12-19 Christian Grothoff-fix leaks, use asprintf
2014-12-19 Christian Grothoff-fix leaks, check RV
2014-12-19 Christian Grothoff-fix leaks
2014-12-19 Christian Grothoff-fix use after free (GCCH_destroy frees 'ch', and then...
2014-12-19 Christian Grothoff-check return value
2014-12-19 David BarksdaleFix 'STRINGS_data_to_string size check and comment
2014-12-19 Christian Grothoff-trying to fix transport service assertion in time...
2014-12-19 Christian Grothoff-fix leak
2014-12-19 Christian Grothoff-check NULL, check RV
2014-12-19 Christian Grothoff-fix sec_name leak
2014-12-19 Christian Grothoff-fix use after free
2014-12-19 Christian Grothofffinishing fixing #3581, with also simplified logic
2014-12-19 Christian Grothoff-do not use NBO double for stats setting
2014-12-19 Omar Tarabai#3581
2014-12-18 Omar Tarabaitowards fixing #3581
2014-12-18 Christian Grothoff-use const in peerstore callback
2014-12-18 Christian Grothoff-disable NSE POW during cadet tests
2014-12-18 David BarksdaleFix for systems with NULL defined as long
next