| Commit message (Expand) | Author | Age |
* | r8947@totoro: nickm | 2006-10-08 17:04:30 -0400••• Fix signed/unsigned compare warning in eventdns.c
svn:r8654
| Nick Mathewson | 2006-10-08 |
* | Remove spurious void which causes builds to fail in mingw.•••svn:r8650
| Andrew Lewman | 2006-10-08 |
* | reapply a patch from adam langley that got clobbered when•••nick merged something back in
svn:r8605
| Roger Dingledine | 2006-10-06 |
* | r9101@Kushana: nickm | 2006-10-05 23:05:11 -0400••• Trivial fix for solaris build. Libevent will want to use its own fix here, and probably already has.
svn:r8601
| Nick Mathewson | 2006-10-06 |
* | r9097@Kushana: nickm | 2006-10-05 14:51:57 -0400••• Make eventdns.c formatting a little closer to evdns.c in libevent; add some bulletproofing to APPEND16 macro; clean some messages.
svn:r8600
| Nick Mathewson | 2006-10-05 |
* | r8805@totoro: nickm | 2006-09-30 16:07:13 -0400••• Oops; nameserver list is circular.
svn:r8552
| Nick Mathewson | 2006-09-30 |
* | 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 |
* | r8969@Kushana: nickm | 2006-09-26 18:00:36 -0400••• Remove a signed/unsigned comparison in eventdns.c
svn:r8508
| Nick Mathewson | 2006-09-26 |
* | 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 |
* | eventdns patch from Adam Langley•••svn:r8429
| Roger Dingledine | 2006-09-19 |
* | Fix a bogus free() in eventdns.c. Bug reported by xiando.•••svn:r8428
| Nick Mathewson | 2006-09-19 |
* | another typo•••svn:r8351
| Mike Chiussi | 2006-09-08 |
* | fixed typo in eventdns.c•••svn:r8350
| Mike Chiussi | 2006-09-08 |
* | r8755@Kushana: nickm | 2006-09-07 12:31:57 -0400••• Tabify eventdns
svn:r8348
| Nick Mathewson | 2006-09-07 |
* | r8753@Kushana: nickm | 2006-09-07 12:23:25 -0400••• Make eventdns spacing consistant
svn:r8347
| Nick Mathewson | 2006-09-07 |
* | fixed win32 eventdns snafu •••svn:r8345
| Mike Chiussi | 2006-09-07 |
* | - got rid of tabs•••svn:r8344
| Mike Chiussi | 2006-09-07 |
* | - got rid of tabs (i think)•••svn:r8343
| Mike Chiussi | 2006-09-07 |
* | - added some debugging lines to load_nameservers_from_registry()•••svn:r8342
| Mike Chiussi | 2006-09-07 |
* | rm'ed a tab (sorry)•••svn:r8333
| Mike Chiussi | 2006-09-07 |
* | - fixed up typos in eventdns.c•••- configure lets user build with eventdns on win32
svn:r8332
| Mike Chiussi | 2006-09-07 |
* | r8733@Kushana: nickm | 2006-09-06 17:35:22 -0400••• Add some missing defines to eventdns.c for windows.
svn:r8330
| Nick Mathewson | 2006-09-06 |
* | r8731@Kushana: nickm | 2006-09-06 16:33:19 -0400••• Try to fix eventdns.c build on windows.
svn:r8329
| Nick Mathewson | 2006-09-06 |
* | r8708@Kushana: nickm | 2006-09-02 20:34:15 -0400••• Fix warnings reported by weasel when compiling Tor on Debian woody.
svn:r8318
| Nick Mathewson | 2006-09-03 |
* | r8687@Kushana: nickm | 2006-08-30 19:33:28 -0400••• Apply patch from Adam Langley: fix assert() in eventdns.c. [Fuzzing, apparently, is cool.]
svn:r8308
| Nick Mathewson | 2006-08-30 |
* | put some symbols on the eventdns logging. leave the haphazard•••formatting alone.
svn:r8270
| Roger Dingledine | 2006-08-28 |
* | r8609@Kushana: nickm | 2006-08-27 17:24:27 -0400••• Add some doxygen, concentrated in dns.c
svn:r8256
| Nick Mathewson | 2006-08-28 |
* | r8608@Kushana: nickm | 2006-08-27 16:57:47 -0400••• Make it possible to change nameserver options while Tor is running.
svn:r8255
| Nick Mathewson | 2006-08-28 |
* | 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 |
* | comment out an unused variable; nick, feel free to excise it further.•••svn:r8241
| Roger Dingledine | 2006-08-27 |
* | 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 |
* | r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400••• Add missing backslash
svn:r7065
| Nick Mathewson | 2006-08-15 |
* | r7386@Kushana: nickm | 2006-08-14 17:43:44 -0400••• Patch from Adam Langley.
* I meant getaddrinfo_a, not getaddrinfo_r - fixed
* Added more checks to the parsing code.
* It seems you switched an alloca to a malloc, but didn't add any frees
svn:r7061
| Nick Mathewson | 2006-08-14 |
* | fix typos and stuff•••svn:r7049
| Roger Dingledine | 2006-08-14 |
* | svn:r6979 | Nick Mathewson | 2006-08-04 |
* | r7011@Kushana: nickm | 2006-08-03 13:26:34 -0700••• eventdns: Document functions added to API; make suspended requests go to the front of the queue; check (or explicitly ignore) return values on libevent functions.
svn:r6978
| Nick Mathewson | 2006-08-04 |
* | r7010@Kushana: nickm | 2006-08-03 10:47:36 -0700••• Enable log message format checking in eventdns.c when __GNUC__ is defined.
svn:r6977
| Nick Mathewson | 2006-08-04 |
* | 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 |
* | Patch from Frediano Ziglio: Windows compilation fixes on eventdns.c.•••svn:r6971
| Nick Mathewson | 2006-08-03 |
* | r6952@Kushana: nickm | 2006-07-28 11:09:37 -0400••• Add completely untested find-my-nameservers code for win32.
svn:r6952
| Nick Mathewson | 2006-07-31 |
* | Delete trailing whitespace in eventdns.c•••svn:r6813
| Nick Mathewson | 2006-07-23 |
* | Add (void) lines for unused parameters in eventdns.c•••svn:r6812
| Nick Mathewson | 2006-07-23 |
* | Spellcheck and remove spurious include in eventdns.c•••svn:r6745
| Nick Mathewson | 2006-07-07 |
* | eventdns: check for malloc() failures.•••svn:r6743
| Nick Mathewson | 2006-07-07 |
* | 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 |
* | More eventdns.c patches: use HAVE_ALLOCA_H; print IP addrs as dotted quads.•••svn:r6535
| Nick Mathewson | 2006-06-05 |
* | Some eventdns.c fixes for windows correctness. More will doubtless be needed,...•••svn:r6533
| Nick Mathewson | 2006-06-04 |