Wait on actual HANDLE, not the structure that contains it
[oweals/gnunet.git] / src / util / network.c
2015-04-09 LRNWait on actual HANDLE, not the structure that contains it
2015-03-23 Christian Grothoff-trying to fix warnings
2015-02-28 Christian Grothoffgenerally use GNUNET_assert() instead of GNUNET_abort...
2015-02-21 Christian Grothoff-signal connection failure to receive even if receive...
2015-02-21 Christian Grothoffbe more careful with errno, so we can be sure it is...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-01-25 Christian Grothoff-make sure we get the correct errno back after GNUNET_N...
2015-01-24 LRNW32: Remove copy-pasted stray increment
2015-01-24 LRNAdd GNUNET_NETWORK_fdset_handle_set_first
2015-01-24 LRNAdd support for selecting on W32 events
2015-01-17 Christian Grothoffuse enough space for storing full address
2014-12-14 LRNGrothoff's W32 select slist elimination and prettification
2014-12-14 LRNGrothoff's massive indentation and documentation fixes...
2014-11-02 Christian Grothoffadding TCP_STEALTH support to TCP plugin
2014-02-14 Sree Harsha Totakura- Do not try to delete empty string directories.
2014-02-09 Sree Harsha TotakuraCreate UNIX domain sockets as abstract sockets when...
2013-12-13 Christian Grothoff-clean up network select code, avoid insane #ifdefing...
2013-12-13 Christian Grothoff-fix off-by-one so we can also select on FD 0 (stdin)
2013-12-13 Christian Grothoff-fix #3211
2013-10-09 Christian Grothoff-fix warning
2013-10-09 Christian Grothoffremoving remenants of abstract unix domain socket handl...
2013-10-09 Christian Grothoffchanging UNIX domain socket access control to file...
2013-10-09 Christian Grothoff-switching (again) to named sockets, see #2887
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-10-01 Matthias Wachs*sigh* ...
2013-09-30 Christian Grothoff-towards addressing #3047, note this causes the code...
2013-09-27 Christian Grothoff-undo #29640, somehow causes problems
2013-09-26 Christian Grothoffmoving from abstract unix domain socket paths to normal...
2013-09-26 Christian GrothoffApplying 1st patch from Andrew Cann (see also #2887).
2013-09-26 Christian Grothoff-check return values, doxygen, code cleanup
2013-09-20 Christian Grothoff-fix shortening routine to deal with longer hashes
2013-09-16 Christian Grothoffadd GNUNET_NETWORK_socket_free_memory_only_ API to...
2013-09-08 LRNFix timing problems in *_select() on W32
2013-08-29 Christian Grothoff-fix u/clarify/improve util/network code doxygen docume...
2013-08-19 Christian Grothoff-eliminate more uses of ShortHashCode, breaks signatures
2013-08-15 Sree Harsha Totakura- use SO_REUSEADDR for SOCK_STREAM type sockets only
2013-08-11 Christian Grothoffchanging time measurement from milliseconds to microseconds
2013-07-24 Christian Grothoff-fix warnings on W32
2013-06-26 Florian Dolddoxygen
2013-06-21 David BarksdaleFix non-windows non-IPv6 build.
2013-06-20 David BarksdaleFixed GNUNET_CLIENT_service_test on FreeBSD.
2013-03-20 LRNFix warnings and fix/improve logging in network.c
2013-01-30 Christian Grothoff-check for EINPROGRESS for UNIX, hopefully fixing ...
2012-11-01 LRNW32: Remove unnecessary 0 and -1 checks
2012-11-01 LRNW32: optimize GNUNET_NETWORK_fdset_add
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-10-25 LRNbratao: W32: Optimize ..._select() implementation
2012-10-08 LRNImplement non-inheritable sockets for W32
2012-09-27 Christian Grothoff-reorder
2012-07-18 Christian Grothoff-minor code cleanup
2012-07-13 LRNHandle peek errors more appropriately in w32 select
2012-07-13 LRNSafer handling of corner-cases in w32 select
2012-07-11 Christian Grothoff-dos2unix
2012-06-24 Christian Grothoff-LRN: Log timeouts that are bigger than DWORD; fix...
2012-06-20 Christian Grothoff-fixing #2439
2012-06-07 Christian GrothoffLRN: new select wrapper for W32 which avoids busy-waiting
2012-06-01 Christian Grothoff-bratao: there is one little innofensive patch. pasteb...
2012-06-01 Martin Schanzenbach-added accessors for network handle
2012-05-15 Christian Grothoff-typo
2012-05-15 Christian Grothoff-help seaspider some more
2012-04-21 Christian Grothoff-misc offline hacking / code cleanup in util
2012-04-01 Christian Grothoff-do not warn if stat fails, do not output DEBUG message...
2012-04-01 Christian Grothoff-removing legacy #ifdefs
2012-03-23 Christian Grothoff-eliminating duplicate code
2012-02-26 Christian Grothoff-some more #if DEBUG elimination
2012-01-21 Christian Grothoff-LRN: Pipe-errors-will-trigger-ready-to-read-event
2011-12-06 Christian GrothoffImplement passing sockets in IPC on W32 (#1975)
2011-12-02 Christian Grothoff-LRN: fix socket_close logging
2011-11-04 Christian Grothoffcurly wars / auto-indentation
2011-10-20 Christian Grothofffix
2011-10-14 Christian GrothoffLRN loves slist: Use stack allocation for slist iterator
2011-10-12 Christian GrothoffLRN: Fix slist misuse in network.c
2011-10-11 Christian Grothoffconverting to GNUNET_LOG_from*
2011-10-06 Matthias Wachscompile error
2011-10-06 Christian GrothoffLRN: Fix select() on pipes to trigger read callback...
2011-10-04 Christian GrothoffLRN: Use GNUNET_EXTRA_LOGGING to manage compile-time...
2011-09-18 Christian Grothofffixwarning
2011-09-18 Christian GrothoffSO_SNDBUF/SO_RECVBUF do not work on FreeBSD
2011-09-16 Christian Grothoffdo use reuseaddr on non-W32 systems
2011-08-15 Christian Grothoffindentation
2011-08-15 Christian Grothoffindentation
2011-08-14 Christian GrothoffLRN: Added-the-ability-to-substitute-scheduler-select.
2011-08-11 Christian Grothoffuse bind instead of connect to test if service is runni...
2011-08-01 Christian GrothoffLRN: Bratao's select() implementation for W32
2011-07-18 Christian GrothoffMantis 1735
2011-07-15 Christian Grothoffwrong check
2011-07-14 Christian Grothoffmantis 1735
2011-07-13 Matthias Wachsadditional assertion to find segfault
2011-07-01 Christian Grothofftestcase for nat test code
2011-07-01 Christian Grothofffinishing gnunet-nat-server
2011-06-20 Christian GrothoffMantis 1716:
2011-06-16 Christian Grothoffdo not crash if we run out of sockets
2011-06-14 Christian Grothoffoops
2011-06-14 Christian Grothoffcleaner message
2011-06-14 Christian Grothoffformat
2011-05-24 Matthias Wachsbug on bsd
2011-02-09 Nathan S. Evansextra assertion
2011-01-24 Christian GrothoffUNIX domain socket authentication support added
2010-12-27 Nils Durnershutdown via control pipe (#0001616)
2010-12-21 Christian Grothoffcleaner
next