aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* logread warning fixGabor X Toth2013-11-09
|
* psycstore test homeGabor X Toth2013-11-09
|
* -fix memory leakChristian Grothoff2013-11-09
|
* -extra checksChristian Grothoff2013-11-09
|
* -do not call with NULLChristian Grothoff2013-11-09
|
* -check for NULL, doxygenChristian Grothoff2013-11-09
|
* -doxygen, memory leak in heap plugin on shutdownChristian Grothoff2013-11-09
|
* -fix minor leaks in gnunet-arm (#3105)Christian Grothoff2013-11-09
|
* -fixing crash in #3101, but just replacing it with a break, so there is ↵Christian Grothoff2013-11-09
| | | | likely still an issue left
* -fix memory leak on shutdown (3104)Christian Grothoff2013-11-09
|
* -operations can be there, but none with active contChristian Grothoff2013-11-09
|
* -fix potential leak and awkward test behavior causing itChristian Grothoff2013-11-09
|
* - fixesBart Polot2013-11-09
|
* added functionality to send a BFChristian Fuchs2013-11-08
| | | | | | BF size is now sizeof(GNUNET_hashcode)
* added initial iterators for alice and bob to create their mutated ↵Christian Fuchs2013-11-08
| | | | bloomfilters and set-versions accordingly
* workworkChristian Fuchs2013-11-08
|
* -complain if this happensChristian Grothoff2013-11-08
|
* - don't die on transmission errorBart Polot2013-11-08
|
* -do not allow SSL connections if we are only given an IP address by the ↵Christian Grothoff2013-11-08
| | | | browser, as then we cannot check certificates
* - fix double freeBart Polot2013-11-08
|
* -deadChristian Grothoff2013-11-08
|
* - don't allow stalled reliable channelsBart Polot2013-11-08
|
* - fix NPEBart Polot2013-11-08
|
* -fix shutdownChristian Grothoff2013-11-08
|
* -fix confusion between service name and default ego nameChristian Grothoff2013-11-08
|
* - allow to cancel connection messagesBart Polot2013-11-08
| | | | | - change poll/ack mechanism
* - fixBart Polot2013-11-08
|
* - fix pollingBart Polot2013-11-08
|
* -fix #3095Christian Grothoff2013-11-08
|
* - dont confuse doxygenBart Polot2013-11-08
|
* - allow test to run offlineBart Polot2013-11-08
|
* - fix kxBart Polot2013-11-08
|
* fix memory leakFabian Oehlmann2013-11-08
|
* doxygenMatthias Wachs2013-11-08
|
* - debugBart Polot2013-11-07
|
* - dittoBart Polot2013-11-07
|
* - don't allow ACKs to change KX stateBart Polot2013-11-07
|
* - account for out-of-order kx messagesBart Polot2013-11-07
|
* - doc, fixesBart Polot2013-11-07
|
* - docBart Polot2013-11-07
|
* - move connection set code to connection.cBart Polot2013-11-07
|
* - docBart Polot2013-11-07
|
* - docBart Polot2013-11-07
|
* - logBart Polot2013-11-07
|
* - fix create handler when port is closedBart Polot2013-11-07
|
* - new message type Bart Polot2013-11-07
|
* - test for #3091Bart Polot2013-11-07
|
* - fix #3091Bart Polot2013-11-07
|
* - local message tyope for channel NACKBart Polot2013-11-07
|
* added bloomfilter message structChristian Fuchs2013-11-07
| | | | | | | | | | | | | renamed set-union specific message types added set-intersection specific message type added intersection cancel API implementation added intersection create API implementation added intersection destroy API implementation added intersection peer_disconnect API implementation added intersection accept API imlementation stub added many prototypes for intersection operation handlers