rps: move handlers struct
[oweals/gnunet.git] / src / tun /
2017-01-27 Christian Grothoffunset XDG environment variable during testcases, as...
2017-01-08 Christian Grothoffeven more .gitignore updates
2016-09-27 Christian Grothofffixes relating to intercepting DNS queries over IPv6
2016-08-25 Christian Grothoffensure binding multiple ports to the same service descr...
2016-01-19 Christian Grothoff-fix (C) notices
2015-06-30 Christian Grothofffix #3869: outdated FSF address
2015-05-22 Christian Grothoffdo not generate wildcard '.' transitions in policy...
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2015-02-07 Christian Grothoff-bringing copyright tags up to FSF standard
2014-09-13 Christian Grothofffixing parallel build, getting rid of useless _DEPENDEN...
2014-02-02 LRNFix TESTS_ENVIRONMENT setting (allow GNUNET_PREFIX...
2014-01-30 Christian Grothofffix #3284: support lib/MULTIARCH/ paths in installation...
2014-01-24 Sree Harsha Totakurafix #3275 with solution from https://gnunet.org/bugs...
2014-01-12 Christian Grothoffgenerate compact regular expressions if range is negate...
2013-12-20 Christian Grothoff-use the same hash function to map service name to...
2013-12-20 Christian Grothoff-give nicer warning about big regex
2013-11-28 Christian Grothoff-fix leak
2013-10-26 Christian Grothoff-improvements to parsers
2013-10-26 Christian Grothoff-faster port range generation, O(n) instead of O(n^2)
2013-10-26 Christian Grothoff-converting regular expressions of vpn/pt to non-binary...
2013-10-06 Christian Grothoff-remove trailing whitespace
2013-09-16 Florian Dold- replace deprecated INCLUDES with AM_CPPFLAGS
2013-07-22 Christian Grothoff-note where 2919 should be also implemented
2013-07-22 Christian Grothoffrename GNUNET_TUN_ipvXtoregex to GNUNET_TUN_ipvXtoregex...
2013-07-22 Christian Grothoff-move all code that deals with IP/policy to regex/strin...
2013-06-21 Christian Grothofffix compile error left from renaming fest
2013-06-20 Christian Grothoffadding file that was moved here from regex.c and forgot...
2013-06-20 Christian Grothoffcontinuing refactoring of regex library structure,...
2012-06-07 Christian Grothoff-fixing #2405
2012-02-27 Christian Grothoff-version bumps in anticipation of release
2012-02-24 Christian Grothoff-fix
2012-02-22 Christian Grothoff-one more
2012-02-22 Christian Grothoff-initialize udp header...
2012-02-22 Christian Grothoff-extended test
2012-02-22 Christian Grothoff-initial testcase
2012-01-30 Christian Grothoff-extra size checks
2012-01-30 Christian Grothoff-possible fix for 2124
2012-01-30 Christian Grothoff-fix
2012-01-30 Christian Grothoff-simplify
2012-01-30 Christian Grothoff-keep split
2012-01-26 Christian Grothoff-sane default
2012-01-25 Christian Grothoff-fix IP header length calculations for IPv6
2012-01-25 Christian Grothoff-doxygen fixes
2012-01-20 Christian Grothoff-adding ICMP support to TUN library
2012-01-17 Christian Grothoff-moving remaining checksum calculations to tun library...
2012-01-17 Christian Grothoff-move IPv6-TCP checksum calculation to tun library
2012-01-17 Christian Grothoff-move IPv6 header initialization to tun library
2012-01-17 Christian Grothoff-move IPv4 header initialization to tun library
2012-01-17 Christian Grothoff-renaming TUN structs to follow namnig conventions
2012-01-17 Christian Grothoff-starting TUN lib