Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-11 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2012-01-11 | Fix a compilation warning for our bug4822 fix on 64-bit linux | Nick Mathewson | |
2012-01-09 | Fix comment about TLSv1_method() per comments by wanoskarnet | Nick Mathewson | |
2012-01-09 | Fix a trivial log message error in renservice.c | Nick Mathewson | |
Fixes bug 4856; bugfix on 0.0.6 This bug was introduced in 79fc5217, back in 2004. | |||
2012-01-08 | when the consensus fails, list which dir auths were in or out | Roger Dingledine | |
2012-01-08 | nickname, not identity fingerprint, will help more | Roger Dingledine | |
2012-01-08 | tell me who votes are actually for, not just where they're from | Roger Dingledine | |
2012-01-08 | add a note from wanoskarnet | Roger Dingledine | |
he disagrees about what the code that we decided not to use would do | |||
2012-01-05 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2012-01-05 | Log at info level when disabling SSLv3 | Robert Ransom | |
2012-01-05 | Disable SSLv3 when using a not-up-to-date openssl | Nick Mathewson | |
This is to address bug 4822, and CVE-2011-4576. | |||
2012-01-05 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2012-01-05 | Update to the January 2012 GeoIP database. | Karsten Loesing | |
2011-12-30 | Fix spelling in a controlsocket log msg | Sebastian Hahn | |
Fixes bug 4803. | |||
2011-12-28 | Merge remote-tracking branch 'public/bug4788' into maint-0.2.2 | Nick Mathewson | |
2011-12-28 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-12-28 | Bug 4786 fix: don't convert EARLY to RELAY on v1 connections | Nick Mathewson | |
We used to do this as a workaround for older Tors, but now it's never the correct thing to do (especially since anything that didn't understand RELAY_EARLY is now deprecated hard). | |||
2011-12-27 | Authorities reject insecure Tors. | Nick Mathewson | |
This patch should make us reject every Tor that was vulnerable to CVE-2011-0427. Additionally, it makes us reject every Tor that couldn't handle RELAY_EARLY cells, which helps with proposal 110 (#4339). | |||
2011-12-25 | Provide correct timeradd/timersup replacements | Sebastian Hahn | |
Bug caught and patch provided by Vektor. Fixes bug 4778.t | |||
2011-12-21 | Do not even try to keep going on a socket with socklen==0 | Nick Mathewson | |
Back in #1240, r1eo linked to information about how this could happen with older Linux kernels in response to nmap. Bugs #4545 and #4547 are about how our approach to trying to deal with this condition was broken and stupid. Thanks to wanoskarnet for reminding us about #1240. This is a fix for the abovementioned bugs, and is a bugfix on 0.1.0.3-rc. | |||
2011-12-15 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-12-15 | Add a fix for the buf_pullup bug that Vektor reported | Nick Mathewson | |
2011-12-08 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
2011-12-08 | Update to the December 2011 GeoIP database. | Karsten Loesing | |
2011-12-02 | Don't call tor_tls_set_logged_address till after checking conn->tls | Nick Mathewson | |
Fixes bug 4531; partial backport of e27a26d5. | |||
2011-12-02 | tor_accept_socket() should take tor_addr_t for listener arg | Nick Mathewson | |
Fixes bug 4535; bugfix on 0.2.2.28-beta; found by "troll_un" | |||
2011-12-02 | Fix bug 4530; check return val of tor_addr_lookup correctly | Nick Mathewson | |
Fix on 0.2.1.5-alpha; reported by troll_un | |||
2011-11-23 | Detect tor_addr_to_str failure in tor_dup_addr. | Nick Mathewson | |
This avoids a possible strdup of an uninitialized buffer. Fixes 4529; fix on 0.2.1.3-alpha; reported by troll_un. | |||
2011-11-23 | Merge remote-tracking branch 'public/bug4230' into maint-0.2.2 | Nick Mathewson | |
2011-11-23 | Fix a compile warning on 64bit OS X | Sebastian Hahn | |
Backport of 68475fc5c5a806ebbb5657de1667dab2c3e09b7c which accidentally only made it into master. Fixes bug 4547. Bug isn't in any released version. | |||
2011-11-21 | parameterize bw cutoffs to guarantee Fast and Guard flags | Roger Dingledine | |
Now it will be easier for researchers to simulate Tor networks with different values. Resolves ticket 4484. | |||
2011-11-21 | Merge branch 'bug4518' into maint-0.2.2 | Nick Mathewson | |
2011-11-21 | Merge remote-tracking branch 'public/bug3963' into maint-0.2.2 | Nick Mathewson | |
2011-11-20 | Sockets are unsigned on windows | Sebastian Hahn | |
this gets rid of a warning about signed/unsigned comparison This is a backport of 0a5338e03cdf14ef80584c6ff8adeb49200b8a76 that accidentally only went into master | |||
2011-11-20 | Get rid of an unused parameter warning on win | Sebastian Hahn | |
This is a backport of bed79c47f4ec0ee72b19e2b81c54131d516d07ef which accidentally only went into master | |||
2011-11-19 | Only call cull_wedged_cpuworkers once every 60 seconds. | Nick Mathewson | |
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. | |||
2011-11-19 | Don't log about stats when running as a client without geoip | Sebastian Hahn | |
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. | |||
2011-11-16 | Merge branch 'bug4457_022' into maint-0.2.2 | Nick Mathewson | |
2011-11-14 | Use real_addr in send_netinfo | Nick Mathewson | |
Reported by "troll_un"; bugfix on 0.2.0.10-alpha; fixes bug 4349. | |||
2011-11-14 | Detect failure from event_init() or event_base_new_with_config() | Nick Mathewson | |
2011-11-14 | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation | Nick Mathewson | |
In Tor 0.2.2, we never need the event base to be notifiable, since we don't call it from other threads. This is a workaround for bug 4457, which is not actually a Tor bug IMO. | |||
2011-11-14 | Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2 | Nick Mathewson | |
2011-11-14 | Merge remote-tracking branch 'karsten/geoip-november2011' into maint-0.2.1 | Nick Mathewson | |
2011-11-09 | Correct the handling of overflow behavior in smartlist_ensure_capacity | Nick Mathewson | |
The old behavior was susceptible to the compiler optimizing out our assertion check, *and* could still overflow size_t on 32-bit systems even when it did work. | |||
2011-11-09 | Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2 | Nick Mathewson | |
2011-11-09 | Don't warn when compiling with --disable-threads | Sebastian Hahn | |
STMT_VOID semantics suggested by nick, thanks! | |||
2011-11-07 | Include HiddenServiceDir in some warning messages | Robert Ransom | |
2011-11-07 | Merge branch 'bug4424' into maint-0.2.2 | Nick Mathewson | |
2011-11-07 | Remove an extraneous "if" in the 4424 fix | Nick Mathewson | |
2011-11-07 | Don't leak an extend_info_t in rend_client_any_intro_points_usable | Robert Ransom | |