summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-04-23New tor snapshot, this one is 0.1.0.4-rc they saydebian-version-0.1.0.4-rc-200504232130-1Peter Palfrader
svn:r4102
2005-04-23only complain about wedged cpuworkers after an hour, not 100 secsRoger Dingledine
svn:r4100
2005-04-23Apparently, ASN1 failures are not treated as SSL connection errors, but are ↵Nick Mathewson
just general OpenSSL errors. Or something. Anyway, bulletproof tor_tls_handshake. svn:r4098
2005-04-23let NumCpus be singular without whiningRoger Dingledine
svn:r4097
2005-04-23bump experimental version to 0.1.0.4-rcRoger Dingledine
svn:r4096
2005-04-23changelog for 0.1.0.4-rcRoger Dingledine
svn:r4095
2005-04-23Another snapshot so we get a newer announced version numberdebian-version-0.1.0.3-rc-cvs-200504231630-1Peter Palfrader
svn:r4091
2005-04-23New tor snapshotPeter Palfrader
svn:r4089
2005-04-23bump to 0.1.0.3-rc-cvsRoger Dingledine
svn:r4088
2005-04-23LOG_ERR is for when you're planning to die.Roger Dingledine
svn:r4087
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for ↵debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
TLS errors when handling certs. Fix2: stop assert(0)ing on uncaught TLS errors.) svn:r4085
2005-04-21add geoff's NoPublish patchRoger Dingledine
svn:r4084
2005-04-20Update README.Debian to say that upstream now does have a default for ↵debian-version-0.1.0.17-1debian-version-0.1.0.16-1debian-version-0.1.0.15-1Peter Palfrader
DataDirectory svn:r4083
2005-04-17Replace an infinite-stack-recursion bug with a ↵Nick Mathewson
generate-infinite-debug-messages bug. Maybe it isnt such a good idea to send LOG_DEBUG messages to the controller after all? svn:r4082
2005-04-17zero-out errno before calling event_dispatch, just in case we have ↵Nick Mathewson
misdiagnosed poll(2)/EINVAL bug. svn:r4081
2005-04-12be willing to load balance over up to 2mB, not 1mB, of advertised capacityRoger Dingledine
svn:r4080
2005-04-12those should be notices, not warnsRoger Dingledine
svn:r4079
2005-04-11Point to Wiki entry if windows users want to run Tor as a serviceThomas Sjögren
svn:r4078
2005-04-11Forgot to change when the doc was updatedThomas Sjögren
svn:r4077
2005-04-11Its not a DOS window, its just a window. sort of.Thomas Sjögren
svn:r4076
2005-04-11Clarify MapAddress in the man pageThomas Sjögren
svn:r4075
2005-04-11The list under #server is now 1-10, instead of 1-5,5,6-9Thomas Sjögren
svn:r4074
2005-04-11Fix postdescriptor behavior: on non-complete success, only say "done" once.Nick Mathewson
svn:r4073
2005-04-09Fix broken link to or-announceThomas Sjögren
svn:r4072
2005-04-08Fix where you set proxies in Firefox under Windows, add Opera 7.5xThomas Sjögren
svn:r4071
2005-04-08and in win32/osx docsRoger Dingledine
svn:r4070
2005-04-08debian snapshot: 0.1.0.3-rc-200504080730debian-version-0.1.0.3-rc-200504080730-1Peter Palfrader
svn:r4068
2005-04-08Forward port debian changelogPeter Palfrader
svn:r4067
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
svn:r4064
2005-04-08add a changelog for 0.1.0.3-rcRoger Dingledine
svn:r4063
2005-04-08remove some redundant codeRoger Dingledine
svn:r4062
2005-04-08add a few items to the todoRoger Dingledine
svn:r4061
2005-04-08If it has not been 100 seconds since we told the cpuworker about an onion, ↵Nick Mathewson
complain! Oh, wait... svn:r4059
2005-04-08Make libevent_logging_callback static.Nick Mathewson
svn:r4058
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
svn:r4057
2005-04-08Move a quote, fix a log.Nick Mathewson
svn:r4056
2005-04-08Fixs a signed/unsigned comparisonNick Mathewson
svn:r4055
2005-04-08Add missing "char"Nick Mathewson
svn:r4054
2005-04-07tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine
resolve bug 80 svn:r4052
2005-04-07fix format bugRoger Dingledine
svn:r4051
2005-04-07only whine about clock skew from the dirserver if he's a trustedRoger Dingledine
dirserver. svn:r4048
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make ↵Nick Mathewson
skewed-descriptor messages better. svn:r4047
2005-04-07allow servers to publish descriptors from 12 hours in the future.Roger Dingledine
hopefully this will allow more slack and let crummier servers help out too. svn:r4046
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so ↵Nick Mathewson
we (I) will not make Tor crash the next time we (I) add a new state. svn:r4045
2005-04-07Remove implicit expiration date from tor-specNick Mathewson
svn:r4044
2005-04-07add function commentRoger Dingledine
svn:r4043
2005-04-07We have a bug that I can't find. Sometimes, very rarely, cpuworkers getRoger Dingledine
stuck in the 'busy' state, even though the cpuworker process thinks of itself as idle. I don't know why. But here's a workaround to kill any cpuworker that's been busy for more than 100 seconds. svn:r4042
2005-04-07Try RB_TREE instead of SPLAY_TREE, but with a single-entry caching optimization.Nick Mathewson
svn:r4041
2005-04-07Make compare_orconn_circid_entries marginally faster and inlined, if that helpsNick Mathewson
svn:r4040
2005-04-06debian snapshot: 0.1.0.2-rc-cvs-200504062112-1debian-version-0.1.0.2-rc-cvs-200504062112-1Peter Palfrader
svn:r4038