| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up formatting: function/keyword spacing consistency. | Nick Mathewson | 2010-02-19 | 1 | -2/+2 |
* | Clean up formatting: use tabs, not 8-spaces, to indent. | Nick Mathewson | 2010-02-18 | 1 | -49/+49 |
* | Add an arc4random implementation for use by evdns | Nick Mathewson | 2010-02-11 | 1 | -0/+4 |
* | Remove the 'flags' argument from evdns_base_set_option() | Nick Mathewson | 2010-02-05 | 1 | -10/+10 |
* | move dns utility functions into a separate file so that we can use them for h... | Niels Provos | 2010-01-14 | 1 | -124/+19 |
* | More unit tests for getaddrinfo_async: v4timeout and cancel. | Nick Mathewson | 2010-01-14 | 1 | -3/+59 |
* | evdns_getaddrinfo() now supports the /etc/hosts file. | Nick Mathewson | 2010-01-08 | 1 | -0/+40 |
* | Make the initial nameserver probe timeout configurable. | Nick Mathewson | 2009-12-29 | 1 | -3/+1 |
* | Fix a spelling error and remove some dead code | Nick Mathewson | 2009-11-19 | 1 | -18/+1 |
* | Windows *does* have getservbyname, no matter what autoconf says. | Nick Mathewson | 2009-11-17 | 1 | -5/+8 |
* | Add two implementations of getaddrinfo: one blocking and one nonblocking. | Nick Mathewson | 2009-11-16 | 1 | -13/+421 |
* | Remove the stupid brokenness where DNS option names needed to end with a | Nick Mathewson | 2009-11-16 | 1 | -1/+1 |
* | We do not work any more without an event-config.h; stop pretending that it is... | Nick Mathewson | 2009-11-06 | 1 | -2/+0 |
* | Fix some build warnings on MSVC, mostly related to signed/unsigned comparisons. | Nick Mathewson | 2009-11-05 | 1 | -1/+1 |
* | Add a bufferevent function to resolve a name then connect to it. | Nick Mathewson | 2009-11-03 | 1 | -1/+212 |
* | reformat weird indentation in dns tests | Nick Mathewson | 2009-10-29 | 1 | -28/+26 |
* | Unit test for reverse ipv6 lookup | Nick Mathewson | 2009-10-29 | 1 | -6/+36 |
* | Fix windows compilation warnings. | Nick Mathewson | 2009-10-21 | 1 | -0/+1 |
* | Add a couple more evdns tests. Libevent is now, for me, at 80.02% coverage. | Nick Mathewson | 2009-08-03 | 1 | -2/+56 |
* | Another DNS unit tests, to handle reissues. | Nick Mathewson | 2009-08-03 | 1 | -18/+43 |
* | why say fprintf(stdout, X) when you can say printf? | Nick Mathewson | 2009-08-03 | 1 | -11/+11 |
* | Fix an annoying evdns crash bug, and add more unit tests for evdns. | Nick Mathewson | 2009-08-03 | 1 | -3/+157 |
* | Unit tests for DNS search. | Nick Mathewson | 2009-08-03 | 1 | -0/+182 |
* | Export evutil_str[n]casecmp as evutil_ascii_str[n]casecmp. | Nick Mathewson | 2009-07-28 | 1 | -7/+4 |
* | Some tweaks to Brodie Thesfield's MSVC patch. | Nick Mathewson | 2009-07-28 | 1 | -0/+3 |
* | Various MSVC cleanups from Brodie Thiesfield. | Nick Mathewson | 2009-07-28 | 1 | -4/+5 |
* | Patch from Zack Weinberg: normalize perror() tt functions and add tt_fail/tt_... | Nick Mathewson | 2009-07-13 | 1 | -2/+2 |
* | Refactor test wrappers to divide legacy items from useful stuff. | Nick Mathewson | 2009-04-21 | 1 | -1/+1 |
* | Do not try to double-free the nameserver in regression test | Nick Mathewson | 2009-04-19 | 1 | -1/+0 |
* | Fix evdns_cancel to alert callback and free associated RAM. | Nick Mathewson | 2009-04-06 | 1 | -7/+34 |
* | Add missing initializers | Nick Mathewson | 2009-01-31 | 1 | -1/+1 |
* | Port DNS tests. | Nick Mathewson | 2009-01-31 | 1 | -89/+61 |
* | Update copyright statements to reflect the facts that: | Nick Mathewson | 2009-01-27 | 1 | -2/+2 |
* | Replace all use of config.h with event-config.h. | Nick Mathewson | 2009-01-27 | 1 | -5/+5 |
* | rename sys/signal.h to signal.h; configure m4 macro dir; this assist with com... | Niels Provos | 2009-01-22 | 1 | -3/+3 |
* | Rename four internal headers to follow the -internal.h convention. | Nick Mathewson | 2009-01-13 | 1 | -1/+1 |
* | implement evdns_cancel_request; test one of the new evdns_base functions | Niels Provos | 2008-12-25 | 1 | -1/+38 |
* | Implement increased DSN-poisoning resistance via the 0x20 hack. | Nick Mathewson | 2008-12-03 | 1 | -7/+10 |
* | r19602@catbus: nickm | 2008-05-05 11:45:18 -0400 | Nick Mathewson | 2008-05-05 | 1 | -1/+2 |
* | r16733@catbus: nickm | 2007-11-26 14:18:25 -0500 | Nick Mathewson | 2007-11-26 | 1 | -6/+8 |
* | r16492@catbus: nickm | 2007-11-06 23:27:32 -0500 | Nick Mathewson | 2007-11-07 | 1 | -3/+14 |
* | r16489@catbus: nickm | 2007-11-06 22:51:05 -0500 | Nick Mathewson | 2007-11-07 | 1 | -4/+4 |
* | Make the test/ subdirectory buildable under Windows. Well, mingw at least. ... | Nick Mathewson | 2007-09-20 | 1 | -1/+3 |
* | r14618@catbus: nickm | 2007-08-16 17:11:47 -0400 | Nick Mathewson | 2007-08-16 | 1 | -4/+4 |
* | remove c++ comments from Jan Kneschke | Niels Provos | 2007-07-30 | 1 | -2/+2 |
* | rolling back r339: evconfig.h does not work | Niels Provos | 2007-03-01 | 1 | -1/+1 |
* | make evconfig.h available as installed header file; not | Niels Provos | 2007-02-28 | 1 | -1/+1 |
* | dns server support from Nick Mathewson; tiny tweaks | Niels Provos | 2007-02-08 | 1 | -0/+179 |
* | small bug fixes to AAAA resolution and regression test; from Nick Mathewson! | Niels Provos | 2007-01-27 | 1 | -4/+42 |
* | put the evdns documentation into the header file. pathetic start of evdns ma... | Niels Provos | 2006-10-09 | 1 | -2/+33 |