aboutsummaryrefslogtreecommitdiff
path: root/src/transport
Commit message (Collapse)AuthorAge
* fixing coverity 10464: Resource leakMatthias Wachs2013-06-25
|
* workaround for coverty 10451: Unchecked return valueMatthias Wachs2013-06-25
|
* update for plugin template Matthias Wachs2013-06-24
|
* cleaner to not use ptr after freeing it, even for printingChristian Grothoff2013-06-21
|
* -fix use after free in logChristian Grothoff2013-06-21
|
* -fix double freeChristian Grothoff2013-06-21
|
* Fixed GNUNET_CLIENT_service_test on FreeBSD.David Barksdale2013-06-20
| | | | | | | This should also fix any other platform with AF_UNIX that is not Linux or Mingw.
* -cleaning up client api to test for service availabilityChristian Grothoff2013-06-05
|
* additional checkMatthias Wachs2013-05-27
|
* one '&' to break it all...Matthias Wachs2013-05-23
|
* fixMatthias Wachs2013-05-23
|
* fix for 0002890Matthias Wachs2013-05-23
|
* remove warn message and add documentationMatthias Wachs2013-05-23
|
* -fixes to error reportingChristian Grothoff2013-05-21
|
* -some transport tests require persistent peerinfoChristian Grothoff2013-05-21
|
* -no peerinfo IO on testsChristian Grothoff2013-05-17
|
* fix return valueMatthias Wachs2013-05-17
|
* improved testMatthias Wachs2013-05-17
|
* more dbg msgMatthias Wachs2013-05-17
|
* already defined on OSXMatthias Wachs2013-05-17
|
* debug msgMatthias Wachs2013-05-17
|
* -stats is allowed to be NULLChristian Grothoff2013-05-16
|
* fixMatthias Wachs2013-05-16
|
* returning here is not a good idea since: Matthias Wachs2013-05-16
| | | | | | - IPv6 socket can be opened but will be not closed if IPv4 error is handled as hard error - Plugin will return correctly with IPv6 socket open but never scheduled
* fixing memory leaks in udpMatthias Wachs2013-05-16
|
* remove memory debug codeMatthias Wachs2013-05-16
|
* -fix crash if UDP port is in useChristian Grothoff2013-05-16
|
* -fix error reportingChristian Grothoff2013-05-16
|
* -fix error reportingChristian Grothoff2013-05-16
|
* test failing on piMatthias Wachs2013-05-16
|
* -do not call NAT with zero addressesChristian Grothoff2013-05-15
|
* docuMatthias Wachs2013-05-15
|
* test using autodetectionMatthias Wachs2013-05-15
|
* changes to binding portMatthias Wachs2013-05-15
|
* improved messagesMatthias Wachs2013-05-14
|
* fixing udp bindtoMatthias Wachs2013-05-14
|
* fix for manipulation, machine horribly died while testingMatthias Wachs2013-05-14
|
* compile error in udpMatthias Wachs2013-05-14
| | | | | additional debug messages for transport connections
* bound (IPv6) socket to wrong (IPv4) addressMatthias Wachs2013-05-13
|
* - complement HELPER API with functions to kill and wait on the helper processSree Harsha Totakura2013-05-09
| | | | | | - To shutdown quickly, have testbed first kill all sub-controller's helper processes first and wait later instead of kill & wait per each processes.
* missing testMatthias Wachs2013-05-08
|
* documentationMatthias Wachs2013-05-07
|
* added warningMatthias Wachs2013-05-07
|
* fix for 0002881 + testMatthias Wachs2013-05-07
|
* traffic manipulation cfg settingsMatthias Wachs2013-05-06
|
* -hopefully fixing #2869Christian Grothoff2013-05-05
|
* - service sharing in testingSree Harsha Totakura2013-04-18
|
* -no booleanChristian Grothoff2013-04-15
|
* extended the GNUNET_OS_check_helper_binary parameters to do previlege Christian Fuchs2013-04-15
| | | | | | | | | | | | | | checking in windows. To do so, tested binaries must still be supplied with valid commandline arguments, but on windows gnunet will utilize the -d flag to run the programs initialization phase or privileged operations only. In these modes, a program will not enter its mainloop or communicate with the outside. updated relevant function calls gnunet-wide to meet the extended function parameters.
* -fixChristian Grothoff2013-04-14
|