aboutsummaryrefslogtreecommitdiff
path: root/src/or/eventdns.c
Commit message (Expand)AuthorAge
* Triage the XXX022 and XXX021 comments remaining in the codeNick Mathewson2011-03-25
* Fix compile wanrings revealed by gcc 4.5 on mingwSebastian Hahn2010-12-27
* Consistency issues in load_windows_system_library patch. Thanks SebastianNick Mathewson2010-09-24
* Use load_windows_system_library in place of LoadLibraryNick Mathewson2010-09-21
* Attempt to fix compilation on WindowsSebastian Hahn2010-09-19
* Make the windows build succeed with or without -DUNICODE enabled.Nick Mathewson2010-08-20
* Port Tor to work on Windows CEvalerino2010-05-24
* Try to untangle the logic in server_port_flushNick Mathewson2010-01-25
* Don't use OutboundBindAddress to connect to localhostNick Mathewson2010-01-20
* Include util.h and log.h as relative paths.Nathan Freitas2009-09-29
* Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-09-01
|\
| * Fix compile warnings on Snow LeopardSebastian Hahn2009-09-01
* | Switch over to tor_strtok_r instead of strtok_r.Mike Perry2009-08-09
* | Merge commit 'origin/maint-0.2.1'Nick Mathewson2009-06-30
|\|
| * Have eventdns set the "truncated" bit correctly.Nick Mathewson2009-06-30
* | Update Tor to use Libevent 2.0 APIs when available.Nick Mathewson2009-06-12
* | Merge commit 'origin/maint-0.2.1' into master.Nick Mathewson2009-05-25
|\|
| * Use tor_socket_strerror in eventdns.c. Fixes bug 987.Nick Mathewson2009-05-25
* | Improved bug-957 fix for 0.2.2.Nick Mathewson2009-05-22
|/
* Finish up the 0.2.1 version of the bug 957 fix.Nick Mathewson2009-05-22
* Possible fix for crash bug related to event timeouts. [Bug 957]Nick Mathewson2009-05-18
* Fix one case of bug 929.Nick Mathewson2009-02-23
* Add some debugging code to try to catch the likely cause of bug 929Nick Mathewson2009-02-23
* Revert an erroneous part of the non-fix to bug 326, and add comments to expla...Nick Mathewson2009-02-11
* I worry that the CLEAR() macro in eventdns.c is hiding bugs. That is sad, b...Nick Mathewson2009-02-11
* Port some mostly cosmetic eventdns changes from libeventNick Mathewson2009-02-11
* Remove some deadcode and use tor_inet_aton uniformly.Nick Mathewson2009-02-09
* Fix a remote-crash bug. This will need a patch release.Nick Mathewson2009-02-09
* Fix a race condition on nameserver reconfiguration.Nick Mathewson2009-01-28
* Fix a compile warning on win32.Nick Mathewson2009-01-14
* Make outgoing DNS requests respect OutboundBindAddress.Nick Mathewson2009-01-06
* Remove svn $Id$s from our source, and remove tor --version --version.Nick Mathewson2009-01-04
* Only set sin_len/sin6_len when they exist.Nick Mathewson2009-01-02
* Try harder to make sure we zero-out the extraneous sockaddr fields and that w...Nick Mathewson2009-01-02
* Indeed, arma was right. There was one ntohl too many in debug_ntop in eventd...Nick Mathewson2008-12-30
* point out the bug location to nick. unless i'm wrong.Roger Dingledine2008-12-30
* More compilation tweaks on Android: fix two clear errors in our code that app...Nick Mathewson2008-12-29
* Move in-addr.arpa parsing and generation into address.c, and simplify the cod...Nick Mathewson2008-12-19
* Do not leak the DNS server port structure.Nick Mathewson2008-12-18
* Resolve many DOCDOCs.Nick Mathewson2008-12-17
* Fix a logic error that would automatically reject all but the first configure...Nick Mathewson2008-12-10
* Consider GetNetworkParams() nameserver parsing to have suceeded if even one n...Nick Mathewson2008-11-22
* Implement the 0x20-hack to make DNS poisoning harder against us, especially w...Nick Mathewson2008-10-29
* fix typo in log entryRoger Dingledine2008-10-08
* Oops; we need to make sure that DNS request names are matched in the _questio...Nick Mathewson2008-09-22
* Fix mingw build with --enable-gcc-warnings set.Nick Mathewson2008-09-04
* Oops; set address families on nameservers.Nick Mathewson2008-08-27
* Oops. Linux has no sa_len field.Nick Mathewson2008-08-22
* r17846@tombo: nickm | 2008-08-22 11:54:00 -0400Nick Mathewson2008-08-22
* r14410@tombo: nickm | 2008-02-23 16:51:46 -0500Nick Mathewson2008-02-24