Age | Commit message (Expand) | Author |
2004-11-29 | Suggestion from weasel: Make tor --version --version dump the cvs Id of every... | Nick Mathewson |
2004-11-29 | Fetch cached running-routers from servers that serve it (that is, authdirserv... | Nick Mathewson |
2004-11-29 | After implementing a feature, remember to disable the error message you used ... | Nick Mathewson |
2004-11-28 | wrong is ok, and right is fine, but in between is apparently | Roger Dingledine |
2004-11-28 | Normalize space: add one between every control keyword and control clause. | Nick Mathewson |
2004-11-26 | remove emacs droppings, since nick says he doesn't need them anymore | Roger Dingledine |
2004-11-25 | Clarify a bunch of log messages | Nick Mathewson |
2004-11-22 | Normalize a few more kinds of whitespace. We now dislike: | Nick Mathewson |
2004-11-21 | break reached_eof() out of process_inbuf() | Roger Dingledine |
2004-11-15 | Cache running-routers; compress running-routers; serve compressed running-rou... | Nick Mathewson |
2004-11-15 | some fixes so far | Roger Dingledine |
2004-11-14 | Make running-routers fetch (apparently) work | Nick Mathewson |
2004-11-12 | fix a seg fault when fetching rendezvous descs | Roger Dingledine |
2004-11-12 | Rename exit_policy to addr_policy, since it gets used for SOCKS and directory... | Nick Mathewson |
2004-11-12 | Resolve a bunch of FIXME items; mark a lot more for attention; ask for clarif... | Nick Mathewson |
2004-11-09 | Normalize whitespace; add a "tell me about all the unnormalized whitespace" t... | Nick Mathewson |
2004-11-07 | Clean up copyrights. | Roger Dingledine |
2004-11-06 | Make options no longer a global variable. | Roger Dingledine |
2004-11-04 | make the default default options.FirewallPorts be the default | Roger Dingledine |
2004-11-04 | break out validate_options | Roger Dingledine |
2004-10-28 | Tweaks to prevent obsolete restarting tors from hammering the dirservers. (1)... | Nick Mathewson |
2004-10-27 | Tricksy compiler warnings! We hates them, hates them forever, my precious! | Nick Mathewson |
2004-10-27 | Use strlcpy, not strcpy. | Nick Mathewson |
2004-10-27 | Use tor_snprintf, not snprintf | Nick Mathewson |
2004-10-27 | Replace sprintf with snprintf | Nick Mathewson |
2004-10-25 | quick-and-dirty dir policy since the dirservers are getting hammered | Roger Dingledine |
2004-10-17 | switch conn->addr and conn->dir_port to reflect the final destination, | Roger Dingledine |
2004-10-16 | don't assert multiple things in the same tor_assert() | Roger Dingledine |
2004-10-15 | Remove unused locals | Nick Mathewson |
2004-10-15 | Add a comment | Nick Mathewson |
2004-10-15 | Upload to trusted dir servers based on DirServer config options, not on route... | Nick Mathewson |
2004-10-15 | Ignore fascistfirewall when dealing with service descriptors; obey fascistfir... | Nick Mathewson |
2004-10-14 | better warn message for the Content-Length attack | Roger Dingledine |
2004-10-14 | Try to always dtrt if routerlist==NULL | Nick Mathewson |
2004-10-14 | Build without warnings on mac gcc 3.3 | Nick Mathewson |
2004-10-14 | more int to size_t conversions, fixing one or more amd64 bugs | Roger Dingledine |
2004-10-14 | Remove need for dirservers file: now, we note trusted dirservers in configura... | Nick Mathewson |
2004-10-12 | Add an implementation of trusted_dir_server logic to switch towards simply re... | Nick Mathewson |
2004-10-12 | bugfix on my friday commit: make hidden services work again in cvs | Roger Dingledine |
2004-10-08 | interim commit for http proxy support | Roger Dingledine |
2004-10-03 | Only check versions against downloaded directories, not cached directories.tor-0.0.9pre2 | Nick Mathewson |
2004-10-01 | Decode Content-Encoding header correctly. | Nick Mathewson |
2004-09-29 | prefer tor_free to free | Roger Dingledine |
2004-09-29 | ha ha, thought the bugs were done | Roger Dingledine |
2004-09-28 | the tor clients in cvs can't speak to the current tor authdirservers for | Roger Dingledine |
2004-09-27 | put my fenceposts back in valid memory space | Roger Dingledine |
2004-09-27 | checking only 0.0.7 and 0.0.8 didn't work, because some dirservers | Roger Dingledine |
2004-09-27 | post descriptors to 0.0.8 authdirservers the old way, to make the | Roger Dingledine |
2004-09-27 | clients ask 0.0.9-and-later dirservers for a compressed dir | Roger Dingledine |
2004-09-23 | cleanup: use strcmpstart() in more places | Roger Dingledine |