aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* only try to read bf from disk if we didn't just create the fileChristian Grothoff2011-12-15
|
* extra error checking in Bloom filter to check that the size of the file on ↵Christian Grothoff2011-12-15
| | | | disk corresponds to the expected size for the given filter
* LRN's patch argument orderMatthias Wachs2011-12-13
|
* -LRN: Fix for ARMed processes that have zero lsocks (such as hostlist)Christian Grothoff2011-12-09
|
* -LRN fix deallocationChristian Grothoff2011-12-08
|
* -LRN: misc. minor fixesChristian Grothoff2011-12-08
|
* fixed docuMatthias Wachs2011-12-07
|
* eliminating last dependency on util code from wlan helper by inliningChristian Grothoff2011-12-06
|
* LRN: correct behaviour when logfile does not existChristian Grothoff2011-12-06
|
* LRN: Ensure that GTK can then do the internal call write(2, message, strlenChristian Grothoff2011-12-06
| | | | | | (message)); successfully by default.
* Implement passing sockets in IPC on W32 (#1975)Christian Grothoff2011-12-06
|
* Fixing #1976 by allowing allocations between INT_MAX and SIZE_MAX and at the ↵Christian Grothoff2011-12-06
| | | | same time limiting BF size for datastore to 2 GB. Also fixing infinite loop when creating BFs of sizes between 2-4 GB
* -use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian Grothoff2011-12-06
|
* use uint64_t instead of long long for GNUNET_ntohll/GNUNET_htonllChristian Grothoff2011-12-06
|
* -LRN: unset control pipe after use, add missing #defineChristian Grothoff2011-12-02
|
* -LRN: fix socket_close loggingChristian Grothoff2011-12-02
|
* LRN: Adding vectored exception handling for W32 (#1965)Christian Grothoff2011-12-01
| | | | | | | Whenever an exception occurs, and the process is not being debugged, it will run a debugger specified by GNUNET_DEBUGGER environment variable, and wait for it to attach. The net effect is the same as using JIT debugging (AeDebug), but without the stack being broken by SEH (because VEH has a priority over SEH), which allows for fuller backtraces for any exception, not just for GNUNET_abort() calls.
* -fixing minor typos, version bumpChristian Grothoff2011-11-30
|
* -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
|