aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-10-27[rust] Add "unsafe" to the testing-mode tor_malloc_ wrapper.Nick Mathewson
2017-10-27Make distcleancheck pass with --enable-rustNick Mathewson
2017-10-27Include rust files in 'make dist'Nick Mathewson
2017-10-27repair "make distcheck"Nick Mathewson
2017-10-27declare shutdown_did_not_work_callback() with ATTR_NORETURNNick Mathewson
2017-10-27Add a comment about removing the failsafe event loop exit codeNick Mathewson
2017-10-27Clarify doc on tell_event_loop_to_run_external_code()Nick Mathewson
2017-10-27Merge remote-tracking branch 'public/exit_carefully'Nick Mathewson
2017-10-27Make sure all C files have copyright/license noticesNick Mathewson
2017-10-27Merge branch 'protover-rust-impl_squashed'Nick Mathewson
2017-10-27Add missing copyright/license statements on all .rs filesNick Mathewson
2017-10-27cargo fmt; fix line length warningsChelsea Holland Komlo
2017-10-27remove experimental rust featuresChelsea Holland Komlo
2017-10-27update tor_allocate and add testsChelsea Holland Komlo
2017-10-27remove unused include.am for rust modulesChelsea Holland Komlo
2017-10-27refactor smartlist for readabilityChelsea Holland Komlo
2017-10-27move to allocating c strings from rustChelsea Holland Komlo
2017-10-27add tor allocator for rustChelsea Holland Komlo
2017-10-27remove unneeded dependencies, remove types where unnecessaryChelsea Holland Komlo
2017-10-27refactor build infrastructure for single rust binaryChelsea Holland Komlo
2017-10-27use tor allocator for string allocation in rustChelsea Holland Komlo
2017-10-27minimize scope for unsafeChelsea Holland Komlo
2017-10-27rust implementation of protoverChelsea Holland Komlo
2017-10-27Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-26hs-v3: Check the ed25519 key when picking intro pointDavid Goulet
2017-10-26Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-26fuzzing: Make hsdescv3 use the decoding API correctlyDavid Goulet
2017-10-26Revert "Temporarily disable compilation of the v3 hs fuzzing code"David Goulet
2017-10-26Remove a duplicate call to update_microdesc_downloads()George Kadianakis
2017-10-26Update entry guard state whenever we download a consensus.George Kadianakis
2017-10-25Fix offending unittest and add changes file for #23862.George Kadianakis
2017-10-25Remove a duplicate call to update_microdesc_downloads()George Kadianakis
2017-10-25Update entry guard state whenever we download a consensus.George Kadianakis
2017-10-25Add a unittest that reveals the offending case of #23862.George Kadianakis
2017-10-25Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-25hs-v2: Copy needed information between service on prunningDavid Goulet
2017-10-24Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-24Turn a comment into a doxygen comment.Nick Mathewson
2017-10-24Merge remote-tracking branch 'catalyst-oniongit/bug20532_031' into maint-0.3.2Nick Mathewson
2017-10-24Merge branch 'maint-0.3.2'Nick Mathewson
2017-10-24Isis has been noticing typos.Nick Mathewson
2017-10-24Merge branch 'feature18329_029_squashed' into maint-0.3.2Nick Mathewson
2017-10-24Merge branch 'feature18329_029_squashed' into maint-0.3.2Nick Mathewson
2017-10-24Updates to fix check-spaces/check-changes warningsNick Mathewson
2017-10-24Adjust test to allow hyphens too.Nick Mathewson
2017-10-24test: Add unittest for descriptors with BridgeDistribution option.Isis Lovecruft
2017-10-24doc: Improve documentation for check_bridge_distribution_setting().Isis Lovecruft
2017-10-24Always set bridge-distribution-request on bridges' descriptors.Nick Mathewson
2017-10-24Add new BridgeDistribution config optionRoger Dingledine
2017-10-24Rewrite bridge addresses earlierTaylor Yu