Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-13 | bump to 0.2.3.4-alpha-dev | Roger Dingledine | |
2011-09-13 | slight tweak to unify thingstor-0.2.3.4-alpha | Roger Dingledine | |
2011-09-13 | bump to 0.2.3.4-alpha | Roger Dingledine | |
2011-09-13 | a blurb for 0.2.3.4-alpha | Roger Dingledine | |
2011-09-13 | forward-port the 0.2.2.33 changelog | Roger Dingledine | |
2011-09-13 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-09-13 | Merge branch 'maint-0.2.1' into maint-0.2.2 | Roger Dingledine | |
Conflicts: src/or/main.c src/or/router.c | |||
2011-09-13 | Generate our ssl session certs with a plausible lifetime | Roger Dingledine | |
Nobody but Tor uses certs on the wire with 2 hour lifetimes, and it makes us stand out. Resolves ticket 4014. | |||
2011-09-12 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-09-12 | Update to the September 2011 GeoIP database. | Karsten Loesing | |
2011-09-11 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
2011-09-11 | fix whitespace (two-space indent) | Roger Dingledine | |
2011-09-10 | Demote 'INTRODUCE2 cell is too {old,new}' message to info level | Robert Ransom | |
2011-09-10 | Demote HS 'replay detected' log message for DH public keys to info level | Robert Ransom | |
2011-09-10 | Describe rend_service_descriptor_t more completely | Robert Ransom | |
2011-09-10 | Describe rend_intro_point_t more completely | Robert Ransom | |
2011-09-10 | Changes file for bug3936 changes | Nick Mathewson | |
2011-09-10 | Stop parse_client_port_config() from misinterpreting FooListenAddress and ↵ | Fabian Keil | |
FooPort in legacy syntax Previously the FooPort was ignored and the default used instead, causing Tor to bind to the wrong port if FooPort and the default port don't match or the CONN_TYPE_FOO_LISTENER has no default port. Fixes #3936. | |||
2011-09-10 | Fix whitespace in parse_client_port_config() | Fabian Keil | |
2011-09-10 | Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah' | Nick Mathewson | |
2011-09-10 | Fix log message typo. | Robert Ransom | |
2011-09-09 | start an 0.2.3.4-alpha changelog | Roger Dingledine | |
2011-09-09 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: configure.in src/or/circuitbuild.c | |||
2011-09-09 | Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2 | Nick Mathewson | |
2011-09-09 | Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2 | Nick Mathewson | |
2011-09-09 | Check for replays in PK-encrypted part of intro cell, not just in the g^x value | Nick Mathewson | |
2011-09-09 | Add changes file for bsd4 fixes | Nick Mathewson | |
2011-09-07 | Fix whitespace issues in patches merged today so far | Nick Mathewson | |
2011-09-07 | chown() sockets when User option is set | Jérémy Bobbio | |
Fixes bug 3421 | |||
2011-09-07 | fix a const warning | Nick Mathewson | |
2011-09-07 | Merge branch 'bug3327_squashed' | Nick Mathewson | |
2011-09-07 | Report reason for generating descriptor in an HTTP header | Nick Mathewson | |
Suggested by arma; based on 3327. | |||
2011-09-07 | Clean up HTTP request header generation a little | Nick Mathewson | |
Use a list of headers rather than trying to printf every header that might exist. | |||
2011-09-07 | Upload descriptors more often when recent desc is unlisted | Nick Mathewson | |
Right now we only force a new descriptor upload every 18 hours. This can make servers become unlisted if they upload a descriptor at time T which the authorities reject as being "too similar" to one they uploaded before. Nothing will actually make the server upload a new descriptor later on, until another 18 hours have passed. This patch changes the upload behavior so that the 18 hour interval applies only when we're listed in a live consensus with a descriptor published within the last 18 hours. Otherwise--if we're not listed in the live consensus, or if we're listed with a publication time over 18 hours in the past--we upload a new descriptor every 90 minutes. This is an attempted bugfix for #3327. If we merge it, it should obsolete #535. | |||
2011-09-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/dirserv.c src/or/networkstatus.c Conflicts were related to routerinfo->node shift. | |||
2011-09-07 | Merge remote-tracking branch 'public/bug2649_squashed' into maint-0.2.2 | Nick Mathewson | |
2011-09-07 | changes file for split_entry_conn (ticket 3627) | Nick Mathewson | |
2011-09-07 | Remove a now-needless test. | Nick Mathewson | |
2011-09-07 | Merge remote-tracking branch 'public/split_entry_conn' | Nick Mathewson | |
Conflicts: src/or/connection.c src/or/connection_edge.c src/or/connection_edge.h src/or/dnsserv.c Some of these were a little tricky, since they touched code that changed because of the prop171 fixes. | |||
2011-09-07 | Die if tor_vasprintf fails in connection_printf_to_buf | Robert Ransom | |
tor_asprintf already asserts if it fails. | |||
2011-09-07 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: configure.in Conflict was between two pieces of configure.in logic added to the same place. Trivial. | |||
2011-09-07 | Look for correct "ar" to cross-compile | Nick Mathewson | |
For some reason, autoconf doesn't by default have an "AC_PROG_AR" for this -- possibly it's assumed that any "ar" you have will work everyplace. Fixes bug 3909; found by sid77. This fixes a build issue first present in fdbdb4dc1500, but the bug (of not using a correct ar) has been in every Tor version ever: it just didn't matter until then. | |||
2011-09-07 | Merge remote-tracking branch 'public/bug3851' | Nick Mathewson | |
2011-09-06 | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | |
Conflicts: src/or/connection_edge.c Conflicted on a router->node transition; fix was easy. | |||
2011-09-06 | Fix assertion in addressmap_clear_excluded_trackexithosts | Nick Mathewson | |
Fixes bug 3923; bugfix on 0.2.2.25-alpha; bugfix from 'laruldan' on trac. | |||
2011-09-02 | bump to 0.2.3.3-alpha-dev | Roger Dingledine | |
2011-09-02 | merge in one moretor-0.2.3.3-alpha | Roger Dingledine | |
2011-09-02 | Merge branch 'maint-0.2.2' | Roger Dingledine | |
2011-09-02 | Correct man page: multiple control auth styles can be set at once | Roger Dingledine | |
2011-09-02 | bump to 0.2.3.3-alpha | Roger Dingledine | |