aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Let the controller attachstream conns that are in connect_waitRoger Dingledine2006-03-09
| | | | | | | | or resolve_wait: we detach them first and then act as before. Resolves bug 264. svn:r6112
* distribute contrib/rc.subr in the tarballRoger Dingledine2006-03-09
| | | | svn:r6111
* update the todo file. getting closer.Roger Dingledine2006-03-09
| | | | svn:r6110
* document AuthDirRejectUnlisted in the man pageRoger Dingledine2006-03-09
| | | | svn:r6109
* first cut of a 0.1.1.15-rc changelogRoger Dingledine2006-03-09
| | | | svn:r6108
* correct weasel's note in the dir specRoger Dingledine2006-03-09
| | | | svn:r6107
* don't abandon entry guards until they've been dead a whole month.Roger Dingledine2006-03-09
| | | | | | | make entry guard log messages quieter. svn:r6106
* Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine2006-03-09
| | | | svn:r6105
* new controller signal NEWNYM that makes new application requestsRoger Dingledine2006-03-09
| | | | | | | use clean circuits. svn:r6104
* clean up typoRoger Dingledine2006-03-09
| | | | svn:r6103
* make the tor.nsi version accurateRoger Dingledine2006-03-09
| | | | svn:r6102
* start using OR_CONN_EVENT_NEW.Roger Dingledine2006-03-08
| | | | | | | also fixes a seg fault in tor (bug 261). svn:r6101
* introduce a new orconn_status "NEW"Roger Dingledine2006-03-08
| | | | svn:r6100
* remove some redundant code now that we compress exit policiesRoger Dingledine2006-03-08
| | | | | | | after parsing them svn:r6099
* Document AuthDir(Invalid|Reject)Nick Mathewson2006-03-08
| | | | svn:r6098
* Add rc.subr from Peter Thoenen. I have no idea what an rc.subr is, but ↵Nick Mathewson2006-03-08
| | | | | | apparently BSD people do. (Closing bug 256.) svn:r6097
* forward-port the 0.1.0.17 changelogRoger Dingledine2006-03-08
| | | | svn:r6096
* Possible bug 265 fix: authorities must be more strict than clients about age ↵Nick Mathewson2006-03-08
| | | | | | of acceptable routers; make routers publish every 12 hours; client ROUTER_MAX_AGE must be greater than NETWORKSTATUS_MAX_AGE+authoirty ROUTER_MAX_AGE. svn:r6095
* mark controller exposure of directory data as DRAFT and Not ImplementedGeoff Goodell2006-03-08
| | | | svn:r6094
* Say that /tor/server/authority is not used by useful nonethelessPeter Palfrader2006-03-08
| | | | svn:r6093
* Clarify server/d/<D>.z descriptionPeter Palfrader2006-03-08
| | | | | | | Spell out that fingerprints in requests should use capital A-F letters for their hex svn:r6092
* add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO ↵Geoff Goodell2006-03-07
| | | | | | requests svn:r6091
* fix infinite loopRoger Dingledine2006-03-06
| | | | svn:r6090
* mark bug 261Roger Dingledine2006-03-06
| | | | svn:r6089
* Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, ↵Nick Mathewson2006-03-06
| | | | | | though I am not 100% sure that each one is necessary. svn:r6088
* Add some functions to escape values from the network before sending them to ↵Nick Mathewson2006-03-05
| | | | | | the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087
* Allow private:* in routerdescs; not generated yet (because older Tors do not ↵Nick Mathewson2006-03-05
| | | | | | understand it); needs testing. svn:r6086
* Mention which version of tor implements control-spec.txt, so people wont get ↵Nick Mathewson2006-03-05
| | | | | | so confused. svn:r6085
* ignore ancillary files build-stamp and patch-stampGeoff Goodell2006-02-26
| | | | svn:r6084
* ignore incidental files during debian package creationGeoff Goodell2006-02-26
| | | | svn:r6083
* clarify that we want a free software webserver for windows,Roger Dingledine2006-02-26
| | | | | | | not a freeware-gosh-it-seems-good-to-me webserver for windows. svn:r6082
* initial tweaks and questions for the proposed udp specRoger Dingledine2006-02-26
| | | | svn:r6081
* add the spec for Marc Liberatore's proposed extension toRoger Dingledine2006-02-26
| | | | | | | add UDP support to tor. svn:r6080
* spanish-language tor win32 docRoger Dingledine2006-02-26
| | | | svn:r6079
* home? what is this home?Roger Dingledine2006-02-26
| | | | svn:r6078
* fix up the links to contact usRoger Dingledine2006-02-26
| | | | svn:r6077
* more thoughts on incentivesRoger Dingledine2006-02-23
| | | | svn:r6076
* Add a new circuit purpose 'controller' to let the controllerRoger Dingledine2006-02-23
| | | | | | | | | | | | | ask for a circuit that Tor won't try to use. Extend the EXTENDCIRCUIT controller command to let you specify the purpose if you're starting a new circuit. Add a new SETCIRCUITPURPOSE controller command to let you change a circuit's purpose after it's been created. svn:r6075
* clean up a log messageRoger Dingledine2006-02-21
| | | | svn:r6074
* be quieter about hidserv descriptors that are too old or too new.Roger Dingledine2006-02-21
| | | | | | | we can't do anything about them anyway. svn:r6073
* Move it one directory further upPeter Palfrader2006-02-21
| | | | svn:r6072
* Add package_nsis-weasel.sh, weasel's version of nick's package_nsis.shPeter Palfrader2006-02-21
| | | | svn:r6071
* Make the tor.nsi file actually work again, and update list of docs while we ↵Peter Palfrader2006-02-21
| | | | | | are at it svn:r6070
* tor.logrotate is built from tor.logrotate.in, ignore it in CVSPeter Palfrader2006-02-21
| | | | svn:r6069
* Add tor-osx-dmg-creation.txt and tor-rpm-creation.txt for distributionAndrew Lewman2006-02-21
| | | | svn:r6068
* tor.nsi: we have openssl 0.9.8aPeter Palfrader2006-02-21
| | | | svn:r6067
* Removed doc/FAQ from document listAndrew Lewman2006-02-21
| | | | svn:r6066
* bump to 0.1.1.14-alpha-cvs-0Peter Palfrader2006-02-21
| | | | svn:r6065
* New upstream versionPeter Palfrader2006-02-21
| | | | svn:r6063
* bump to 0.1.1.14-alpha-cvs, and we're off.Roger Dingledine2006-02-21
| | | | svn:r6062