aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* save 3-7 bytes per edge connectionRoger Dingledine2006-08-14
| | | | svn:r7044
* note three more bugs we should resolveRoger Dingledine2006-08-14
| | | | svn:r7043
* simplify the connection_write_to_buf_zlib() wrapper.Roger Dingledine2006-08-13
| | | | svn:r7042
* Apparently not everyone wants to build Universal binaries. Return validAndrew Lewman2006-08-13
| | | | | | | Archictecture detection for inclusion into final dmg naming. svn:r7039
* Updated details on how to check for universal binary.Andrew Lewman2006-08-13
| | | | svn:r7037
* r8290@danube: weasel | 2006-08-13 01:26:01 +0200Peter Palfrader2006-08-12
| | | | | | | Merge local r8289 into trunk: Update debian/copyright svn:r7036
* two more thoughts to consider for blocking resistanceRoger Dingledine2006-08-12
| | | | svn:r7034
* mark out the two biggest bugsRoger Dingledine2006-08-12
| | | | svn:r7033
* more todo itemsRoger Dingledine2006-08-12
| | | | svn:r7032
* r7342@Kushana: nickm | 2006-08-11 00:51:25 -0700Nick Mathewson2006-08-11
| | | | | | | Remove braindeadism. svn:r7030
* r7341@Kushana: nickm | 2006-08-11 00:51:05 -0700Nick Mathewson2006-08-11
| | | | | | | Amazing how much difference adding a ! to all your asserts can make. svn:r7029
* r7337@Kushana: nickm | 2006-08-11 00:42:04 -0700Nick Mathewson2006-08-11
| | | | | | | Only use __builtin_offsetof with gcc 4 or later svn:r7028
* fix funny-looking assignment that crashes unit testsRoger Dingledine2006-08-11
| | | | svn:r7027
* fix typo, add explanatory commentRoger Dingledine2006-08-11
| | | | svn:r7026
* r7335@Kushana: nickm | 2006-08-11 00:13:03 -0700Nick Mathewson2006-08-11
| | | | | | | fix wide lines svn:r7025
* r7328@Kushana: nickm | 2006-08-11 00:04:26 -0700Nick Mathewson2006-08-11
| | | | | | | remove an assert that can never be false (an array in a non-null struct cannot be null). svn:r7024
* r7327@Kushana: nickm | 2006-08-11 00:00:36 -0700Nick Mathewson2006-08-11
| | | | | | | Fix a pedantic warning svn:r7023
* r7326@Kushana: nickm | 2006-08-10 23:50:49 -0700Nick Mathewson2006-08-11
| | | | | | | And another GCC change: predict that tor_frees() are usually real frees, and tor_asserts() usually wont happen. Other test should wait till -fprofile-arcs svn:r7022
* r7325@Kushana: nickm | 2006-08-10 23:37:31 -0700Nick Mathewson2006-08-11
| | | | | | | Use gcc offsetof where available. svn:r7021
* r7324@Kushana: nickm | 2006-08-10 23:23:15 -0700Nick Mathewson2006-08-11
| | | | | | | Add more warnings to the list of those we tolerate. Start using GCC attributes more, for better error checking and better code generation. svn:r7020
* r7323@Kushana: nickm | 2006-08-10 22:04:57 -0700Nick Mathewson2006-08-11
| | | | | | | Add sys/socket.h prereq for net/if.h and net/pfvar.h svn:r7019
* Fix crash in first-time option validation. Oops.Nick Mathewson2006-08-10
| | | | svn:r7018
* r7315@Kushana: nickm | 2006-08-10 02:30:13 -0700Nick Mathewson2006-08-10
| | | | | | | add missing "test" and missing include. svn:r7015
* r7313@Kushana: nickm | 2006-08-10 02:13:35 -0700Nick Mathewson2006-08-10
| | | | | | | Add missing .h to header file name. My bad. svn:r7013
* r7304@Kushana: nickm | 2006-08-10 01:58:05 -0700Nick Mathewson2006-08-10
| | | | | | | Fix verbose compilation errors; make sure transparent proxy fails when no method is configured. svn:r7012
* r7303@Kushana: nickm | 2006-08-10 01:52:19 -0700Nick Mathewson2006-08-10
| | | | | | | whitespace fixes svn:r7011
* r7302@Kushana: nickm | 2006-08-10 01:48:44 -0700Nick Mathewson2006-08-10
| | | | | | | Warn about open TransListenAddress values. svn:r7010
* r7301@Kushana: nickm | 2006-08-10 01:41:27 -0700Nick Mathewson2006-08-10
| | | | | | | Only open /dev/pf once. svn:r7009
* r7300@Kushana: nickm | 2006-08-10 01:36:40 -0700Nick Mathewson2006-08-10
| | | | | | | Distinguish netfilter vs pf at configure time based on headers, not on OS. svn:r7008
* r7299@Kushana: nickm | 2006-08-10 01:08:58 -0700Nick Mathewson2006-08-10
| | | | | | | Patch from Tup to add support for transparent AP connections: this basically bundles the functionality of trans-proxy-tor into the tor mainline. Now hosts with compliant pf/netfilter implementations can redirect TCP connections straight to Tor without diverting through SOCKS. svn:r7007
* initial skeleton for issues to resolve re: blocking resistance.Roger Dingledine2006-08-10
| | | | svn:r7006
* a way to make tor more stable in crummy situationsRoger Dingledine2006-08-10
| | | | svn:r7005
* Experimentally re-enable kqueue on OSX when using libevent 1.1b or later. ↵Nick Mathewson2006-08-10
| | | | | | Log when we are doing this, so we can diagnose it when it fails. svn:r7004
* Recommend libevent 1.1b for kqueue and win32 methods; deprecate libevent ↵Nick Mathewson2006-08-10
| | | | | | 1.0b harder; make libevent recommendation system saner. svn:r7003
* Update for universal binaries for OSX.Andrew Lewman2006-08-10
| | | | svn:r7002
* r7005@totoro: nickm | 2006-08-09 17:42:18 -0400Nick Mathewson2006-08-09
| | | | | | | Begin committing violence against the spec; add some TODO items at the top. Arma, if you disagree, better say so. svn:r7001
* r8245@danube: weasel | 2006-08-09 12:24:00 +0200Peter Palfrader2006-08-09
| | | | | | | Add a few comments so I find the rationale for the autoconf --build/--host split in the future when I need it again svn:r7000
* r7286@Kushana: nickm | 2006-08-09 01:28:27 -0700Nick Mathewson2006-08-09
| | | | | | | Claim another TODO item (and test commit signing.) svn:r6999
* r7285@Kushana: nickm | 2006-08-09 01:23:11 -0700Nick Mathewson2006-08-09
| | | | | | | Claim a TODO item (and test commit signing.) svn:r6998
* r7058@Kushana: nickm | 2006-08-08 23:53:46 -0700Nick Mathewson2006-08-09
| | | | | | | Clarify point about certs. We have been over this before, but it seems simpler than what we are considering now. svn:r6997
* r7056@Kushana: nickm | 2006-08-08 23:40:53 -0700Nick Mathewson2006-08-09
| | | | | | | Add a comment about v0 fallback approach. Why did we dislike discriminating on X.509 certs again? svn:r6996
* Say more about reverse DNSNick Mathewson2006-08-09
| | | | svn:r6995
* change the dir-spec to say that it's version 2 of the dir spec,Roger Dingledine2006-08-08
| | | | | | | and move the v0 file to v1. svn:r6991
* three more todo itemsRoger Dingledine2006-08-08
| | | | svn:r6990
* Update preflight to save Privoxy configs as wellAndrew Lewman2006-08-08
| | | | svn:r6989
* r7030@Kushana: nickm | 2006-08-04 14:46:52 -0700Nick Mathewson2006-08-05
| | | | | | | Close an fd leak on failed mmap() svn:r6988
* r7029@Kushana: nickm | 2006-08-04 14:08:41 -0700Nick Mathewson2006-08-05
| | | | | | | Remove now-spurious size and data arguments from tor_mmap_file svn:r6987
* r7028@Kushana: nickm | 2006-08-04 13:10:16 -0700Nick Mathewson2006-08-05
| | | | | | | Make data and size fields visible in tor_mmap_t; hide win magic differently. svn:r6986
* r7027@Kushana: nickm | 2006-08-04 13:06:48 -0700Nick Mathewson2006-08-05
| | | | | | | Oops. Fix downcast macro. svn:r6985
* a potential fix on the HELLO protocol designRoger Dingledine2006-08-05
| | | | svn:r6984