Merge branch 'master' of ssh://gnunet.org/gnunet
[oweals/gnunet.git] / src /
2017-02-24 Christian Grothoffnot always ready when send_kx is called
2017-02-24 Christian Grothoffpermit NULL head
2017-02-24 Christian Grothoffupdate counters properly
2017-02-23 Christian Grothoffupdate .gitignore files
2017-02-23 Christian Grothoffuse of dns2gns proxy instead of DNS interceptor in...
2017-02-23 Christian Grothofffix use of uninitialized ID after last refactoring
2017-02-23 Christian Grothofflog which name we are resolving
2017-02-23 Christian Grothoffchange default port to 53, use setcap to enable binding...
2017-02-23 Christian Grothofffix indentation, typo, improve logging
2017-02-23 Christian Grothofffix indentation
2017-02-23 Christian Grothofffix typo in example
2017-02-23 Christian Grothofffix termination, proper shutdown on CTRL-C
2017-02-23 Florian Doldimplement union via sending whole set
2017-02-23 Florian Doldadd set operation options
2017-02-23 Florian Doldcomments
2017-02-23 Florian Doldabort union if we receive too little fresh elements
2017-02-23 Christian Grothofflimit queue size CORE maintains for any client, warn...
2017-02-23 Christian Grothoffeven nicer queue size optimization: insert-at-tail...
2017-02-23 Christian Grothoffoptimize queue-full case, reduce max queue size due...
2017-02-23 Christian Grothoffcomplain if MQ gets way too long
2017-02-23 Christian Grothoffconvert EXIT to new CADET MQ API
2017-02-22 Christian Grothofffix shutdown sequence on MQ errors
2017-02-22 Christian Grothofftimeout -> skip for switch tests
2017-02-22 tg(x)multicast: switch to new cadet api
2017-02-22 Christian Grothoffremove dead code and dead linker dependencies
2017-02-22 Christian Grothoffremove support for reverse lookup and shortening from...
2017-02-22 Christian Grothoffignore generated temp files that are frequently generated
2017-02-22 Christian Grothoffdo not fail hard if this test does not work
2017-02-22 Christian Grothofffix compile errors
2017-02-22 Christian Grothoffconverting 'vpn' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffconverting 'pt' to new CADET API, not tested/testable...
2017-02-22 Christian Grothoffeliminate dead argument
2017-02-22 Christian Grothofffix bug introduced with BLOCK change where we would...
2017-02-22 Christian Grothoffno log macro in here
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffstrcmp instead of memcmp
2017-02-22 Christian Grothoffnot exactly a protocol violation, but a case for stats
2017-02-22 Christian Grothoffcomplain harder about this type of violation
2017-02-22 Christian Grothofffix sign issue in bitshift
2017-02-22 Christian Grothoffenable RR option for HELLO gets in DHT
2017-02-22 Christian Grothofffix type
2017-02-22 Christian Grothofffix test_dht_montior abortion
2017-02-22 Christian Grothofffix test_dht_montior abortion, fix crash on NULL HELLO
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...
next