aboutsummaryrefslogtreecommitdiff
path: root/src/or
Commit message (Expand)AuthorAge
* Fix memory leakNick Mathewson2004-10-16
* Implement user-declared node families.Nick Mathewson2004-10-15
* Remove unused localsNick Mathewson2004-10-15
* Use the real default exit policy, not reject *:*Nick Mathewson2004-10-15
* Add a commentNick Mathewson2004-10-15
* Upload to trusted dir servers based on DirServer config options, not on route...Nick Mathewson2004-10-15
* Make RecommendedVersions a CONFIG_TYPE_LINELIST option, and have it tolerate ...Nick Mathewson2004-10-15
* Ignore fascistfirewall when dealing with service descriptors; obey fascistfir...Nick Mathewson2004-10-15
* Fix search-and-replace in comments: Friends->family does not imply friendship...Nick Mathewson2004-10-15
* Implement "families" of coadministered nodes; prevent them all from appearing...Nick Mathewson2004-10-15
* Basic string-join functionalityNick Mathewson2004-10-14
* fix warning on win32Nick Mathewson2004-10-14
* advertise moria2's dirport as 18.244.0.114:80Roger Dingledine2004-10-14
* bugfix on a really old bug:Roger Dingledine2004-10-14
* bugfix: parse_addr_port() bites us again -- it returns addr in network order.Roger Dingledine2004-10-14
* better warn message for the Content-Length attackRoger Dingledine2004-10-14
* Improve warnings for old-style directories.Nick Mathewson2004-10-14
* Compile without warnings on windowsNick Mathewson2004-10-14
* Try to always dtrt if routerlist==NULLNick Mathewson2004-10-14
* rename addr to address to we avoid this bug laterRoger Dingledine2004-10-14
* Build without warnings on mac gcc 3.3Nick Mathewson2004-10-14
* make it build on amd64Roger Dingledine2004-10-14
* and another oneRoger Dingledine2004-10-14
* more int to size_t conversions, fixing one or more amd64 bugsRoger Dingledine2004-10-14
* Add missing line; add similar checkNick Mathewson2004-10-14
* Patch from "J Doe": Use SHGetSpecialFolderLocation instead ofNick Mathewson2004-10-14
* Remove need for dirservers file: now, we note trusted dirservers in configura...Nick Mathewson2004-10-14
* Fix comment in dirserv.cNick Mathewson2004-10-13
* stop trying to print a NULLRoger Dingledine2004-10-13
* Unify tests for "did I originate this nonopen OR connection?"Nick Mathewson2004-10-13
* Add default trusted-dir-server entries only when no dirserver lines are given...Nick Mathewson2004-10-13
* fix typoNick Mathewson2004-10-13
* fix warning about always-false comparison; detect too-large realport betterNick Mathewson2004-10-13
* answer question about rep_hist_note_connect_failedNick Mathewson2004-10-13
* hex-to-hex compare makes more sense than hex-to-bin.Nick Mathewson2004-10-13
* Make directories get generated properly again; debug key lookup. Also, it is...Nick Mathewson2004-10-13
* fix const char * vs char * issueRoger Dingledine2004-10-13
* Omit any exit rules that follow a catch-all rule when writing a router descri...Nick Mathewson2004-10-13
* Check fingerprint list before generating running-routers lists; also add as-y...Nick Mathewson2004-10-13
* parse HttpProxy address in configRoger Dingledine2004-10-12
* Appease overzealous gccNick Mathewson2004-10-12
* Use tor_parse_long in more placesNick Mathewson2004-10-12
* Better bounds checking on parsed intsNick Mathewson2004-10-12
* Add default directory serversNick Mathewson2004-10-12
* Add fix for remote-crash bug.Nick Mathewson2004-10-12
* fix a signed/unsigned comparisonRoger Dingledine2004-10-12
* Oops, missed oneNick Mathewson2004-10-12
* Note byte-order on result for parse_addr_port()Nick Mathewson2004-10-12
* Add an implementation of trusted_dir_server logic to switch towards simply re...Nick Mathewson2004-10-12
* Add long-term format for dir-signing-key fields (commented out)Nick Mathewson2004-10-12