Age | Commit message (Collapse) | Author |
|
More unit tests: gcov is fun.
svn:r9748
|
|
More autoconf fixes and updates. Maybe the bsd buildbots will be happy again.
svn:r9747
|
|
svn:r9746
|
|
svn:r9743
|
|
we exit cleanly
svn:r9742
|
|
in the binary.
svn:r9741
|
|
Remove dnsworkers and related code. there goes another 550 lines of code.
svn:r9736
|
|
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
|
|
oops; remove spurious argument from _log_prefix.
svn:r9734
|
|
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
|
|
Apparently, autoupdate is not as perfect as one might hope.
svn:r9732
|
|
Fix a stray autoconf warning.
svn:r9731
|
|
Bump trunk version to 0.2.0.0-alpha-dev
svn:r9730
|
|
Run configure.in through autoupdate
svn:r9729
|
|
|
|
make TOR_SEARCH_LIBRARY work with openssl
svn:r9727
|
|
Macro-ize our "search for a library and find out how to link against it" code. This will help make our handling of libevent and openssl more similar, and with any luck better. Not pushing to main branch until after 0.1.2.
svn:r9726
|
|
Clarify some log messages; note others that could be improved later.
svn:r9724
|
|
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
|
|
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
|
|
|
|
Bump version to 0.1.2.9-rc-dev
svn:r9718
|
|
Meditate on why 104-short-descriptors cant work as written, and what needs to get solved before it can get implemented.
svn:r9714
|
|
Try to nail down versions and version negotiation more thoroughly. Document some issues and ideas. Try to make things more extensible.
svn:r9713
|
|
credit PEP as source of Tor process
svn:r9712
|
|
Add some more 020 items to the TODO.
svn:r9711
|
|
svn:r9706
|
|
svn:r9705
|
|
extension. or not.
svn:r9704
|
|
svn:r9702
|
|
svn:r9701
|
|
descriptor for the destination. We'll get this working again in
the 0.2.0 branch.
svn:r9700
|
|
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
|
|
svn:r9698
|
|
svn:r9697
|
|
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
|
|
Note a piece of code that needs to get resolved, before we forget it.
svn:r9695
|
|
Twiddle constants wrt uploading hidden service descriptors.
svn:r9694
|
|
Back out insufficiently evidenced FULL_UNROLL in aes.c
svn:r9693
|
|
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
|
|
"stable". Also, stop letting hibernating or obsolete servers affect
uptime and bandwidth cutoffs.
- Stop listing hibernating servers in the v1 directory.
svn:r9690
|
|
svn:r9689
|
|
Try to build without warnings on mingw with verbose warnings on. First attempt.
svn:r9688
|
|
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
|
|
svn:r9686
|
|
Correct an MSC_VER check.
svn:r9685
|
|
Add an MSC_VER check I missed.
svn:r9684
|
|
Re-number misnumbered spec sections. No more having to refer to "the first of two section 6.1s."
svn:r9683
|
|
compile fix on mingw: mingw does not define _MSC_VER.
svn:r9682
|
|
add another u64-related unit test.
svn:r9681
|