move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
[oweals/gnunet.git] / src / mesh /
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
2011-10-15 Bart PolotFixed bug with cancellation of pendint transmisions...
2011-10-14 Bart PolotWiP
2011-10-14 Bart PolotRemoved unnecessary hashmap actions
2011-10-14 Bart PolotAdditional extra check for coverity 10211
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-12 Bart PolotFixes to various coverity errors
2011-10-12 Bart PolotFixed coverity 10118
2011-10-12 Bart PolotFixed coverity 10176
2011-10-12 Bart PolotRevert 17243: not needed, coverity 10178 and 10179...
2011-10-12 Bart PolotFixed coverity 10178
2011-10-12 Bart PolotFixed coverity 10777
2011-10-12 Bart PolotFixed bugs, added debug messages, extended unicast...
2011-10-11 Bart PolotFixes in path creation
2011-10-11 Bart PolotAdded mangaement of tunnels and paths by intermadiate...
2011-10-11 Bart PolotWiP
2011-10-10 Bart PolotFixed bugs, refactored path tree
2011-10-10 Christian Grothoffuse LOG macro in mesh_api.c
2011-10-10 Christian Grothoffanother core API simplification due to ATS introduction
2011-10-07 Bart PolotUse new functions for CREATE PATH instead of explicit...
2011-10-07 Bart PolotRefactored sending a CREATE PATH message
2011-10-07 Bart PolotRefactored connection to peers, cancelation of transmis...
2011-10-07 Bart PolotUpdated doxygen
2011-10-07 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-06 Bart PolotAdded new testcase for connecting two peers on opposite...
2011-10-06 Bart PolotAdded debug info in service
2011-10-06 Bart PolotWiP
2011-10-06 Bart PolotStop all DHT get requests before disconnecting
2011-10-06 Bart PolotRevert 17260
2011-10-06 Bart PolotRenamed functions, make valgrind stop complaining about...
2011-10-06 Bart PolotTweaked configuration files and testcase
2011-10-05 Bart PolotSimplfied base multipeer testcase, removed tests from...
2011-10-05 Christian Grothofftell transport to connect, not core
2011-10-05 Bart PolotRemoved DHT_get restarting, set DEMULTIPLEX_EVERYWHERE...
2011-10-05 Bart PolotAdded periodic restart to all DHT get queries
2011-10-05 Bart PolotMoved dht get handles for types into tunnel handlers...
2011-10-05 Philipp Tölkecore gives a buf of NULL to indicate errors
2011-10-05 Bart PolotAdapted path generation to new DHT_RECORD_ROUTE behavior
2011-10-05 Bart PolotEnable DHT in testcase
2011-10-04 Bart PolotEnabled DHT testcase, added unicast testcase
2011-10-04 Bart PolotEnabled DHT use again
2011-10-04 Bart PolotAdded local tunnel service numeration handling, added...
2011-10-04 Bart PolotOptimized timing, fixed formatting, fixed callback bug
2011-10-04 Bart PolotFixed a double DLL_insert of an incoming tunnel
2011-10-04 Bart PolotFixed core quota, added logging of error messages at...
2011-10-03 Bart PolotTweaked test configuration and log messages
2011-10-03 Bart PolotFixed size request from core on create path and path...
2011-10-03 Bart PolotFixed a bug in create path handling, extended debug...
2011-09-30 Bart PolotDebug statements
2011-09-30 Bart PolotCommented out DHT code, removed DHT-dependent test...
2011-09-30 Bart PolotAdded send path create on new peer with direct connecti...
2011-09-29 Bart PolotFixed multicast retransmission, fixed memory managemene...
2011-09-29 Bart PolotWiP
2011-09-28 Bart PolotAdded multicast route keeplive
2011-09-27 Christian GrothoffDHT api switch adjustments
2011-09-27 Bart PolotWiP
2011-09-27 Bart PolotFixed compiler warning, otherwise WiP with multicast...
2011-09-26 Bart PolotFixed updating status of peer on ACK
2011-09-26 Bart PolotAdapted service API handling to new tree API
2011-09-26 Bart PolotMinor fix, comments
2011-09-26 Bart PolotAdded new api in the tree module to handle core or...
2011-09-23 Bart PolotFixed double destroy
2011-09-23 Bart PolotFixed bugs and completed API
2011-09-22 Bart PolotChanged tree children magement from array to DLL, fixed...
2011-09-21 Bart PolotAdded notification when peers go offline during a path...
2011-09-21 Bart PolotAdded debug print of tree structure
2011-09-21 Bart PolotFixed double chaining on note reattachment
2011-09-21 Bart PolotFixed memory leaks
2011-09-21 Bart PolotFixed use of uninitialized memory from realloc leading...
2011-09-21 Bart PolotRenamed functions, make valgrind stop complaining about...
2011-09-21 Bart PolotUpdated testcase
2011-09-21 Philipp Tölkewe do not want to crash if somebody leaves the net
2011-09-21 Bart PolotAdded testcase code, fixed minor bugs
2011-09-20 Bart PolotCleaned and fixed refactoring to improve separation...
2011-09-20 Bart PolotAdded path testcase
2011-09-20 Bart PolotRefactored MeshTunnel Trees and Paths in a separate...
2011-09-19 Bart PolotFixed memory leak
2011-09-19 Bart PolotFixed many bugs, test local 2 now passes, but with...
2011-09-19 Bart PolotFixed use before initialization
2011-09-19 Bart PolotChanged own id handling
2011-09-19 Bart PolotAdded debug code, fixed minor bug
2011-09-19 Christian Grothofflimit mesh tests -- mark as experimental
2011-09-18 Philipp Tölkecleanup doxygen-errors
2011-09-16 Bart PolotFixed creation and destrucion of trees with parent...
2011-09-16 Bart PolotFixed reconnect
2011-09-16 Bart PolotAdded code to create siglne paths from trees
2011-09-16 Bart PolotDelayed end of test to expose problems on slow machines...
2011-09-16 Bart PolotTrying to make gnu indent's braindead indentation of...
2011-09-16 Bart PolotRan indent script
2011-09-16 Bart PolotFixed send data to origin to work with the new data...
2011-09-16 Bart PolotAdded notification of client that peers disconnected...
2011-09-16 Bart PolotFixed adding path to tunnel, deleting old path and...
2011-09-16 Bart PolotFixed a use after free
2011-09-16 Christian Grothoffc3238
2011-09-16 Christian Grothoffc3267
2011-09-16 Christian Grothoffc3310
2011-09-16 Bart PolotDeleted old path to peer in tunnel tree before adding...
2011-09-16 Bart PolotChanged path management
next