aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh.c
Commit message (Expand)AuthorAge
* - 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
* - off by oneBart Polot2013-07-15
* - change MID to 32bits, allow overflow (fixes lost packet 0)Bart Polot2013-07-15
* - debugBart Polot2013-07-15
* Refactored code to eliminate duplicates depending on FWD/BCK trafficBart Polot2013-07-15
* - fixedBart Polot2013-07-15
* - don't discriminate against unreliable tunnelsBart Polot2013-07-15
* - Poll whenever the queue is not emptyBart Polot2013-07-15
* - don't allow more than 64 messages in the input buffer of the ownerBart Polot2013-07-15