summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | Merge branch 'bug24082_032' into maint-0.3.2Nick Mathewson2017-10-31
| |\ \ \ \ \
| | * | | | | Initialize the mock options in the fuzzing codeNick Mathewson2017-10-30
* | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | double newlineNick Mathewson2017-10-31
* | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'hsdescv3_fuzz_more' into maint-0.3.2Nick Mathewson2017-10-31
| |\ \ \ \ \ \
| | * | | | | | In the hsdescv3 fuzzer, replace the decryption function.Nick Mathewson2017-10-27
* | | | | | | | Merge branch 'fix-torrcd-sandbox-22605v2'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix memory leak when options_init_from_string returns error #22605Daniel Pinto2017-09-12
| * | | | | | | | Adds files included by torrc and defaults to sandbox filter #22605Daniel Pinto2017-08-30
* | | | | | | | | Merge branch '13605_reduced_exit_squashed'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Don't give "exitrelay may become 0 when no policy" warning on ReducedExitPolicyNick Mathewson2017-10-31
| * | | | | | | | | Fix: when BridgeRelay is set, you do not get any exit policy.Nick Mathewson2017-10-31
| * | | | | | | | | Add ChangLog entry for the ReducedExitPolicy optionNeel Chauhan2017-10-31
| * | | | | | | | | Modify man page to describe ReducedExitPolicy optionNeel Chauhan2017-10-31
| * | | | | | | | | Add code for letting user select Reduced Exit PolicyNeel Chauhan2017-10-31
|/ / / / / / / / /
* | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | make 23762 changes file pass check-changesNick Mathewson2017-10-31
| * | | | | | | | Merge branch 'bug23762_032_02_squashed' into maint-0.3.2Nick Mathewson2017-10-31
| |\ \ \ \ \ \ \ \
| | * | | | | | | | hs-v3: Attempt descriptor refetch when dirinfo changesDavid Goulet2017-10-31
| | * | | | | | | | hs-v3: Refactor client refetch functionDavid Goulet2017-10-04
* | | | | | | | | | Make check-changes happy.Nick Mathewson2017-10-31
* | | | | | | | | | Merge branch 'bug23571_033_squashed'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Consistently use braced blocks in hibernate_go_dormant()teor2017-10-31
| * | | | | | | | | | When hibernating, close connections normally and allow them to flushteor2017-10-31
* | | | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-31
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'maint-0.3.1' into maint-0.3.2Nick Mathewson2017-10-31
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | |
| | * | | | | | | | | Merge branch 'maint-0.3.0' into maint-0.3.1Nick Mathewson2017-10-31
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'maint-0.2.9' into maint-0.3.0Nick Mathewson2017-10-31
| | | |\ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'public/bug23693_029' into maint-0.2.9Nick Mathewson2017-10-31
| | | | |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | Make changes in server_mode() affect workers; fix a crash.Nick Mathewson2017-10-02
* | | | | | | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Merge remote-tracking branch 'public/bug23774_032' into maint-0.3.2Nick Mathewson2017-10-30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Fix memory leak when freeing socket_table in KIST.Nick Mathewson2017-10-17
* | | | | | | | | | | | | | fix confusion in man pageRoger Dingledine2017-10-30
* | | | | | | | | | | | | | remove errant ;Nick Mathewson2017-10-27
* | | | | | | | | | | | | | remove changes files from <= 0.3.2Nick Mathewson2017-10-27
* | | | | | | | | | | | | | Only prototype rust_welcome_string() when it exists.Nick Mathewson2017-10-27
* | | | | | | | | | | | | | [rust] Avoid a clone in contract_protocol_list()Nick Mathewson2017-10-27
* | | | | | | | | | | | | | Allow test_rust.sh to run from outside the makefileNick Mathewson2017-10-27
* | | | | | | | | | | | | | Add a build-rust alias to just rebuild the rust code.Nick Mathewson2017-10-27
* | | | | | | | | | | | | | [rust] Add "unsafe" to the testing-mode tor_malloc_ wrapper.Nick Mathewson2017-10-27
* | | | | | | | | | | | | | forward-port the 0.3.2.3-alpha changelogNick Mathewson2017-10-27
* | | | | | | | | | | | | | Make distcleancheck pass with --enable-rustNick Mathewson2017-10-27
* | | | | | | | | | | | | | Merge branch 'maint-0.3.2'Nick Mathewson2017-10-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | bump to 0.3.2.3-alpha-dev.Nick Mathewson2017-10-27
* | | | | | | | | | | | | | Include rust files in 'make dist'Nick Mathewson2017-10-27
* | | | | | | | | | | | | | repair "make distcheck"Nick Mathewson2017-10-27
* | | | | | | | | | | | | | declare shutdown_did_not_work_callback() with ATTR_NORETURNNick Mathewson2017-10-27
* | | | | | | | | | | | | | Add a comment about removing the failsafe event loop exit codeNick Mathewson2017-10-27