Implemented workaround for #2071
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.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 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-06 Bart PolotAdded debug info in service
2011-10-06 Bart PolotStop all DHT get requests before disconnecting
2011-10-05 Bart PolotSimplfied base multipeer testcase, removed tests from...
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 Bart PolotAdapted path generation to new DHT_RECORD_ROUTE behavior
2011-10-04 Bart PolotEnabled DHT use again
2011-10-04 Bart PolotAdded local tunnel service numeration handling, added...
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 PolotRenamed functions, make valgrind stop complaining about...
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 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-16 Bart PolotFixed creation and destrucion of trees with parent...
2011-09-16 Bart PolotAdded code to create siglne paths from trees
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 PolotDeleted old path to peer in tunnel tree before adding...
2011-09-16 Bart PolotChanged path management
2011-09-14 Bart PolotWiP
2011-09-14 Bart PolotFixed compiler warning in tests
2011-09-14 Christian Grothoffindentation
2011-09-09 Bart PolotFixed broken assertions on abort
2011-09-09 Bart PolotAdded testcase for explicit case of DHT not finding...
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-09 Bart PolotChanged mesh service's storage to multihashmap, fixed...
2011-09-08 Bart PolotExtended test case, fixed bugs, refactored code and...
2011-09-08 Bart PolotSimplified own ID handling in mesh service
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-06 Bart PolotMerged changes to destroy_tunnel, removed data pointer...
2011-09-02 Bart PolotChanges in API, adapted code and testfiles, improved...
2011-09-02 Bart PolotAdded tunnel destroy, changed message types in client...
2011-09-01 Bart PolotChanged add_peer to drop timeout, updated documentation...
2011-08-30 Bart PolotFix tests, peer commands api <-> service
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-22 Bart PolotVarious changes, can't get indent to work
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-08-09 Christian Grothofffix
2011-08-07 Bart PolotGreetings from San Francisco.
2011-08-06 Bart PolotGreetings from Philadelphia. Also, fixes.
2011-08-05 Bart PolotChange client <-> service traffic
2011-08-04 Bart PolotChanged API<->Service messages
2011-08-04 Bart PolotFixes
2011-08-04 Bart PolotAdded handler for Path ACK messages
2011-08-04 Bart PolotFixed message retransmission
2011-08-04 Bart PolotChanged how messages are sent to clients to use Notif...
2011-08-04 Bart Polotfixes
2011-08-03 Bart PolotAdded real ACK for path acknowledgement
2011-08-03 Bart PolotFix some FIXMEs
2011-08-03 Bart PolotAdded function to send data to specific peer
2011-08-03 Bart Polotfixes
2011-06-27 Bart PolotFix last commit
2011-06-27 Bart PolotWiP (deliver packets to client)
2011-06-27 Bart PolotMulticast and back-to-origin P2P traffic handling
2011-06-24 Bart PolotWiP (in-tunnel data forwarding)
2011-06-24 Bart PolotWiP
2011-06-24 Bart PolotWiP (mesh data handling and connection ACKs)
2011-06-22 Bart PolotWiP
2011-06-22 Bart PolotWiP (add path to peer algorithm added)
2011-06-22 Bart PolotWiP (handle of create_path P2P message)
2011-06-21 Bart PolotWiP
2011-06-17 Bart PolotWiP (adding paths)
2011-06-17 Bart PolotWiP (peer route creation)
2011-06-15 Bart PolotChanged PeerInfo / Path structure
next