removing dead/legacy server/connection logic, except for in tcp/wlan/bt plugins ...
[oweals/gnunet.git] / src / core / gnunet-service-core_kx.c
2017-03-16 Christian Grothoffremoving dead/legacy server/connection logic, except...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-22 Christian Grothofffix sign issue in bitshift
2017-02-19 Christian Grothoffmostly logging, avoid having more than one typemap...
2016-09-20 Christian Grothoffconverting core service to new service API
2016-08-18 David BarksdaleUse statement exprs instead of local function
2016-07-26 Christian Grothoff-unset flag after transmission
2016-07-26 Christian Grothoff-converting CORE service to new transport MQ API
2016-07-25 Christian Grothoff-preparatory steps for transport API change
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-05-06 Christian Grothofffixing compiler warnings
2016-04-30 Christian Grothoffimplementing new scheduler shutdown semantics
2016-04-09 Christian Grothoffsmall API change: do no longer pass rarely needed GNUNE...
2016-01-19 Christian Grothoff-fix (C) notices
2015-10-29 Christian Grothoffdistinguish PING failure after rekey from other failure...
2015-10-28 Sree Harsha Totakura-fix debug message
2015-10-28 Christian Grothoff-fix FTBFS
2015-10-28 Christian Grothofflog rekeying operation, do not log distracting garbage...
2015-10-26 Christian Grothoff-dox
2015-10-25 Christian Grothoff-randomize ps each time
2015-10-18 Christian Grothoff-we use 4 chars, not 8 for pIDs
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-03-08 Christian Grothofffinishing implementation of #3652
2015-03-08 Christian Grothoff-always assume at least MIN bandwidth, even if we got...
2015-03-08 Christian Grothoff-try to avoid being stuck with key sent/received if...
2015-03-01 Christian Grothoff-doxygen, comments, indentation
2015-02-28 Christian Grothofffix #3688
2015-02-11 Christian Grothoff-improve logging
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-12-24 Christian Grothoffmaking GNUNET_SCHEDULER_cancel() perform in O(1) instea...
2014-12-13 Christian Grothoff-style fixes
2014-09-30 Christian Grothoff-doxygen, code cleanup
2014-05-09 Christian Grothoffonly notify clients about significant (>5s) timeout...
2014-04-25 Christian Grothoff-indent, doxygen
2014-04-23 Christian Grothofffix #3348: send typemap confirmation messages, perform...
2014-04-11 Christian Grothoff-do call receive done on monitor calls
2014-04-11 Christian Grothoff-also notify monitors on timeout change
2014-04-11 Christian Grothofftowards fixing #3363: replacing old iteration API with...
2014-04-07 Christian Grothoff-doxygen improvements
2013-12-24 Christian Grothoff-fix possible assertion failure if rekeying is triggere...
2013-12-23 Christian Grothoff-fix tiny leak, doxygen
2013-12-23 Christian Grothoff-trying to fix amatus's KX issue
2013-12-22 Christian Grothoff-amatus says this happens with just new peers, boo
2013-12-22 Christian Grothoff-reduce log level
2013-12-18 Christian Grothoff-style fix
2013-12-12 Christian Grothoff-doxygen
2013-12-12 Matthias Wachsfix for core key exchange
2013-10-29 Christian Grothoff-match exact types from message struct
2013-10-10 Christian Grothoffseparating ECC crypto into functions/structs for ECDHE...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-30 Christian Grothoff-getting core, nse, testbed, ats-tool and peerinfo...
2013-09-30 Christian Grothoff-rename files/symbols from _aes to _symmetric
2013-09-30 Christian Grothoff-encrypt using both AES and TWOFISH, with independent...
2013-09-16 Christian Grothoff-fix compiler warnings
2013-09-13 Christian Grothoffsplitting 'struct GNUNET_CRYPTO_EccPublicKey' into...
2013-08-21 Christian Grothoffremoving GNUNET_CRYPTO_ecc_key_free, use GNUNET_free...
2013-08-12 Christian Grothoff-big bad bugfix thanks to Bart
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-08-08 Matthias Wachsimproved messages
2013-08-06 Christian Grothoffmoving to new, fixed-size encoding of public and privat...
2013-03-23 Christian Grothoff-doxygen
2013-03-21 Matthias Wachsats related changes in core
2013-03-04 Christian Grothoff-go back to 12h interval
2013-03-04 Christian Grothoff-if we do not use ephemeral keys, use validity of ...
2013-03-04 Christian Grothoff-trying to fix rekeying (#2812)
2013-03-04 Christian Grothoff-trying to fix rekeying (#2812)
2013-03-03 Christian Grothoff-fix
2013-03-03 Christian Grothoffreduce messages in initial KX
2013-03-02 Christian Grothoffdo not verify an ephemeral key again if it is the same...
2013-03-02 Christian Grothoffadding option to disable use of ephemeral keys for...
2013-02-13 Christian Grothoff-trying to fix #2794
2013-02-11 Christian Grothoff-fix state machine rekey logic --- #2790
2013-02-05 Christian Grothoffswitching to ECDHE cryptography f, implementation is...
2013-01-18 LRNReplace EPV with a warning
2012-09-27 Christian Grothoff-converting more places to use STRINGS_relative_time_to...
2012-09-17 Christian Grothofffixing #1551/#2503
2012-07-18 Christian Grothoff-possible fix for assertion in peerinfo
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-05-24 Matthias Wachs- adding return value to mst callback
2012-05-10 Christian Grothoff-trying to help/fix #2248
2012-05-10 Christian Grothoff-better
2012-05-10 Christian Grothoff-fix leak
2012-05-08 Christian Grothoff-allow helper send to be cancelled
2012-05-04 Christian Grothoff-fix expression order
2012-05-04 Christian Grothoff-spacing
2012-05-04 Christian Grothoff-extra debugging code
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-04-01 Christian Grothoff-fix
2012-04-01 Christian Grothoff-doxygen
2012-04-01 Christian Grothoff-fix
2012-04-01 Christian Grothoffimplementing rekeying, some code cleanup
2012-03-09 Christian Grothoff-fixing #2195
2012-02-27 Christian Grothoff-fixing bogus assertion and improving error handling
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-11-28 Christian Grothoff-doxygen fixes
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-22 Christian Grothoffconsist
2011-10-22 Christian Grothoffmore stats
2011-10-22 Christian Grothoffmore stats, better names
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
next