Merge branch 'cadet-new-options'
[oweals/gnunet.git] / src / util / network.c
2019-03-02 Christian Grothoffcache PF support results from OS probe (#5553)
2019-02-28 Florian DoldBe explicit about truncation to silence warning.
2019-02-09 Christian Grothoffuntested fix for #5511
2019-01-16 ng0Merge branch 'license/spdx'
2019-01-14 ng0src: for every AGPL3.0 file, add SPDX identifier.
2018-06-13 Nils GillmannMerge branch 'master' of gnunet.org:gnunet
2018-06-11 Phil-Merge branch 'master' of ssh://gnunet.org/gnunet into...
2018-06-07 psyc://loupsycedyg... paragraph for gnunet devs that don't know how to use...
2018-06-07 psyc://loupsycedyg... glitch in the license text detected by hyazinthe, thank...
2018-06-05 psyc://loupsycedyg... first batch of license fixes (boring)
2018-01-15 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-08 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-08 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2018-01-08 Schanzenbach, MartinMerge branch 'master' of git+ssh://gnunet.org/gnunet
2018-01-07 anrykoStyle fixes (mostly tabs to spaces).
2018-01-06 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-06 lurchiMerge branch 'lurchi_social'
2018-01-05 Christian Grothoffinitialize variable on all paths
2018-01-04 ng0Merge branch 'master' of gnunet.org:gnunet
2018-01-04 Christian Grothoffadd assertion
2018-01-02 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2018-01-02 Schanzenbach, Martin-merge
2017-12-31 ng0Merge branch 'master' of gnunet.org:gnunet
2017-12-30 lurchimerge branch 'refactoring-scheduler'
2017-12-30 lurchiMerge branch 'fix_social'
2017-10-05 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-10-05 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into ident...
2017-09-26 ng0Merge branch 'master' of gnunet.org:gnunet
2017-09-26 Christian Grothofffix integer overflow in cast to long for very large...
2017-08-05 lurchimake input of getters const (needed for new scheduler...
2017-03-29 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-03-29 Schanzenbach, Martin- merge with master
2017-03-24 Christian Grothoffimplement GNUNET_NETWORK_test_port_free() for testcases...
2017-02-28 xrsMerge branch 'master' of ssh://gnunet.org/gnunet
2017-02-24 tg(x)Merge branch 'master' of gnunet.org:gnunet
2017-02-24 tg(x)util: add component name to LOG macros; util/client...
2016-12-02 Adnan HMerge branch 'credentials' of git+ssh://gnunet.org...
2016-12-02 Schanzenbach, MartinMerge branch 'credentials' of git+ssh://gnunet.org...
2016-12-01 Schanzenbach, MartinMerge remote-tracking branch 'origin/master' into crede...
2016-11-27 Christian Grothoffchange return value to use -1 on error, as 0 is a legal...
2016-10-26 David BarksdaleThis can't be NULL
2016-07-08 Christian Grothoff-avoid calling memcpy() with NULL argument, even if...
2016-07-06 Christian Grothoff-fix misc issues
2016-01-19 Christian Grothoff-fix (C) notices
2015-07-13 Christian Grothoffautomatically clean up left-over Unix domain socket...
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-04-09 LRNAdd missing const to the argument of the readiness...
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
next