(no commit message)
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh.c
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
2011-06-14 Bart PolotWiP
2011-06-10 Christian Grothofffix warnings
2011-06-09 Bart PolotWiP (service rewrite)
2011-05-19 Bart PolotWiP
2011-05-18 Bart PolotAdded mapping of client-service tunnel numbering
2011-05-13 Bart PolotFinished basic connect/disconnect test
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-06 Bart PolotFixed wrong perception about how doubly linked list...
2011-05-05 Bart PolotSeparated structs used in network protocol into new...
2011-05-04 Bart PolotWiP
2011-05-04 Bart PolotWiP
2011-05-03 Bart PolotWiP
2011-05-03 Bart PolotWiP
2011-05-03 Bart PolotFixed compiling error
2011-05-03 Bart PolotWiP
2011-05-02 Bart PolotWiP
2011-05-02 Bart PolotWiP
2011-05-02 Bart PolotWiP
2011-04-19 Bart PolotWiP
2011-04-19 Bart PolotWiP
2011-04-18 Bart PolotWiP
2011-04-18 Bart PolotWiP
2011-04-15 Bart PolotFixed compile error
2011-04-13 Bart PolotWiP
2011-04-11 Bart PolotUnnecessary message eliminated, network byte conversion...
2011-04-08 Bart PolotWiP (create tunnel)
2011-04-08 Bart PolotFinished an attempt on handle_new_client, changed messa...
2011-04-08 Bart PolotFixed compiler warnings
2011-04-08 Bart PolotWork in progress (handle_new_client)
2011-04-08 Bart PolotWork in progress
2011-04-07 Bart PolotWork in progress, fix compile error
2011-04-07 Bart PolotWork in progress
2011-04-06 Christian Grothoffnowarn
2011-04-06 Bart PolotNew mesh API
2011-04-05 Bart PolotMake mesh service compile
2011-04-05 Bart PolotAdded local mesh messages
2011-03-29 Bart PolotChanged message declaration location, added api messages
2011-03-11 Bart PolotResolved some weird conflicts
2011-03-11 Bart PolotAdded more data structures and functions to build the...
2011-03-09 Bart PolotAdded first data structures for the MESH service