Merge branch 'master' of gnunet.org:gnunet
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_peer.c
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-07-02 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-30 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-29 Christian GrothoffMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-06-27 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-27 lurchiMerge branch 'master' of https://gnunet.org/git/gnunet
2018-06-27 t3sseraktforgot first hop
2018-06-27 Christian Grothoffindentation
2018-06-26 t3sseraktcoding style
2018-06-26 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-26 t3sseraktcodesonar finding 1575.9537
2018-06-26 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-25 t3sseraktMerge branch 'master' of ssh://gnunet.org/gnunet
2018-06-25 t3sseraktbug 5228: made gnunet-cadet -p work as intended
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-05-30 Christian GrothoffMerge branch 'master' of ssh://gnunet.org/gnunet
2018-05-19 Christian Grothofffix off-by-one error in cadet connection construction...
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-11 PhilMerge remote-tracking branch 'gnunet/master' into ident...
2018-01-11 David BarksdaleTry to keep the cadet->code MQ from growing too large
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-02 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-02 Schanzenbach, Martin-merge
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-12-28 David BarksdaleActually print the path as a string
2017-12-23 David BarksdaleRevert "Fix use-after-free in loop over modified list"
2017-12-20 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-12-19 David BarksdaleFix use-after-free in loop over modified list
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-22 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-03-12 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-11 Christian Grothoffrename cadet*new to just cadet, except for libgnunetcad...
2017-03-11 Christian Grothoffremove old CADET service code
2017-01-25 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2017-01-21 Christian Grothoffmore logging, minor bugfixes / renames
2017-01-20 Schanzenbach, Martin- merge; service API change
2017-01-18 Christian Grothoffmore rename festivities
2017-01-18 Christian Grothoffintroduce CadetEncryptedMessageIdentifier instead of...
2017-01-18 Christian Grothoffcadet message struct and type rename-fest
2017-01-17 Christian Grothoffuse new shortmap to simplify CADET logic a bit
2017-01-15 Christian Grothoffcleaning up some CADET logic, improving types used
2017-01-10 Christian Grothoffrename connecT -> connect now that the old API is dead
2017-01-09 Christian Grothoffcosmetics
2017-01-09 Christian Grothoffproperly handle case of should-drop by asynchronously...
2017-01-09 Christian GrothoffDLL remove already done inside of call_peer_cont()
2017-01-09 Christian Grothofffix crashes caused by DLL removes preceeding DLL inserts
2016-10-29 Bart PolotRefactor encrypted traffic handling
2016-10-27 Bart Polot- reduce log level
2016-10-26 Bart Polot- add connection info to timing log
2016-10-26 Bart Polot- add queue control in peer and connection to cancel...
2016-09-22 Christian Grothoff-fix use after free
2016-09-20 Bart PolotPort CADET to CORE MQ API
2016-08-26 Christian Grothoffputting CADET on a diet: proper alignment for AX KX...
2016-07-29 Carlo von lynXcadet: rollback + warning message for posterity
2016-07-29 Carlo von lynXfixed a memleak, a static string free, an access of...
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-08 Christian Grothoff-init cfg
2016-07-08 Christian Grothoffmigrate transport_core API to MQ
2016-06-27 Christian Grothoffavoid NPE
2016-05-03 Bart PolotFix shutdown assertion failure in core_api: avoid doubl...
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-03-30 Bart Polot- free queued messages on peer destroy, fix #4001
2016-03-30 Bart Polot- refactor, test orderd
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-18 Christian Grothoff-do not suggest twice
2015-10-18 Christian Grothoff-stop active offer before starting another one
2015-10-18 Christian Grothoffuse ATS connectivity suggestion instead of deprecated...
2015-10-18 Christian Grothoff-track hello offer handle while it is active
2015-10-06 Bart Polot- remove unused variable
2015-10-06 Bart Polot- refactor test dropping, reduce test load
2015-10-06 Bart Polot- Revamp traffic logging, small bugfixes, complete...
2015-10-02 Bart Polot- cancel all transmissions so core_api doesn't complain
2015-10-02 Bart Polot- log shutdown
2015-10-02 Bart PolotFixed usage of known broken paths. If a connection...
2015-10-02 Bart Polot- don't connect twice on core_connect, as it may cause...
2015-10-02 Bart Polot- additional test
2015-10-02 Bart Polot- use better variable names
2015-10-02 Bart Polot- don't try to connect to peers that are neighbors...
2015-10-02 Bart Polot- connect if there are less connections than the minimu...
2015-10-02 Bart Polot- don't leave freed memory on the peer's path list...
2015-10-02 Bart Polot- unify logging format
2015-10-02 Bart Polot- don't call core if there is no traffic
2015-09-03 Bart Polot- format
2015-09-03 Bart Polot- make sure own_id is a correct NULL-terminated string
2015-09-03 Bart PolotFix #3929: cancel poll towards disconnected neighbor
2015-09-03 Bart Polot- refactor client handling
2015-09-03 Bart Polot- log
2015-09-03 Bart Polot- simplify loglevel
2015-07-31 Bart Polot- refactor GCP_get_peer, fix get peer info
2015-07-31 Bart Polot- remove hello logging
2015-07-14 Christian Grothoffthis should fix #3846
2015-07-14 Christian Grothoffcommitting version used to produce 3846:9432
2015-07-13 Christian Grothoffadding moderately expensive instrumentation to track...
next