Merge branch 'fix_social'
[oweals/gnunet.git] / src / cadet / gnunet-service-cadet_peer.c
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-19 David BarksdaleFix use-after-free in loop over modified list
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-21 Christian Grothoffmore logging, minor bugfixes / renames
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...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-06-26 Bart Polot- try to retransmit in case of core error
2015-06-26 Bart Polot- explicitly track shutdown status
2015-06-26 Bart Polot- on shutdown it will happen that core will return...
2015-06-24 Bart Polot- fix error message
2015-06-24 Bart Polot- fix
2015-06-24 Bart Polot- complain about excessive core waiting times
2015-06-24 Bart Polot- check connections on peer destroy
2015-06-23 David BarksdaleNULL terminate core_handlers[]
2015-06-18 Bart Polot- only log time if core is requested
2015-06-18 Bart Polot- add core timing to peer debug
2015-06-17 Bart Polot- free hello when destroying peer
2015-06-17 Bart Polot- destroy peers on shutdown
2015-06-17 Bart Polot- since the connection->id reduction hashmap puts use...
2015-06-17 Bart Polot- make sure there are no duplicates in the hashmap
2015-06-17 Bart Polot- roll back duplication of peer->connections
2015-06-09 Christian Grothoff-avoid concurrent modification trouble when handing...
2015-06-08 Christian Grothoff-uniqueness was simply false
2015-06-08 Christian Grothoff-run unregister even if path is NULL, do check uniqueness
2015-06-08 Christian Grothoff-eh, remove assert
2015-06-08 Christian Grothoff-assertion also does not hold, messy code
2015-06-08 Christian Grothoff-bogus assertion
2015-06-08 Christian Grothoff-indentation, doxygen, be a bit pickier about return...
2015-06-04 Christian Grothoff-simplifying Cadet KX to directly use EdDSA keys for...
2015-04-27 Bart Polot- use ax as payload
2015-04-27 Bart Polot- proper name for continuation
2015-04-27 Bart Polot- register AX for unqueueing
2015-04-27 Bart Polot- handle AX messages
2015-04-27 Bart Polot- add getter for peer's permanent ECDH key
2015-04-27 Bart Polot- add AX type to send processors, refactor cid setter
2015-04-27 Bart Polot- log format
2015-04-27 Bart Polot- log
2015-04-27 Bart Polot- add ECDH key caching and verifying
next