Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | Use the EVENT_BASE_FLAG_NOLOCK flag to prevent socketpair() invocation | Nick Mathewson | 2011-11-14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||
* | | | | | | | | Fix a check-spaces complaint | Sebastian Hahn | 2011-11-16 | |
| | | | | | | | | ||||
* | | | | | | | | Don't allow building on platforms where AF_UNSPEC != 0 | Sebastian Hahn | 2011-11-16 | |
| | | | | | | | | ||||
* | | | | | | | | Don't fail to send netinfo if real_addr is unset | Sebastian Hahn | 2011-11-16 | |
| |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | If we haven't set real_addr on a connection, we also now that _base.addr hasn't been tampered with. So we can use that. | |||
* | | | | | | | Merge branch 'bug4371_squashed' | Nick Mathewson | 2011-11-15 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Make certificate skew into a protocol warning | Nick Mathewson | 2011-11-15 | |
| | | | | | | | | ||||
| * | | | | | | | Allow up to a 30 days future skew, 48 hours past skew in certs. | Nick Mathewson | 2011-11-15 | |
|/ / / / / / / | ||||
* | | | | | | | Merge remote-tracking branch 'sebastian/bug4469' | Nick Mathewson | 2011-11-15 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Fix compile warnings on windows | Sebastian Hahn | 2011-11-15 | |
| | | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-15 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | / / / / | | |_|/ / / / | |/| | | | | | ||||
| * | | | | | | Use real_addr in send_netinfo | Nick Mathewson | 2011-11-14 | |
| | |/ / / / | |/| | | | | | | | | | | | | | | | | Reported by "troll_un"; bugfix on 0.2.0.10-alpha; fixes bug 4349. | |||
* | | | | | | Merge remote-tracking branch 'public/bug4367' | Nick Mathewson | 2011-11-14 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||
| * | | | | | Even when we can't answer an AUTH_CHALLENGE, send NETINFO. | Nick Mathewson | 2011-11-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Fixes bug 4368; fix on 0.2.3.6-alpha; bug found by "frosty". | |||
| * | | | | | Fix bug 4367: correctly detect auth_challenge cells we can't use | Nick Mathewson | 2011-11-03 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Found by frosty_un, bugfix on 0.2.3.6-alpha, fix suggested by arma. | |||
* | | | | | | Merge remote-tracking branch '4ZM/topic/test/4433_address' | Nick Mathewson | 2011-11-14 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | Unit tests for tor_addr_to_PTR_name | Anders Sundman | 2011-11-11 | |
| | | | | | | | ||||
| * | | | | | | Return value bugfix of tor_addr_to_PTR_name | Anders Sundman | 2011-11-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Returns value semantics was inconsitent between IPv4 and IPv6 | |||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 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-14 | |
| | |\ \ \ \ \ \ | ||||
| | | * | | | | | | Update to the November 2011 GeoIP database. | Karsten Loesing | 2011-11-07 | |
| | | | | | | | | | ||||
* | | | | | | | | | Fix test_util.c compilation on MSVC | Gisle Vanem | 2011-11-11 | |
| |_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Those '{}' constructs are not well liked by MSVC (cl v.16.xx)." Received on tor-dev; fixes bug on 0.2.3.3-alpha. | |||
* | | | | | | | | Remove the torint.h include from aes.h | Sebastian Hahn | 2011-11-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This hasn't been needed for a while, there's nothing in aes.h now that would need uint* stuff. | |||
* | | | | | | | | Fix the bench_{aes,dmap} test functions to work with TT | Sebastian Hahn | 2011-11-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | TT expects them to be named test_bench_{aes,dmap}. Also change the DISABLED macro to reflect that. | |||
* | | | | | | | | Remove vestiges of RIJNDAEL_COUNTER_OPTIMIZATION | Nick Mathewson | 2011-11-11 | |
| | | | | | | | | ||||
* | | | | | | | | Stop using "u32" and "u8" in aes.c | Nick Mathewson | 2011-11-11 | |
| | | | | | | | | ||||
* | | | | | | | | Dump our internal AES implementation | Nick Mathewson | 2011-11-11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This thing was pretty pointless on versions of OpenSSL 0.9.8 and later, and almost totally pointless on OpenSSL 1.0.0. Also, favor EVP by default, since it lets us get hardware acceleration where present. (See issue 4442) | |||
* | | | | | | | | Changes file for patches from 4ZM | Nick Mathewson | 2011-11-11 | |
| | | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch '4ZM/topic/test/4434_address' | Nick Mathewson | 2011-11-11 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Unit tests for tor_addr_to_str | Anders Sundman | 2011-11-11 | |
| | | | | | | | | | ||||
| * | | | | | | | | Fixed buffer bounds check bug in tor_addr_to_str | Anders Sundman | 2011-11-11 | |
| | | | | | | | | | ||||
| * | | | | | | | | Unit tests for tor_inet_ntop | Anders Sundman | 2011-11-11 | |
| | | | | | | | | | ||||
| * | | | | | | | | Fixed of-by-one error in tor_inet_ntop | Anders Sundman | 2011-11-11 | |
| | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | The of-by-one error could lead to 1 byte buffer over runs IPv6 for addresses. | |||
* | | | | | | | | Unit tests for eat_whitespace functions | Anders Sundman | 2011-11-10 | |
| | | | | | | | | ||||
* | | | | | | | | Unit test for n_bits_set func | Anders Sundman | 2011-11-10 | |
| | | | | | | | | ||||
* | | | | | | | | Unit test for hex_str func | Anders Sundman | 2011-11-10 | |
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | Note: Too long input is undefined by contract. That behaviour should not be asserted in test. | |||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-09 | |
|\| | | | | | | ||||
| * | | | | | | Merge remote-tracking branch 'rransom-tor/bug4426' into maint-0.2.2 | Nick Mathewson | 2011-11-09 | |
| |\ \ \ \ \ \ | ||||
| | * | | | | | | Include HiddenServiceDir in some warning messages | Robert Ransom | 2011-11-07 | |
| | | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-09 | |
|\| | | | | | | | ||||
| * | | | | | | | Don't warn when compiling with --disable-threads | Sebastian Hahn | 2011-11-09 | |
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | STMT_VOID semantics suggested by nick, thanks! | |||
* | | | | | | | Rewrite comment at head of eventdns.c | Nick Mathewson | 2011-11-09 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Let's make it more obvious to the everyday reader that eventdns.c is a) Based on Libevent's evdns.c b) Slated for demolition c) Supposed to keep API-compatibility with Libevent. d) Not worth tweaking unless there's a bug. | |||
* | | | | | | | Add some XXXes | Robert Ransom | 2011-11-07 | |
| | | | | | | | ||||
* | | | | | | | Add GETINFO md/id/* and md/name/* items for relay microdescs | Robert Ransom | 2011-11-07 | |
| | | | | | | | ||||
* | | | | | | | fold in changes files | Roger Dingledine | 2011-11-07 | |
| | | | | | | | ||||
* | | | | | | | Merge remote-tracking branch 'rransom-tor/bug4411' | Nick Mathewson | 2011-11-07 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Fix assert on clients of and authorities for v0 HS descs | Robert Ransom | 2011-11-07 | |
| | | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-07 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||
| * | | | | | | | Robert says that this bug was not in fact one of frosty's | Nick Mathewson | 2011-11-07 | |
| | | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-11-07 | |
|\| | | | | | | |