- Mar 04, 2007
-
-
Nick Mathewson authored
Clarify some log messages; note others that could be improved later. svn:r9724
-
- Mar 03, 2007
-
-
Nick Mathewson authored
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 Mathewson authored
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 Mathewson authored
svn:r9719
-
Nick Mathewson authored
Bump version to 0.1.2.9-rc-dev svn:r9718
-
- Mar 02, 2007
-
-
Nick Mathewson authored
Meditate on why 104-short-descriptors cant work as written, and what needs to get solved before it can get implemented. svn:r9714
-
Nick Mathewson authored
Try to nail down versions and version negotiation more thoroughly. Document some issues and ideas. Try to make things more extensible. svn:r9713
-
Nick Mathewson authored
credit PEP as source of Tor process svn:r9712
-
Nick Mathewson authored
Add some more 020 items to the TODO. svn:r9711
-
Roger Dingledine authored
svn:r9706
-
Roger Dingledine authored
svn:r9705
-
Roger Dingledine authored
extension. or not. svn:r9704
-
- Mar 01, 2007
-
-
Roger Dingledine authored
svn:r9702
-
Roger Dingledine authored
svn:r9701
-
Roger Dingledine authored
descriptor for the destination. We'll get this working again in the 0.2.0 branch. svn:r9700
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r9698
-
Roger Dingledine authored
svn:r9697
-
Nick Mathewson authored
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 Mathewson authored
Note a piece of code that needs to get resolved, before we forget it. svn:r9695
-
Nick Mathewson authored
Twiddle constants wrt uploading hidden service descriptors. svn:r9694
-
Nick Mathewson authored
Back out insufficiently evidenced FULL_UNROLL in aes.c svn:r9693
-
- Feb 28, 2007
-
-
Nick Mathewson authored
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
-
Roger Dingledine authored
"stable". Also, stop letting hibernating or obsolete servers affect uptime and bandwidth cutoffs. - Stop listing hibernating servers in the v1 directory. svn:r9690
-
Roger Dingledine authored
svn:r9689
-
Nick Mathewson authored
Try to build without warnings on mingw with verbose warnings on. First attempt. svn:r9688
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r9686
-
Nick Mathewson authored
Correct an MSC_VER check. svn:r9685
-
Nick Mathewson authored
Add an MSC_VER check I missed. svn:r9684
-
Nick Mathewson authored
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s." svn:r9683
-
Nick Mathewson authored
compile fix on mingw: mingw does not define _MSC_VER. svn:r9682
-
Nick Mathewson authored
add another u64-related unit test. svn:r9681
-
Andrew Lewman authored
svn:r9680
-
Nick Mathewson authored
Add unit tests for tor_parse_uint64 svn:r9678
-
Nick Mathewson authored
Clamp declarable bandwidth at INT32_MAX, not INT_MAX. svn:r9677
-
Peter Palfrader authored
svn:r9675
-
Andrew Lewman authored
svn:r9673
-
Nick Mathewson authored
Add some missing (redundant but helpful in most cases) static declarations, and remove a function nobody was calling. svn:r9672
-
Nick Mathewson authored
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
-