aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* forward-port the bugfix from juliusz•••svn:r9772 Roger Dingledine2007-03-09
* get rid of an info-level log message that occurs many times a•••minute when we haven't needed circuits lately. svn:r9771 Roger Dingledine2007-03-09
* r12098@catbus: nickm | 2007-03-06 18:48:50 -0500••• Try to make unit tests happier on 64-bit platforms. svn:r9752 Nick Mathewson2007-03-06
* r12468@Kushana: nickm | 2007-03-06 15:24:00 -0500••• More unit tests: gcov is fun. svn:r9748 Nick Mathewson2007-03-06
* r12461@Kushana: nickm | 2007-03-06 13:26:17 -0500••• More autoconf fixes and updates. Maybe the bsd buildbots will be happy again. svn:r9747 Nick Mathewson2007-03-06
* and one more not-really-an-error case•••svn:r9743 Roger Dingledine2007-03-06
* clean up a log message, and stop calling it an error when•••we exit cleanly svn:r9742 Roger Dingledine2007-03-06
* r12080@catbus: nickm | 2007-03-04 21:40:55 -0500••• Remove dnsworkers and related code. there goes another 550 lines of code. svn:r9736 Nick Mathewson2007-03-05
* r12077@catbus: nickm | 2007-03-04 16:08:23 -0500••• Remove support for v0 control protocol from 0.2.0.x trunk; send back error when we receive a v0 control message. (Leave "if(v1){...}"blocks indented for now so this patch is easier to read.) ((Finally, the linecount goes _down_ a little.)) svn:r9735 Nick Mathewson2007-03-04
* r12076@catbus: nickm | 2007-03-04 15:41:04 -0500••• oops; remove spurious argument from _log_prefix. svn:r9734 Nick Mathewson2007-03-04
* r12074@catbus: nickm | 2007-03-04 15:11:43 -0500••• Make all LD_BUG log messsages get prefixed with "Bug: ". Remove manually-generated "Bug: "s from log-messages. (Apparently, we remembered to add them about 40% of the time.) svn:r9733 Nick Mathewson2007-03-04
* r12063@catbus: nickm | 2007-03-04 14:46:22 -0500••• Bump trunk version to 0.2.0.0-alpha-dev svn:r9730 Nick Mathewson2007-03-04
* r12057@catbus: nickm | 2007-03-04 13:58:32 -0500••• Clarify some log messages; note others that could be improved later. svn:r9724 Nick Mathewson2007-03-04
* r12053@catbus: nickm | 2007-03-03 16:45:38 -0500••• Remove some XXX012s: leave a check in connection_or_set_identity_digest it costs basically nothing to do on average. Forget about reinstating the user check on NT Service creation. Note that a notice message in main.c ("Is something wrong with your network connection?") is really useless. svn:r9721 Nick Mathewson2007-03-03
* r12051@catbus: nickm | 2007-03-03 16:15:52 -0500••• nt_service_is_stopping should not load the NT service library calls: if they are not loaded, we cannot possibly be a service trying to shut own. Bug found by "norvid" on or-talk. Also, rename function to something slightly less error-prone. svn:r9720 Nick Mathewson2007-03-03
* svn:r9719Nick Mathewson2007-03-03
* r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500••• Bump version to 0.1.2.9-rc-dev svn:r9718 Nick Mathewson2007-03-03
* bump to 0.1.2.9-rc•••svn:r9705 Roger Dingledine2007-03-02
* resolve another xxx012•••svn:r9701 Roger Dingledine2007-03-01
* Disable encrypted directory connections when we don't have a server•••descriptor for the destination. We'll get this working again in the 0.2.0 branch. svn:r9700 Roger Dingledine2007-03-01
* bonus points if it builds on 64 bit•••svn:r9698 Roger Dingledine2007-03-01
* make the prefertunnel stuff less obviously broken•••svn:r9697 Roger Dingledine2007-03-01
* r12014@catbus: nickm | 2007-02-28 19:41:20 -0500••• 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 Nick Mathewson2007-03-01
* r12013@catbus: nickm | 2007-02-28 18:26:13 -0500••• Note a piece of code that needs to get resolved, before we forget it. svn:r9695 Nick Mathewson2007-03-01
* r12012@catbus: nickm | 2007-02-28 18:25:18 -0500••• Twiddle constants wrt uploading hidden service descriptors. svn:r9694 Nick Mathewson2007-03-01
* r12011@catbus: nickm | 2007-02-28 18:13:32 -0500••• Back out insufficiently evidenced FULL_UNROLL in aes.c svn:r9693 Nick Mathewson2007-03-01
* r12006@catbus: nickm | 2007-02-28 16:06:24 -0500••• 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 Nick Mathewson2007-02-28
* - Stop calling servers that have been hibernating for a long time••• "stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690 Roger Dingledine2007-02-28
* note another wishlist item for the arma•••svn:r9689 Roger Dingledine2007-02-28
* r12001@catbus: nickm | 2007-02-28 15:24:12 -0500••• Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688 Nick Mathewson2007-02-28
* r12000@catbus: nickm | 2007-02-28 15:12:21 -0500••• 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 Nick Mathewson2007-02-28
* avoid a few headaches•••svn:r9686 Roger Dingledine2007-02-28
* r11998@catbus: nickm | 2007-02-28 13:56:55 -0500••• Correct an MSC_VER check. svn:r9685 Nick Mathewson2007-02-28
* r11996@catbus: nickm | 2007-02-28 13:52:48 -0500••• Add an MSC_VER check I missed. svn:r9684 Nick Mathewson2007-02-28
* r11992@catbus: nickm | 2007-02-28 12:46:32 -0500••• compile fix on mingw: mingw does not define _MSC_VER. svn:r9682 Nick Mathewson2007-02-28
* r11987@catbus: nickm | 2007-02-28 12:34:04 -0500••• add another u64-related unit test. svn:r9681 Nick Mathewson2007-02-28
* r11982@catbus: nickm | 2007-02-28 11:55:41 -0500••• Add unit tests for tor_parse_uint64 svn:r9678 Nick Mathewson2007-02-28
* r11981@catbus: nickm | 2007-02-28 11:55:27 -0500••• Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677 Nick Mathewson2007-02-28
* r11976@catbus: nickm | 2007-02-27 19:35:59 -0500••• Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling. svn:r9672 Nick Mathewson2007-02-28
* r11970@catbus: nickm | 2007-02-27 19:17:27 -0500••• 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 Nick Mathewson2007-02-28
* Add a missing paren, and the results of an experiment.•••svn:r9664 Nick Mathewson2007-02-27
* r11959@catbus: nickm | 2007-02-26 22:53:36 -0500••• 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 Nick Mathewson2007-02-27
* r11958@catbus: nickm | 2007-02-26 22:28:03 -0500••• Add a missing set to onion_key_set_at to avoid premature rotates. svn:r9662 Nick Mathewson2007-02-27
* r11956@catbus: nickm | 2007-02-26 13:33:49 -0500••• Add a quick-and-dirty AES benchmark function to the bottom of aes.c so I can go collecting data. svn:r9660 Nick Mathewson2007-02-26
* r11954@catbus: nickm | 2007-02-26 13:01:19 -0500••• Note some optimizations that are probably not worth it for 0.1.2.x based on preliminary profiling. svn:r9659 Nick Mathewson2007-02-26
* r11952@catbus: nickm | 2007-02-26 12:37:06 -0500••• Bump version to 0.1.2.8-beta-dev svn:r9658 Nick Mathewson2007-02-26
* let us call it a beta. perhaps it will break then.•••svn:r9656 Roger Dingledine2007-02-26
* more cleanups; getting closer•••svn:r9655 Roger Dingledine2007-02-26
* fix a bug in our logic, but point out that maybe it's moot•••svn:r9654 Roger Dingledine2007-02-26
* r11944@catbus: nickm | 2007-02-25 14:43:18 -0500••• Add a lower-bound on MaxAdvertisedBandwidth. svn:r9652 Nick Mathewson2007-02-25