Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | bump the doxyfile version number, since i made a doxygen | Roger Dingledine | 2006-08-27 |
| | | | | | | | ref man last week. svn:r8242 | ||
* | comment out an unused variable; nick, feel free to excise it further. | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8241 | ||
* | clean up the 0.1.2.1-alpha changelog | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8240 | ||
* | 0.1.2.1-alpha will break blossom exit node functionality; put that | Roger Dingledine | 2006-08-27 |
| | | | | | | | on the todo list. svn:r8239 | ||
* | a usability improvement i just thought of | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8238 | ||
* | typo and whitespace | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8237 | ||
* | stop a big memory leak: we were leaking the whole contents | Roger Dingledine | 2006-08-27 |
| | | | | | | | of cached-routers.new every time we read it. svn:r8236 | ||
* | stop three memory leaks. nick, fix these if i'm wrong. | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8235 | ||
* | i'm guessing nick meant to check the return value of dns_init. | Roger Dingledine | 2006-08-27 |
| | | | | | | | and revise some log severities to match the convention. svn:r8234 | ||
* | fix typo | Roger Dingledine | 2006-08-27 |
| | | | | svn:r8233 | ||
* | make a 'real soon now' section of the todo, to point out | Roger Dingledine | 2006-08-26 |
| | | | | | | | what's more urgent svn:r8232 | ||
* | remove more completed items | Roger Dingledine | 2006-08-26 |
| | | | | svn:r8231 | ||
* | complete an item, abandon an item, defer an item. | Roger Dingledine | 2006-08-26 |
| | | | | svn:r8230 | ||
* | remove some more vestiges of cvs | Roger Dingledine | 2006-08-26 |
| | | | | svn:r8229 | ||
* | more todo items when we avoid putting /16 servers into the same circuit | Roger Dingledine | 2006-08-26 |
| | | | | svn:r8228 | ||
* | fix a log level -- err is for things that kill tor, warn is for | Roger Dingledine | 2006-08-26 |
| | | | | | | | | | | things that tor can recover from. also, avoid situations where people who don't read their logs accumulate ten thousand useless files in their datadir. svn:r8227 | ||
* | r8576@Kushana: nickm | 2006-08-25 17:16:01 -0400 | Nick Mathewson | 2006-08-25 |
| | | | | | | | Fix bug 314: Instead of checking address_in_virtualrange, check addressmap_have_mapping(). This should be more accurate. [Rename to addressmap_have_mapping() from addressmap_already_mapped().] svn:r8226 | ||
* | r8573@Kushana: nickm | 2006-08-25 16:55:19 -0400 | Nick Mathewson | 2006-08-25 |
| | | | | | | | Resolve bug 321 when using dnsworkers: append a period to every address we resolve at the exit node, so that we do not accidentally pick up local addresses, and so that failing searches are retried in the resolver search domains. (This is already solved for eventdns.) svn:r8225 | ||
* | r8572@Kushana: nickm | 2006-08-25 16:35:49 -0400 | Nick Mathewson | 2006-08-25 |
| | | | | | | | Fix for bug 308: When we have a state file we cannot parse, tell the user, and move it aside. svn:r8224 | ||
* | make our socks5 handling more robust to broken socks clients: | Roger Dingledine | 2006-08-24 |
| | | | | | | | | | throw out everything waiting on the buffer in between socks handshake phases, since they can't possibly (so the theory goes) have predicted what we plan to respond to them. svn:r8223 | ||
* | clean up logging conventions in do_list_fingerprint() | Roger Dingledine | 2006-08-24 |
| | | | | svn:r8222 | ||
* | tor --verify-config now exits with -1(255) or 0 depending on whether | Roger Dingledine | 2006-08-23 |
| | | | | | | | the config options are bad or good. svn:r8221 | ||
* | r8557@Kushana: nickm | 2006-08-22 02:10:12 -0400 | Nick Mathewson | 2006-08-22 |
| | | | | | | | dns-related TODO changes. svn:r8215 | ||
* | r8556@Kushana: nickm | 2006-08-22 01:22:46 -0400 | Nick Mathewson | 2006-08-22 |
| | | | | | | | Enable eventdns by default on platforms where we autoconf. This should be everything but windows. svn:r8214 | ||
* | fix typo pointed out by paul | Roger Dingledine | 2006-08-18 |
| | | | | svn:r7074 | ||
* | clean up AllowInvalidNodes man page entry. | Roger Dingledine | 2006-08-18 |
| | | | | svn:r7073 | ||
* | r7411@Kushana: nickm | 2006-08-17 19:00:25 -0400 | Nick Mathewson | 2006-08-17 |
| | | | | | | | patch suggested by Karsten Loesing: respond to SIGNAL command before we execute the signal, in case the signal shuts us down. svn:r7072 | ||
* | r7405@Kushana: nickm | 2006-08-16 14:38:46 -0400 | Nick Mathewson | 2006-08-16 |
| | | | | | | | 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 | ||
* | r7404@Kushana: nickm | 2006-08-16 09:32:19 -0400 | Nick Mathewson | 2006-08-16 |
| | | | | | | | Pass hints to getaddrinfo; fix bug 280 (?) svn:r7069 | ||
* | automatically avoid picking more than one node from the same | Roger Dingledine | 2006-08-16 |
| | | | | | | | /16 network when constructing a circuit. svn:r7068 | ||
* | dns.c:173: warning: control reaches end of non-void function | Roger Dingledine | 2006-08-16 |
| | | | | svn:r7067 | ||
* | r7398@Kushana: nickm | 2006-08-15 00:49:50 -0400 | Nick Mathewson | 2006-08-15 |
| | | | | | | | Add missing backslash svn:r7065 | ||
* | r7397@Kushana: nickm | 2006-08-15 00:46:18 -0400 | Nick Mathewson | 2006-08-15 |
| | | | | | | | Fix eventdns version of dns.c. Man, we need to get rid of this eventdns/dnsworker split. svn:r7064 | ||
* | r7393@Kushana: nickm | 2006-08-14 23:51:07 -0400 | Nick Mathewson | 2006-08-15 |
| | | | | | | | remove extraneous #endif svn:r7063 | ||
* | r7392@Kushana: nickm | 2006-08-14 23:50:32 -0400 | Nick Mathewson | 2006-08-15 |
| | | | | | | | Only do the expensive version of router_have_minimum_dir_info() when the dir info has changed. Backport candidate, since oprofile suggests that this function and ones it calls account for 25-35% of oprofile samples. svn:r7062 | ||
* | r7386@Kushana: nickm | 2006-08-14 17:43:44 -0400 | Nick Mathewson | 2006-08-14 |
| | | | | | | | | | | | | 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 | ||
* | svn:r7060 | Nick Mathewson | 2006-08-14 |
| | |||
* | r7046@Kushana: nickm | 2006-08-05 13:57:04 -0400 | Nick Mathewson | 2006-08-14 |
| | | | | | | | Make it possible for dns_init() to fail; note failure of eventdns configuratoin. svn:r7059 | ||
* | r7045@Kushana: nickm | 2006-08-05 13:56:44 -0400 | Nick Mathewson | 2006-08-14 |
| | | | | | | | mess with the TODO a little. svn:r7058 | ||
* | r7383@Kushana: nickm | 2006-08-14 16:16:03 -0400 | Nick Mathewson | 2006-08-14 |
| | | | | | | | Stop walking entire dns cache for every request, now that we found our hash table bug. svn:r7057 | ||
* | checkpoint in-progress changelog notes | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7054 | ||
* | avoid complaining about our SOCKS proxy proxy. | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7053 | ||
* | note a compile warning that we should investigate one day. | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7052 | ||
* | rename HELLO cells to VERSIONS cells. | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7051 | ||
* | clarify that some old versions used an organizationName of "Tor", | Roger Dingledine | 2006-08-14 |
| | | | | | | | and others used "TOR". We should avoid both now. svn:r7050 | ||
* | fix typos and stuff | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7049 | ||
* | simplify compare_cached_resolves_by_expiry() to make it match | Roger Dingledine | 2006-08-14 |
| | | | | | | | | the idioms of other compare functions. hopefully i didn't break it? svn:r7048 | ||
* | this is what i really meant | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7047 | ||
* | two more todo's, plus a cleanup | Roger Dingledine | 2006-08-14 |
| | | | | svn:r7046 | ||
* | r7369@Kushana: nickm | 2006-08-14 02:03:10 -0400 | Nick Mathewson | 2006-08-14 |
| | | | | | | | Shortening fields is only one part of making structs shorter. You must also consider alignment padding. Whee. svn:r7045 |