| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | Merge remote-tracking branch 'public/bug23774_032' into maint-0.3.2 | Nick Mathewson | 2017-10-30 | |
| | |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||
| | | * | | | | | | | | | Fix memory leak when freeing socket_table in KIST. | Nick Mathewson | 2017-10-17 | |
| * | | | | | | | | | | | fix confusion in man page | Roger Dingledine | 2017-10-30 | |
| * | | | | | | | | | | | remove errant ; | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | remove changes files from <= 0.3.2 | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Only prototype rust_welcome_string() when it exists. | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | [rust] Avoid a clone in contract_protocol_list() | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Allow test_rust.sh to run from outside the makefile | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Add a build-rust alias to just rebuild the rust code. | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | [rust] Add "unsafe" to the testing-mode tor_malloc_ wrapper. | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | forward-port the 0.3.2.3-alpha changelog | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Make distcleancheck pass with --enable-rust | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-10-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||
| | * | | | | | | | | | | bump to 0.3.2.3-alpha-dev. | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Include rust files in 'make dist' | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | repair "make distcheck" | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | declare shutdown_did_not_work_callback() with ATTR_NORETURN | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Add a comment about removing the failsafe event loop exit code | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Clarify doc on tell_event_loop_to_run_external_code() | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | Merge remote-tracking branch 'public/exit_carefully' | Nick Mathewson | 2017-10-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | Mark "previously validated foo could not be set" blocks as unreachable. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Add unit tests for cases of starting with bogus keygen arguments | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Changes file for ticket 23848 | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Exit more carefully when options_act() fails. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Return instead of exiting in options_init_from_torrc() | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Return from instead of exit()ing when ed25519 key check fails. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | On locking failure, return -1 instead of exit()ing. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Replace most bad exits in main.c, hibernate.c | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Add a failsafe to kill tor if the new exit code doesn't work. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Expose a new function to make the event loop exit once and for all. | Nick Mathewson | 2017-10-20 | |
| | * | | | | | | | | | | | Rename "tell_event_loop_to_finish" to "...run_external_code" | Nick Mathewson | 2017-10-20 | |
| * | | | | | | | | | | | | Make sure all C files have copyright/license notices | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | | Merge branch 'protover-rust-impl_squashed' | Nick Mathewson | 2017-10-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | Add a changes file | Nick Mathewson | 2017-10-27 | |
| | * | | | | | | | | | | | | Add missing copyright/license statements on all .rs files | Nick Mathewson | 2017-10-27 | |
| | * | | | | | | | | | | | | cargo fmt; fix line length warnings | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | remove experimental rust features | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | update tor_allocate and add tests | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | remove unused include.am for rust modules | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | refactor smartlist for readability | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | move to allocating c strings from rust | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | add tor allocator for rust | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | remove unneeded dependencies, remove types where unnecessary | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | refactor build infrastructure for single rust binary | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | use tor allocator for string allocation in rust | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | minimize scope for unsafe | Chelsea Holland Komlo | 2017-10-27 | |
| | * | | | | | | | | | | | | rust implementation of protover | Chelsea Holland Komlo | 2017-10-27 | |
| * | | | | | | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-10-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / | |/| | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | update to 0.3.2.3-alpha | Nick Mathewson | 2017-10-27 | |
| * | | | | | | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-10-27 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||
