-try with finished
[oweals/gnunet.git] / src / util /
2012-01-31 Christian Grothoff-try with finished
2012-01-30 Christian Grothoff-fix endian test
2012-01-30 Christian Grothoff-improve byteorder macro checks for FreeBSD
2012-01-30 Christian Grothoff-be-fix
2012-01-30 Christian Grothoff-be-fix
2012-01-30 Christian Grothoff-trying to fix double-start issue on sparc
2012-01-29 Christian Grothoff-del
2012-01-29 Christian Grothoff-make mst more reentrant
2012-01-29 Christian Grothoff-enable helper shutdown during mst callback
2012-01-28 Christian Grothoff-code deduplication, doxygen fixes
2012-01-28 Christian Grothoff-fix error reporting, remove unnecessary syscalls on...
2012-01-28 Christian Grothoff-fix
2012-01-28 Christian Grothoff-log resolver errors always
2012-01-27 Christian Grothoff-fixing #2116
2012-01-26 Christian Grothoff-allow NULL
2012-01-26 Christian Grothoff-follow naming conventions
2012-01-25 Christian Grothoff-allow binaries without SUID if we are root
2012-01-25 Christian Grothoff-always check that WE can execute
2012-01-25 Christian Grothoff-do not abort waitpid just because of SIGCHLD
2012-01-25 Christian Grothoff-doxygen fixes
2012-01-25 Christian Grothoff-check return value
2012-01-25 Christian Grothoff-dce
2012-01-23 Christian GrothoffIt-might-be-NULL
2012-01-21 Christian Grothoff-LRN: Pipe-errors-will-trigger-ready-to-read-event
2012-01-21 Christian Grothoff-LRN: W32-pipes-are-overlapped-by-default-now
2012-01-20 Christian Grothoff-fix getting output from sysctl into service-helper...
2012-01-20 Christian Grothoff-debug
2012-01-20 Christian Grothoff-fix
2012-01-14 Christian Grothoff-implement blocking write / non-blocking read for non...
2012-01-14 Christian GrothoffLRN: enable more fine-grained control over blocking...
2012-01-14 Christian Grothoff-LRN: fix pipe writing and progress write
2012-01-14 Christian GrothoffLRN: new pipe creation function GNUNET_DISK_pipe_from_f...
2012-01-14 Christian GrothoffLRN: add function GNUNET_STRINGS_get_short_name to...
2012-01-13 Christian Grothoffimproving code and build system to be in line with...
2012-01-13 Christian Grothoffchange default configurations on systems with UNIX...
2012-01-09 Christian GrothoffLRN: make disk iterator start return GNUNET_SYSERR...
2012-01-07 Christian Grothoff-towards handling client requests
2012-01-07 Christian Grothoff-add missing comments, expand error checking
2012-01-05 Christian Grothoff-const
2012-01-05 Christian Grothofffix crc16 prototypes
2012-01-05 Christian Grothoff-docu
2012-01-05 Christian Grothoff-fix
2012-01-05 Christian Grothoff-try converting doubles to network byte order
2012-01-03 Christian Grothoff-misc DNS related bugfixes
2012-01-03 Christian Grothoff-fix
2012-01-03 Christian Grothoff-fixing compile errors in tests
2012-01-02 Christian Grothoffadding crc16 to gnunet_crypto_lib.h
2012-01-02 Christian Grothoffadding new GNUNET_HELPER_ API for communication with...
2012-01-02 Christian Grothoffadding GNUNET_OS_start_process_vap function
2012-01-01 Christian Grothoffchanging scheduler priorities to revert to DEFAULT...
2011-12-31 Christian Grothoff-LRN: 64-bit offsets for file locking on W32
2011-12-31 Christian Grothoff-LRN: ino diff
2011-12-31 Christian Grothoff-LRN: fixing issues that slipped through earlier
2011-12-31 Christian Grothoff-LRN: OFF_T/off_t patch for 64-bit files on W32
2011-12-30 Christian Grothoff-LRN: utf8-ization, #2051
2011-12-30 Christian Grothoff-LRN: use FOPEN/CLOSE instead of fopen/close - #2051
2011-12-30 Christian Grothoff-LRN: use FPRINTF -- #2051
2011-12-30 Christian Grothoff-LRN: fix syscall name
2011-12-26 Christian Grothoff-version bumps for release
2011-12-26 Christian Grothoffadding GNUNET_FS_time_to_year function to FS API
2011-12-25 Christian Grothoff-LRN: add docdir to installation get path
2011-12-24 Christian Grothoff-LRN: new charset conversion functions / #2031
2011-12-21 Christian Grothofffixing 2012: network structure alignment now forced...
2011-12-19 Bart Polot- Fixed doxygen to reflect real API params
2011-12-17 Christian Grothoff-2011
2011-12-17 Christian Grothoff-even better error handling
2011-12-17 Christian Grothoff-fix error message
2011-12-16 Christian Grothoffcleaning up bloomfilter code and disk file size tests
2011-12-15 Christian Grothoff-LRN: w32 version of fstat
2011-12-15 Christian Grothoffonly try to read bf from disk if we didn't just create...
2011-12-15 Christian Grothoffextra error checking in Bloom filter to check that...
2011-12-13 Matthias WachsLRN's patch argument order
2011-12-09 Christian Grothoff-LRN: Fix for ARMed processes that have zero lsocks...
2011-12-08 Christian Grothoff-LRN fix deallocation
2011-12-08 Christian Grothoff-LRN: misc. minor fixes
2011-12-07 Matthias Wachsfixed docu
2011-12-06 Christian Grothoffeliminating last dependency on util code from wlan...
2011-12-06 Christian GrothoffLRN: correct behaviour when logfile does not exist
2011-12-06 Christian GrothoffLRN: Ensure that GTK can then do the internal call...
2011-12-06 Christian GrothoffImplement passing sockets in IPC on W32 (#1975)
2011-12-06 Christian GrothoffFixing #1976 by allowing allocations between INT_MAX...
2011-12-06 Christian Grothoff-use uint64_t instead of long long for GNUNET_ntohll...
2011-12-06 Christian Grothoffuse uint64_t instead of long long for GNUNET_ntohll...
2011-12-02 Christian Grothoff-LRN: unset control pipe after use, add missing #define
2011-12-02 Christian Grothoff-LRN: fix socket_close logging
2011-12-01 Christian GrothoffLRN: Adding vectored exception handling for W32 (#1965)
2011-11-30 Christian Grothoff-fixing minor typos, version bump
2011-11-29 Christian Grothoff-fixing indentation
2011-11-29 Christian GrothoffLRN: new code for GNUNET_OS_network_interfaces_list...
2011-11-28 Christian Grothoff-more doxygen fixes
2011-11-28 Christian Grothoffintroducing GNUNET_UNUSED macro instead of hard-coding...
2011-11-28 Christian Grothoff-document clock skew variable a bit more
2011-11-26 Christian GrothoffImplementing Thomas Bushnell's suggestion to work aroun...
2011-11-23 Christian GrothoffLRN: Fix the use of SRANDOM
2011-11-23 Christian GrothoffLRN: fixing 1956 by using a better random generator...
2011-11-22 Matthias Wachsremember
2011-11-17 Christian Grothoffadd units to time, use configuration time api where...
2011-11-17 Matthias Wachssend broadcasts on every interface
2011-11-17 Matthias Wachsapi change for network interface iterations to support...
2011-11-17 Christian Grothoffnot on OSX
next