Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-15 | Extract crypt_path_reference_t into its own header. | Nick Mathewson | |
2018-06-15 | Extract crypt_path_t and relay_crypto_t into their own headers | Nick Mathewson | |
2018-06-15 | Extract circuit_t into its own header | Nick Mathewson | |
2018-06-15 | Extract {or,origin}_circuit_t into their own headers | Nick Mathewson | |
2018-06-15 | Extract connection_t into its own header. | Nick Mathewson | |
Now the entire connection_t hierarchy is extracted from or.h | |||
2018-06-15 | Split or_handshake_{certs,state}_t into their own headers. | Nick Mathewson | |
2018-06-15 | Move or_connection_t to its own header. | Nick Mathewson | |
2018-06-15 | Split listener_connection_t into its own header | Nick Mathewson | |
For once, it's a type that is used almost nowhere else besides the logical place. | |||
2018-06-15 | Split dir_connection_t into its own header | Nick Mathewson | |
2018-06-15 | Split control_connection_t into its own header. | Nick Mathewson | |
This one was actually fairly simple. | |||
2018-06-15 | Split entry and edge_connection_t into their own headers. | Nick Mathewson | |
2018-06-14 | Move dir_server_t into its own header. | Nick Mathewson | |
2018-06-14 | Make server_port_cfg_t and port_cfg_t into separate headers. | Nick Mathewson | |
2018-06-14 | Move entry_port_cfg_t into its own header. | Nick Mathewson | |
2018-06-14 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-14 | Merge remote-tracking branch 'public/bug26258_033' into maint-0.3.3 | Nick Mathewson | |
2018-06-13 | squash! Make sure that the test_rust.sh script fails when a test fails | Nick Mathewson | |
Also make sure that we're actually running the test from within the right cwd, like we do when we're building. This seems necessary to avoid an error when running offline. Amusingly, it appears that we had this bug before: we just weren't noticing it, because of bug 26258. | |||
2018-06-13 | Merge remote-tracking branch 'asn-github/bug26358' | Nick Mathewson | |
2018-06-13 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-13 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-13 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-13 | Merge branch 'bug26158_031' into maint-0.3.1 | Nick Mathewson | |
2018-06-13 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-13 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-13 | Merge branch 'bug25686_diagnostic_032' into maint-0.3.2 | Nick Mathewson | |
2018-06-13 | Merge remote-tracking branch 'rl1987/bug24891' | Nick Mathewson | |
2018-06-13 | Silence warning of relaycell/circbw tst. | George Kadianakis | |
Shouldn't send RELAY_COMMAND_DATA cell with 0 stream id. | |||
2018-06-12 | bump to 0.3.3.7-dev | Nick Mathewson | |
2018-06-12 | bump to 0.3.4.2-alpha-dev | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-12 | Add IPv6 orport address for dannenberg. | Linus Nordberg | |
2018-06-12 | Bump to 0.3.3.7 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-12 | Merge remote-tracking branch 'teor/bug26272-031' into maint-0.3.1 | Nick Mathewson | |
2018-06-12 | Merge remote-tracking branch 'rl1987/bug26283' | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.3.3' | Nick Mathewson | |
2018-06-12 | Merge branch 'maint-0.2.9' into maint-0.3.1 | Nick Mathewson | |
2018-06-11 | bump to 0.3.4.2-alpha | Nick Mathewson | |
2018-06-11 | Several attempts to diagnose ticket 25686 | Nick Mathewson | |
There are a few reasons that relays might be uploading desciptors without saying X-Desc-Gen-Reason: 1. They are running an old version of our software, before 0.3.2.stable. 2. They are not running our software, but they are claiming they are. 3. They are uploading through a proxy that strips X-Desc-Gen-Reason. 4. They somehow had a bug in their software. According to the 25686 data, 1 is the most common reason. This ticket is an attempt to diagnose case 4, or prove that case 4 doesn't actually happen. | |||
2018-06-11 | Update geoip and geoip6 to the June 7 2018 database. | Karsten Loesing | |
2018-06-08 | Merge remote-tracking branch 'mikeperry-github/bug26259' | Nick Mathewson | |
2018-06-08 | Merge branch 'maint-0.3.2' into maint-0.3.3 | Nick Mathewson | |
2018-06-08 | Merge branch 'maint-0.3.1' into maint-0.3.2 | Nick Mathewson | |