Allowed to destroy NULL paths
[oweals/gnunet.git] / src / mesh /
2011-10-27 Bart PolotAllowed to destroy NULL paths
2011-10-27 Bart PolotFixed a bug when adding a path to a peer_info, modified...
2011-10-26 Bart PolotEliminated full hash logging
2011-10-26 Bart PolotFixed #1857
2011-10-26 Bart PolotChanged debug define for API
2011-10-26 Bart PolotFixed bug to keep looking though list of clients on...
2011-10-26 Bart PolotTransformed assert into warning
2011-10-26 Bart PolotFixed double free, formatting
2011-10-26 Bart PolotExclude multicast test from running by default
2011-10-26 Bart PolotFixed #1853
2011-10-26 Philipp Tölkebug
2011-10-25 Bart PolotChanged log, fixed crash in tree, caysed #1852 instead
2011-10-25 Bart PolotChanged assert to break, not critical failure
2011-10-24 Bart PolotRefactored 'type' DHT response processing
2011-10-24 Bart PolotAdded connection broken p2p notifications
2011-10-24 Bart PolotFixed logging
2011-10-24 Bart PolotDon't die on unknown peer
2011-10-24 Bart PolotChanged testcase to not die on unknown peer, log warnin...
2011-10-24 Matthias Wachstypo
2011-10-24 Christian Grothoffcheck return vals
2011-10-23 Christian Grothoffmake writing data_output optional and disable by default
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-21 Bart PolotFixed compile issue, changed logging & dht_get_id working
2011-10-21 Bart PolotRefactored to use functions instead of duplicated code...
2011-10-21 Bart PolotSolved Mantis #1834
2011-10-21 Bart PolotWait more to complete tests on slower machines
2011-10-20 Bart PolotChanged testcase to include real multicast tests
2011-10-20 Bart PolotChanged testcases structure
2011-10-20 Bart PolotAdded tunnel destruction to the testcase
2011-10-20 Bart PolotFixed bugs in tunnel destruction chain
2011-10-20 Bart PolotDo not execute test under valgrind as default
2011-10-19 Bart PolotAdded code to manage deletion of individual paths
2011-10-19 Bart PolotUpdated doxygen
2011-10-19 Bart PolotSmall fixes
2011-10-19 Bart PolotAdded peer in tunnel deletion, changes to tree management
2011-10-18 Christian Grothofffix compile problem
2011-10-18 Bart PolotWiP
2011-10-18 Bart PolotChange keepalive packets to explicit message type number
2011-10-18 Bart PolotAdded tunnel timeout on inactivity
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 Bart PolotUpdated TODO, docuementation, testcase
2011-10-17 Bart PolotRenamed
2011-10-17 Bart PolotRefactored multicast code to allow sending any message...
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
next