summaryrefslogtreecommitdiff
path: root/src/rust
AgeCommit message (Expand)Author
2018-08-21Merge remote-tracking branch 'teor/travis-osx-033' into maint-0.3.3Nick Mathewson
2018-08-18rust: abort on panic in all profilescypherpunks
2018-08-17Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-17Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-17Merge remote-tracking branch 'onionk/rust-protospace' into maint-0.3.3Nick Mathewson
2018-08-17rust/protover: don't accept whitespace in ProtoSet::from_str()cypherpunks
2018-08-17Merge branch 'maint-0.3.3' into maint-0.3.4Nick Mathewson
2018-08-17Merge branch 'maint-0.3.4'Nick Mathewson
2018-08-17rust/protover: fix hyphen parsing bug in ProtoSet::from_str()cypherpunks
2018-08-17rust/protover: fix docs for UnvalidatedProtoEntry::from_strcypherpunks
2018-08-17rust/protover: fix parsing docscypherpunks
2018-08-17rust/protover: fix ProtoEntry::from_str docscypherpunks
2018-08-16rust: run rustfmtcypherpunks
2018-08-16rust: max_width=100, other rustfmt settings. #27071cypherpunks
2018-08-16rust/docs: fix critical typo for missing_docs lintcypherpunks
2018-08-10Merge branch 'travis-osx-034' into travis-osx-masterteor
2018-08-10Merge branch 'travis-osx-033' into travis-osx-034teor
2018-08-10Stop setting $CARGO_HOME in src/rust/tor_rust/include.amteor
2018-07-31Merge branch 'nss_dh_squashed' into nss_dh_squashed_mergedNick Mathewson
2018-07-31Make the rust tests link.Nick Mathewson
2018-07-18Add two more dependencies in build.rsNick Mathewson
2018-07-18Use the "testing" variant of several C libraries in build.rsNick Mathewson
2018-07-18Merge remote-tracking branch 'isis/bug26398'Nick Mathewson
2018-07-13Merge remote-tracking branch 'tor-github/pr/179'Nick Mathewson
2018-07-05Fix everything that previously referred to src/orNick Mathewson
2018-07-05And tell build.rs to stop looking in src/commonNick Mathewson
2018-07-05Fix build.rs to handle removed common.Nick Mathewson
2018-07-01Tabify all of the .am files.Nick Mathewson
2018-06-30Merge branch 'maint-0.3.4'Nick Mathewson
2018-06-28Extract memarea into its own libraryNick Mathewson
2018-06-28Extract threading code into a new library.Nick Mathewson
2018-06-27Move util_format into a new libtor-encoding libraryNick Mathewson
2018-06-27Fix Rust cross compilation.Alex Xu (Hello71)
2018-06-27Merge branch 'sandbox_refactor'Nick Mathewson
2018-06-27Merge branch 'net_refactor'Nick Mathewson
2018-06-27Move sandbox code into a new library.Nick Mathewson
2018-06-27Move network code to libtor-net.Nick Mathewson
2018-06-26fixup! Extract core part of smartlist code into its own library.Nick Mathewson
2018-06-25Run rustfmt on 'src/rust/protover/ffi.rs'.Corey Farwell
2018-06-24Utilize type param in method invocation.Corey Farwell
2018-06-24Utilize `if..else` for switching on boolean values.Corey Farwell
2018-06-24Utilize `if let` construct instead of explicit unwrapping.Corey Farwell
2018-06-24Change `allocate_and_copy_string` to take a `&str` instead of `&String`.Corey Farwell
2018-06-22Fix up the rust build script library list.Nick Mathewson
2018-06-22Extract the locking and logging codeNick Mathewson
2018-06-22Extract simple integer math into its own moduleNick Mathewson
2018-06-22Move smartlist_add_{v,}asprintf into smartlist.[ch]Nick Mathewson
2018-06-22Refactor container into a library.Nick Mathewson
2018-06-21Extract tor_malloc and friends to a new module.Nick Mathewson
2018-06-21Split crypto and tls libraries into directoriesNick Mathewson