Adding replication parameter for initiating GET and PUT requests to the DHT.
[oweals/gnunet.git] / src / vpn / gnunet-service-dns.c
2010-11-11 Nathan S. EvansAdding replication parameter for initiating GET and...
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 PTR-Requests (mock-version)
2010-11-04 Philipp TölkeOnly start the hijack if the vpn is running
2010-11-03 Christian Grothofforiginal patch from Mantis 1614
2010-11-02 Philipp TölkeFixes and documentation
2010-11-02 Philipp Tölkecomment and indent gnunet-service-dns
2010-11-02 Philipp Tölkeget rid of the unneeded "closure"-struct
2010-10-26 Philipp TölkeAnswer questions for .gnunet with an ipv6-address
2010-10-26 Philipp TölkeRestart the hijack, if the tun was down
2010-10-26 Philipp Tölkemodified the DNS_Record-block
2010-10-26 Philipp Tölkerenamed file as per policy
2010-10-19 Philipp TölkeSend answers from the DHT to the daemon-vpn
2010-10-19 Philipp Tölkeless magic numbers
2010-10-19 Philipp Tölkesend an dns-response from the dht
2010-10-19 Philipp Tölkeallow the service-dns to answer not only with an unchan...
2010-10-19 Philipp Tölkeintegers are %d, not %s!
2010-10-19 Philipp TölkeOnly reschedule after an hour.
2010-10-08 Nathan S. Evanstoelke: don't bug dht
2010-10-08 Philipp TölkeFix the hashing
2010-10-08 Philipp Tölkepyblish a dns-record for testing
2010-10-08 Philipp Tölkelookup .gnunet-addresses in the dht
2010-10-07 Philipp TölkeDetect and log queries for .gnunet.-Domains
2010-10-05 Philipp Tölkefor debugging, print the dns-packets running through...
2010-10-05 Philipp Tölkesplit the dns-datastructure
2010-10-05 Philipp TölkeRemove unnecessary DEBUG-Output
2010-09-21 Philipp Tölkesend the answer from dns to the vpn
2010-09-21 Philipp Tölkesave a bit of state
2010-09-21 Philipp TölkeReceive DNS-Responses and print them
2010-09-21 Philipp TölkeSend DNS-Queries on to the original destination
2010-09-21 Philipp Tölkerename the service in the config-file
2010-09-09 Christian Grothoffok
2010-09-09 Philipp Tölkedebug-output
2010-09-09 Philipp TölkeError-Checking
2010-09-09 Philipp Tölkeanswered the question
2010-09-09 Christian Grothofffixing bugs and compile errors
2010-09-08 Philipp TölkeQueue packet sent to the service-dns
2010-09-08 Philipp Tölkecheck whether i really can open file-like things
2010-09-07 Philipp Tölkesend dns-queries to the service-dns and pretty-print...
2010-09-07 Philipp Tölkeget rid of alloca()
2010-09-07 Philipp Tölkesend the dns-queries from daemon-vpn to service-dns
2010-09-06 Philipp Tölkestart the code to send queries to the resolver
2010-09-06 Philipp TölkeGet rid of the cls. Use a global.
2010-08-25 Philipp TölkeFixed a string-length
2010-08-24 Philipp TölkeHijacking the DNS should work now.
2010-08-23 Philipp TölkeThe beginning of the DNS-Service. Does not work for...