summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2005-04-27Turn SENTINELS back on; give NOINLINE a name and turn it off.debian-version-0.1.0.5-rc-200504272000-1Nick Mathewson
2005-04-27bump to 0.1.0.5-rcRoger Dingledine
2005-04-27turn off the mongo debugging stuff, for performance testsRoger Dingledine
2005-04-27bump the default bandwidthrate from 1mb to 2mbRoger Dingledine
2005-04-27Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with paran...Nick Mathewson
2005-04-27Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson
2005-04-27stop re-reading and re-parsing the directory as soon as we make it.Roger Dingledine
2005-04-26hidden service client connections were using some of theirRoger Dingledine
2005-04-26fix function prototype, fix typoRoger Dingledine
2005-04-26Avoid overflow on wrapping a TLS read.Nick Mathewson
2005-04-26Fix unit tests for buffers.Nick Mathewson
2005-04-26bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine
2005-04-26Clean/renormalize whitespaceNick Mathewson
2005-04-26Change the implementation of buf_t a lot: make it a ring buffer to minimize m...Nick Mathewson
2005-04-26a bit more debug infoRoger Dingledine
2005-04-26add more debugging info to help us find the weird dns freebsd pthreads bug.Roger Dingledine
2005-04-26clean up this TOR_FRAGILE businessRoger Dingledine
2005-04-26Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine
2005-04-25help debug: when we close a conn due to timeout, tell us itsRoger Dingledine
2005-04-25only call the connection open once we've decided we like the cert.Roger Dingledine
2005-04-25bugfix: stop trying to print a null pointer if an OR conn failsRoger Dingledine
2005-04-25bugfix: make a debug log stop lyingRoger Dingledine
2005-04-23only complain about wedged cpuworkers after an hour, not 100 secsRoger Dingledine
2005-04-23Apparently, ASN1 failures are not treated as SSL connection errors, but are j...Nick Mathewson
2005-04-23let NumCpus be singular without whiningRoger Dingledine
2005-04-23bump experimental version to 0.1.0.4-rcRoger Dingledine
2005-04-23bump to 0.1.0.3-rc-cvsRoger Dingledine
2005-04-23LOG_ERR is for when you're planning to die.Roger Dingledine
2005-04-23Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for TL...debian-version-0.1.0.3-rc-200504231430-1Nick Mathewson
2005-04-21add geoff's NoPublish patchRoger Dingledine
2005-04-17Replace an infinite-stack-recursion bug with a generate-infinite-debug-messag...Nick Mathewson
2005-04-17zero-out errno before calling event_dispatch, just in case we have misdiagnos...Nick Mathewson
2005-04-12be willing to load balance over up to 2mB, not 1mB, of advertised capacityRoger Dingledine
2005-04-12those should be notices, not warnsRoger Dingledine
2005-04-11Fix postdescriptor behavior: on non-complete success, only say "done" once.Nick Mathewson
2005-04-08bump to 0.1.0.3-rcRoger Dingledine
2005-04-08remove some redundant codeRoger Dingledine
2005-04-08If it has not been 100 seconds since we told the cpuworker about an onion, co...Nick Mathewson
2005-04-08Make libevent_logging_callback static.Nick Mathewson
2005-04-08Add kludgy function to force controllers to flush EVENT_ERR_MSG events.Nick Mathewson
2005-04-08Move a quote, fix a log.Nick Mathewson
2005-04-08Fixs a signed/unsigned comparisonNick Mathewson
2005-04-08Add missing "char"Nick Mathewson
2005-04-07tie MAX_DIR_SIZE to MAX_BUF_SIZERoger Dingledine
2005-04-07fix format bugRoger Dingledine
2005-04-07only whine about clock skew from the dirserver if he's a trustedRoger Dingledine
2005-04-07Improve conn_*_to_string; add circuit_state_to_string; make skewed-descriptor...Nick Mathewson
2005-04-07allow servers to publish descriptors from 12 hours in the future.Roger Dingledine
2005-04-07Change conn_(type|state)_to_string from const arrays to switch functions so w...Nick Mathewson
2005-04-07add function commentRoger Dingledine