aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* status updateChristian Grothoff2011-09-12
|
* mark dv as experimentalChristian Grothoff2011-09-12
|
* allow handlers to be NULLChristian Grothoff2011-09-11
|
* allow cancellation of certain transport API operationsChristian Grothoff2011-09-11
|
* Added demnostration of PUT after GET not workingBart Polot2011-09-09
|
* Fixed broken assertions on abortBart Polot2011-09-09
|
* Added testcase for explicit case of DHT not finding apptypeBart Polot2011-09-09
|
* Fixed test local to pass at least when DHT is not used Bart Polot2011-09-09
|
* fix in address update + testcaseMatthias Wachs2011-09-09
|
* Fixed doxygen warningsBart Polot2011-09-09
|
* misc train hackingChristian Grothoff2011-09-09
|
* Changed mesh service's storage to multihashmap, fixed bugsBart Polot2011-09-09
|
* fixChristian Grothoff2011-09-08
|
* Extended test case, fixed bugs, refactored code and connection packet ↵Bart Polot2011-09-08
| | | | format. DHT still does not return results...
* merging ats arraysMatthias Wachs2011-09-08
| | | | | is working but needs an additional testcase
* renaming and fixingMatthias Wachs2011-09-08
|
* Simplified own ID handling in mesh serviceBart Polot2011-09-08
|
* More test codeBart Polot2011-09-07
|
* Fixed compiler whining about testBart Polot2011-09-07
|
* Changed documentation, type names and code formattingBart Polot2011-09-07
| | | | | Extended test_local
* (no commit message)Matthias Wachs2011-09-07
|
* porting gnunet-transport-list-connections to binary addressMatthias Wachs2011-09-07
|
* Added new test for multiple clients on one peerBart Polot2011-09-07
| | | | | Fixed dumb obvious bug in api
* fixing gnunet-transport-list-connections Matthias Wachs2011-09-07
| | | | | step 1: wrong messagetype just discards request
* documentationPhilipp Tölke2011-09-07
|
* adding statistics about connected peersMatthias Wachs2011-09-07
|
* Fixed bugsBart Polot2011-09-07
| | | | | | Added exponential backoff in reconnection Fixed all FIXMEs and TODOs
* correct usage of ats \0 terminationMatthias Wachs2011-09-07
|
* not including \0-terminator is different from typical semantic Matthias Wachs2011-09-07
| | | | | more import: functions using this iterator already use it this way!
* gnunet-service-transport_neighbours.c requires ats_count > 0, at lest \0 ↵Matthias Wachs2011-09-07
| | | | terminator is required
* (no commit message)Matthias Wachs2011-09-07
|
* udp now working with new transport serviceMatthias Wachs2011-09-06
| | | | | udp plugin should not call transmit_continuation, if NULL
* Added cancellation of least priority packet on notify transmit readyBart Polot2011-09-06
|
* no whitespace after backslashChristian Grothoff2011-09-06
|
* fixing it one more time!Matthias Wachs2011-09-06
|
* fixing 1761Christian Grothoff2011-09-06
|
* Merged changes to destroy_tunnel, removed data pointer in th struct, cancel ↵Bart Polot2011-09-06
| | | | pending traffic on tunnel destroy
* fixing API and clean up issues in testingChristian Grothoff2011-09-05
|
* WiPBart Polot2011-09-05
|
* (no commit message)Matthias Wachs2011-09-05
|
* small utility to connect running peersMatthias Wachs2011-09-05
|
* debuggingMatthias Wachs2011-09-05
|
* fixing issue with unix domain sockets:Matthias Wachs2011-09-05
| | | | | | updating sessions with plugins not using sessions failed if (session == NULL) addresses where just overwritten
* Completed incoming tunnel handling, refactored destroy tunnelBart Polot2011-09-05
|
* separate transport api debug messages from transport debuggingMatthias Wachs2011-09-05
| | | | | re-enabling ats in validation
* fix shutdown order to prevent segfaultMatthias Wachs2011-09-05
|
* ensure neighbour map is existingMatthias Wachs2011-09-05
|
* fixing floating point execptionMatthias Wachs2011-09-05
|
* no longer trueChristian Grothoff2011-09-04
|
* LRN: Christian Grothoff2011-09-03
| | | | | | | | | | | | | A bit less dirty transport crash fix Basically, it now also frees mq before returning. The logic is kinda complex for such a small thing, but it's either that, or having two GNUNET_free (mq) statements. Although maybe you can postpone freeing mq until the end of the function (see v2 patch). [this is the v2 patch]