WiP
[oweals/gnunet.git] / src / vpn /
2011-04-18 Philipp TölkeFix #1676, take one byte more in data-segment...
2011-04-10 Philipp Tölkemake the mock mesh perhaps not working, but not crashin...
2011-04-10 Philipp Tölkesave state in heap
2011-04-10 Philipp Tölkeindent
2011-04-10 Philipp Tölkeadd TODO
2011-04-10 Philipp Tölkeput in FIXME as reminder to myself
2011-04-10 Philipp Tölkeremove old comment
2011-04-10 Philipp TölkeFIXMEs
2011-04-10 Philipp TölkeFIXMEs
2011-04-10 Philipp Tölkeremoved unneeded FIXME
2011-04-10 Philipp Tölkeresolved FIXME to a comment
2011-04-10 Philipp Tölkedocumentation-change
2011-04-10 Philipp Tölkeadded TODOs
2011-04-06 Christian Grothoff1k buffers
2011-04-06 Christian Grothoffgoing less bitfield crazy
2011-04-01 Philipp Tölkeremove unused file
2011-04-01 Philipp Tölkefix
2011-03-30 Bart PolotChanges to integrate mesh application_type re-definition
2011-03-28 Philipp Tölkedoxy-fixes
2011-03-24 Bart PolotFixed doxygen complaints
2011-03-14 Philipp TölkeSend TCP in both directions:
2011-03-14 Philipp Tölketcp from vpn to exit. way back still missing
2011-03-14 Philipp Tölkeprepare for tcp
2011-03-14 Philipp Tölkerefactor to ease the handling of tcp
2011-03-14 Philipp Tölkefixed FIXMEs
2011-03-11 Christian Grothoffchanging heap remove node api to not pass heap; more...
2011-03-06 Christian Grothoffmore dox fixes
2011-03-05 Philipp Tölkevalgrind-clean
2011-03-05 Philipp Tölkeread the dns-config from the file
2011-03-05 Philipp TölkeAllow the use of all ports and not just 4 per connection
2011-02-24 Philipp Tölkefix SIGSEGV if dns was slow to start up
2011-02-24 Philipp Tölkefix mem-leaks and other nasty stuff
2011-02-23 Christian Grothoffdie strtok_r
2011-02-21 Philipp Tölkeget rid of unnecessary error
2011-02-21 Philipp TölkeBegone foul memory leaks!
2011-02-21 Philipp Tölkebug
2011-02-21 Philipp TölkeLet the -exit use an own tun and not socks
2011-02-11 Heikki Lindholmdefining stuff in headers confuses the linker
2011-02-05 Philipp TölkeUse the configures IP-addresses correctly
2011-02-05 Philipp Tölkedebug DNS-DHT
2011-02-05 Philipp Tölkefix memory-leaks
2011-02-04 Philipp TölkeI should stop commiting now.
2011-02-04 Philipp Tölkeand it gets deeper and deeper
2011-02-04 Philipp Tölkeactually, no, I don't
2011-02-04 Philipp TölkeYes, I know.
2011-02-04 Nathan S. Evansstyle problems on mac
2011-02-02 Philipp Tölkerefactor the interface to the helper a bit to make...
2011-02-02 Philipp Tölkecreate the tun-interfaces with a name choosen by the...
2011-02-02 Christian Grothofffixing bugs, declaring safe
2011-02-02 Christian Grothofffix
2011-01-30 Philipp Tölkeread ip-addresses from configuration
2011-01-30 Philipp Tölkeinitialize variables
2011-01-30 Philipp Tölkeget the ip-addresses from the command-line
2011-01-28 Christian Grothoffptoelke: please use this style...
2011-01-26 Philipp TölkeDocumented, cleaned and indented gnunet-helper-vpn
2011-01-26 Philipp Tölkefix build on freebsd
2011-01-24 Christian Grothoffdoxyfixes
2011-01-19 Christian Grothofffix
2011-01-19 Christian Grothoffbyebye
2011-01-19 Christian Grothoffbyebye
2011-01-19 Christian Grothoffhxing
2011-01-19 Christian Grothoffbreaking-indent
2011-01-19 Philipp Tölkecleaned up the suid-program
2011-01-19 Philipp Tölkefixed doxygen warning
2011-01-12 Philipp Tölkefix usage of mesh_api
2011-01-10 Philipp Tölkelet -vpn and -exit use mesh instead of core
2011-01-10 Philipp Tölkedebug the core-send-to-self
2011-01-10 Philipp Tölkefirst shot at gnunet-daemon-exit; not tested yet
2011-01-10 Philipp Tölkefix two "invalid read"s
2011-01-10 Philipp Tölkesplit up daemon-vpn in multiple files, remove exit...
2011-01-10 Philipp TölkeA few static-analysis-changes
2010-12-23 Christian Grothofffixes
2010-12-23 Christian Grothoffcleaning up core API with bugfix
2010-12-23 Matthias Wachsdoxygen
2010-12-21 Christian Grothoffavoid %m
2010-12-15 Philipp TölkeRemove Debug-Output
2010-12-15 Philipp TölkeTell core that we want to have this packet delivered
2010-12-15 Philipp Tölkerudimentary connection-tracking
2010-12-15 Philipp TölkeSend the UDP traffic out over a socket and relay the...
2010-12-15 Philipp Tölkesend UDP-Packets to the peer offering the service
2010-12-15 Philipp TölkeTurn the IP-Address around in the hash.
2010-11-17 Christian Grothoffassert
2010-11-17 Philipp Tölkefold a bit
2010-11-17 Philipp TölkeAnswer Reverse-DNS with the real data
2010-11-17 Philipp TölkeStore mappings into the hashmap
2010-11-17 Philipp Tölkenew Struct (it will be saved to the hashmap)
2010-11-17 Philipp TölkeRefactored the creation of fake-addresses
2010-11-17 Philipp TölkeFix memory-leak (and superfluous copy)
2010-11-17 Philipp TölkeNULL-Pointer
2010-11-11 Nathan S. EvansAdding replication parameter for initiating GET and...
2010-11-08 Philipp Tölkeabort is called break
2010-11-08 Philipp TölkeFix a uninitialized-warning
2010-11-06 Nathan S. Evansscheduler removal mishap (fix)
2010-11-05 Nathan S. Evansbig scheduler refactoring, expect some issues
2010-11-05 Christian GrothoffLRN patch from Mantis #1615
2010-11-04 Philipp TölkeAnswer an icmp-request
2010-11-04 Philipp TölkeThis bitfield-stuff does not work as I expect
2010-11-04 Philipp TölkeMem-Leak
2010-11-04 Philipp TölkeAnswer PTR-Requests (mock-version)
2010-11-04 Philipp TölkeOnly start the hijack if the vpn is running
next