aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Remove code that has been #if-0ed for a long time.Nick Mathewson2005-06-15
| | | | svn:r4435
* compile fix by agl, for code that is always commented outRoger Dingledine2005-06-13
| | | | svn:r4427
* Allow a few EINVALs from libevent before dying. Warn on kqueue with ↵Nick Mathewson2005-06-13
| | | | | | libevent before 1.1a svn:r4419
* a bit more cleanupRoger Dingledine2005-06-12
| | | | svn:r4417
* some more cleaning and docingRoger Dingledine2005-06-11
| | | | svn:r4415
* whitespace fixNick Mathewson2005-06-11
| | | | svn:r4414
* fix typo in last patchNick Mathewson2005-06-11
| | | | svn:r4413
* Docment or add DOCDOC comments to undocumented functions in src/or. Make ↵Nick Mathewson2005-06-11
| | | | | | function definition format uniform. svn:r4411
* move more docs into our codeRoger Dingledine2005-06-11
| | | | svn:r4406
* flesh out the source file descriptions for doxygenRoger Dingledine2005-06-11
| | | | svn:r4404
* don't tell people you're publishing the server descriptor if you'reRoger Dingledine2005-06-09
| | | | | | | actually not. svn:r4387
* Change end-of-file NLNL convention. It turns out arma I and I agree.Nick Mathewson2005-06-09
| | | | svn:r4382
* New whitespace normalization rule: no blank line at EOF.Nick Mathewson2005-06-09
| | | | svn:r4378
* forward-port:Roger Dingledine2005-06-09
| | | | | | | | | ## If certain IPs and ports are blocked externally, e.g. by your firewall, ## you should update your exit policy to reflect this -- otherwise Tor ## users will be told that those destinations are down. svn:r4376
* when a dirserver gets a mismatched fingerprint, log the expectedRoger Dingledine2005-06-09
| | | | | | | fp and the received fp svn:r4372
* pay more attention to the ClientOnly config optionRoger Dingledine2005-06-09
| | | | svn:r4367
* fix another underflow in keeping statsRoger Dingledine2005-06-09
| | | | | | | these size_ts are subtle buggers svn:r4364
* Fix an underflow in buffer use conting.Nick Mathewson2005-06-08
| | | | svn:r4360
* clean up the log warn a bitRoger Dingledine2005-06-08
| | | | svn:r4357
* Fix warning about unused function when compiling with ancient libeventNick Mathewson2005-06-08
| | | | svn:r4355
* absolutely refuse to let people pick internal IP addresses ifRoger Dingledine2005-06-08
| | | | | | | | | | | they're using the default dirservers. we're getting a big pile of a dozen or so servers that have picked private IP addresses despite the warning (presumably they don't even know they have logs) svn:r4354
* Reset buf->highwater every time buf_shrink is called, not just on suffessful ↵Nick Mathewson2005-06-08
| | | | | | shrink. svn:r4353
* don't upload your descriptor if rebuilding it failedRoger Dingledine2005-06-08
| | | | svn:r4352
* Remove extraneous newlines from libevent log messages. Backport candidate?Nick Mathewson2005-06-08
| | | | svn:r4350
* Some play code to throw away old buffers sometimes ratherRoger Dingledine2005-06-08
| | | | | | | | than constantly reallocing them; just in case this is our memory problem. It looks for now like it isn't, so disabled. svn:r4349
* dump periodic memory usage statsRoger Dingledine2005-06-08
| | | | svn:r4348
* Fix syntax error.Nick Mathewson2005-06-08
| | | | svn:r4346
* add patch for 143 and code to check for known-bad/slow libevent versions. ↵Nick Mathewson2005-06-08
| | | | | | Needs more testing. svn:r4344
* reenable the part of the code that tries to flush as soon as an OR outbufRoger Dingledine2005-06-08
| | | | | | | | has a full tls record available. perhaps this will make OR outbufs not grow as huge except in rare cases, thus saving lots of cpu time plus memory. svn:r4343
* when you send a USR2 signal, the log message now tells you to sendRoger Dingledine2005-06-07
| | | | | | | a HUP signal if you want to change back to old log levels. svn:r4332
* Fix for 152: reject malformed .onion addresses rather then passing them onNick Mathewson2005-06-07
| | | | svn:r4329
* Use correct errno from libevent on win32Nick Mathewson2005-06-07
| | | | svn:r4327
* Adapt patch from Adam Langley: fix possible memory leak in tor_lookup_hostnameNick Mathewson2005-06-07
| | | | svn:r4326
* bump cvs to 0.1.1.0-alpha-cvsRoger Dingledine2005-06-06
| | | | svn:r4323
* Fix win32 compilation: backport candidateNick Mathewson2005-06-06
| | | | svn:r4320
* When RNG seeding fails, die. Backport candidateNick Mathewson2005-06-06
| | | | svn:r4319
* Possible bugfix for 151: backport candidate.Nick Mathewson2005-06-06
| | | | svn:r4318
* Instrument buffers.c and rephist.c memory usageNick Mathewson2005-06-06
| | | | svn:r4317
* correct some instructions in the sample torrcRoger Dingledine2005-06-06
| | | | svn:r4314
* Fix buffer overlow when checking hashed passwordsNick Mathewson2005-06-05
| | | | svn:r4308
* Add unit test for openpgp s2kNick Mathewson2005-06-04
| | | | svn:r4306
* clean up a few more log entriesRoger Dingledine2005-05-27
| | | | svn:r4304
* downgrade the 'caught sigpipe' notice.Roger Dingledine2005-05-25
| | | | | | | we're going to pretend like all of these are fine. svn:r4301
* make lucky's weird libevent poll einprogress bug just warn, not kill tor.Roger Dingledine2005-05-24
| | | | svn:r4300
* Fix not-freed-on-exit eventNick Mathewson2005-05-24
| | | | svn:r4298
* Bugfix: we were checking to see if you want to send a keepalive, basedRoger Dingledine2005-05-23
| | | | | | | | | on five minutes since last successful write. But if you have bytes queued already, and they're not getting through, we were adding a new keepalive every second. This was bad. svn:r4296
* bump to 0.1.0.8-rcRoger Dingledine2005-05-23
| | | | svn:r4286
* i screwed up the dirport reachability testing when we don't yetRoger Dingledine2005-05-23
| | | | | | | have a cached version of the directory. hopefully now fixed. svn:r4284
* Always disable kqueue on OSX. It seems linked to kernel panicsNick Mathewson2005-05-23
| | | | svn:r4282
* test out commit mails againRoger Dingledine2005-05-23
| | | | svn:r4281