aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* update package docs for 0.1.0.5-rcRoger Dingledine2005-04-27
| | | | svn:r4145
* Re-do fragmented control message handling to work with new buf_t system.Nick Mathewson2005-04-27
| | | | svn:r4144
* New tor snapshot: 0.1.0.5-rcPeter Palfrader2005-04-27
| | | | svn:r4142
* Appease VC7. It has a strangely puritanical attitude about what programmers ↵Nick Mathewson2005-04-27
| | | | | | are allowed to do a consenting void*. svn:r4140
* Turn SENTINELS back on; give NOINLINE a name and turn it off.Nick Mathewson2005-04-27
| | | | svn:r4139
* bump to 0.1.0.5-rcRoger Dingledine2005-04-27
| | | | svn:r4138
* turn off the mongo debugging stuff, for performance testsRoger Dingledine2005-04-27
| | | | svn:r4137
* clean out the todo, add a few items.Roger Dingledine2005-04-27
| | | | svn:r4136
* a bigger changelogRoger Dingledine2005-04-27
| | | | svn:r4135
* a changelog for 0.1.0.5-rcRoger Dingledine2005-04-27
| | | | svn:r4134
* and correct the man page re: the defaultsRoger Dingledine2005-04-27
| | | | svn:r4132
* bump the default bandwidthrate from 1mb to 2mbRoger Dingledine2005-04-27
| | | | svn:r4131
* Rename buf->start to buf->cur; fix bug in read_to_buf; still debug with ↵Nick Mathewson2005-04-27
| | | | | | paranoia. svn:r4130
* Add even more debugging code; temporarily disable inlines in buffers.cNick Mathewson2005-04-27
| | | | svn:r4129
* stop re-reading and re-parsing the directory as soon as we make it.Roger Dingledine2005-04-27
| | | | | | | | | | it was nice for checking if we've got bugs, but it's really quite expensive too. it was also nice for updating our routerinfo's immediately, but we'll update them like everybody else when we fetch a new dir from somebody else. svn:r4128
* hidden service client connections were using some of theirRoger Dingledine2005-04-26
| | | | | | | | | 60 seconds fetching the hidserv descriptor, which made them more likely to fail on the first attempt, yet they work fine on the second. so now give them extra time for the first try. svn:r4127
* fix function prototype, fix typoRoger Dingledine2005-04-26
| | | | svn:r4126
* Avoid overflow on wrapping a TLS read.Nick Mathewson2005-04-26
| | | | svn:r4125
* Fix unit tests for buffers.Nick Mathewson2005-04-26
| | | | svn:r4124
* bump to 0.1.0.4-rc-cvs while we're testingRoger Dingledine2005-04-26
| | | | svn:r4123
* Clean/renormalize whitespaceNick Mathewson2005-04-26
| | | | svn:r4122
* Change the implementation of buf_t a lot: make it a ring buffer to minimize ↵Nick Mathewson2005-04-26
| | | | | | memmove on flush. This may break the universe, but it is probably Necessary For Perfomance. svn:r4121
* add a note in the man page about using fascistfirewall withRoger Dingledine2005-04-26
| | | | | | | httpsproxyauthenticator svn:r4120
* a bit more debug infoRoger Dingledine2005-04-26
| | | | svn:r4119
* add HttpsProxyAuthenticator to the man pageRoger Dingledine2005-04-26
| | | | svn:r4118
* add more debugging info to help us find the weird dns freebsd pthreads bug.Roger Dingledine2005-04-26
| | | | svn:r4117
* clean up this TOR_FRAGILE businessRoger Dingledine2005-04-26
| | | | svn:r4116
* Add basic HttpsProxyAuthenticator support, based on patchRoger Dingledine2005-04-26
| | | | | | | from Adam Langley. svn:r4115
* mention in the signals section of the man page that the sigintRoger Dingledine2005-04-26
| | | | | | | timeout can be configured with ShutdownWaitLength. svn:r4114
* help debug: when we close a conn due to timeout, tell us itsRoger Dingledine2005-04-25
| | | | | | | file descriptor, not its connectionarray index. svn:r4113
* only call the connection open once we've decided we like the cert.Roger Dingledine2005-04-25
| | | | svn:r4112
* bugfix: stop trying to print a null pointer if an OR conn failsRoger Dingledine2005-04-25
| | | | | | | because we didn't like its cert. svn:r4111
* bugfix: make a debug log stop lyingRoger Dingledine2005-04-25
| | | | svn:r4110
* tor-doc-{osx,win32} now shows the correct date when they were updatedThomas Sjögren2005-04-24
| | | | svn:r4109
* bump win32 and osx docs to mention 0.1.0.4Roger Dingledine2005-04-23
| | | | svn:r4107
* Forward port changelogPeter Palfrader2005-04-23
| | | | svn:r4106
* New tor snapshot, this one is 0.1.0.4-rc they sayPeter Palfrader2005-04-23
| | | | svn:r4102
* only complain about wedged cpuworkers after an hour, not 100 secsRoger Dingledine2005-04-23
| | | | svn:r4100
* Apparently, ASN1 failures are not treated as SSL connection errors, but are ↵Nick Mathewson2005-04-23
| | | | | | just general OpenSSL errors. Or something. Anyway, bulletproof tor_tls_handshake. svn:r4098
* let NumCpus be singular without whiningRoger Dingledine2005-04-23
| | | | svn:r4097
* bump experimental version to 0.1.0.4-rcRoger Dingledine2005-04-23
| | | | svn:r4096
* changelog for 0.1.0.4-rcRoger Dingledine2005-04-23
| | | | svn:r4095
* Another snapshot so we get a newer announced version numberPeter Palfrader2005-04-23
| | | | svn:r4091
* New tor snapshotPeter Palfrader2005-04-23
| | | | svn:r4089
* bump to 0.1.0.3-rc-cvsRoger Dingledine2005-04-23
| | | | svn:r4088
* LOG_ERR is for when you're planning to die.Roger Dingledine2005-04-23
| | | | svn:r4087
* Fix "JAP-client" hideous ASN1 bug, twice. (Fix1: check more thoroughly for ↵Nick Mathewson2005-04-23
| | | | | | TLS errors when handling certs. Fix2: stop assert(0)ing on uncaught TLS errors.) svn:r4085
* add geoff's NoPublish patchRoger Dingledine2005-04-21
| | | | svn:r4084
* Update README.Debian to say that upstream now does have a default for ↵Peter Palfrader2005-04-20
| | | | | | DataDirectory svn:r4083
* Replace an infinite-stack-recursion bug with a ↵Nick Mathewson2005-04-17
| | | | | | generate-infinite-debug-messages bug. Maybe it isnt such a good idea to send LOG_DEBUG messages to the controller after all? svn:r4082