| Commit message (Expand) | Author | Age |
* | Always disable kqueue on OSX. It seems linked to kernel panics•••svn:r4282
| Nick Mathewson | 2005-05-23 |
* | Make hashed controller password encoding use hex not base64; this makes it po...•••svn:r4279
| Nick Mathewson | 2005-05-23 |
* | add HttpProxyAuthenticator config option too•••svn:r4272
| Roger Dingledine | 2005-05-20 |
* | doxygeny goodness from tyranix•••svn:r4262
| Roger Dingledine | 2005-05-17 |
* | fix a comment that tyranix noticed•••svn:r4239
| Roger Dingledine | 2005-05-17 |
* | Normalize whitespace•••svn:r4233
| Nick Mathewson | 2005-05-16 |
* | clean up some log entries•••svn:r4228
| Roger Dingledine | 2005-05-15 |
* | Add an explanatory comment•••svn:r4222
| Nick Mathewson | 2005-05-15 |
* | fix a case error in suppressing a bogus libevent warning.•••nick, was this lower-case for a reason? have both cases
appeared? or was this just a typo.
svn:r4206
| Roger Dingledine | 2005-05-14 |
* | Append default exit policy before checking for implicit internal addresses: f...•••svn:r4201
| Nick Mathewson | 2005-05-14 |
* | Patch from goodell for task 131: Do not die on internal address if we are not...•••svn:r4186
| Nick Mathewson | 2005-05-09 |
* | Implement --verify-config command-line option to fix bug 69.•••svn:r4182
| Nick Mathewson | 2005-05-07 |
* | whine at you if you're a server and you don't set your contactinfo•••svn:r4178
| Roger Dingledine | 2005-05-04 |
* | first iteration of scrubbing sensitive strings from logs.•••also generally clean up log messages.
svn:r4174
| Roger Dingledine | 2005-05-03 |
* | If DataDir is ~/.tor, and that expands to /.tor, then default to LOCALSTATEDI...•••svn:r4170
| Nick Mathewson | 2005-05-03 |
* | workaround for user error: some people were putting "Address " in their•••torrc, and they had a buggy resolver that resolved " " to 0.0.0.0. Oops.
svn:r4150
| Roger Dingledine | 2005-04-29 |
* | bump the default bandwidthrate from 1mb to 2mb•••svn:r4131
| Roger Dingledine | 2005-04-27 |
* | Add basic HttpsProxyAuthenticator support, based on patch•••from Adam Langley.
svn:r4115
| Roger Dingledine | 2005-04-26 |
* | let NumCpus be singular without whining•••svn:r4097
| Roger Dingledine | 2005-04-23 |
* | add geoff's NoPublish patch•••svn:r4084
| Roger Dingledine | 2005-04-21 |
* | bugfix: chdir to your datadirectory at the *end* of the•••daemonize process, not the beginning. this was a problem
because the first time you run tor, if your datadir isn't
there, and you have runasdaemon set to 1, it will try to
chdir to it before it tries to create it. oops.
svn:r4033
| Roger Dingledine | 2005-04-06 |
* | Revise control spec and implementation to allow all log messages to be sent t...•••svn:r4010
| Nick Mathewson | 2005-04-05 |
* | update copyright notices.•••svn:r3982
| Nick Mathewson | 2005-04-01 |
* | fix typo in earlier libevent mmessage suppress patch•••svn:r3950
| Nick Mathewson | 2005-04-01 |
* | Add code to suppress spurious libevent log msgs; use it to resolve bug 68.•••svn:r3948
| Nick Mathewson | 2005-04-01 |
* | Use recent libevent features when possible•••svn:r3940
| Nick Mathewson | 2005-04-01 |
* | Rename ManageConnections to LeaveStreamsUnattached. Apparently, there was a ...•••svn:r3894
| Nick Mathewson | 2005-03-27 |
* | Implement an option to cap bandwidth-to-advertise. Arma: can you improve the ...•••svn:r3813
| Nick Mathewson | 2005-03-22 |
* | Commit fixes for several pending tor core tasks: document all DOCDOCed functi...•••svn:r3769
| Nick Mathewson | 2005-03-17 |
* | Fix some more obscure compiler warnings•••svn:r3758
| Nick Mathewson | 2005-03-14 |
* | ShutdownWaitLength should be an interval, not a uint•••svn:r3753
| Roger Dingledine | 2005-03-12 |
* | change SHUTDOWN_WAIT_LENGTH from a fixed 30 secs to a config option•••svn:r3752
| Roger Dingledine | 2005-03-12 |
* | Implement the common case of ATTACHSTREAM.•••svn:r3751
| Nick Mathewson | 2005-03-12 |
* | Get address map resetting implemented.•••svn:r3745
| Nick Mathewson | 2005-03-11 |
* | Checkpoint in-progress fixes:•••Add 'testing' circuit purpose, for reachability testing.
Notice when our IP changes, and reset stats.
Try to pull down a directory via Tor to see if our DirPort is working.
Try to extend a circuit back to us to see if our ORPort is working.
Only publish a descriptor if they're both reachable.
These mostly work, and I'd better get them in before I cause conflicts.
svn:r3703
| Roger Dingledine | 2005-02-27 |
* | Implement more control spec functionality•••- Mapaddress
- Postdescriptor
- GetInfo on descriptors
Required changes elsewhere:
- Keep the most recent running_routers_t in the routerlist_t. That way we
can learn about new routers and remember whether we were last told that
they were up or down. Also enables more simplifications.
- Keep the signed descriptor inside routerinfo_t. This makes
descriptor_entry_t in dirservers.c unneeded.
- Rename AddressMap (the verb) to MapAddress. Keep AddressMap as a noun.
- Check addresses for plausibility before mapping them.
svn:r3696
| Nick Mathewson | 2005-02-25 |
* | add support for CONNECTing through https proxies.•••not sure if it works. i don't have an https proxy.
svn:r3682
| Roger Dingledine | 2005-02-24 |
* | Forward-port the trick to bump up ConnLimit as far as it can•••go, but not past MAXCONNECTIONS. Also throw away the FAKE_POLL
caveats since 0.1.0 doesn't need it any more.
svn:r3657
| Roger Dingledine | 2005-02-22 |
* | Change from inet_ntoa to a threadproof tor_inet_ntoa.•••svn:r3656
| Nick Mathewson | 2005-02-22 |
* | Remove assumptions that maximum path length is anything like 1024. From comm...•••svn:r3652
| Nick Mathewson | 2005-02-22 |
* | Add a new AddressMap directive to rewrite incoming socks addresses.•••Add a new TrackHostExits directive to trigger addressmaps for
certain incoming socks addresses, for sites that break when your exit
keeps changing.
Redo the client-side dns cache so it's just an addressmap too.
svn:r3641
| Roger Dingledine | 2005-02-22 |
* | Free even more things on shutdown. Temporarily move tor_free_all out from #i...•••svn:r3614
| Nick Mathewson | 2005-02-11 |
* | Re-normalize whitespace; make "make check-spaces" happy•••svn:r3566
| Nick Mathewson | 2005-02-05 |
* | forward-port NT service patch•••svn:r3565
| Nick Mathewson | 2005-02-05 |
* | fix the latest bug: don't explode when some router declares a•••bandwidthburst of 500 gigabytes.
this bug seems to have taken down most of the network. oops.
svn:r3523
| Roger Dingledine | 2005-02-03 |
* | only check if exit_policy_implicitly_allows if you're a server.•••also, put a comment next to an interesting undocumented 'feature'.
svn:r3499
| Roger Dingledine | 2005-02-02 |
* | bump the default rate limit to 1 MB•••svn:r3494
| Roger Dingledine | 2005-02-01 |
* | fix an edge case in parsing config options (thanks weasel)•••svn:r3486
| Roger Dingledine | 2005-02-01 |
* | forward-port the dns and maxconn fixes•••svn:r3448
| Roger Dingledine | 2005-01-28 |
* | Warn when exit policy implicitly allows local addresses.•••svn:r3383
| Nick Mathewson | 2005-01-20 |