Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | Stop using MAX_PATH, it might not be defined | Sebastian Hahn | 2012-03-10 | |
* | | | | | | Merge remote-tracking branch 'public/bug1938' | Nick Mathewson | 2012-05-31 | |
|\ \ \ \ \ \ | ||||
| * | | | | | | When downloading bridge descs from a bridge authority, always be anonymous | Nick Mathewson | 2012-04-27 | |
* | | | | | | | Merge remote-tracking branch 'public/bug2954_more' | Nick Mathewson | 2012-05-31 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Abort writing cached-microdescs if a failed write has occurred. | Nick Mathewson | 2012-05-24 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge remote-tracking branch 'public/bug3196' | Nick Mathewson | 2012-05-31 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Raise thresholds for declaring bootstrapping complete. | Nick Mathewson | 2012-05-11 | |
* | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-05-31 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||
| * | | | | | | | Fix more clang format-nonliteral warnings (bug 5969) | Nick Mathewson | 2012-05-30 | |
| * | | | | | | | Add __attribute__(format)s for our varargs printf/scanf wrappers | Nick Mathewson | 2012-05-30 | |
| | |_|_|_|/ / | |/| | | | | | ||||
* | | | | | | | Merge branch 'bug5604' | Nick Mathewson | 2012-05-30 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Add a little documentation for the bug5604 fix | Nick Mathewson | 2012-05-30 | |
| * | | | | | | | If DisableNetwork, don't even try to open non-controller listeners | Nick Mathewson | 2012-04-18 | |
* | | | | | | | | Merge remote-tracking branch 'public/bug5954' | Nick Mathewson | 2012-05-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | New "GETINFO dormant" to report whether Tor has gone idle | Nick Mathewson | 2012-05-24 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'linus/bug4369' | Nick Mathewson | 2012-05-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix minor typo in warning printout. | Linus Nordberg | 2012-05-29 | |
| * | | | | | | | | Close OR connections that send junk before AUTHORIZE/VERSIONS | Nick Mathewson | 2012-04-27 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | Fix clang 3.1 compile warning in crypto.c | Sebastian Hahn | 2012-05-30 | |
* | | | | | | | | Merge remote-tracking branch 'public/bug5916' | Nick Mathewson | 2012-05-30 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Fix a hard-to-trigger memory leak in launch_resolve | Nick Mathewson | 2012-05-18 | |
* | | | | | | | | | Fix the unittest breakage introduced by a8a862c. | George Kadianakis | 2012-05-18 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||
* | | | | | | | | Merge remote-tracking branch 'asn/bug5602' | Nick Mathewson | 2012-05-18 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||
| * | | | | | | | Use a more helpful log message when we can't find a proxy. | George Kadianakis | 2012-05-18 | |
* | | | | | | | | Merge remote-tracking branch 'asn/bug5646' | Nick Mathewson | 2012-05-18 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Extract data from DESTROY cell _after_ protocol violation checks. | George Kadianakis | 2012-05-18 | |
| |/ / / / / / / | ||||
* / / / / / / / | Ignore unknown lines from managed proxies. | George Kadianakis | 2012-05-18 | |
|/ / / / / / / | ||||
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||
| * | | | | | | Make the succeeding parse_http_time tests more obviously right | Nick Mathewson | 2012-05-16 | |
| * | | | | | | Fix month check in parse_http_time, add test | Sebastian Hahn | 2012-05-16 | |
| * | | | | | | Remove more dubiosity in struct tm handling. related to bug5346 | Nick Mathewson | 2012-05-16 | |
| * | | | | | | Reject an additional type of bad date in parse_http_time | Nick Mathewson | 2012-05-16 | |
| * | | | | | | Fix parse_http_time and add tests | Esteban Manchado Velázquez | 2012-05-16 | |
* | | | | | | | Merge remote-tracking branch 'public/bug5139' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Bridges should never set the send_unencrypted flag on any of their descs | Nick Mathewson | 2012-04-27 | |
| | |/ / / / / | |/| | | | | | ||||
* | | | | | | | In connection_ap_handshake_process_socks(), mark the socks request as finishe... | Fabian Keil | 2012-05-16 | |
* | | | | | | | Remove over-two-months-old entry guards even while running. | Roger Dingledine | 2012-05-16 | |
* | | | | | | | Correct documentation for remove_obsolete_entry_guards. | Nick Mathewson | 2012-05-16 | |
* | | | | | | | Merge remote-tracking branch 'public/bug2297' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ | ||||
| * | | | | | | | Exits don't need to fetch certs for unknown authorities | Nick Mathewson | 2012-03-30 | |
* | | | | | | | | Merge remote-tracking branch 'public/bug2822' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | Reject SOCKS requests for "localhost" or ".local" | Nick Mathewson | 2012-03-28 | |
| * | | | | | | | | Rate-limit the warnings as a client when asked to connect a private addr | Nick Mathewson | 2012-03-28 | |
* | | | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | | | ||||
| * | | | | | | | | Correct the bulletproofing of routerlist_insert() | Nick Mathewson | 2012-05-16 | |
* | | | | | | | | | Merge remote-tracking branch 'public/bug3296' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | When no usable exit satisfies a predicted port, stop predicting it. | Nick Mathewson | 2012-05-11 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||
* | | | | | | | | | When ReloadTorrcOnSIGHUP=1, do non-reload activities anyway | Nick Mathewson | 2012-05-16 | |
* | | | | | | | | | Fix some remaining nmake/msvc build issues | Nick Mathewson | 2012-05-16 | |
* | | | | | | | | | Merge branch 'win32_winnt' | Nick Mathewson | 2012-05-16 | |
|\ \ \ \ \ \ \ \ \ |