aboutsummaryrefslogtreecommitdiff
path: root/src/tun
Commit message (Collapse)AuthorAge
* -fix leakChristian Grothoff2013-11-28
|
* -improvements to parsersChristian Grothoff2013-10-26
|
* -faster port range generation, O(n) instead of O(n^2)Christian Grothoff2013-10-26
|
* -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
|
* - replace deprecated INCLUDES with AM_CPPFLAGSFlorian Dold2013-09-16
|
* -note where 2919 should be also implementedChristian Grothoff2013-07-22
|
* 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
|
* fix compile error left from renaming festChristian Grothoff2013-06-21
|
* adding file that was moved here from regex.c and forgotten in earlier commitChristian Grothoff2013-06-20
|
* 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
* -fixing #2405Christian Grothoff2012-06-07
|
* -version bumps in anticipation of releaseChristian Grothoff2012-02-27
|
* -fixChristian Grothoff2012-02-24
|
* -one moreChristian Grothoff2012-02-22
|
* -initialize udp header...Christian Grothoff2012-02-22
|
* -extended testChristian Grothoff2012-02-22
|
* -initial testcaseChristian Grothoff2012-02-22
|
* -extra size checksChristian Grothoff2012-01-30
|
* -possible fix for 2124Christian Grothoff2012-01-30
|
* -fixChristian Grothoff2012-01-30
|
* -simplifyChristian Grothoff2012-01-30
|
* -keep splitChristian Grothoff2012-01-30
|
* -sane defaultChristian Grothoff2012-01-26
|
* -fix IP header length calculations for IPv6Christian Grothoff2012-01-25
|
* -doxygen fixesChristian Grothoff2012-01-25
|
* -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
|
* -renaming TUN structs to follow namnig conventionsChristian Grothoff2012-01-17
|
* -starting TUN libChristian Grothoff2012-01-17