move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
[oweals/gnunet.git] / src / mesh /
2011-09-14 Bart PolotWiP
2011-09-14 Bart PolotFixed compiler warning in tests
2011-09-14 Bart PolotFixed typo
2011-09-14 Christian Grothoffindentation
2011-09-13 Bart PolotFixed compiler warnings
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 PolotMore test code
2011-09-07 Bart PolotFixed compiler whining about test
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 Matthias Wachsfixing it one more time!
2011-09-06 Bart PolotMerged changes to destroy_tunnel, removed data pointer...
2011-09-05 Bart PolotWiP
2011-09-05 Matthias Wachs(no commit message)
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 Christian Grothoffcleanup API for get_hello and get_hello_cancel
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 PolotAdded dns section to try make it work on Windows
2011-08-31 Bart Polotoops, one more unix path removed
2011-08-31 Bart PolotDIsabled the use of UNIX sockets, to allow running...
2011-08-31 Bart Polotfixes, documentation, refactoring
2011-08-31 Philipp Tölkesend a hello-packet for the mesh regularily
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-16 Christian Grothoffeven nicer indentation, thanks to LRN's indent patch
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 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-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-08-02 Bart PolotAdapted nse-profiler for empty mesh multiple-peer test
2011-08-02 Philipp TölkeBug: fill in the peer-field of the tunnel
2011-08-02 Philipp TölkeUse the right list at the right time.
2011-07-27 Philipp Tölkequeue transmits to tunnels
2011-07-27 Philipp Tölkedo not allow more than one notify_transmit_ready per...
2011-07-18 Christian Grothoffdo not autostart nse
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-15 Christian Grothoffdisable vpn autostart
2011-06-15 Philipp TölkeDo not connect to self when you find that another peer...
2011-06-15 Philipp TölkeDo not send too big mesh-hello-messages
2011-06-15 Philipp Tölkereceive the mesh-hello correctly
2011-06-15 Philipp Tölkebuild the mesh-hello correctly
next