aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix assert while attachstream'ing a connect-wait orRoger Dingledine2006-03-12
| | | | | | | resolve-wait stream. svn:r6134
* avoid shadowing a variable so we don't get sad later.Roger Dingledine2006-03-12
| | | | svn:r6133
* bump to 0.1.1.15-rc-cvsRoger Dingledine2006-03-12
| | | | svn:r6132
* Apparently passing --host to configure when not cross-compiling is evil now andPeter Palfrader2006-03-11
| | | | | | | | greatly confuses configure. So don't do it unless it actually differs from the --build host. svn:r6129
* New upstream versionPeter Palfrader2006-03-11
| | | | svn:r6128
* Remove pdfs since they aren't created this early in the process.Andrew Lewman2006-03-11
| | | | svn:r6127
* bump to 0.1.1.15-rcRoger Dingledine2006-03-11
| | | | svn:r6126
* fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine2006-03-11
| | | | | | | | config option from the torrc and it has no value, warn and skip rather than silently resetting it to its default. svn:r6125
* huge warning sign for esc_router_info()Roger Dingledine2006-03-11
| | | | svn:r6124
* Include package_list.txt for detailed uninstallation on osx. Force theAndrew Lewman2006-03-11
| | | | | | | | osx uninstall script to actually clean up directories as well. Make TorPostflight actions safer. svn:r6123
* Properly add the image to make the OSX install pretty.Andrew Lewman2006-03-11
| | | | svn:r6122
* Remove the imageAndrew Lewman2006-03-11
| | | | svn:r6121
* This makes the install pretty.Andrew Lewman2006-03-11
| | | | svn:r6120
* Include actual documentation with the installation, include theAndrew Lewman2006-03-11
| | | | | | | uninstaller in executable format, and make the install pretty. svn:r6119
* Include the osx uninstaller in the metapackage.Andrew Lewman2006-03-11
| | | | svn:r6118
* Use escaped() for remaining cases.Nick Mathewson2006-03-11
| | | | svn:r6117
* make entry guard logs even quieterRoger Dingledine2006-03-10
| | | | svn:r6116
* add johnny's further discussion on incentives.Roger Dingledine2006-03-09
| | | | svn:r6115
* stop printing a log message at every iteration through theRoger Dingledine2006-03-09
| | | | | | | | event loop when holding open a conn for flushing but it doesn't want to flush any more bytes yet. svn:r6114
* add to the stack of implementation notes.Roger Dingledine2006-03-09
| | | | svn:r6113
* 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