aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* r12014@catbus: nickm | 2007-02-28 19:41:20 -0500Nick Mathewson2007-03-01
| | | | | | | Niels has accepted the patch from Scott Lamb to implement better signal handling: I can take "get the pthread_sigprocmask situation under control" off my plate. svn:r9696
* r12013@catbus: nickm | 2007-02-28 18:26:13 -0500Nick Mathewson2007-03-01
| | | | | | | Note a piece of code that needs to get resolved, before we forget it. svn:r9695
* r12012@catbus: nickm | 2007-02-28 18:25:18 -0500Nick Mathewson2007-03-01
| | | | | | | Twiddle constants wrt uploading hidden service descriptors. svn:r9694
* r12011@catbus: nickm | 2007-02-28 18:13:32 -0500Nick Mathewson2007-03-01
| | | | | | | Back out insufficiently evidenced FULL_UNROLL in aes.c svn:r9693
* r12006@catbus: nickm | 2007-02-28 16:06:24 -0500Nick Mathewson2007-02-28
| | | | | | | On mingw, use "%I64u" to printf/scanf 64-bit integers, instead of the usual GCC "%llu". This prevents a bug when saving 64-bit int configuration values on mingw; the high-order 32 bits would get truncated. If the value was then reloaded, disaster would occur. (Fixes bug 400 and maybe also bug 397.) Backport candidate. svn:r9691
* - Stop calling servers that have been hibernating for a long timeRoger Dingledine2007-02-28
| | | | | | | | | "stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690
* note another wishlist item for the armaRoger Dingledine2007-02-28
| | | | svn:r9689
* r12001@catbus: nickm | 2007-02-28 15:24:12 -0500Nick Mathewson2007-02-28
| | | | | | | Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688
* r12000@catbus: nickm | 2007-02-28 15:12:21 -0500Nick Mathewson2007-02-28
| | | | | | | Try to fix eventdns bug 326 again, this time by noting that rcode 2 (serverfailed) does not really mean "The server is useless." svn:r9687
* avoid a few headachesRoger Dingledine2007-02-28
| | | | svn:r9686
* r11998@catbus: nickm | 2007-02-28 13:56:55 -0500Nick Mathewson2007-02-28
| | | | | | | Correct an MSC_VER check. svn:r9685
* r11996@catbus: nickm | 2007-02-28 13:52:48 -0500Nick Mathewson2007-02-28
| | | | | | | Add an MSC_VER check I missed. svn:r9684
* r11994@catbus: nickm | 2007-02-28 13:08:52 -0500Nick Mathewson2007-02-28
| | | | | | | Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
* r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson2007-02-28
| | | | | | | compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
* r11987@catbus: nickm | 2007-02-28 12:34:04 -0500Nick Mathewson2007-02-28
| | | | | | | add another u64-related unit test. svn:r9681
* Update changelog with rpm race fix.Andrew Lewman2007-02-28
| | | | svn:r9680
* r11982@catbus: nickm | 2007-02-28 11:55:41 -0500Nick Mathewson2007-02-28
| | | | | | | Add unit tests for tor_parse_uint64 svn:r9678
* r11981@catbus: nickm | 2007-02-28 11:55:27 -0500Nick Mathewson2007-02-28
| | | | | | | Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
* New upstream versionPeter Palfrader2007-02-28
| | | | svn:r9675
* Fix a potential race condition on install of rpm with running Tor.Andrew Lewman2007-02-28
| | | | svn:r9673
* r11976@catbus: nickm | 2007-02-27 19:35:59 -0500Nick Mathewson2007-02-28
| | | | | | | Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling. svn:r9672
* r11970@catbus: nickm | 2007-02-27 19:17:27 -0500Nick Mathewson2007-02-28
| | | | | | | Fix a bug found by Udo van den Heuvel: avoid an assertion failure when a controller sets and clears EntryNodes before the next call to choose_random_entry(). Also make a function static. svn:r9669
* Add a missing paren, and the results of an experiment.Nick Mathewson2007-02-27
| | | | svn:r9664
* r11959@catbus: nickm | 2007-02-26 22:53:36 -0500Nick Mathewson2007-02-27
| | | | | | | try to make aes encryption of cells about 30-40% faster where applicable. offer not available for all architectures or all versions of openssl. svn:r9663
* r11958@catbus: nickm | 2007-02-26 22:28:03 -0500Nick Mathewson2007-02-27
| | | | | | | Add a missing set to onion_key_set_at to avoid premature rotates. svn:r9662
* r11956@catbus: nickm | 2007-02-26 13:33:49 -0500Nick Mathewson2007-02-26
| | | | | | | Add a quick-and-dirty AES benchmark function to the bottom of aes.c so I can go collecting data. svn:r9660
* r11954@catbus: nickm | 2007-02-26 13:01:19 -0500Nick Mathewson2007-02-26
| | | | | | | Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling. svn:r9659
* r11952@catbus: nickm | 2007-02-26 12:37:06 -0500Nick Mathewson2007-02-26
| | | | | | | Bump version to 0.1.2.8-beta-dev svn:r9658
* let us call it a beta. perhaps it will break then.Roger Dingledine2007-02-26
| | | | svn:r9656
* more cleanups; getting closerRoger Dingledine2007-02-26
| | | | svn:r9655
* fix a bug in our logic, but point out that maybe it's mootRoger Dingledine2007-02-26
| | | | svn:r9654
* Temporary instructions to work around libevent1.3a issues in mingw withAndrew Lewman2007-02-26
| | | | | | | current tor -trunk. svn:r9653
* r11944@catbus: nickm | 2007-02-25 14:43:18 -0500Nick Mathewson2007-02-25
| | | | | | | Add a lower-bound on MaxAdvertisedBandwidth. svn:r9652
* r11942@catbus: nickm | 2007-02-25 11:22:12 -0500Nick Mathewson2007-02-25
| | | | | | | Fix connection_get_by_type_state_rendquery(): This has been bogus for most of 0.1.2.x. Thanks to Karsten Loesing for finding the bug; fixes bug 399. svn:r9651
* more cleanupRoger Dingledine2007-02-25
| | | | svn:r9650
* the other half of r9572, suggested by seeess: when we receiveRoger Dingledine2007-02-25
| | | | | | | a v1 dir or rr that is too old, don't even cache it. svn:r9649
* r11933@catbus: nickm | 2007-02-24 18:55:33 -0500Nick Mathewson2007-02-24
| | | | | | | Fix a bug in 9572: after we decref a defunct v1 directory, drop the main reference to it. Should fix bug 396. Many thanks to seeess for tracking this one down. svn:r9648
* tell the user if we're delaying his newnym request. also, pickRoger Dingledine2007-02-24
| | | | | | | a different set of fenceposts. svn:r9647
* a few more todo items for laterRoger Dingledine2007-02-24
| | | | svn:r9646
* r11931@catbus: nickm | 2007-02-24 15:28:34 -0500Nick Mathewson2007-02-24
| | | | | | | crank up the length of the maximum allowed control message. svn:r9644
* r11929@catbus: nickm | 2007-02-24 15:02:43 -0500Nick Mathewson2007-02-24
| | | | | | | Split possibly long log line. svn:r9643
* r11927@catbus: nickm | 2007-02-24 14:49:31 -0500Nick Mathewson2007-02-24
| | | | | | | Make sure every error case of router_dump_router_to_string warns about what actually went wrong. svn:r9642
* r11924@catbus: nickm | 2007-02-24 14:39:13 -0500Nick Mathewson2007-02-24
| | | | | | | Remove completed TODO items; move more doc tasks to docs section. svn:r9641
* if we can't read bandwidthrate, at least tell us what it was.Roger Dingledine2007-02-24
| | | | svn:r9640
* r11921@catbus: nickm | 2007-02-24 14:09:12 -0500Nick Mathewson2007-02-24
| | | | | | | Try to build with recent libevents on mingw. svn:r9639
* Fix some formatting for those who just want to copy/paste theirAndrew Lewman2007-02-24
| | | | | | | compiles. svn:r9638
* r11917@catbus: nickm | 2007-02-24 03:18:52 -0500Nick Mathewson2007-02-24
| | | | | | | Fix another XXX012 in eventdns.c: tell the DNS request about malformed DNS replies. svn:r9637
* r11915@catbus: nickm | 2007-02-24 02:55:43 -0500Nick Mathewson2007-02-24
| | | | | | | Note another fun way that we could replace the more automatable parts of arma with software, thus leaving the less automatable bits free to do less automatable stuff. svn:r9636
* r11911@catbus: nickm | 2007-02-24 02:51:37 -0500Nick Mathewson2007-02-24
| | | | | | | Clarify rules about certificates on incoming connections. Does it make more sense now? svn:r9635
* doc pedantRoger Dingledine2007-02-24
| | | | svn:r9634