summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-03-17bump to 0.1.2.12-rctor-0.1.2.12-rcRoger Dingledine
this time for sure! no really! svn:r9851
2007-03-17When creating a circuit via the controller, send a 'launched'Roger Dingledine
event when we're done, so we follow the spec better. svn:r9850
2007-03-16bump to 0.1.2.11-rc-dev so we can distinguish versionsRoger Dingledine
with the infinite loop bug from those without svn:r9843
2007-03-16backport r9841.Roger Dingledine
phooey, there'll be another rc. svn:r9842
2007-03-16tweak the changelogtor-0.1.2.11-rcRoger Dingledine
svn:r9837
2007-03-16backport r9817 and r9823, and bump to 0.1.2.11-rc.Roger Dingledine
svn:r9836
2007-03-13minimal backport to fix bug from r9690Roger Dingledine
svn:r9809
2007-03-09New upstream versionPeter Palfrader
svn:r9777
2007-03-09Update libevent version to 1.3b.Andrew Lewman
svn:r9769
2007-03-07bump to 0.1.2.10-rctor-0.1.2.10-rcRoger Dingledine
svn:r9757
2007-03-07fix a socks5 error number as pointed out by juliuszRoger Dingledine
and prepare the changelog svn:r9756
2007-03-07It only is a single |, not twoPeter Palfrader
svn:r9754
2007-03-06Merge 9746 into 0.1.2.x branchPeter Palfrader
svn:r9751
2007-03-06backport those three log messagesRoger Dingledine
svn:r9744
2007-03-04Create a new branch for Tor 0.1.2.x work.Nick Mathewson
svn:r9725
2007-03-04 r12057@catbus: nickm | 2007-03-04 13:58:32 -0500Nick Mathewson
Clarify some log messages; note others that could be improved later. svn:r9724
2007-03-03 r12053@catbus: nickm | 2007-03-03 16:45:38 -0500Nick Mathewson
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
2007-03-03 r12051@catbus: nickm | 2007-03-03 16:15:52 -0500Nick Mathewson
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
2007-03-03svn:r9719Nick Mathewson
2007-03-03 r12420@Kushana: nickm | 2007-03-03 15:06:53 -0500Nick Mathewson
Bump version to 0.1.2.9-rc-dev svn:r9718
2007-03-02 r12375@Kushana: nickm | 2007-03-02 13:52:32 -0500Nick Mathewson
Meditate on why 104-short-descriptors cant work as written, and what needs to get solved before it can get implemented. svn:r9714
2007-03-02 r12374@Kushana: nickm | 2007-03-02 13:12:09 -0500Nick Mathewson
Try to nail down versions and version negotiation more thoroughly. Document some issues and ideas. Try to make things more extensible. svn:r9713
2007-03-02 r12373@Kushana: nickm | 2007-03-02 13:11:11 -0500Nick Mathewson
credit PEP as source of Tor process svn:r9712
2007-03-02 r12372@Kushana: nickm | 2007-03-02 13:10:47 -0500Nick Mathewson
Add some more 020 items to the TODO. svn:r9711
2007-03-02squeak in a bugfix for the VirtualAddrNetwork man page entrytor-0.1.2.9-rcRoger Dingledine
svn:r9706
2007-03-02bump to 0.1.2.9-rcRoger Dingledine
svn:r9705
2007-03-02one day we might want to document the .virtual addressRoger Dingledine
extension. or not. svn:r9704
2007-03-01a clearer changelog, and a future todo itemRoger Dingledine
svn:r9702
2007-03-01resolve another xxx012Roger Dingledine
svn:r9701
2007-03-01Disable encrypted directory connections when we don't have a serverRoger Dingledine
descriptor for the destination. We'll get this working again in the 0.2.0 branch. svn:r9700
2007-03-01 r12023@catbus: nickm | 2007-02-28 23:08:20 -0500Nick Mathewson
Embarassing that the number one hit for TLS_EDH_RSA_WITH_DES_192_CBC3_SHA was somebody trying to figure out what we meant when we said it. Replace with something real, and clarify that sometimes "TLS" means "SSLv3". svn:r9699
2007-03-01bonus points if it builds on 64 bitRoger Dingledine
svn:r9698
2007-03-01make the prefertunnel stuff less obviously brokenRoger Dingledine
svn:r9697
2007-03-01 r12014@catbus: nickm | 2007-02-28 19:41:20 -0500Nick Mathewson
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
2007-03-01 r12013@catbus: nickm | 2007-02-28 18:26:13 -0500Nick Mathewson
Note a piece of code that needs to get resolved, before we forget it. svn:r9695
2007-03-01 r12012@catbus: nickm | 2007-02-28 18:25:18 -0500Nick Mathewson
Twiddle constants wrt uploading hidden service descriptors. svn:r9694
2007-03-01 r12011@catbus: nickm | 2007-02-28 18:13:32 -0500Nick Mathewson
Back out insufficiently evidenced FULL_UNROLL in aes.c svn:r9693
2007-02-28 r12006@catbus: nickm | 2007-02-28 16:06:24 -0500Nick Mathewson
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
2007-02-28- Stop calling servers that have been hibernating for a long timeRoger Dingledine
"stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690
2007-02-28note another wishlist item for the armaRoger Dingledine
svn:r9689
2007-02-28 r12001@catbus: nickm | 2007-02-28 15:24:12 -0500Nick Mathewson
Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688
2007-02-28 r12000@catbus: nickm | 2007-02-28 15:12:21 -0500Nick Mathewson
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
2007-02-28avoid a few headachesRoger Dingledine
svn:r9686
2007-02-28 r11998@catbus: nickm | 2007-02-28 13:56:55 -0500Nick Mathewson
Correct an MSC_VER check. svn:r9685
2007-02-28 r11996@catbus: nickm | 2007-02-28 13:52:48 -0500Nick Mathewson
Add an MSC_VER check I missed. svn:r9684
2007-02-28 r11994@catbus: nickm | 2007-02-28 13:08:52 -0500Nick Mathewson
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
2007-02-28 r11992@catbus: nickm | 2007-02-28 12:46:32 -0500Nick Mathewson
compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
2007-02-28 r11987@catbus: nickm | 2007-02-28 12:34:04 -0500Nick Mathewson
add another u64-related unit test. svn:r9681
2007-02-28Update changelog with rpm race fix.Andrew Lewman
svn:r9680
2007-02-28 r11982@catbus: nickm | 2007-02-28 11:55:41 -0500Nick Mathewson
Add unit tests for tor_parse_uint64 svn:r9678