aboutsummaryrefslogtreecommitdiff
path: root/src/util/network.c
Commit message (Expand)AuthorAge
* NEWS: Refactoring components under src/ into lib/, plugin/, cli/ and service/Martin Schanzenbach2023-10-18
* -fix include order to get rid of warningsChristian Grothoff2023-10-04
* BUILD: Silence int/enum mismatch compiler warnings and curl deprecated definesMartin Schanzenbach2023-09-23
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
* BUILD: Attempt to disentable platform.h, gnunet_common.h and gnunet_private_c...Martin Schanzenbach2022-12-04
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
* -DOC: Pass through UTIL libraries (HELPER, MST, NETWORK, OS, PEER)Willow Liquorice2022-10-03
* -fix port initialization in addrChristian Grothoff2022-02-19
* -minor code cleanupChristian Grothoff2021-11-13
* -fix indentationChristian Grothoff2021-08-23
* -check return valuesChristian Grothoff2021-08-09
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
* fix sendto bugChristian Grothoff2020-12-20
* GNUNET_free_non_null -> GNUNET_freeChristian Grothoff2020-07-05
* use ifdef instead of if for __linux__ and BSDng02019-11-20
* follow-up to 7c14b80a011e9e99b1cef0bfd96bae364edd5663:ng02019-11-20
* get rid of SOCKTYPE and FDTYPEChristian Grothoff2019-11-10
* tighten formatting rulesChristian Grothoff2019-10-31
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
* remove CYGWIN codeblocks, drop vendored Windows openvpn, drop win32 specific ...ng02019-09-10
* Remove win32 and cygwin supportng02019-09-09
* plibc: win32 related, socketng02019-09-09
* uncrustify as demanded.ng02019-09-08
* make SO_NOSIGPIPE more prominentSchanzenbach, Martin2019-08-10
* cache PF support results from OS probe (#5553)Christian Grothoff2019-03-02
* Be explicit about truncation to silence warning.Florian Dold2019-02-28
* untested fix for #5511Christian Grothoff2019-02-09
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
* paragraph for gnunet devs that don't know how to use the webpsyc://loupsycedyglgamf.onion/~lynX2018-06-07
* glitch in the license text detected by hyazinthe, thank you!psyc://loupsycedyglgamf.onion/~lynX2018-06-07
* first batch of license fixes (boring)psyc://loupsycedyglgamf.onion/~lynX2018-06-05
* Style fixes (mostly tabs to spaces).anryko2018-01-07
* initialize variable on all pathsChristian Grothoff2018-01-05
* add assertionChristian Grothoff2018-01-04
* merge branch 'refactoring-scheduler'lurchi2017-12-30
|\
| * make input of getters const (needed for new scheduler API)lurchi2017-08-05
* | fix integer overflow in cast to long for very large timeouts on 32-bit platformsChristian Grothoff2017-09-26
|/
* implement GNUNET_NETWORK_test_port_free() for testcases to conveniently check...Christian Grothoff2017-03-24
* util: add component name to LOG macros; util/client: log incoming message typ...tg(x)2017-02-24
* change return value to use -1 on error, as 0 is a legal packet sizeChristian Grothoff2016-11-27
* This can't be NULLDavid Barksdale2016-10-26
* -avoid calling memcpy() with NULL argument, even if len is 0Christian Grothoff2016-07-08
* -fix misc issuesChristian Grothoff2016-07-06
* -fix (C) noticesChristian Grothoff2016-01-19
* automatically clean up left-over Unix domain socket files when trying to bind...Christian Grothoff2015-07-13
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
* Add missing const to the argument of the readiness checkersLRN2015-04-09
* Wait on actual HANDLE, not the structure that contains itLRN2015-04-09
* -trying to fix warningsChristian Grothoff2015-03-23
* generally use GNUNET_assert() instead of GNUNET_abort() to also log the errorChristian Grothoff2015-02-28