-bugfixes, code cleanup
[oweals/gnunet.git] / src / vpn / gnunet-service-vpn.c
2012-10-26 Christian Grothoff-bugfixes, code cleanup
2012-10-07 Christian Grothoff-chaning multihashmap API to allow option for avoiding...
2012-08-29 Christian Grothoffonly use control pipe with helpers IF the helper actual...
2012-07-25 Bart PolotEliminate mesh priority option
2012-07-25 Christian Grothoff-dox
2012-07-25 Bart PolotEliminated mesh API buffering
2012-07-16 Sree Harsha Totakuraextended HELPER api to notify when child crashes
2012-06-12 Christian Grothoff-consistently use struct GNUNET_HashCode
2012-05-27 Christian Grothoff-more uniform naming of statisitcs
2012-05-24 Matthias Wachs- adding return value to mst callback
2012-04-24 Christian Grothoff-trying to resolve alignment issue on sparc
2012-03-23 Christian Grothoff-eliminating duplicate code
2012-02-28 Christian Grothoff-make gcc happy
2012-02-12 Christian Grothoff-ICMPv6 has a different protocol number than ICMPv4...
2012-01-30 Christian Grothoff-also run if system does not support IPv4 or IPv6 at...
2012-01-30 Christian Grothoff-renaming some fields, fixing byte order issues
2012-01-26 Christian Grothoff-actually copy payload
2012-01-26 Christian Grothoff-set tcp header
2012-01-26 Christian Grothoff-fix mask calculation
2012-01-26 Christian Grothoff-fix ret vals
2012-01-26 Christian Grothoff-check tcp off value
2012-01-26 Christian Grothoff-check tcp off value
2012-01-25 Christian Grothoff-fix call to stats destroy
2012-01-25 Christian Grothoff-terminate test after a while, check for SUID helper
2012-01-25 Christian Grothoff-doxygen fixes
2012-01-25 Christian Grothoff-assert
2012-01-24 Christian Grothoff-fixes
2012-01-24 Bart Polot- Fixed #2090, removed ugly debug lines
2012-01-23 Christian Grothoff-fixing #2100
2012-01-21 Christian Grothoff-implementing ICMP PT and generation if ICMP payloads...
2012-01-21 Christian Grothoff-make up ICMP payload for error responses on VPN->TUN...
2012-01-21 Christian Grothoff-implementing ICMP PT and type checking on VPN->TUN...
2012-01-21 Christian Grothoff-avoid sending useless ICMP payloads and add ICMP PT...
2012-01-21 Christian Grothoff-add support for sending ICMP packets to service/internet
2012-01-21 Christian Grothoff-add support for receiving VPN_ICMP_TO_VPN messages
2012-01-20 Christian Grothoff-mark function that should never be called as such
2012-01-20 Christian Grothoff-use different message types for different directions...
2012-01-20 Christian Grothoff-off by alen
2012-01-20 Christian Grothoff-partial fix to #2090
2012-01-18 Christian Grothoff-adding DNS exit-from-mesh functionality to gnunet...
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-rename header
2012-01-17 Christian Grothoff-extra checks
2012-01-17 Christian Grothoff-fix log call
2012-01-17 Christian Grothoff-fix #2079
2012-01-17 Christian Grothoff-fixing #2069
2012-01-17 Christian Grothoff-bound #messages queued, bound #destinations and bound...
2012-01-17 Christian Grothoff-track tmq queue length
2012-01-17 Christian Grothoff-rename field
2012-01-15 Christian Grothoff-initialize msg field in tnq
2012-01-15 Christian Grothoff-initialize len field
2012-01-15 Christian Grothoff-adding statistics to VPN
2012-01-15 Christian Grothoff-basic setup/tear down for statistics in mesh/vpn
2012-01-15 Christian Grothoff-adding some rudimentary logging
2012-01-14 Christian Grothoff-fixing crash, notes
2012-01-14 Christian Grothoff-finishing first draft of new VPN implementation to...
2012-01-12 Christian Grothoff-fix
2012-01-12 Matthias Wachsfix compile errors
2012-01-11 Christian Grothoff-implementing shutdown code
2012-01-11 Christian Grothoff-updating todo notes
2012-01-11 Christian Grothoff-building IPv6 TCP reply messages for TUN
2012-01-11 Christian Grothoff-building IPv4 TCP reply messages for TUN
2012-01-11 Christian Grothoff-building IPv6 UDP reply messages for TUN
2012-01-11 Christian Grothoff-parsing for UDP IPv4 replies
2012-01-11 Christian Grothoff-generate messages in new mesh format
2012-01-10 Christian Grothoff-towards having mesh messages in VPN
2012-01-07 Christian Grothoff-implement local address allocation
2012-01-07 Christian Grothoff-also handle client service redirection requests
2012-01-07 Christian Grothoff-towards handling client requests
2012-01-07 Christian Grothoff-finishing first implementation of VPN client library
2012-01-07 Christian Grothoff-skeleton code for gnunet-vpn command
2012-01-07 Christian Grothoff-defining IPC messages for VPN
2012-01-07 Christian Grothoff-some more hacking on data structures, documenting...
2012-01-07 Christian Grothoff-moving tcpip structs to joint header, some more work...
2012-01-06 Christian Grothoff-importing from gnunet-daemon-vpn to gnunet-service...