aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* Revert changes from r18076Bart Polot2011-11-09
|
* Improved debug loggingBart Polot2011-11-09
|
* Improved testcase parametersBart Polot2011-11-09
|
* Added debug info, small fixes, doxygen.Bart Polot2011-11-09
|
* fixChristian Grothoff2011-11-09
|
* cleanupChristian Grothoff2011-11-09
|
* Fixed compilation error with new GNUNET_HELLO_AddressBart Polot2011-11-09
|
* clean up, asserts, FIXMEChristian Grothoff2011-11-09
|
* minor cleanupChristian Grothoff2011-11-09
|
* assertions and minor cleanupChristian Grothoff2011-11-09
|
* fixChristian Grothoff2011-11-09
|
* fix nested use of strtokChristian Grothoff2011-11-09
|
* cleanupChristian Grothoff2011-11-09
|
* clarificationPhilipp Tölke2011-11-09
|
* documentation for developers/performance-metricsPhilipp Tölke2011-11-09
|
* fixChristian Grothoff2011-11-09
|
* fixChristian Grothoff2011-11-09
|
* fix shutdown orderChristian Grothoff2011-11-09
|
* Added logging, fixed doxygenBart Polot2011-11-08
|
* refactoring how we handle peer addresses in peerinfo/ats/transport/hello ↵Christian Grothoff2011-11-08
| | | | subsystems -- use a struct instead of 3--4 arguments
* Attempt to fix error on peergroup start on buildbotsBart Polot2011-11-08
|
* Added comments, fixed debug code, added doxygenBart Polot2011-11-08
|
* adding address abstractionChristian Grothoff2011-11-08
|
* ATS suggests sessions that we in between terminated from transportMatthias Wachs2011-11-08
| | | | | | | | | | | | This causes: 0001863 Assertion failed at ats_api_scheduling.c:289. 0001868 plugins given sometimes an emtpy address in combination with 'force address' -> session was an inbound session 0001890 Crash during mesh small unicast test (i think)
* remove outputMatthias Wachs2011-11-08
|
* trying to fix https://ng.gnunet.org/bugs/view.php?id=1888Matthias Wachs2011-11-08
|
* dummy for address in useMatthias Wachs2011-11-08
| | | | | | first I have to find the bugs in scheduling api, then I can add the logic here
* transport notifies about addresses in useMatthias Wachs2011-11-08
|
* more code to get latency in ATSI working; not complete, also now generating ↵Christian Grothoff2011-11-07
| | | | a warning -- for a real problem that still needs to be fixed
* fix #1885Christian Grothoff2011-11-07
|
* PING regularly, track latency, towards fixing 1793, 1879Christian Grothoff2011-11-07
|
* (no commit message)Matthias Wachs2011-11-07
|
* More time to connect peergroupBart Polot2011-11-07
|
* new test to test bi-directional connection attemptsMatthias Wachs2011-11-07
|
* Small fix, improved commentBart Polot2011-11-07
|
* workaround for:Matthias Wachs2011-11-07
| | | | | | https://gnunet.org/bugs/view.php?id=1882 https://gnunet.org/bugs/view.php?id=1884
* Made it impossible to start/stop the helper more then ones, should fix #1873David Brodski2011-11-07
|
* fixing mantis 1878Matthias Wachs2011-11-07
|
* fix #1883Christian Grothoff2011-11-05
|
* introducing GNUNET_abortChristian Grothoff2011-11-05
|
* LRN: fix gnuent_fs_Start argumentsChristian Grothoff2011-11-05
|
* treat empty string as NULLChristian Grothoff2011-11-05
|
* LRN: Call-transport-disconnect-to-clear-session-message-q.patch:Christian Grothoff2011-11-05
| | | | | | This was submitted to #1880, but i'm including this here as well.
* LRN: This is likely a typo. I caught it, because GNUNET_assert() is now aChristian Grothoff2011-11-05
| | | | | | function that takes 'int', but the argument was a pointer.
* LRN: cosmeticsChristian Grothoff2011-11-05
|
* LRN: Add -lole32 (why had it worked without this untilChristian Grothoff2011-11-05
| | | | | now?)
* LRN: Add -lole32 (why had it worked without this untilChristian Grothoff2011-11-05
| | | | | now?)
* LRN: Mysterious patch. I don't know why calling executable with a dotChristian Grothoff2011-11-05
| | | | | | | | | forces it to create a new console window (which immediately pops up and grabs the focus, then disappears) for itself, but that is the empirical fact. Removing the dot fixes this VERY annoying W32 bug.
* no in_addr_t on W32Christian Grothoff2011-11-05
|
* LRN: Use regexps in logdefsChristian Grothoff2011-11-05
| | | | | | | | | | | | | Now "*" is not valid anymore (it's not like anyone had a lot of opportunities to use it though). Empty string means ".*", so it's still compatible. Matching is case-sensitive. ^ and $ match the beginning and the end of the text, newine matches a newline character. All regexps are considered non-extended. Regex compilation errors are not reported in any way (the parsing process just fails, and that's it).