aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* make svn trunk link again. nick can fix this if it's wrong.Roger Dingledine2006-08-04
| | | | svn:r6982
* r7025@Kushana: nickm | 2006-08-04 12:03:22 -0700Nick Mathewson2006-08-04
| | | | | | | Finish (I hope) windows mmap impl. svn:r6981
* r7012@Kushana: nickm | 2006-08-03 19:21:25 -0700Nick Mathewson2006-08-04
| | | | | | | Add an "mmap handle" type to encapsulate bookkeeping elements of mmap issues; add prelim win32 impl svn:r6980
* svn:r6979Nick Mathewson2006-08-04
|
* r7011@Kushana: nickm | 2006-08-03 13:26:34 -0700Nick Mathewson2006-08-04
| | | | | | | eventdns: Document functions added to API; make suspended requests go to the front of the queue; check (or explicitly ignore) return values on libevent functions. svn:r6978
* r7010@Kushana: nickm | 2006-08-03 10:47:36 -0700Nick Mathewson2006-08-04
| | | | | | | Enable log message format checking in eventdns.c when __GNUC__ is defined. svn:r6977
* r7009@Kushana: nickm | 2006-08-03 10:44:58 -0700Nick Mathewson2006-08-04
| | | | | | | Add functions to eventdns to allow detecting whether we have any nameservers configured, and to change the list of nameservers after initial configuration. svn:r6976
* r7008@Kushana: nickm | 2006-08-03 10:03:39 -0700Nick Mathewson2006-08-04
| | | | | | | Oops. We shouldnt initialize eventdns when we are not being a server and not resolving anything. svn:r6975
* r7007@Kushana: nickm | 2006-08-03 09:58:30 -0700Nick Mathewson2006-08-04
| | | | | | | Export and use eventdns_config_windows_nameservers(); clean up some comments and log messages. svn:r6974
* svn:r6973Nick Mathewson2006-08-04
|
* r6995@Kushana: nickm | 2006-07-31 13:30:42 -0700Nick Mathewson2006-08-04
| | | | | | | Avoid segfault if we exit before we get our first dns answer. svn:r6972
* Patch from Frediano Ziglio: Windows compilation fixes on eventdns.c.Nick Mathewson2006-08-03
| | | | svn:r6971
* turn future seg faults into assertsRoger Dingledine2006-08-03
| | | | svn:r6970
* fix a seg fault on exit for clients; and fix a comment.Roger Dingledine2006-08-03
| | | | svn:r6969
* r8207@galaxy: weasel | 2006-08-03 03:22:17 +0200Peter Palfrader2006-08-03
| | | | | | | Merge in local revisions 7944, 8205, and 8206: Forward port 0.1.1.x changelog to trunk svn:r6968
* explain that the exitlist isn't perfect, because some tor exit nodesRoger Dingledine2006-08-02
| | | | | | | don't exit on their advertised address. svn:r6965
* man, our sample torrc sucked.Roger Dingledine2006-08-01
| | | | svn:r6964
* more compile options mean more codepathsRoger Dingledine2006-07-31
| | | | svn:r6963
* r6993@Kushana: nickm | 2006-07-31 16:19:21 -0400Nick Mathewson2006-07-31
| | | | | | | Interesting how much a ! can change the behavior of an assert. svn:r6962
* r6982@Kushana: nickm | 2006-07-31 13:47:19 -0400Nick Mathewson2006-07-31
| | | | | | | documentation and naming tweaks in dns.c svn:r6961
* r6981@Kushana: nickm | 2006-07-31 13:23:26 -0400Nick Mathewson2006-07-31
| | | | | | | More asserts for cache correctness. svn:r6960
* r6980@Kushana: nickm | 2006-07-31 13:18:22 -0400Nick Mathewson2006-07-31
| | | | | | | Add a utility function to verify that a string has been through strlower. svn:r6959
* r6979@Kushana: nickm | 2006-07-31 13:16:58 -0400Nick Mathewson2006-07-31
| | | | | | | Add assert_ok functions for strmap and digestmap; use them in unit test code. svn:r6958
* r6978@Kushana: nickm | 2006-07-31 13:16:14 -0400Nick Mathewson2006-07-31
| | | | | | | Add isupper and islower wrappers to compat.h svn:r6957