aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* -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
* - TODOBart Polot2013-07-17
* - refactorBart Polot2013-07-17
* - return on errorBart Polot2013-07-17
* - use proper IDBart Polot2013-07-17
* - log event, not an errorBart Polot2013-07-17
* - start poll on queue_addBart Polot2013-07-17
* - make send_client_destroy generic and same-client-friendlyBart Polot2013-07-16
* -cancel polling on tunnel destruction/empty queueBart Polot2013-07-16
* - uninitialized memory on the networkBart Polot2013-07-16
* - destroy tunnel at the end of the functionBart Polot2013-07-16
* - unchoke client after 64 messages hace been ACK'dBart Polot2013-07-15
* - debugBart Polot2013-07-15