Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | We screwed up in anticipating how to add new dirservers: | Roger Dingledine | 2006-03-12 |
| | | | | | | | | | | | | | Old servers won't realize they're supposed to stay connected to the new dirservers, so they'll expire connections to them, but that means the dirservers will list them as unreachable. So the fix is to stop requiring an open connection when deciding if a server is reachable. This makes us slightly less accurate, but at least it will work. svn:r6140 | ||
* | a better clean-up | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6139 | ||
* | and another fix | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6138 | ||
* | make tor --verify-config closer to working | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6137 | ||
* | Now do address rewriting when the controller asks us to attach | Roger Dingledine | 2006-03-12 |
| | | | | | | | | | | to a particular circuit too. This will let Blossom specify "moria2.exit" without having to learn what moria2's IP address is. It may also cause other controller authors some angst. Let us know. svn:r6136 | ||
* | when we get funny-looking lines on our dirport, shut up about it. | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6135 | ||
* | fix assert while attachstream'ing a connect-wait or | Roger Dingledine | 2006-03-12 |
| | | | | | | | resolve-wait stream. svn:r6134 | ||
* | avoid shadowing a variable so we don't get sad later. | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6133 | ||
* | bump to 0.1.1.15-rc-cvs | Roger Dingledine | 2006-03-12 |
| | | | | svn:r6132 | ||
* | Apparently passing --host to configure when not cross-compiling is evil now and | Peter Palfrader | 2006-03-11 |
| | | | | | | | | greatly confuses configure. So don't do it unless it actually differs from the --build host. svn:r6129 | ||
* | New upstream version | Peter Palfrader | 2006-03-11 |
| | | | | svn:r6128 | ||
* | Remove pdfs since they aren't created this early in the process. | Andrew Lewman | 2006-03-11 |
| | | | | svn:r6127 | ||
* | bump to 0.1.1.15-rc | Roger Dingledine | 2006-03-11 |
| | | | | svn:r6126 | ||
* | fix bug reported by gozu: if we get a linelist or linelist_s | Roger Dingledine | 2006-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 Dingledine | 2006-03-11 |
| | | | | svn:r6124 | ||
* | Include package_list.txt for detailed uninstallation on osx. Force the | Andrew Lewman | 2006-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 Lewman | 2006-03-11 |
| | | | | svn:r6122 | ||
* | Remove the image | Andrew Lewman | 2006-03-11 |
| | | | | svn:r6121 | ||
* | This makes the install pretty. | Andrew Lewman | 2006-03-11 |
| | | | | svn:r6120 | ||
* | Include actual documentation with the installation, include the | Andrew Lewman | 2006-03-11 |
| | | | | | | | uninstaller in executable format, and make the install pretty. svn:r6119 | ||
* | Include the osx uninstaller in the metapackage. | Andrew Lewman | 2006-03-11 |
| | | | | svn:r6118 | ||
* | Use escaped() for remaining cases. | Nick Mathewson | 2006-03-11 |
| | | | | svn:r6117 | ||
* | make entry guard logs even quieter | Roger Dingledine | 2006-03-10 |
| | | | | svn:r6116 | ||
* | add johnny's further discussion on incentives. | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6115 | ||
* | stop printing a log message at every iteration through the | Roger Dingledine | 2006-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 Dingledine | 2006-03-09 |
| | | | | svn:r6113 | ||
* | Let the controller attachstream conns that are in connect_wait | Roger Dingledine | 2006-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 tarball | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6111 | ||
* | update the todo file. getting closer. | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6110 | ||
* | document AuthDirRejectUnlisted in the man page | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6109 | ||
* | first cut of a 0.1.1.15-rc changelog | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6108 | ||
* | correct weasel's note in the dir spec | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6107 | ||
* | don't abandon entry guards until they've been dead a whole month. | Roger Dingledine | 2006-03-09 |
| | | | | | | | make entry guard log messages quieter. svn:r6106 | ||
* | Implement NEWNYM. Nick, did I do a bad thing? | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6105 | ||
* | new controller signal NEWNYM that makes new application requests | Roger Dingledine | 2006-03-09 |
| | | | | | | | use clean circuits. svn:r6104 | ||
* | clean up typo | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6103 | ||
* | make the tor.nsi version accurate | Roger Dingledine | 2006-03-09 |
| | | | | svn:r6102 | ||
* | start using OR_CONN_EVENT_NEW. | Roger Dingledine | 2006-03-08 |
| | | | | | | | also fixes a seg fault in tor (bug 261). svn:r6101 | ||
* | introduce a new orconn_status "NEW" | Roger Dingledine | 2006-03-08 |
| | | | | svn:r6100 | ||
* | remove some redundant code now that we compress exit policies | Roger Dingledine | 2006-03-08 |
| | | | | | | | after parsing them svn:r6099 | ||
* | Document AuthDir(Invalid|Reject) | Nick Mathewson | 2006-03-08 |
| | | | | svn:r6098 | ||
* | Add rc.subr from Peter Thoenen. I have no idea what an rc.subr is, but ↵ | Nick Mathewson | 2006-03-08 |
| | | | | | | apparently BSD people do. (Closing bug 256.) svn:r6097 | ||
* | forward-port the 0.1.0.17 changelog | Roger Dingledine | 2006-03-08 |
| | | | | svn:r6096 | ||
* | Possible bug 265 fix: authorities must be more strict than clients about age ↵ | Nick Mathewson | 2006-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 Implemented | Geoff Goodell | 2006-03-08 |
| | | | | svn:r6094 | ||
* | Say that /tor/server/authority is not used by useful nonetheless | Peter Palfrader | 2006-03-08 |
| | | | | svn:r6093 | ||
* | Clarify server/d/<D>.z description | Peter Palfrader | 2006-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 Goodell | 2006-03-07 |
| | | | | | | requests svn:r6091 | ||
* | fix infinite loop | Roger Dingledine | 2006-03-06 |
| | | | | svn:r6090 | ||
* | mark bug 261 | Roger Dingledine | 2006-03-06 |
| | | | | svn:r6089 |