Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sebastian is the new karsten, i hear | Roger Dingledine | 2011-11-23 |
| | |||
* | bump to 0.2.3.8-alpha-dev | Roger Dingledine | 2011-11-23 |
| | |||
* | Fix a compile warning on 64bit OS X | Sebastian Hahn | 2011-11-23 |
| | |||
* | bump to 0.2.3.8-alpha | Roger Dingledine | 2011-11-22 |
| | |||
* | add a blurb for 0.2.3.8-alpha | Roger Dingledine | 2011-11-22 |
| | |||
* | and rm the old ones | Roger Dingledine | 2011-11-21 |
| | |||
* | fold in more changes files | Roger Dingledine | 2011-11-21 |
| | |||
* | update the man page for the new AuthDirFastGuarantee value | Roger Dingledine | 2011-11-21 |
| | |||
* | raise AuthDirFastGuarantee from 20KB to 100KB | Roger Dingledine | 2011-11-21 |
| | | | | This patch reverts part of 39ceda7e05d7 (where it used to be 100KB). | ||
* | apparently or_options_t likes being a const in master | Roger Dingledine | 2011-11-21 |
| | |||
* | Merge branch 'maint-0.2.2' | Roger Dingledine | 2011-11-21 |
|\ | | | | | | | | | Conflicts: src/or/dirserv.c | ||
| * | man page entries for AuthDir{Fast,GuardBW}Guarantee | Roger Dingledine | 2011-11-21 |
| | | |||
| * | parameterize bw cutoffs to guarantee Fast and Guard flags | Roger Dingledine | 2011-11-21 |
| | | | | | | | | | | Now it will be easier for researchers to simulate Tor networks with different values. Resolves ticket 4484. | ||
| * | Merge branch 'bug4518' into maint-0.2.2 | Nick Mathewson | 2011-11-21 |
| |\ | |||
| | * | Only call cull_wedged_cpuworkers once every 60 seconds. | Nick Mathewson | 2011-11-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The function is over 10 or 20% on some of Moritz's profiles, depending on how you could. Since it's checking for a multi-hour timeout, this is safe to do. Fixes bug 4518. | ||
* | | | fold in more changes entries | Roger Dingledine | 2011-11-21 |
| | | | |||
* | | | further cleanups | Roger Dingledine | 2011-11-21 |
| | | | |||
* | | | fold in more changes entries | Roger Dingledine | 2011-11-21 |
| | | | |||
* | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-21 |
|\| | | |||
| * | | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2 | Nick Mathewson | 2011-11-21 |
| |\ \ | |||
| | * | | All NT service configuration commands should make the process exit. | Nick Mathewson | 2011-09-08 |
| | | | | | | | | | | | | | | | | Fixes bug 3963; fix on 0.2.0.7-alpha. | ||
* | | | | Merge branch 'bug4360' | Nick Mathewson | 2011-11-21 |
|\ \ \ \ | |||
| * | | | | Changes file for bug4360 | Nick Mathewson | 2011-11-21 |
| | | | | | |||
| * | | | | normalize the name of the CERTS cell | Roger Dingledine | 2011-10-31 |
| | | | | | |||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-20 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||
| * | | | | Changes file for bug4521 backports. | Nick Mathewson | 2011-11-20 |
| | | | | | |||
| * | | | | Sockets are unsigned on windows | Sebastian Hahn | 2011-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this gets rid of a warning about signed/unsigned comparison This is a backport of 0a5338e03cdf14ef80584c6ff8adeb49200b8a76 that accidentally only went into master | ||
| * | | | | Get rid of an unused parameter warning on win | Sebastian Hahn | 2011-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | This is a backport of bed79c47f4ec0ee72b19e2b81c54131d516d07ef which accidentally only went into master | ||
* | | | | | Log more loudly on a bad cert from an authority. | Nick Mathewson | 2011-11-20 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clock skew made this situation way too frequent so we demoted it to "protocol_warn", but when there's an authority, it should really just be warn. | ||
* | | | | | changes file for bug4515 | Nick Mathewson | 2011-11-19 |
| | | | | | |||
* | | | | | Imporved unit test coverage for tor_inet_pton | Anders Sundman | 2011-11-19 |
| | | | | | |||
* | | | | | Minor tor_inet_pton bug fixes | Anders Sundman | 2011-11-19 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In particular: * Disallow "0x10::" * Don't blow up on ":" * Disallow "::10000" | ||
* | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-18 |
|\| | | | | |||
| * | | | | Don't log about stats when running as a client without geoip | Sebastian Hahn | 2011-11-19 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Completely disable stats if we aren't running as a relay. We won't collect any anyway, so setting up the infrastructure for them and logging about them is wrong. This also removes a confusing log message that clients without a geoip db would have seen. Fixes bug 4353. | ||
* | | | | Merge remote-tracking branch 'public/benchmark' | Nick Mathewson | 2011-11-18 |
|\ \ \ \ | |||
| * | | | | All-in-one benchmark test for cell crypto | Nick Mathewson | 2011-11-11 |
| | | | | | |||
| * | | | | Convert bench_dmap to produce reasonable output. | Nick Mathewson | 2011-11-11 |
| | | | | | |||
| * | | | | New src/test/bench.c to allow us to actually _run_ benchmark code | Nick Mathewson | 2011-11-11 |
| | | | | | | | | | | | | | | | | | | | | Yes, the timing functions are suboptimal. Please improve! | ||
* | | | | | Fix a couple of memory leaks in rend_add_service spotted by coverity | Nick Mathewson | 2011-11-17 |
| | | | | | |||
* | | | | | trivial code cleanup in generate_v2_networkstatus_opinion() | Roger Dingledine | 2011-11-16 |
| | | | | | |||
* | | | | | fix trivial typo | Roger Dingledine | 2011-11-16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | somebody should s/authoritative directory server/directory authority/g at some point | ||
* | | | | | Merge remote-tracking branch 'sebastian/bug2893' | Nick Mathewson | 2011-11-16 |
|\ \ \ \ \ | |||
| * | | | | | Eat all whitespace after a control command | Sebastian Hahn | 2011-11-16 |
| | | | | | | |||
| * | | | | | allow manual control port authenticate via netcat | Roger Dingledine | 2011-11-16 |
| | | | | | | |||
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-16 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Merge branch 'bug4457_022' into maint-0.2.2 | Nick Mathewson | 2011-11-16 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge branch 'bug4457_master' | Nick Mathewson | 2011-11-16 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | Disable IOCP and retry event_base_new_with_config once on failure | Nick Mathewson | 2011-11-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a fancier bug4457 workaround for 0.2.3. In 0.2.2, we could just tell Libevent "Don't enable locking!" so it wouldn't try to make the event_base notifiable. But for IOCP, we need a notifiable base. (Eventually, we'll want a notifiable base for other stuff, like multithreaded crypto.) So the solution is to try a full-featured initialization, and then retry with all the options turned off if that fails. | ||
| * | | | | | | | Merge remote-tracking branch 'public/bug4457_022' into bug4457_master | Nick Mathewson | 2011-11-14 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/common/compat_libevent.c Resolving conflict by not taking 7363eae13cb8 ("Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation"): in Tor 0.2.3.x, we _do_ sometimes use notifiable event bases. | ||
| | * | | | | | | Detect failure from event_init() or event_base_new_with_config() | Nick Mathewson | 2011-11-14 |
| | | | | | | | |