initialize response_code, always
[oweals/gnunet.git] / src / core /
2018-01-02 Schanzenbach, Martin-merge
2018-01-02 David BarksdaleFix broken build
2018-01-01 Christian Grothoffremove speed bumps
2017-12-31 ng0Merge branch 'master' of gnunet.org:gnunet
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-29 David BarksdaleDemote some log messages
2017-12-02 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-11-02 t3sseraktMerge branch 'fix_social' of gnunet.org:gnunet into...
2017-10-29 Christian Grothoffallow MST callback to distinguish between disconnect...
2017-10-13 ng0Merge branch 'master' of gnunet.org:gnunet
2017-10-13 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-10 David BarksdaleFix memory leak in test_core_api_reliability
2017-10-07 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-06 Christian Grothofffix leak
2017-07-03 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-06-26 Christian Grothofffix nat service port collision during test
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-25 Christian Grothoffrename GNUNET_GETOPT functions to achieve better consis...
2017-03-24 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-17 Christian Grothoffmore renamings relating to 'new' service now just being...
2017-03-17 Christian GrothoffMerge branch 'getopt'
2017-03-17 Christian GrothoffMerge branch 'master' into getopt
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-03-15 Marcello StanisciStill porting to new getopt API.
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 Christian Grothoffimprove traffic drop heuristic
2017-02-24 Christian Grothofflower log level
2017-02-23 Christian Grothofflimit queue size CORE maintains for any client, warn...
2017-02-22 Christian Grothofffix sign issue in bitshift
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-20 Bart PolotRefactor copying of handler arrays
2017-02-19 Christian Grothoffmostly logging, avoid having more than one typemap...
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-25 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-01-25 Christian Grothoffremove legacy commented out code
2017-01-25 Christian Grothofffix leak
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-22 Christian Grothofffix stray log calls that lagged the core-api prefix
2017-01-21 Christian Grothoffuse new SCHEDULER_add_at API where applicable
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothoffeliminate dead NAT options
2017-01-09 Christian Grothofffix link issue
2017-01-09 Christian Grothoffrename new core API implementation to name of standard...
2017-01-09 Christian Grothoffremove legacy core api code (now dead)
2017-01-09 Christian Grothoffdead code elimination
2017-01-09 Christian Grothoffhandle transmissions initiated during disconnect callba...
2017-01-08 Christian Grothoffexclude more tests
2016-11-11 Christian Grothofffix out-of-tree build of GNUnet
2016-11-09 Bart Polot- add subdirectory gitignore files
2016-09-28 Christian Grothoff-cleaning up implementation of typemap signalling
2016-09-26 Christian Grothofffix client init handling
2016-09-26 Christian Grothoffset flag to know that client did call init, thereby...
2016-09-26 Christian Grothoffinit connect map on connect
2016-09-20 Christian Grothoffconverting core service to new service API
2016-08-19 Christian Grothoff-fix ftbfs
2016-08-19 Christian Grothoff-fix ftbfs
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-08-05 Christian Grothoff-convert quota test to MQ API
2016-08-04 Christian Grothoff-fix core mq cancel operation, need to use discard...
2016-07-30 Christian Grothoffconvert another test to new API
2016-07-30 Christian Grothoffminor test cleanup
2016-07-30 Christian Grothoffremoving now unnecessary test
2016-07-30 Christian Grothoffadapting next test to new MQ API
2016-07-30 Christian Grothoffadapting next test to new MQ API
2016-07-30 Christian Grothoffstarting to convert core tests to new MQ API
2016-07-30 Christian Grothoffenable setting per-envelope or per-queue transmission...
2016-07-30 Christian Grothoffdraft of new core API MQ-based implementation
2016-07-30 Christian Grothoffconverting core tests to hello_get API
2016-07-29 Christian Grothoffstarting point for MQ-core API
2016-07-26 Christian Grothoff-unset flag after transmission
2016-07-26 Christian Grothoff-converting CORE service to new transport MQ API
2016-07-26 Christian Grothofffix testcase shutdown
2016-07-25 Christian Grothoff-preparatory steps for transport API change
2016-07-25 Christian Grothoff-preparations
2016-07-08 Christian Grothoff-fix cancellations in test
2016-07-08 Christian Grothoff-properly cancel offer_hello handlers
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-29 Christian Grothoffhacky fix for 4588
2016-06-29 Christian Grothoffhacky fix for cadet issues
2016-06-27 Christian Grothoff-fix queueing issue
2016-06-23 Christian Grothoffdo not crash for #4588
2016-06-23 Christian Grothoffconverting core monitor to MQ
2016-06-21 Christian Grothoffupdate statistics API to use new MQ API style, also...
2016-06-20 Christian Grothoff-tolerate init CB being NULL from the beginning
2016-06-19 Christian Grothoff-fix the fix
2016-06-19 Christian Grothoffavoid changing API for now
2016-06-19 Christian Grothoffrefactoring core API to use new MQ lib
2016-05-06 Christian Grothofffix compiler warnings
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-11-27 David BarksdaleDon't match clients without handlers or callbacks
2015-10-30 Christian Grothoff-do check
next