aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* 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).
* LRN: Add '-Wl,' prefix to -no-undefinedChristian Grothoff2011-11-05
| | | | | | | | | | -no-undefined is not a valid compiler option as of GCC 4.6.x (it IS valid linker option). Note that this REQUIRES an extra -no-undefined to be passed to libtool (this is done by GN_LIB_LDLFAGS and GN_PLUGIN_LDFLAGS), because libtool does not understand -Wl,-no-undefined.
* LRN: Fix loglevel testcase (disable redirection)Christian Grothoff2011-11-05
|
* use putenv instead of setenv for portabilityChristian Grothoff2011-11-05
|
* Added testcase for 2dtorus scenario from dht and meshBart Polot2011-11-05
|
* Added testcase, fixed namingBart Polot2011-11-05
|
* Added an empty 2d torus test (connect and to nothing)Bart Polot2011-11-05
|
* Reduced duplicationBart Polot2011-11-04
|
* Reenable multicast testcaseBart Polot2011-11-04
|
* Fixed coverity #10249Bart Polot2011-11-04
|
* Fixed coverity #10250Bart Polot2011-11-04
|
* Additional fix for #1871Bart Polot2011-11-04
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* extending ats api to inform about addresses in useMatthias Wachs2011-11-04
|
* Fix for #1871Bart Polot2011-11-04
|
* ignore return values explicitlyChristian Grothoff2011-11-04
|
* close stdin before dup-ing, check return value of dup2Christian Grothoff2011-11-04
|
* parse earlier, check sscanf return valueChristian Grothoff2011-11-04
|
* ignore return values explicitlyChristian Grothoff2011-11-04
|
* fm never NULL, dceChristian Grothoff2011-11-04
|
* fix leak and missing return value checkChristian Grothoff2011-11-04
|
* initialize countChristian Grothoff2011-11-04
|
* fix off-by-one and named constantChristian Grothoff2011-11-04
|
* fix uninitChristian Grothoff2011-11-04
|
* handle NULLChristian Grothoff2011-11-04
|
* cov fixChristian Grothoff2011-11-04
|
* Renamed functionsBart Polot2011-11-04
|
* implementing #1785Christian Grothoff2011-11-04
|
* Added check to catch #1871Bart Polot2011-11-04
|