- use strings
[oweals/gnunet.git] / src / mesh / mesh_api.c
2012-08-09 Bart Polot- use strings
2012-08-09 Bart Polot- add debug functions, refactor, add common code file
2012-08-08 Bart Polot- towards local packet numbering for flow control
2012-08-06 Bart Polot- initialize and consider ACK values fr tmt rdy
2012-08-01 Bart Polot- wip
2012-07-31 Bart Polot- more debug, client side ACK
2012-07-31 Bart Polot- fix overflow condition
2012-07-31 Bart Polot- fix client_tmt_rdy call, refactoring
2012-07-30 Bart Polot- timeout fix by harsha
2012-07-30 Bart Polot- timeout fix by harsha
2012-07-27 Bart Polot- not a debug message
2012-07-27 Bart Polot- more debug msgs
2012-07-26 Bart Polot- debug
2012-07-26 Bart Polot- do clear th ALWAYS after calling notify_cb
2012-07-26 Bart Polot- don't clear th immediately, in case notify_cb calls...
2012-07-26 Bart Polot- more debug logging
2012-07-26 Bart Polot- fix sending, refactoring
2012-07-25 Bart Polot- initialize pointer
2012-07-25 Bart Polot- adapt callback to ack
2012-07-25 Bart PolotEliminate mesh priority option
2012-07-25 Bart PolotEliminated mesh API buffering
2012-07-23 Bart Polot- fix coverity 10086
2012-07-23 Bart Polot- fix coverity 10087
2012-07-20 Bart Polot- add packet ID to both multicast and unicast
2012-07-20 Bart Polot- new API calls
2012-07-20 Bart Polot- partial change, broken build system on laptop
2012-07-03 Bart Polot- added mesh regex testcase, fixed bugs
2012-06-22 Bart Polot- add api for regex announce
2012-06-22 Bart Polot- send packet
2012-06-22 Bart Polot- api part of connect by string
2012-06-14 Bart Polot- add api side implementation of blacklisting
2012-06-14 Bart Polot- clarify doxygen
2012-06-14 Bart Polot- debug messages
2012-05-15 Christian Grothoff-help seaspider some more
2012-05-06 Bart Polot- Fix #2312
2012-04-25 Bart Polot- Wrong order of function calling, caused notifing...
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-04-19 Christian Grothoff-removing 2nd argument from GNUNET_CLIENT_disconnect...
2012-04-18 Bart Polot- Fixed bugs of incoming data for tunnels without handl...
2012-02-22 Bart Polot- Minor doxygen update
2012-02-21 Bart Polot- Fixed reconnect procedure
2012-02-13 Bart Polot- Doxygen, reconnect and let caller take care of CTRL...
2012-02-08 Bart PolotAttemp to fix ctrl-c crashes - disconnect from services...
2012-02-02 Bart Polot- Fixed MESH API logging behavior and code readability
2012-02-01 Bart Polot- Define new debug statements
2012-01-26 Bart Polot- Fixed #2105
2012-01-25 Bart Polot- Fixed coverity #10084
2012-01-25 Bart Polot- Adjustment of error condition
2012-01-24 Christian Grothoff-fixing disconnect shutdown sequence
2012-01-24 Christian Grothoff-do not leave th non-NULL on reconnect
2012-01-24 Bart Polot- minor fix
2012-01-24 Bart Polot- Use a consisten (and correct) way to detect data...
2012-01-24 Bart Polot- Fixed #2090, removed ugly debug lines
2012-01-23 Bart Polot- Added debug info
2012-01-20 Bart Polot- fixed broken 19282 commit
2012-01-20 Bart PolotDon't call cleaner on tunnels explicity destroyed....
2012-01-20 Bart PolotAdded more debug info
2012-01-19 Bart PolotFixed a memory leak on disconnect, double peer_rc decre...
2012-01-19 Bart PolotFixed a peer_rc bug.
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...
next