aboutsummaryrefslogtreecommitdiff
path: root/changes
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-06-04
|\
| * Merge remote-tracking branch 'public/bug6033' into maint-0.2.2Nick Mathewson2012-06-04
| |\
| | * Work around a bug in OpenSSL 1.0.1's TLS 1.1 and TLS 1.2 supportNick Mathewson2012-06-02
* | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\| |
| * | add changes file for bug 5283Roger Dingledine2012-05-31
* | | Merge remote-tracking branch 'public/bug5089'Nick Mathewson2012-05-31
|\ \ \
| * | | Have get_parent_directory() handle "/foo" and "/" correctly.Nick Mathewson2012-05-24
| | |/ | |/|
* | | Merge remote-tracking branch 'public/bug5374'Nick Mathewson2012-05-31
|\ \ \
| * | | Delay getsockname() call until after connect() is doneNick Mathewson2012-05-24
| |/ /
* | | Merge remote-tracking branch 'linus/bug4873_ln'Nick Mathewson2012-05-31
|\ \ \
| * | | Change an assertion into a warning in connection_or_handle_event_cb()Nick Mathewson2012-05-24
* | | | Merge remote-tracking branch 'public/bug5541_v2'Nick Mathewson2012-05-31
|\ \ \ \
| * | | | Prevent an (impossible) null-pointer dereference in connection_edge_process_r...Nick Mathewson2012-05-15
* | | | | Merge remote-tracking branch 'public/close_file_mapping'Nick Mathewson2012-05-31
|\ \ \ \ \
| * | | | | Close the windows file handle after CreateFileMapping; it isn't neededNick Mathewson2012-05-23
| | |_|/ / | |/| | |
* | | | | Merge remote-tracking branch 'linus/bug5355_ln'Nick Mathewson2012-05-31
|\ \ \ \ \
| * | | | | Stop using MAX_PATH, it might not be definedSebastian Hahn2012-03-10
* | | | | | Merge remote-tracking branch 'public/bug1938'Nick Mathewson2012-05-31
|\ \ \ \ \ \
| * | | | | | When downloading bridge descs from a bridge authority, always be anonymousNick Mathewson2012-04-27
* | | | | | | Merge remote-tracking branch 'public/bug2954_more'Nick Mathewson2012-05-31
|\ \ \ \ \ \ \
| * | | | | | | Abort writing cached-microdescs if a failed write has occurred.Nick Mathewson2012-05-24
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge remote-tracking branch 'public/bug3196'Nick Mathewson2012-05-31
|\ \ \ \ \ \ \
| * | | | | | | Raise thresholds for declaring bootstrapping complete.Nick Mathewson2012-05-11
* | | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-31
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Add __attribute__(format)s for our varargs printf/scanf wrappersNick Mathewson2012-05-30
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge branch 'bug5604'Nick Mathewson2012-05-30
|\ \ \ \ \ \ \
| * | | | | | | If DisableNetwork, don't even try to open non-controller listenersNick Mathewson2012-04-18
* | | | | | | | Merge remote-tracking branch 'public/bug5954'Nick Mathewson2012-05-30
|\ \ \ \ \ \ \ \
| * | | | | | | | New "GETINFO dormant" to report whether Tor has gone idleNick Mathewson2012-05-24
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge remote-tracking branch 'linus/bug4369'Nick Mathewson2012-05-30
|\ \ \ \ \ \ \ \
| * | | | | | | | Close OR connections that send junk before AUTHORIZE/VERSIONSNick Mathewson2012-04-27
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Fix clang 3.1 compile warning in crypto.cSebastian Hahn2012-05-30
* | | | | | | | Fix a typo in changes/bug5916Nick Mathewson2012-05-30
* | | | | | | | Fix a hard-to-trigger memory leak in launch_resolveNick Mathewson2012-05-18
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Ignore unknown lines from managed proxies.George Kadianakis2012-05-18
* | | | | | | Document that the ORPort flags apply to DirPort too. (thanks, Roger.)Nick Mathewson2012-05-16
* | | | | | | 5597: document new ORPort optionsNick Mathewson2012-05-16
* | | | | | | Clarify SessionGroup documentation. Bug 5437.Nick Mathewson2012-05-16
* | | | | | | Merge remote-tracking branch 'origin/maint-0.2.2'Nick Mathewson2012-05-16
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Remove more dubiosity in struct tm handling. related to bug5346Nick Mathewson2012-05-16
| * | | | | | changes file for branch bug5346Nick Mathewson2012-05-16
* | | | | | | Merge remote-tracking branch 'public/bug5139'Nick Mathewson2012-05-16
|\ \ \ \ \ \ \
| * | | | | | | Bridges should never set the send_unencrypted flag on any of their descsNick Mathewson2012-04-27
| | |/ / / / / | |/| | | | |
* | | | | | | Add changes file for bug 4108Nick Mathewson2012-05-16
* | | | | | | Merge remote-tracking branch 'public/bug3964'Nick Mathewson2012-05-16
|\ \ \ \ \ \ \
| * | | | | | | Improve our documentation for the NT Service command line optionsNick Mathewson2012-04-11
* | | | | | | | Remove over-two-months-old entry guards even while running.Roger Dingledine2012-05-16
* | | | | | | | Merge remote-tracking branch 'public/bug2297'Nick Mathewson2012-05-16
|\ \ \ \ \ \ \ \
| * | | | | | | | Exits don't need to fetch certs for unknown authoritiesNick Mathewson2012-03-30
* | | | | | | | | Merge remote-tracking branch 'public/bug2822'Nick Mathewson2012-05-16
|\ \ \ \ \ \ \ \ \