index
:
user/isis/tor
bug10849-hsdesc-use-orport
bug11966
bug11966_v2
bug12951
bug12951_r1
bug16823
bug17639
bug17639_r1
bug18929
bug18933
bug19161_028
bug19476
bug19728
bug19871
bug20201
bug22156
bug22636
bug22636_0.2.4
bug22636_0.2.4_squashed
bug22636_0.2.9
bug22636_0.3.1
bug22636_0.3.1_squashed
bug22818
bug22830
bug22830_0.3.1
bug22905
bug22905_0.3.1
bug22907
bug23695
bug23881
bug23881_r1
bug23886_r1
bug24031
bug24031_r1
bug24031_r4
bug24031_r5_squashed
bug24031_r5_squashed_033
bug24608
bug24608_update_rust_dependencies
bug24612
bug24658-rand
bug24658-rm-curve25519-header
bug24659
bug24659_r1
bug24659_r2
bug24660
bug24660_r1
bug25127
bug25127_redux
bug25171
bug25185
bug25269
bug25310
bug25310_r1
bug25341
bug25381_pub_use
bug25381_v2
bug25386
bug25409
bug25425
bug25425_squashed
bug25425_squashed2
bug25450
bug25450_032
bug25479
bug25517
bug25517-c
bug25517-c_r1
bug25517-c_r1_v2
bug25517-c_r1_v2_033
bug25517-rust
bug25517-rust_r1
bug25517-rust_r1_033
bug25549
bug25560
bug25602
bug25605
bug25647_r1
bug25727
bug26024
bug26025
bug26106
bug26107
bug26108
bug26109
bug26245
bug26267
bug26398
bug26399
bug26400
bug4019
bug4091
bug7144
bug7144_r1
bug7144_test-fixes
develop
feature/15055
feature/rebelalliance
feature/swear-to-god-padding
feature18329_029
feature18329_029_docs
fix/circuitlist-docstring-typo
master
prerelease/0.3.2.2-alpha
travis_r1
Isis's tor repository
Isis
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
crypto: Move declaration of crypto_init_siphash_key() into crypto.h.
bug24658-rand
Isis Lovecruft
2018-04-18
*
refactor: Remove unnecessary `#include "crypto.h"` throughout codebase.
Isis Lovecruft
2018-04-06
*
refactor: Alphabetise some includes in /src/or/*.
Isis Lovecruft
2018-04-06
*
crypto: Alphabetise some #includes in /src/common/crypto*.
Isis Lovecruft
2018-04-06
*
crypto: Remove unnecessary includes from src/common/crypto.[ch]
Isis Lovecruft
2018-04-06
*
crypto: Refactor (P)RNG functionality into new crypto_rand module.
Isis Lovecruft
2018-04-06
*
Fix bug24031 changes file
Nick Mathewson
2018-04-03
*
Merge remote-tracking branch 'isis-github/bug24031_r5_squashed'
Nick Mathewson
2018-04-03
|
\
|
*
changes: Add changes file for #24031.
Isis Lovecruft
2018-04-03
|
*
rust: Fix ProtoSet and ProtoEntry to use the same DoS limits as C.
Isis Lovecruft
2018-04-02
|
*
rust: Port all C protover_all_supported tests to Rust.
Isis Lovecruft
2018-04-02
|
*
tests: Run all existing protover tests in both languages.
Isis Lovecruft
2018-04-02
|
*
tests: Make inline comments in test_protover.c more accurate.
Isis Lovecruft
2018-04-02
|
*
protover: Change protover_all_supported() to return only unsupported.
Isis Lovecruft
2018-04-02
|
*
rust: Refactor protover::compute_for_old_tor().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor Rust implementation of protover_is_supported_here().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor Rust impl of protover_compute_vote().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor Rust impl of protover_list_supports_protocol_or_later().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor Rust impl of protover_list_supports_protocol().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor Rust impl of protover_all_supported().
Isis Lovecruft
2018-04-02
|
*
rust: Refactor protover tests with new methods; note altered behaviours.
Isis Lovecruft
2018-04-02
|
*
rust: Refactor protover::is_supported_here().
Isis Lovecruft
2018-04-02
|
*
rust: Add new ProtoverVote type and refactor functions to methods.
Isis Lovecruft
2018-04-02
|
*
rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`.
Isis Lovecruft
2018-04-02
|
*
rust: Add new protover::UnvalidatedProtoEntry type.
Isis Lovecruft
2018-04-02
|
*
rust: Add new protover::ProtoEntry type which uses new datatypes.
Isis Lovecruft
2018-04-02
|
*
rust: Add new protover::UnknownProtocol type.
Isis Lovecruft
2018-04-02
|
*
rust: Implement more memory-efficient protover datatype.
Isis Lovecruft
2018-04-02
|
*
rust: Implement error types for Rust protover implementation.
Isis Lovecruft
2018-04-02
*
|
Merge branch 'maint-0.3.3'
Nick Mathewson
2018-04-03
|
\
\
|
|
/
|
/
|
|
*
add a missing word
Nick Mathewson
2018-04-03
|
*
Merge remote-tracking branch 'isis-github/bug24031_r5_squashed_033' into main...
Nick Mathewson
2018-04-03
|
|
\
|
|
*
changes: Add changes file for #24031.
Isis Lovecruft
2018-04-03
|
|
*
rust: Fix ProtoSet and ProtoEntry to use the same DoS limits as C.
Isis Lovecruft
2018-04-02
|
|
*
rust: Port all C protover_all_supported tests to Rust.
Isis Lovecruft
2018-04-02
|
|
*
tests: Run all existing protover tests in both languages.
Isis Lovecruft
2018-04-02
|
|
*
tests: Make inline comments in test_protover.c more accurate.
Isis Lovecruft
2018-04-02
|
|
*
protover: Change protover_all_supported() to return only unsupported.
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor protover::compute_for_old_tor().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor Rust implementation of protover_is_supported_here().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor Rust impl of protover_compute_vote().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor Rust impl of protover_list_supports_protocol_or_later().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor Rust impl of protover_list_supports_protocol().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor Rust impl of protover_all_supported().
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor protover tests with new methods; note altered behaviours.
Isis Lovecruft
2018-04-02
|
|
*
rust: Refactor protover::is_supported_here().
Isis Lovecruft
2018-04-02
|
|
*
rust: Add new ProtoverVote type and refactor functions to methods.
Isis Lovecruft
2018-04-02
|
|
*
rust: Add macro for `impl ToString for {Unvalidated}ProtoEntry`.
Isis Lovecruft
2018-04-02
|
|
*
rust: Add new protover::UnvalidatedProtoEntry type.
Isis Lovecruft
2018-04-02
|
|
*
rust: Add new protover::ProtoEntry type which uses new datatypes.
Isis Lovecruft
2018-04-02
[next]