Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2011-01-03 | |
|\| | ||||
| * | Bump copyright statements to 2011 (0.2.2) | Nick Mathewson | 2011-01-03 | |
| | | ||||
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-11-19 | |
|\| | | | | | | | | | Conflicts: src/or/router.c | |||
| * | Try harder not to exceed the 50 KB extra-info descriptor limit. | Karsten Loesing | 2010-11-15 | |
| | | | | | | | | | | | | Our checks that we don't exceed the 50 KB size limit of extra-info descriptors apparently failed. This patch fixes these checks and reserves another 250 bytes for appending the signature. Fixes bug 2183. | |||
* | | Merge remote branch 'origin/maint-0.2.2' | Nick Mathewson | 2010-10-21 | |
|\| | | | | | | | | | Conflicts: src/common/tortls.c | |||
| * | Rename get_client_identity_key to get_tlsclient_identity_key | Nick Mathewson | 2010-10-21 | |
| | | ||||
| * | Maintain separate server and client identity keys when appropriate. | Robert Ransom | 2010-10-04 | |
| | | | | | | | | Fixes a bug described in ticket #988. | |||
| * | Add public_server_mode function. | Robert Ransom | 2010-10-04 | |
| | | ||||
* | | Try to make most routerinfo_t interfaces const | Nick Mathewson | 2010-10-01 | |
|/ | ||||
* | First cut of code to enable RefuseUnknownExits | Nick Mathewson | 2010-09-21 | |
| | | | | | | | | | | | The RefuseUnknownExits config option is now a tristate, with "1" meaning "enable it no matter what the consensus says", "0" meaning "disable it no matter what the consensus says", and "auto" meaning "do what the consensus says". If the consensus is silent, we enable RefuseUnknownExits. This patch also changes the dirserv logic so that refuseunknownexits won't make us cache unless we're an exit. | |||
* | Fix typos, make all \brief's conformant, end sentences with a period. | Linus Nordberg | 2010-07-28 | |
| | ||||
* | Create router.h | Sebastian Hahn | 2010-07-27 | |