aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/mesh_api.c
Commit message (Expand)AuthorAge
* -Fixed coverity #10264Bart Polot2011-11-25
* - Updated doxygenBart Polot2011-11-24
* Fix coverity #10264Bart Polot2011-11-17
* curly wars / auto-indentationChristian Grothoff2011-11-04
* making the new mesh the defaultChristian Grothoff2011-10-30
* deleting old mesh APIChristian Grothoff2011-10-30
* bugPhilipp Tölke2011-10-26
* replacing 0-terminated atsi-array with array+length in core API (and the core...Christian Grothoff2011-10-22
* move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_Christian Grothoff2011-10-17
* use LOG macro in mesh_api.cChristian Grothoff2011-10-10
* another core API simplification due to ATS introductionChristian Grothoff2011-10-10
* removing 'publicKey' argument from CORE init callbackChristian Grothoff2011-10-07
* tell transport to connect, not coreChristian Grothoff2011-10-05
* core gives a buf of NULL to indicate errorsPhilipp Tölke2011-10-05
* we do not want to crash if somebody leaves the netPhilipp Tölke2011-09-21
* cleanup doxygen-errorsPhilipp Tölke2011-09-18
* Ran indent scriptBart Polot2011-09-16
* indentationChristian Grothoff2011-09-14
* Changed documentation, type names and code formattingBart Polot2011-09-07
* Added cancellation of least priority packet on notify transmit readyBart Polot2011-09-06
* fixing it one more time!Matthias Wachs2011-09-06
* Merged changes to destroy_tunnel, removed data pointer in th struct, cancel p...Bart Polot2011-09-06
* (no commit message)Matthias Wachs2011-09-05
* Completed incoming tunnel handling, refactored destroy tunnelBart Polot2011-09-05
* Changes in API, adapted code and testfiles, improved client reconnect, new do...Bart Polot2011-09-02
* cleanup API for get_hello and get_hello_cancelChristian Grothoff2011-09-02
* WiPBart Polot2011-08-31
* send a hello-packet for the mesh regularilyPhilipp Tölke2011-08-31
* IndentBart Polot2011-08-30
* run indent twice, it alternates between two 'canonical' forms, also run white...Christian Grothoff2011-08-29
* indentationChristian Grothoff2011-08-15
* indentationChristian Grothoff2011-08-15
* Bug: fill in the peer-field of the tunnelPhilipp Tölke2011-08-02
* Use the right list at the right time.Philipp Tölke2011-08-02
* queue transmits to tunnelsPhilipp Tölke2011-07-27
* do not allow more than one notify_transmit_ready per tunnelPhilipp Tölke2011-07-27
* Do not connect to self when you find that another peer can handle an applicat...Philipp Tölke2011-06-15
* Do not send too big mesh-hello-messagesPhilipp Tölke2011-06-15
* receive the mesh-hello correctlyPhilipp Tölke2011-06-15
* build the mesh-hello correctlyPhilipp Tölke2011-06-15
* allow more than one mesh-hello-packet to persistPhilipp Tölke2011-06-15
* debug the mock-meshPhilipp Tölke2011-06-15
* Stop gcc from treating unused arguments as error when compiling with -WextraPhilipp Tölke2011-06-15
* fix bugs found by compiling with -WextraPhilipp Tölke2011-06-15
* use app-types, not msg-types for by-typePhilipp Tölke2011-06-15
* fix bug (invariant)Philipp Tölke2011-06-15
* use new transport API, minor core API changeChristian Grothoff2011-06-05
* make the mock mesh perhaps not working, but not crashing eitherPhilipp Tölke2011-04-10
* send hello to selfPhilipp Tölke2011-04-10
* added TODOsPhilipp Tölke2011-04-10