aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* -fixing indentationChristian Grothoff2011-11-29
|
* LRN: new code for GNUNET_OS_network_interfaces_list on W32 improving support ↵Christian Grothoff2011-11-29
| | | | for IPv6 and subnets/masks, see Mantis 1958
* -more doxygen fixesChristian Grothoff2011-11-28
|
* introducing GNUNET_UNUSED macro instead of hard-coding gcc attribute all ↵Christian Grothoff2011-11-28
| | | | over the place; also some further documentation fixes
* -document clock skew variable a bit moreChristian Grothoff2011-11-28
|
* Implementing Thomas Bushnell's suggestion to work around the signal race ↵Christian Grothoff2011-11-26
| | | | without needing special vfork semantics
* LRN: Fix the use of SRANDOMChristian Grothoff2011-11-23
|
* LRN: fixing 1956 by using a better random generator on W32Christian Grothoff2011-11-23
|
* rememberMatthias Wachs2011-11-22
|
* add units to time, use configuration time api where appropriate, fixing ↵Christian Grothoff2011-11-17
| | | | Mantis #1875
* send broadcasts on every interfaceMatthias Wachs2011-11-17
|
* api change for network interface iterations to support broadcast address and ↵Matthias Wachs2011-11-17
| | | | network mask
* not on OSXChristian Grothoff2011-11-17
|
* staticChristian Grothoff2011-11-10
|
* fix #1885Christian Grothoff2011-11-07
|
* introducing GNUNET_abortChristian Grothoff2011-11-05
|
* treat empty string as NULLChristian 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.
* 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
|
* curly wars / auto-indentationChristian Grothoff2011-11-04
|
* cov fixChristian Grothoff2011-11-04
|
* do not translate, everChristian Grothoff2011-11-04
|
* fixChristian Grothoff2011-11-04
|
* nodebugChristian Grothoff2011-11-03
|
* implementing time and size parsers for #1875Christian Grothoff2011-11-03
|
* implementing plugin directory scanner for #1746Christian Grothoff2011-11-03
|
* increase timeout to fix #1872:Christian Grothoff2011-11-03
|
* implementing #1747Christian Grothoff2011-11-03
|
* fixChristian Grothoff2011-11-02
|
* setenv to fix testcase under other circumstancesChristian Grothoff2011-10-26
|
* getting rid of unnecessary ignore_shutdown callsChristian Grothoff2011-10-23
|
* fixChristian Grothoff2011-10-20
|
* fixChristian Grothoff2011-10-20
|
* bracketChristian Grothoff2011-10-19
|
* LRN: fix LOG definitionsChristian Grothoff2011-10-14
|
* LRN: Use GNUNET_strdup() instead of strdup()Christian Grothoff2011-10-14
|
* LRN loves slist: Use stack allocation for slist iteratorChristian Grothoff2011-10-14
|
* allow NULLChristian Grothoff2011-10-12
|
* LRN: Fix slist misuse in network.cChristian Grothoff2011-10-12
|
* check vspnrintf return value, stack-allocate log bufferChristian Grothoff2011-10-11
|
* reudce insanityChristian Grothoff2011-10-11
|
* converting to GNUNET_LOG_from*Christian Grothoff2011-10-11
|
* spaceChristian Grothoff2011-10-10
|
* use LOG macro in resolver_api.cChristian Grothoff2011-10-10
|
* use log fromChristian Grothoff2011-10-10
|