aboutsummaryrefslogtreecommitdiff
path: root/src/util
Commit message (Collapse)AuthorAge
* TG: attached are the following patches for GNUnet:Christian Grothoff2012-02-23
| | | | | | | | | | | | | | | - 1: added GNUNET_i2s_full - full variant of GNUNET_i2s - 2: GNUNET_CRYPTO_hash_from_string2 with additional length parameter, useful to prevent an additional strlen call when the caller already knows the length - 3: custom mst callbacks for the server, enables using the server with a custom parser - 4: added GNUNET_SERVER_client_set_finish_pending_write - enables changing the server behavior to finish pending writes when closing the connection Best regards, Gabor Adam Toth
* LRN: Escape-trailing-slash-when-spawning-W32-process:Christian Grothoff2012-02-21
|
* LRN: don't free memory on the stackChristian Grothoff2012-02-18
|
* -use GNUNET_free instead of freeChristian Grothoff2012-02-13
|
* -fixing #2139Christian Grothoff2012-02-09
|
* -speed up logging test, fix logging testcase to always log at DEBUG levelChristian Grothoff2012-02-06
|
* -also user gnunet-original filename here more consistentlyChristian Grothoff2012-02-03
|
* -barato's byte order patch, might even help with #2130Christian Grothoff2012-02-01
|
* -fix for W32 pipes from brataoChristian Grothoff2012-01-31
|
* - fixMatthias Wachs2012-01-31
|
* - enable output to test on Os xMatthias Wachs2012-01-31
|
* ifconfig parsingMatthias Wachs2012-01-31
| | | | | | | | | | | Shum's patch bugs fixed in patch: - IPv4 loopback address was not included: added line 179 - stack allocated strings were not zeroed out, so last value was used if value was not included in current line - IPv4 netmask was passed as broadcast address (patch line 81) - IPv4 netmask was passed as IPv6 netmask, caused invalid address conversion (patch line 113)
* adding verbose messageMatthias Wachs2012-01-31
|
* -try with finishedChristian Grothoff2012-01-31
|
* -fix endian testChristian Grothoff2012-01-30
|
* -improve byteorder macro checks for FreeBSDChristian Grothoff2012-01-30
|
* -be-fixChristian Grothoff2012-01-30
|
* -be-fixChristian Grothoff2012-01-30
|
* -trying to fix double-start issue on sparcChristian Grothoff2012-01-30
|
* -delChristian Grothoff2012-01-29
|
* -make mst more reentrantChristian Grothoff2012-01-29
|
* -enable helper shutdown during mst callbackChristian Grothoff2012-01-29
|
* -code deduplication, doxygen fixesChristian Grothoff2012-01-28
|
* -fix error reporting, remove unnecessary syscalls on some pathsChristian Grothoff2012-01-28
|
* -fixChristian Grothoff2012-01-28
|
* -log resolver errors alwaysChristian Grothoff2012-01-28
|
* -fixing #2116Christian Grothoff2012-01-27
|
* -allow NULLChristian Grothoff2012-01-26
|
* -follow naming conventionsChristian Grothoff2012-01-26
|
* -allow binaries without SUID if we are rootChristian Grothoff2012-01-25
|
* -always check that WE can executeChristian Grothoff2012-01-25
|
* -do not abort waitpid just because of SIGCHLDChristian Grothoff2012-01-25
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -check return valueChristian Grothoff2012-01-25
|
* -dceChristian Grothoff2012-01-25
|
* It-might-be-NULLChristian Grothoff2012-01-23
|
* -LRN: Pipe-errors-will-trigger-ready-to-read-eventChristian Grothoff2012-01-21
|
* -LRN: W32-pipes-are-overlapped-by-default-nowChristian Grothoff2012-01-21
|
* -fix getting output from sysctl into service-helper interactionsChristian Grothoff2012-01-20
|
* -debugChristian Grothoff2012-01-20
|
* -fixChristian Grothoff2012-01-20
|
* -implement blocking write / non-blocking read for non-W32 systemsChristian Grothoff2012-01-14
|
* LRN: enable more fine-grained control over blocking/non-blocking pipe operationChristian Grothoff2012-01-14
|
* -LRN: fix pipe writing and progress writeChristian Grothoff2012-01-14
|
* LRN: new pipe creation function GNUNET_DISK_pipe_from_fd to wrap existing ↵Christian Grothoff2012-01-14
| | | | file descriptor pair
* LRN: add function GNUNET_STRINGS_get_short_name to get basenameChristian Grothoff2012-01-14
|
* improving code and build system to be in line with gnunet access control ↵Christian Grothoff2012-01-13
| | | | model for services as described at https://gnunet.org/gnunet-access-control-model
* change default configurations on systems with UNIX domain sockets to NOT ↵Christian Grothoff2012-01-13
| | | | specify any port for TCP-based IPC (and interpret that as no TCP-based IPC desired), as we can and want to use UNIX domain sockets in this case by default
* LRN: make disk iterator start return GNUNET_SYSERR if run on empty directoryChristian Grothoff2012-01-09
|
* -towards handling client requestsChristian Grothoff2012-01-07
|