Improved debug message
[oweals/gnunet.git] / src / mesh / mesh_api.c
2012-01-19 Bart PolotImproved debug message
2012-01-17 Bart PolotAdded debug info for #2071
2012-01-17 Christian Grothoff-check NULL
2012-01-17 Bart PolotFixed queue bug
2011-11-25 Bart Polot-Fixed coverity #10264
2011-11-24 Bart Polot- Updated doxygen
2011-11-17 Bart PolotFix coverity #10264
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-30 Christian Grothoffmaking the new mesh the default
2011-10-30 Christian Grothoffdeleting old mesh API
2011-10-26 Philipp Tölkebug
2011-10-22 Christian Grothoffreplacing 0-terminated atsi-array with array+length...
2011-10-17 Christian Grothoffmove GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
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 Christian Grothoffremoving 'publicKey' argument from CORE init callback
2011-10-05 Christian Grothofftell transport to connect, not core
2011-10-05 Philipp Tölkecore gives a buf of NULL to indicate errors
2011-09-21 Philipp Tölkewe do not want to crash if somebody leaves the net
2011-09-18 Philipp Tölkecleanup doxygen-errors
2011-09-16 Bart PolotRan indent script
2011-09-14 Christian Grothoffindentation
2011-09-07 Bart PolotChanged documentation, type names and code formatting
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 Matthias Wachs(no commit message)
2011-09-05 Bart PolotCompleted incoming tunnel handling, refactored destroy...
2011-09-02 Bart PolotChanges in API, adapted code and testfiles, improved...
2011-09-02 Christian Grothoffcleanup API for get_hello and get_hello_cancel
2011-08-31 Bart PolotWiP
2011-08-31 Philipp Tölkesend a hello-packet for the mesh regularily
2011-08-30 Bart PolotIndent
2011-08-29 Christian Grothoffrun indent twice, it alternates between two 'canonical...
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
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-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
2011-06-15 Philipp Tölkeallow more than one mesh-hello-packet to persist
2011-06-15 Philipp Tölkedebug the mock-mesh
2011-06-15 Philipp TölkeStop gcc from treating unused arguments as error when...
2011-06-15 Philipp Tölkefix bugs found by compiling with -Wextra
2011-06-15 Philipp Tölkeuse app-types, not msg-types for by-type
2011-06-15 Philipp Tölkefix bug (invariant)
2011-06-05 Christian Grothoffuse new transport API, minor core API change
2011-04-10 Philipp Tölkemake the mock mesh perhaps not working, but not crashin...
2011-04-10 Philipp Tölkesend hello to self
2011-04-10 Philipp Tölkeadded TODOs
2011-03-30 Bart PolotChanges to integrate mesh application_type re-definition
2011-03-28 Philipp TölkeImplement connect_by_type.
2011-03-25 Christian Grothoffmake compile
2011-03-11 Christian Grothoffchanging heap remove node api to not pass heap; more...
2011-03-11 Christian Grothoffadd cork option to core api:
2011-03-11 Bart PolotAdded more data structures and functions to build the...
2011-02-24 Philipp Tölkefix jump to NULL
2011-01-12 Philipp Tölkefix usage of mesh_api
2011-01-12 Christian Grothofffixes
2011-01-10 Philipp Tölkechanges to the mesh-api
2011-01-10 Philipp TölkeMockup for the mesh-api