convert sqlite peerstore to using libgnunetsq
[oweals/gnunet.git] / src / cadet /
2017-03-13 Christian Grothoffrenaming CADET APIs to match naming conventions again...
2017-03-13 Christian Grothoffrename libgnunetcadetnew -> libgnunetcadet
2017-03-13 Christian Grothoffgetting rid of the old cadet client library (pre-MQ)
2017-03-13 Julius BüngerMerge branch 'master'
2017-03-13 Christian Grothoffnote about performance issue, indentation fix
2017-03-12 Christian Grothofffix ftbfs
2017-03-11 Christian Grothoffrename cadet*new to just cadet, except for libgnunetcad...
2017-03-11 Christian Grothoffdrop 'new' suffix from tests
2017-03-11 Christian Grothoffremove old CADET testcases
2017-03-11 Christian Grothoffremove old CADET service code
2017-03-10 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-10 Christian Grothoffadd assertion to make static analysis happy
2017-03-10 Christian Grothoffadd assertion to make static analysis happy
2017-03-10 Christian Grothoffadd assertion to make static analysis happy
2017-03-08 psyc://loupsycedyg... upstyle gnunet-cadet docs
2017-03-03 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-01 Bart Polotmake total traffic and timeout configurable without...
2017-03-01 Bart Polotfix testcases: ack received messages
2017-03-01 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-03-01 Bart Polot- fix short new testcases: send_test_message initizaliz...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-28 Christian Grothoffdo not bitch at CADET for issues that can happen in...
2017-02-28 Christian Grothoffmore stats for happy Florian
2017-02-28 Christian Grothofffix some breaks, add stats for encrypted/decrypted...
2017-02-28 Christian Grothoffmisc minor fixes
2017-02-26 Christian Grothoffmove path destruction to separate task to avoid deep...
2017-02-26 Руслан ИжбулатовChange helper libraries to be noinst_LTLIBTRARIES
2017-02-25 Руслан ИжбулатовW32: cast ntohl() result to uint32_t
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
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-22 Christian Grothoffnot exactly a protocol violation, but a case for stats
2017-02-21 Bart Polotignore new testcases
2017-02-21 Bart PolotAdd new testcases, to exercise the mq API.
2017-02-21 Christian Grothoffchange Makefile.am back so it builds at least; fix...
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-20 Christian Grothoffalso do send_kx if we fail to decrypt
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-19 Christian Grothoffmisc logging, no semantic changes
2017-02-18 Christian Grothofftrying to fix #4899
2017-02-18 Christian Grothoffmake sure after any transmission succeeds we continue...
2017-02-18 lurchiloglevel MESSAGE for the incoming connection message...
2017-02-18 Christian Grothoffmisc bugfixes
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 Grothoffmissing 'const'
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-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 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 Grothofffix format string bug
2017-02-13 Christian Grothoffadd assertion that we do not release path that is still...
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
2017-02-08 Bart PolotMerge branch 'master' of git+ssh://gnunet.org/gnunet
2017-02-02 Bart PolotOnly call window_size on incrementing size, allow ACK...
2017-02-02 Bart PolotImplement data ack in CADET MQ API
2017-02-02 psyc://loupsycedyg... don't let further circuits disrupt 'gnunet-cadet -o'
2017-02-01 Christian Grothoffforce attachment if connection is still there
2017-02-01 Christian Grothoffpreserve invariants while calling GCP_detatch_path...
2017-02-01 Christian Grothofflog if we get a redundant KX_AUTH, do not assert
2017-02-01 Christian Grothoffpath heap could be null here during shutdown
2017-02-01 Christian Grothoffinit worst, to avoid valgrind warning (otherwise harmless)
2017-02-01 Christian Grothofffix peer destruction triggers
2017-02-01 Christian Grothoffanother channel-add destroy-cancel fix
2017-01-31 Christian Grothoffstop destroy task if connection goes up
2017-01-31 Christian Grothoffuse observed RTT as starting point for retransmissions
2017-01-31 Christian Grothoffimplement no-buffer option at route level
2017-01-31 Christian Grothofffix lower_rung() logic
2017-01-31 Christian Grothofffix rung prev injection
2017-01-31 Christian Grothofffix loop detection logic
2017-01-31 Christian Grothoffinitialize direction in rung DLL
2017-01-31 Christian GrothoffFix off-by-one
next