support BF size adjustments in other plugins
[oweals/gnunet.git] / src /
2017-02-22 Christian Grothoffsupport BF size adjustments in other plugins
2017-02-22 Christian Grothofffix typo
2017-02-22 Christian Grothofffix typo
2017-02-22 Christian Grothofftry to fix BF size mess created by original BLOCK API...
2017-02-22 Christian Grothoffclean up new block logic, avoid direct linkage against...
2017-02-21 Christian Grothofffix-typo
2017-02-21 Christian Grothofffix misc typos
2017-02-21 Christian Grothofffix sun_len issue (#4816) by adding test and fixing...
2017-02-21 Christian Grothoffupdate .ignore file
2017-02-21 Christian Grothoffhandle errors without crashing
2017-02-21 Christian Grothoffenforce sequential test order (#4860)
2017-02-21 Bart Polotignore new testcases
2017-02-21 Bart PolotAdd new testcases, to exercise the mq API.
2017-02-21 Christian Grothofffix conversation issue to make tests pass again
2017-02-21 Christian Grothoffchange Makefile.am back so it builds at least; fix...
2017-02-21 Christian Grothoffdisable valgrind during test
2017-02-21 Christian Grothoffignore update
2017-02-21 Christian Grothoffconverting conversation to use new CADET API
2017-02-21 Bart PolotFix channel disconnect checking<
2017-02-21 Bart Polot- verbose log
2017-02-21 Bart Polot- doc
2017-02-21 Bart PolotRewrite cadet tests using MQ API
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-21 Christian Grothoffprevent crash on exit
2017-02-20 David BarksdaleDon't put POSTGRESQL_CPPFLAGS in CFLAGS
2017-02-20 David BarksdaleMatch function type to header declaration
2017-02-20 Christian Grothoffalso do send_kx if we fail to decrypt
2017-02-20 David BarksdaleRestrict update to positive priority deltas
2017-02-20 Bart Polot- doxygen
2017-02-20 Bart Polot- minor changes: doxygen, log, code order, code legibility
2017-02-20 Bart PolotRefactor copying of handler arrays
2017-02-20 David BarksdaleRemove unused GNUNET_DATASTORE_update() API call
2017-02-20 Christian Grothoffcompleted big block refactoring in preparation for...
2017-02-20 Christian Grothofffirst half of new BLOCK API to generalize duplicate...
2017-02-20 Christian Grothoffremove dependency on libextractor from testcase; fix...
2017-02-19 Christian Grothoffmisc log fixes, plus prevent multiple TCP connections...
2017-02-19 Christian Grothoffmostly logging, avoid having more than one typemap...
2017-02-19 Christian Grothoffmisc logging, no semantic changes
2017-02-19 Christian Grothofffix zombie-fest
2017-02-19 Christian Grothoffconverting consensus service to new SERVICE API
2017-02-19 Christian Grothofftowards converting SP to new CADET API; still fails...
2017-02-18 Christian Grothofftrying to fix #4899
2017-02-18 Christian Grothoffmake sure after any transmission succeeds we continue...
2017-02-18 Christian Grothoffappend to TAIL of mutation list for processing in right...
2017-02-18 Christian Grothofflogging fixes, nicer comments
2017-02-18 lurchiloglevel MESSAGE for the incoming connection message...
2017-02-18 Christian Grothoffupdate gitignore
2017-02-18 Christian Grothoffterminate instantly, even on failure
2017-02-18 Christian Grothofffix testcase
2017-02-18 Christian Grothofffix ignore file
2017-02-18 Christian Grothoffmisc bugfixes
2017-02-18 lurchino prefix for set either
2017-02-17 Christian Grothoffno prefix in Git
2017-02-17 Christian GrothoffFix cleanup issues and some leak
2017-02-17 Christian Grothofffix loopback disconnect signalling and a few memory...
2017-02-17 Christian Grothoffmisc fixes in new CADET API, porting gnunet-cadet to...
2017-02-17 Christian Grothoffignore tests
2017-02-17 Christian Grothoffmissing 'const'
2017-02-17 Christian Grothofffix crash issues in SET
2017-02-17 Christian Grothoffmove SET to use new MQ API properly
2017-02-17 Christian Grothoffget FS test with CADET to finally pass again
2017-02-17 Christian Grothoffhacking up 'new' CADET API without legacy logic
2017-02-17 Christian Grothoffconvert to new CADET API, not working due to CADET...
2017-02-17 Christian Grothoffassertion was inverted, also probably too strict
2017-02-16 Christian Grothoffignore perf files
2017-02-16 Christian Grothofffirst, very rough conversion of SET service to new...
2017-02-16 Christian Grothoffmigrate SET service to new SERVICE API
2017-02-16 Christian Grothoffthis actually happens and is fine
2017-02-16 Christian Grothoffintroduce loose state, fix channel state machine
2017-02-16 Christian Grothoffproperly clean up unbound channels
2017-02-16 Christian Grothofffix log
2017-02-16 Christian Grothoffdo not respond to BROKEN messages with BROKEN messages
2017-02-16 Christian Grothofffix log message format str
2017-02-16 Christian Grothoffset type correctly in nat auto test
2017-02-16 Christian Grothoffcancel existing last_control_qe handle before schedulin...
2017-02-16 Christian Grothoffextra asserts
2017-02-16 Christian Grothoffuse force when required
2017-02-15 Christian Grothofffix #4895: set highbit always for the returned cn,...
2017-02-15 Christian Grothoffspell out message types more, use correct conversion...
2017-02-15 Christian Grothofffix typos in log msgs
2017-02-15 Christian Grothofffixing #4878 -- by avoiding allocation in the first...
2017-02-15 Christian Grothoffupdate ignore file
2017-02-15 Christian Grothoffintroducing GNUNET_CRYPTO_ecdhe_create2() to avoid...
2017-02-15 Christian Grothofffix format string bug
2017-02-15 Christian Grothofffix #4890
2017-02-13 Christian Grothoffpass correct pointer to GNUNET_NAT_register
2017-02-13 Christian Grothoffadd assertion that we do not release path that is still...
2017-02-12 xrsset up multicast group with origin and member
2017-02-11 David BarksdaleNo need to mention HOLE_EXTERNAL twice
2017-02-11 Florian Doldfix use-after-free in postgres error message
2017-02-09 xrsfixed crash on test_multicast_multipeer
2017-02-08 Bart PolotAdd mq test
2017-02-08 Bart PolotFix open port, copy handlers for use on incoming channels
2017-02-08 Bart Polot- adjust FWD/BCK to new channel numbering
2017-02-08 Bart Polot- code/debug format
2017-02-08 Bart Polot- debug, indentation, legibility
2017-02-08 Bart Polotfix cadet mq api, use proper function arguments
2017-02-08 Bart Polot- fix assertion condition
2017-02-08 Bart Polot- doxygen, debug text
next