| Commit message (Expand) | Author | Age |
* | r11726@Kushana: nickm | 2006-12-28 16:24:06 -0500••• Expose a function from eventdns.c to set options without having to make a fake configuration file. Also, add more settable options
svn:r9202
| Nick Mathewson | 2006-12-28 |
* | r11646@Kushana: nickm | 2006-12-19 14:40:38 -0500••• Resolve bug 363: do not fall back to 127.0.0.1 when no nameservers are configured. Instead, have the admin fix resolv.conf or configure a nameserver.
svn:r9157
| Nick Mathewson | 2006-12-19 |
* | r11585@Kushana: nickm | 2006-12-15 01:11:49 -0500••• Tabify eventdns so that it matches libevent house style.
svn:r9118
| Nick Mathewson | 2006-12-15 |
* | r11584@Kushana: nickm | 2006-12-15 01:10:45 -0500••• Try to reconcile (except for whitespace) eventdns with version in libevent, so it is easier for me to send merges. These changes should be cosmetic. (Ha!)
svn:r9117
| Nick Mathewson | 2006-12-15 |
* | r11548@Kushana: nickm | 2006-12-12 00:44:51 -0500••• Merge whitespace and other changes from libevent
svn:r9090
| Nick Mathewson | 2006-12-12 |
* | r11536@Kushana: nickm | 2006-12-11 22:48:21 -0500••• Add ipv6 functionality to evdns.
svn:r9089
| Nick Mathewson | 2006-12-12 |
* | r11498@Kushana: nickm | 2006-12-11 21:40:24 -0500••• Document all structures and (non-exported) functions. External documentation will probably wind up being a manpage, hopefully written by somebody else.
svn:r9087
| Nick Mathewson | 2006-12-12 |
* | r11497@Kushana: nickm | 2006-12-11 21:17:45 -0500••• Rename nameserver functions: every one should now have "server" in the name.
svn:r9086
| Nick Mathewson | 2006-12-12 |
* | r11495@Kushana: nickm | 2006-12-11 19:11:14 -0500••• More evdns: tab fixes. Dont make users worry about flags. Set truncated flag correctly when generating responses, rather than just bailing out.
svn:r9084
| Nick Mathewson | 2006-12-12 |
* | r11494@Kushana: nickm | 2006-12-11 14:50:20 -0500••• Export DNS types and classes in eventdns.h so that server code can use them.
svn:r9083
| Nick Mathewson | 2006-12-12 |
* | r11493@Kushana: nickm | 2006-12-11 14:28:42 -0500••• Oops; apparently DNS replies are supposed to include the questions. Revise "add_ptr_reply" to accept an inaddr_arpa name instead of just the sockaddr_in. Also, add a "-servertest" function to the test code to see whether the DNS server logic is working.
svn:r9082
| Nick Mathewson | 2006-12-12 |
* | r11491@Kushana: nickm | 2006-12-11 12:12:57 -0500••• More DNS server hacking: everything except testing, and retries, and documentation, and Tor integration.
svn:r9080
| Nick Mathewson | 2006-12-12 |
* | r9099@Kushana: nickm | 2006-10-05 17:42:55 -0400••• start fleshing out some logic to build server support into eventdns. Still needs work and testing.
svn:r9068
| Nick Mathewson | 2006-12-12 |
* | r9007@Kushana: nickm | 2006-09-29 13:17:32 -0400••• Make eventdns give strings for DNS errors, not just error numbers.
svn:r8535
| Nick Mathewson | 2006-09-29 |
* | Minor fix: add code to eventdns so it can free memory on shutdown. This shoul...•••svn:r8503
| Nick Mathewson | 2006-09-25 |
* | Marge changes from libevent evdns to our eventdns. Most are cosmetic, but on...•••svn:r8482
| Nick Mathewson | 2006-09-24 |
* | r8605@Kushana: nickm | 2006-08-27 14:01:11 -0400••• divide eventdns log messages into warn and info messages.
svn:r8252
| Nick Mathewson | 2006-08-28 |
* | r7405@Kushana: nickm | 2006-08-16 14:38:46 -0400••• Implement reverse DNS lookup in eventdns: add new entry point; rename old entry point; revise TODO a little; add facility for parsing dns names.
svn:r7070
| Nick Mathewson | 2006-08-16 |
* | r7009@Kushana: nickm | 2006-08-03 10:44:58 -0700••• Add functions to eventdns to allow detecting whether we have any nameservers configured, and to change the list of nameservers after initial configuration.
svn:r6976
| Nick Mathewson | 2006-08-04 |
* | r7007@Kushana: nickm | 2006-08-03 09:58:30 -0700••• Export and use eventdns_config_windows_nameservers(); clean up some comments and log messages.
svn:r6974
| Nick Mathewson | 2006-08-04 |
* | Spelling fix.•••svn:r6729
| Nick Mathewson | 2006-07-05 |
* | Add plausile logging support to eventdns; stop putting stuff onto stdout.•••svn:r6728
| Nick Mathewson | 2006-07-05 |
* | eventdns: Apply a couple of patches from AGL; start working on windows compat...•••svn:r6621
| Nick Mathewson | 2006-06-13 |
* | Make eventdns.[ch] into good C90; remove signed/unsigned comparisons.•••svn:r6528
| Nick Mathewson | 2006-06-03 |
* | Add async dns code from Adam Langley, tweaked to build on OSX. Long-term, w...•••svn:r6524
| Nick Mathewson | 2006-06-03 |