aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_tun_lib.h
Commit message (Collapse)AuthorAge
* -more util include cleanupsMartin Schanzenbach2022-12-05
|
* UTIL: Allow only inlcusion of util glib-style.Martin Schanzenbach2022-12-04
|
* BUILD: Attempt to disentable platform.h, gnunet_common.h and ↵Martin Schanzenbach2022-12-04
| | | | gnunet_private_config.h insanity
* BUILD: Improve platform-specific includesMartin Schanzenbach2022-12-01
| | | | | | | | | | | This change allows third party programs to use gnunet either with the platform header from the sources used to build to gnunet, or use their own platform header by defining GNUNET_CUSTOM_PLATFORM_H which will be included in its stead. This also means that programs no longer must include "platform.h" (or similar) manually. The change (should be) backwards compatible to some degree. Fixes #4615
* DOC: Major doxygen organisation work, upgraded config, updated logoWillow Liquorice2022-08-21
|
* -Fix several incorrect uses of `i.e.'Alessio Vanni2021-04-24
| | | | With some other changes to sentences here and there as I found appropriate.
* global reindent, now with uncrustify hook enabledChristian Grothoff2019-10-05
|
* uncrustify as demanded.ng02019-09-08
|
* fix #5688 packed warningsChristian Grothoff2019-04-18
|
* implement MTU calculation and adjustmentsChristian Grothoff2019-01-30
|
* src: for every AGPL3.0 file, add SPDX identifier.ng02019-01-14
|
* try to solve include madnesslurchi2018-06-25
|
* 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
|
* fixes relating to intercepting DNS queries over IPv6Christian Grothoff2016-09-27
|
* ensure binding multiple ports to the same service descriptor works (again) ↵Christian Grothoff2016-08-25
| | | | with the correct mapping of ports
* doxygen: group/module definitions (part 2)Gabor X Toth2016-01-12
|
* fix #3869: outdated FSF addressChristian Grothoff2015-06-30
|
* -bringing copyright tags up to FSF standardChristian Grothoff2015-02-07
|
* -reordering API in header to make structure more obviousChristian Grothoff2014-06-22
|
* -use the same hash function to map service name to hash, not once strlen and ↵Christian Grothoff2013-12-20
| | | | then strlen+1
* -adding CERT record support to dnsparserChristian Grothoff2013-12-06
|
* -converting regular expressions of vpn/pt to non-binary format and adding ↵Christian Grothoff2013-10-26
| | | | proper policy parsing
* -remove trailing whitespaceChristian Grothoff2013-10-06
|
* Andrew Cann wrote:Christian Grothoff2013-09-28
| | | | | | | | | This patch changes the name of a couple of variables that had c++-incompatible names and adds a header file to gnunet_network_lib.h https://canndrew.org/misc/change_cpp_incompatible_variable_names.diff
* -doxygen fixesChristian Grothoff2013-08-22
|
* -implementing handling of VPN records in new GNSChristian Grothoff2013-08-18
|
* -eliminating duplicate struct definitionsChristian Grothoff2013-08-15
|
* rename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregexsearch to clarify ↵Christian Grothoff2013-07-22
| | | | that this is for generating the search strings
* -move all code that deals with IP/policy to regex/string conversion to tunChristian Grothoff2013-07-22
|
* continuing refactoring of regex library structure, disambiguating symbol ↵Christian Grothoff2013-06-20
| | | | names between old regex library which is now internal and the public API; moving IP-to-regex conversion functions to tun library, as only vpn is using those to begin with
* LRN: Enforce GCC bitfield layout for some structs on W32Christian Grothoff2012-02-29
|
* -fix endian testChristian Grothoff2012-01-30
|
* -missed oneChristian Grothoff2012-01-30
|
* -improve byteorder macro checks for FreeBSDChristian Grothoff2012-01-30
|
* -docuChristian Grothoff2012-01-30
|
* -simplifyChristian Grothoff2012-01-30
|
* -keep splitChristian Grothoff2012-01-30
|
* -docuChristian Grothoff2012-01-30
|
* -renaming some fields, fixing byte order issuesChristian Grothoff2012-01-30
|
* -adding a few more packed statmentsChristian Grothoff2012-01-30
|
* -fix tcp header definitionChristian Grothoff2012-01-26
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -adding ICMP support to exit daemonChristian Grothoff2012-01-20
|
* -adding ICMP support to TUN libraryChristian Grothoff2012-01-20
|
* -moving remaining checksum calculations to tun library, fixing #2066Christian Grothoff2012-01-17
|
* -move IPv6-TCP checksum calculation to tun libraryChristian Grothoff2012-01-17
|
* -move IPv6 header initialization to tun libraryChristian Grothoff2012-01-17
|
* -move IPv4 header initialization to tun libraryChristian Grothoff2012-01-17
|