summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-11Apparently passing --host to configure when not cross-compiling is evil now andtor-0.1.1.15-rcdebian-version-0.1.1.15-rc-1Peter Palfrader
greatly confuses configure. So don't do it unless it actually differs from the --build host. svn:r6129
2006-03-11New upstream versionPeter Palfrader
svn:r6128
2006-03-11Remove pdfs since they aren't created this early in the process.Andrew Lewman
svn:r6127
2006-03-11bump to 0.1.1.15-rcRoger Dingledine
svn:r6126
2006-03-11fix bug reported by gozu: if we get a linelist or linelist_sRoger Dingledine
config option from the torrc and it has no value, warn and skip rather than silently resetting it to its default. svn:r6125
2006-03-11huge warning sign for esc_router_info()Roger Dingledine
svn:r6124
2006-03-11Include package_list.txt for detailed uninstallation on osx. Force theAndrew Lewman
osx uninstall script to actually clean up directories as well. Make TorPostflight actions safer. svn:r6123
2006-03-11Properly add the image to make the OSX install pretty.Andrew Lewman
svn:r6122
2006-03-11Remove the imageAndrew Lewman
svn:r6121
2006-03-11This makes the install pretty.Andrew Lewman
svn:r6120
2006-03-11Include actual documentation with the installation, include theAndrew Lewman
uninstaller in executable format, and make the install pretty. svn:r6119
2006-03-11Include the osx uninstaller in the metapackage.Andrew Lewman
svn:r6118
2006-03-11Use escaped() for remaining cases.Nick Mathewson
svn:r6117
2006-03-10make entry guard logs even quieterRoger Dingledine
svn:r6116
2006-03-09add johnny's further discussion on incentives.Roger Dingledine
svn:r6115
2006-03-09stop printing a log message at every iteration through theRoger Dingledine
event loop when holding open a conn for flushing but it doesn't want to flush any more bytes yet. svn:r6114
2006-03-09add to the stack of implementation notes.Roger Dingledine
svn:r6113
2006-03-09Let the controller attachstream conns that are in connect_waitRoger Dingledine
or resolve_wait: we detach them first and then act as before. Resolves bug 264. svn:r6112
2006-03-09distribute contrib/rc.subr in the tarballRoger Dingledine
svn:r6111
2006-03-09update the todo file. getting closer.Roger Dingledine
svn:r6110
2006-03-09document AuthDirRejectUnlisted in the man pageRoger Dingledine
svn:r6109
2006-03-09first cut of a 0.1.1.15-rc changelogRoger Dingledine
svn:r6108
2006-03-09correct weasel's note in the dir specRoger Dingledine
svn:r6107
2006-03-09don't abandon entry guards until they've been dead a whole month.Roger Dingledine
make entry guard log messages quieter. svn:r6106
2006-03-09Implement NEWNYM. Nick, did I do a bad thing?Roger Dingledine
svn:r6105
2006-03-09new controller signal NEWNYM that makes new application requestsRoger Dingledine
use clean circuits. svn:r6104
2006-03-09clean up typoRoger Dingledine
svn:r6103
2006-03-09make the tor.nsi version accurateRoger Dingledine
svn:r6102
2006-03-08start using OR_CONN_EVENT_NEW.Roger Dingledine
also fixes a seg fault in tor (bug 261). svn:r6101
2006-03-08introduce a new orconn_status "NEW"Roger Dingledine
svn:r6100
2006-03-08remove some redundant code now that we compress exit policiesRoger Dingledine
after parsing them svn:r6099
2006-03-08Document AuthDir(Invalid|Reject)Nick Mathewson
svn:r6098
2006-03-08Add rc.subr from Peter Thoenen. I have no idea what an rc.subr is, but ↵Nick Mathewson
apparently BSD people do. (Closing bug 256.) svn:r6097
2006-03-08forward-port the 0.1.0.17 changelogRoger Dingledine
svn:r6096
2006-03-08Possible bug 265 fix: authorities must be more strict than clients about age ↵Nick Mathewson
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
2006-03-08mark controller exposure of directory data as DRAFT and Not ImplementedGeoff Goodell
svn:r6094
2006-03-08Say that /tor/server/authority is not used by useful nonethelessPeter Palfrader
svn:r6093
2006-03-08Clarify server/d/<D>.z descriptionPeter Palfrader
Spell out that fingerprints in requests should use capital A-F letters for their hex svn:r6092
2006-03-07add tor/* contents from Section 4.4 of dir-spec.txt to controller GETINFO ↵Geoff Goodell
requests svn:r6091
2006-03-06fix infinite loopRoger Dingledine
svn:r6090
2006-03-06mark bug 261Roger Dingledine
svn:r6089
2006-03-06Add some "to-be-safe" escaped() wrappers to log statements in rend*.c, ↵Nick Mathewson
though I am not 100% sure that each one is necessary. svn:r6088
2006-03-05Add some functions to escape values from the network before sending them to ↵Nick Mathewson
the log. Use them everywhere except for routerinfo->plaftorm, routerinfo->contact_info, and rend*.c. (need sleep now) svn:r6087
2006-03-05Allow private:* in routerdescs; not generated yet (because older Tors do not ↵Nick Mathewson
understand it); needs testing. svn:r6086
2006-03-05Mention which version of tor implements control-spec.txt, so people wont get ↵Nick Mathewson
so confused. svn:r6085
2006-02-26ignore ancillary files build-stamp and patch-stampGeoff Goodell
svn:r6084
2006-02-26ignore incidental files during debian package creationGeoff Goodell
svn:r6083
2006-02-26clarify that we want a free software webserver for windows,Roger Dingledine
not a freeware-gosh-it-seems-good-to-me webserver for windows. svn:r6082
2006-02-26initial tweaks and questions for the proposed udp specRoger Dingledine
svn:r6081
2006-02-26add the spec for Marc Liberatore's proposed extension toRoger Dingledine
add UDP support to tor. svn:r6080