Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-04 | Add sharedscripts tor logrotate.d/tordebian-version-0.0.9.9-1debian-version-0.0.9.8-1debian-version-0.0.9.7-1debian-version-0.0.9.6-1debian-version-0.0.9.5-1debian-version-0.0.9.4-1debian-version-0.0.9.3-1debian-version-0.0.9.2-1debian-version-0.0.9.10-1 | Peter Palfrader | |
svn:r3290 | |||
2005-01-04 | Update debian/copyright (it's 2005) | Peter Palfrader | |
svn:r3289 | |||
2005-01-04 | New upstream version | Peter Palfrader | |
svn:r3288 | |||
2005-01-04 | forward-port the 0.0.9.2 changelog | Roger Dingledine | |
svn:r3287 | |||
2005-01-04 | bandaid: make Giorgos Pallas's dns assert bug not actually crash on him. | Roger Dingledine | |
one day we should try to figure out what's actually going on here. svn:r3280 | |||
2005-01-04 | Nothing actually _uses_ socks_port, so why publish it? For backward ↵ | Nick Mathewson | |
compatibility, publish a socks_port of 0, and never read socks_port. svn:r3279 | |||
2005-01-04 | post 0.0.9.x, demand that servers declare at least 20000 bytes/s | Roger Dingledine | |
for bandwidthrate svn:r3277 | |||
2005-01-04 | Make sequence of log messages when starting on win32 with no config file ↵ | Nick Mathewson | |
more reasonable. svn:r3275 | |||
2005-01-04 | make the initial temp log only notice-err, not info-err | Roger Dingledine | |
svn:r3274 | |||
2005-01-04 | forward-port the fix for the compiler warning | Roger Dingledine | |
svn:r3273 | |||
2005-01-03 | make docs clearer that we want you to register your server | Roger Dingledine | |
svn:r3271 | |||
2005-01-03 | update our license for 2005, and also include the licenses of tree.h | Roger Dingledine | |
and strlcpy/strlcat.c so when we do a binary distribution (e.g. win32 installer, rpm, or os x package) we're not violating their licenses. svn:r3269 | |||
2005-01-03 | update print_usage to use new url | Roger Dingledine | |
svn:r3267 | |||
2005-01-03 | update url for when users try to use socksport as an http proxy | Roger Dingledine | |
svn:r3265 | |||
2005-01-03 | Bugfix: we've been using openssl's BIO_get_mem_data incorrectly. | Roger Dingledine | |
We assumed the pem-encoded data written by PEM_write_bio_RSAPrivateKey is nul-terminated, and at least sometimes, it's not. svn:r3263 | |||
2005-01-03 | make it clearer you can have multiple SocksBindAddress directives | Roger Dingledine | |
svn:r3262 | |||
2005-01-03 | Remove click-through license page from windows installer | Nick Mathewson | |
svn:r3259 | |||
2005-01-03 | Log when we retry a directory connection | Nick Mathewson | |
svn:r3258 | |||
2005-01-03 | Use correct logic to decide whether there are more directory servers to retry. | Nick Mathewson | |
svn:r3257 | |||
2005-01-03 | Split mark-dir-failed-and-retry logic into separate function; make it retry ↵ | Nick Mathewson | |
runningrouters as well as directory fetches; note that the do-we-need-to-give-up test is wrong. svn:r3256 | |||
2005-01-03 | Fix an unused function warning | Nick Mathewson | |
svn:r3255 | |||
2005-01-03 | Make directory fail-and-retry logic happen in connection_about_to_close(); ↵ | Nick Mathewson | |
fixes win32 bug. svn:r3253 | |||
2005-01-03 | More work on task #43: fix race conditions on multithreaded (win32) servers. | Nick Mathewson | |
svn:r3251 | |||
2005-01-03 | mention where to find the 'fingerprint' file | Roger Dingledine | |
svn:r3249 | |||
2005-01-03 | revise server install instructions again. this time for sure! | Roger Dingledine | |
svn:r3248 | |||
2005-01-03 | Possible fix for task #43: when running on a multithreaded environment ↵ | Nick Mathewson | |
(currently only windows), threads should not close opposite sides of their socketpairs, and workers should not call connection_free_all(). This may fix win32 servers. svn:r3247 | |||
2005-01-03 | move the 'other things to note' list into #client-or-server so | Roger Dingledine | |
#server docs are less cluttered. svn:r3246 | |||
2005-01-03 | Resolve task 42: find where 19-char nicknames were getting truncated when ↵ | Nick Mathewson | |
read from certs, and fix it. Also audit use of MAX_NICKNAME_LEN; no other badness found, but some docs/code cleaned up a touch. svn:r3244 | |||
2005-01-03 | bugfix: if a server uploads a descriptor that's unapproved, actually | Roger Dingledine | |
tell him so. svn:r3243 | |||
2005-01-03 | stop checking for clock skew, even for servers. | Roger Dingledine | |
this means we are vulnerable to an attack where somebody recovers and uses a really old certificate. however, if they do that, they probably can get our identity key just as easily. svn:r3241 | |||
2005-01-02 | clarify the comments about logs in the torrc | Roger Dingledine | |
svn:r3239 | |||
2005-01-02 | fix the assert bug reported by bassclef@163.com | Roger Dingledine | |
svn:r3237 | |||
2005-01-01 | add a comment to explain what ContactInfo is for | Roger Dingledine | |
svn:r3236 | |||
2005-01-01 | Fix a double-mark-for-close bug, where we were finding a conn | Roger Dingledine | |
for a cell even if that conn is already marked for close. Don't back-port to 0.0.9.x, since this fix could have weird implications. svn:r3235 | |||
2005-01-01 | when a dirserver causes you to give a warn, mention which dirserver it was | Roger Dingledine | |
svn:r3234 | |||
2004-12-31 | ...but only if you're a server | Roger Dingledine | |
svn:r3233 | |||
2004-12-31 | require BandwidthRate to be at least 10kB/s | Roger Dingledine | |
svn:r3232 | |||
2004-12-29 | mention that there are known bugs for running tor as a server on win32 | Roger Dingledine | |
svn:r3231 | |||
2004-12-25 | actually make it stop keeping track of times. whoops. | Roger Dingledine | |
svn:r3230 | |||
2004-12-25 | stop calling assert_connection_ok(conn, time(NULL)) on every single | Roger Dingledine | |
conn on every single loop. svn:r3229 | |||
2004-12-25 | stop telling win32 folks they have a bug just because we haven't finished | Roger Dingledine | |
making tor work on win32 yet. svn:r3227 | |||
2004-12-25 | initial profiling by phobos says we spend a whole lot of time | Roger Dingledine | |
measuring how long each cell takes to process. make that optional. svn:r3226 | |||
2004-12-24 | when you're loading the rendezvous service keys in options_act(), | Roger Dingledine | |
don't call it 'reloading'. svn:r3225 | |||
2004-12-24 | don't connection_edge_end() on eof if we're already marked for close, | Roger Dingledine | |
because if we are then it's because we already got an end. svn:r3223 | |||
2004-12-24 | add items to TODO | Nick Mathewson | |
svn:r3222 | |||
2004-12-24 | list the new tor.eff.org url in the man page | Roger Dingledine | |
svn:r3221 | |||
2004-12-24 | remove sentence-fragment comment refering to a design that never happened. | Nick Mathewson | |
svn:r3220 | |||
2004-12-24 | Remove length restriction when generating directories. | Nick Mathewson | |
svn:r3218 | |||
2004-12-24 | Fix for running-routers length bug | Nick Mathewson | |
svn:r3216 | |||
2004-12-23 | clean tor-doc-win32 a bit more | Roger Dingledine | |
svn:r3215 |