Fixed a memory leak when receiving a second create path for the same tunnel
[oweals/gnunet.git] / src / mesh / mesh_api_new.c
2011-10-28 Bart PolotAdded transition code for new MESH API
2011-10-27 Bart PolotFixed #1856, added extra check for tunnel local numbering
2011-10-26 Bart PolotChanged debug define for API
2011-10-20 Bart PolotChanged testcase to include real multicast tests
2011-10-20 Bart PolotFixed bugs in tunnel destruction chain
2011-10-18 Bart PolotMade multicast work for single peer tunnels
2011-10-17 Bart PolotFix
2011-10-17 Bart PolotAdded debug info for multicast
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-14 Bart PolotExpanded test to include traffic to origin, fixed bugs...
2011-10-13 Bart PolotVarious fixes in data traffic, expansion of unicast...
2011-10-13 Bart PolotExtended testcase, fixed bugs in client -> service...
2011-10-10 Christian Grothoffuse LOG macro in mesh_api.c
2011-10-04 Bart PolotFixed a double DLL_insert of an incoming tunnel
2011-10-03 Bart PolotFixed a bug in create path handling, extended debug...
2011-09-16 Bart PolotFixed reconnect
2011-09-16 Bart PolotFixed a use after free
2011-09-16 Christian Grothoffc3267
2011-09-16 Christian Grothoffc3310
2011-09-14 Christian Grothoffindentation
2011-09-09 Bart PolotFixed test local to pass at least when DHT is not used
2011-09-09 Bart PolotFixed doxygen warnings
2011-09-08 Bart PolotExtended test case, fixed bugs, refactored code and...
2011-09-07 Bart PolotChanged documentation, type names and code formatting
2011-09-07 Bart PolotAdded new test for multiple clients on one peer
2011-09-07 Bart PolotFixed bugs
2011-09-06 Bart PolotAdded cancellation of least priority packet on notify...
2011-09-06 Bart PolotMerged changes to destroy_tunnel, removed data pointer...
2011-09-05 Bart PolotWiP
2011-09-05 Bart PolotCompleted incoming tunnel handling, refactored destroy...
2011-09-02 Bart PolotFixed bad merge
2011-09-02 Bart PolotChanges in API, adapted code and testfiles, improved...
2011-09-02 Christian Grothoffdoxygen
2011-09-02 Bart PolotAdded tunnel destroy, changed message types in client...
2011-09-02 Bart PolotImplemented reconnect, creation of incoming tunnels...
2011-09-01 Bart PolotWiP
2011-09-01 Bart PolotChanged variables and functions to meaningul names...
2011-09-01 Bart PolotChanged add_peer to drop timeout, updated documentation...
2011-09-01 Bart PolotAdded timeout & notification code
2011-09-01 Bart PolotAdded peer add timeout handling, tunnel connect/disconn...
2011-08-31 Bart PolotWiP
2011-08-31 Bart Polotfixes, documentation, refactoring
2011-08-30 Bart Polotindent
2011-08-30 Bart PolotIndent
2011-08-30 Christian Grothofftodo list
2011-08-30 Christian Grothoffuse define
2011-08-30 Christian Grothoffcommunicate operation timeouts
2011-08-30 Christian Grothoffinclude message overheads in size request, handle chang...
2011-08-30 Christian Grothofftimeout support, handle empty queue due to cancel/timeout
2011-08-30 Christian Grothoffencapsulate payload, keep target/priority/etc.
2011-08-30 Christian Grothoffmalloc NULLs already
2011-08-30 Christian Grothoffdelay calling notify from notify_transmit_ready
2011-08-30 Christian Grothoffuse unsigned int
2011-08-30 Christian Grothoffnicer alignment, unsigned sizes
2011-08-30 Christian Grothoffdon't try to receive before successfully connecting...
2011-08-30 Bart PolotIndent
2011-08-30 Bart PolotFix tests, peer commands api <-> service
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-26 Bart PolotFixed API test case
2011-08-22 Bart PolotVarious changes, can't get indent to work
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-08-05 Bart PolotAdded API level handling of data and peer notification
2011-08-05 Bart PolotChange client <-> service traffic
2011-08-04 Bart PolotChanged API<->Service messages
2011-06-09 Bart PolotWiP (service rewrite)
2011-06-01 Bart PolotUse better condition
2011-05-18 Bart PolotAdded mapping of client-service tunnel numbering
2011-05-16 Bart PolotWiP
2011-05-13 Bart PolotWiP
2011-05-13 Bart PolotWiP
2011-05-12 Bart PolotWiP
2011-05-12 Bart PolotAdded logging, code formatting, documentation and style...
2011-05-12 Christian Grothofffixes
2011-05-11 Bart PolotAdded mesh testing code and configuration files
2011-05-09 Matthias Wachsbroke on freebsd
2011-05-06 Bart PolotWiP
2011-05-06 Bart PolotWiP
2011-05-06 Bart PolotWiP
2011-05-05 Bart PolotWiP
2011-05-05 Bart PolotPrepared for new API client implementation
2011-04-07 Bart PolotWork in progress, fix compile error
2011-04-07 Bart PolotWork in progress