| Commit message (Expand) | Author | Age | |
|---|---|---|---|
| * | rust: Fix typo in name of logged function.bug23881 | Isis Lovecruft | 2018-02-28 |
| * | rust: Remove #[no_mangle]s on two constants. | Isis Lovecruft | 2018-02-28 |
| * | logging: Move constants exposed to Rust to torlog.h. | Isis Lovecruft | 2018-02-28 |
| * | rust: Remove extra whitespace from a static log/error message. | Isis Lovecruft | 2018-02-27 |
| * | fixups from code review | Chelsea Holland Komlo | 2018-01-22 |
| * | remove unnecessary lifetime | Chelsea Holland Komlo | 2017-12-22 |
| * | add testing implementation for tor logging | Chelsea Holland Komlo | 2017-12-21 |
| * | allow running protover test with a testing feature flag | Chelsea Holland Komlo | 2017-12-21 |
| * | move macro body to inline rust function | Chelsea Holland Komlo | 2017-12-21 |
| * | fixups from code review | Chelsea Holland Komlo | 2017-12-21 |
| * | cargo fmt fixes | Chelsea Holland Komlo | 2017-12-21 |
| * | add minimal rust module for logging to tor's logger | Chelsea Holland Komlo | 2017-12-21 |
| * | Add minimal implementations of functions Rust needs for logging | Nick Mathewson | 2017-12-21 |
| * | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ | |||
| | * | Increment version to 0.3.2.8-rc-dev | Nick Mathewson | 2017-12-21 |
| * | | forward-port the 0.3.2.8-rc changelog | Nick Mathewson | 2017-12-21 |
| * | | scan-build: Replace some test-assertions with fatal assertions | Nick Mathewson | 2017-12-21 |
| * | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ \ | |/ | |||
| | * | Increment version to 0.3.2.8-rc | Nick Mathewson | 2017-12-21 |
| * | | remove changes files that appear in 0.3.2.8-rc | Nick Mathewson | 2017-12-21 |
| * | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ \ | |/ | |||
| | * | Merge remote-tracking branch 'dgoulet/bug24671_032_01' into maint-0.3.2 | Nick Mathewson | 2017-12-21 |
| | |\ | |||
| | | * | sched: Use lower layer cell limit with KISTLite | David Goulet | 2017-12-20 |
| * | | | Fix a compilation error in the channel tests. | Nick Mathewson | 2017-12-21 |
| * | | | In 0.3.3, we use timestamps, not absolute milliseconds. | Nick Mathewson | 2017-12-21 |
| * | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ \ \ | |/ / | |||
| | * | | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | 2017-12-21 |
| | |\ \ | |||
| | | * \ | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | 2017-12-21 |
| | | |\ \ | |||
| | | | * \ | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | 2017-12-21 |
| | | | |\ \ | |||
| | | | | * | | Use monotime_coarse_absolute_msec() in destroy queue | Nick Mathewson | 2017-12-21 |
| | | | | * | | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | 2017-12-21 |
| | | | | |\ \ | |||
| | | | | | * \ | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | 2017-12-21 |
| | | | | | |\ \ | |||
| | | | | | | * \ | Merge branch 'bug24666_squashed_025' into maint-0.2.5 | Nick Mathewson | 2017-12-21 |
| | | | | | | |\ \ | |||
| | | | | | | | * | | Move free to end of test function so coverity won't complain. | Nick Mathewson | 2017-12-21 |
| | | | | | | | * | | Move destroy cells into a separate queue type of their own, to save RAM | Nick Mathewson | 2017-12-21 |
| * | | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||
| | * | | | | | | | | clarify a comment | Nick Mathewson | 2017-12-21 |
| * | | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-21 |
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||
| | * | | | | | | | | sched: Consider extra_space even if negative in KIST | David Goulet | 2017-12-21 |
| | | |_|_|_|_|_|/ | |/| | | | | | | |||
| * | | | | | | | | Fix a pair of memory leaks in tor_cleanup() | Nick Mathewson | 2017-12-21 |
| * | | | | | | | | type error fix for monotime_coarse_add_msec on windows | Nick Mathewson | 2017-12-20 |
| * | | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-20 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | |||
| | * | | | | | | | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | 2017-12-20 |
| | |\ \ \ \ \ \ \ | | |/ / / / / / | |||
| | | * | | | | | | Merge branch 'maint-0.3.0' into maint-0.3.1 | Nick Mathewson | 2017-12-20 |
| | | |\ \ \ \ \ \ | | | |/ / / / / | |||
| | | | * | | | | | Merge branch 'maint-0.2.9' into maint-0.3.0 | Nick Mathewson | 2017-12-20 |
| | | | |\ \ \ \ \ | | | | |/ / / / | |||
| | | | | * | | | | Merge branch 'maint-0.2.8' into maint-0.2.9 | Nick Mathewson | 2017-12-20 |
| | | | | |\ \ \ \ | | | | | |/ / / | |||
| | | | | | * | | | Merge branch 'maint-0.2.5' into maint-0.2.8 | Nick Mathewson | 2017-12-20 |
| | | | | | |\ \ \ | | | | | | |/ / | |||
| | | | | | | * | | Update geoip and geoip6 to the December 6 2017 database. | Karsten Loesing | 2017-12-20 |
| | | | | | | |/ | |||
| * | | | | | | | Merge branch 'maint-0.3.2' | Nick Mathewson | 2017-12-20 |
| |\ \ \ \ \ \ \ | |/ / / / / / | |||
| | * | | | | | | Merge branch 'stack_again_032' into maint-0.3.2 | Nick Mathewson | 2017-12-20 |
| | |\ \ \ \ \ \ | |||
