aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* - shutdown dht last to allow tunnels to clean searches upBart Polot2014-04-01
* - cleanup log messagesBart Polot2014-02-13
* - do'hBart Polot2014-02-04
* - add hello subsystem to get hellos for known peersBart Polot2014-02-04
* - signal shutdown, don't create new connections, fix 3214Bart Polot2013-12-16
* -fix use after freeChristian Grothoff2013-12-11
* - close statistics handler on shutdown, fix #3194Bart Polot2013-12-11
* - fix shutdown orderBart Polot2013-11-19
* - logBart Polot2013-11-15
* Use encrypted MESH by defaultBart Polot2013-11-14
* -doxygenChristian Grothoff2013-10-26
* separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSAChristian Grothoff2013-10-10
* -remove trailing whitespaceChristian Grothoff2013-10-06
* -fixing FTBFSChristian Grothoff2013-10-01
* -fixing FTBFSChristian Grothoff2013-10-01
* splitting 'struct GNUNET_CRYPTO_EccPublicKey' into one struct for signing and...Christian Grothoff2013-09-13
* removing deprecated argument in 'init' callback of GNUNET_CORE_connectChristian Grothoff2013-08-21
* - fix scan defectsBart Polot2013-08-14
* changing time measurement from milliseconds to microsecondsChristian Grothoff2013-08-11
* moving to new, fixed-size encoding of public and private ECC keys everywhere,...Christian Grothoff2013-08-06
* - doxygenBart Polot2013-07-23
* - don't use peer_info as a data strcut nameBart Polot2013-07-23
* - doxygenBart Polot2013-07-23
* - don't leak memory on repeated PATH_CREATEBart Polot2013-07-23
* - send ack could call queue_add and set the handlerBart Polot2013-07-22
* - don't try to do stuff on an error callbackBart Polot2013-07-22
* - remove assertion: can happen that if both own and cli send a destroy tunnel...Bart Polot2013-07-22
* - cancel polling on cancel_queuesBart Polot2013-07-22
* - not an error, messages could have crossed on the wireBart Polot2013-07-22
* - add port number to debugBart Polot2013-07-22
* - not an errorBart Polot2013-07-22
* - if the next peer has destroyed tunnel, don't poll, destroy any leftover tra...Bart Polot2013-07-22
* - inverted comparison operatorsBart Polot2013-07-22
* - copy and d'ohBart Polot2013-07-22
* - cancel retransmissions on destroyBart Polot2013-07-22
* - unregister ports on client disconnectBart Polot2013-07-22
* - try to work if both RELIABLE and NOBUFFER options are selectedBart Polot2013-07-22
* - fix mantis 2954Bart Polot2013-07-22
* - log wrong TIDBart Polot2013-07-22
* - move tunnel number verification to functionBart Polot2013-07-22
* - fixBart Polot2013-07-22
* - make sure fc->t is initializedBart Polot2013-07-22
* - allow same owner && clientBart Polot2013-07-22
* - fix cov10603Bart Polot2013-07-19
* - log tunnel state evolutionBart Polot2013-07-19
* - major refactoring, implement bi-directional keepalives, retransmit initial ...Bart Polot2013-07-19
* - fix condition to omit hop-by-hop ACKBart Polot2013-07-18
* - fixBart Polot2013-07-18
* - fix ACK for TO_ORIG trafficBart Polot2013-07-18
* - doc, warningsBart Polot2013-07-18