- 14 Aug, 2006 6 commits
-
-
Roger Dingledine authored
the idioms of other compare functions. hopefully i didn't break it? svn:r7048
-
Roger Dingledine authored
svn:r7047
-
Roger Dingledine authored
svn:r7046
-
Nick Mathewson authored
Shortening fields is only one part of making structs shorter. You must also consider alignment padding. Whee. svn:r7045
-
Roger Dingledine authored
svn:r7044
-
Roger Dingledine authored
svn:r7043
-
- 13 Aug, 2006 3 commits
-
-
Roger Dingledine authored
svn:r7042
-
Andrew Lewman authored
Archictecture detection for inclusion into final dmg naming. svn:r7039
-
Andrew Lewman authored
svn:r7037
-
- 12 Aug, 2006 4 commits
-
-
Peter Palfrader authored
Merge local r8289 into trunk: Update debian/copyright svn:r7036
-
Roger Dingledine authored
svn:r7034
-
Roger Dingledine authored
svn:r7033
-
Roger Dingledine authored
svn:r7032
-
- 11 Aug, 2006 12 commits
-
-
Nick Mathewson authored
Remove braindeadism. svn:r7030
-
Nick Mathewson authored
Amazing how much difference adding a ! to all your asserts can make. svn:r7029
-
Nick Mathewson authored
Only use __builtin_offsetof with gcc 4 or later svn:r7028
-
Roger Dingledine authored
svn:r7027
-
Roger Dingledine authored
svn:r7026
-
Nick Mathewson authored
fix wide lines svn:r7025
-
Nick Mathewson authored
remove an assert that can never be false (an array in a non-null struct cannot be null). svn:r7024
-
Nick Mathewson authored
Fix a pedantic warning svn:r7023
-
Nick Mathewson authored
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
-
Nick Mathewson authored
Use gcc offsetof where available. svn:r7021
-
Nick Mathewson authored
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
-
Nick Mathewson authored
Add sys/socket.h prereq for net/if.h and net/pfvar.h svn:r7019
-
- 10 Aug, 2006 14 commits
-
-
Nick Mathewson authored
svn:r7018
-
Nick Mathewson authored
add missing "test" and missing include. svn:r7015
-
Nick Mathewson authored
Add missing .h to header file name. My bad. svn:r7013
-
Nick Mathewson authored
Fix verbose compilation errors; make sure transparent proxy fails when no method is configured. svn:r7012
-
Nick Mathewson authored
whitespace fixes svn:r7011
-
Nick Mathewson authored
Warn about open TransListenAddress values. svn:r7010
-
Nick Mathewson authored
Only open /dev/pf once. svn:r7009
-
Nick Mathewson authored
Distinguish netfilter vs pf at configure time based on headers, not on OS. svn:r7008
-
Nick Mathewson authored
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
-
Roger Dingledine authored
svn:r7006
-
Roger Dingledine authored
svn:r7005
-
Nick Mathewson authored
Experimentally re-enable kqueue on OSX when using libevent 1.1b or later. Log when we are doing this, so we can diagnose it when it fails. svn:r7004
-
Nick Mathewson authored
Recommend libevent 1.1b for kqueue and win32 methods; deprecate libevent 1.0b harder; make libevent recommendation system saner. svn:r7003
-
Andrew Lewman authored
svn:r7002
-
- 09 Aug, 2006 1 commit
-
-
Nick Mathewson authored
Begin committing violence against the spec; add some TODO items at the top. Arma, if you disagree, better say so. svn:r7001
-