Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-19 | Split log configuration out of options_act_reversible(). | Nick Mathewson | |
2019-11-18 | Add changes file for #30381. | George Kadianakis | |
2019-11-05 | practracker: Preserve improvements | teor | |
2019-11-05 | practracker: Update the exceptions file with improvements | teor | |
Regenerate the exceptions file, but only commit the improvements. Includes changes from 32213 and other tickets. | |||
2019-11-05 | practracker: Rename functions modified by a previous commit | teor | |
Part of 32213. | |||
2019-10-24 | Make foo_validate() functions call config_validate(). | Nick Mathewson | |
The former foo_validate() functions are now toplevel legacy_validate_fn callbacks. The new foo_validate() functions now call them. This change lets us remove the old shared_random disk state validation callback entirely. | |||
2019-10-18 | Merge branch 'maint-0.4.2' | Nick Mathewson | |
2019-10-17 | Bump practracker exception limit for process_win32_exec(). | Alexander Færøy | |
I have added a larger comment there and one line of code, so I think this bump is reasonable. See: https://bugs.torproject.org/31810 | |||
2019-10-16 | Regenerate practracker exceptions file for 0.4.3 progress. | Nick Mathewson | |
2019-10-03 | Merge remote-tracking branch 'tor-github/pr/1358' | Nick Mathewson | |
2019-10-03 | control/control: Refactor some error handling code | teor | |
Split some protocol error handling out of connection_control_process_inbuf(). This refactor reduces the size of a practracker exception. Closes 31840. | |||
2019-09-26 | Merge remote-tracking branch 'tor-github/pr/1308' | Nick Mathewson | |
2019-09-25 | Merge branch 'tor-github/pr/1309' | George Kadianakis | |
2019-09-23 | fix: Ticket #31589 | AmreshVenugopal | |
- The function `decrypt_desc_layer` has a cleaner interface. - `is_superencrypted_layer` changed from `int` -> `bool` [ticket details](https://trac.torproject.org/projects/tor/ticket/31589) add(changes/*): changes file fix(src/features/hs): is_superencrypted changed from `int` -> `bool` fix(changes/ticket31589): header add(changes/ticket31589): subsystem(onion services) to change | |||
2019-09-19 | Remove practracker exception for microdesc parsing function | Nick Mathewson | |
2019-09-09 | Merge branch 'tor-github/pr/1264' | David Goulet | |
2019-09-09 | Merge branch 'ticket30924_042_04_squashed' into ↵ | Nick Mathewson | |
ticket30924_042_04_squashed_merged | |||
2019-09-09 | practracker: Make you happy funny script | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-09-05 | New practracker exceptions for dependency violations in headers | Nick Mathewson | |
I've done this manually, since I don't want to override the existing exceptions in this branch. | |||
2019-08-22 | Merge branch 'ticket30935' into ticket30935_merged | Nick Mathewson | |
2019-08-22 | Merge branch 'tor-github/pr/1244' | David Goulet | |
2019-08-21 | Merge branch 'ticket31176' into ticket31176_merged | Nick Mathewson | |
2019-08-20 | Merge branch 'ticket30914' into ticket30914_merged | Nick Mathewson | |
2019-08-19 | Merge remote-tracking branch 'tor-github/pr/1224' | Nick Mathewson | |
2019-08-19 | Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_final | George Kadianakis | |
2019-08-19 | practracker: Make exceptions.txt happy | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-08-12 | Practracker | Mike Perry | |
2019-08-08 | Move the connection_edge_process_relay_cell() assignments out of if ↵ | Neel | |
statements in circuit_receive_relay_cell() | |||
2019-08-06 | practracker: Make it happy after rebase | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-08-06 | hs-v3: Add consensus parameters for DoS defenses | David Goulet | |
Part of #15516 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-08-05 | update exceptions file for depencency violations | Nick Mathewson | |
2019-08-05 | Ignore regular cells in padding circuits. | George Kadianakis | |
Padding circuits were regular cells that got closed before their padding machine could finish. This means that they can still receive regular cells from their past life, but they have no way or reason to answer them anymore. Hence let's ignore them before they even get to the proper subsystems. | |||
2019-08-05 | Add exceptions for current .h practracker problems. | Nick Mathewson | |
2019-08-01 | Regenerate the practracker exceptions.txt file | Nick Mathewson | |
2019-07-25 | practracker: Make it happing for circuitpadding.c | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-07-24 | Refactor handling of TestingTorNetwork | Nick Mathewson | |
Previously, when TestingTorNetwork was set, we would manually adjust the initvalue members of a bunch of other config_var_t, and then re-run the early parts or parsing the options. Now we treat the initvalue fields as immutable, but instead assign to them in options_init(), as early as possible. Rather than re-running the early parts of options, we just re-call the options_init_from_string() function. This patch de-kludges some of our code pretty handily. I think it could later handle authorities and fallbacks, but for now I think we should leave those alone. | |||
2019-07-23 | Changes file for #31113. | George Kadianakis | |
2019-07-04 | Merge branch 'tor-github/pr/1152' | George Kadianakis | |
2019-07-02 | Merge remote-tracking branch 'tor-github/pr/1136' | Nick Mathewson | |
2019-06-28 | begin_cell_parse(): Add an assertion to please coverity. | Nick Mathewson | |
Coverity doesn't understand that if begin_cell_parse() returns 0 and sets is_begindir to 0, its address field will always be set. Fixes bug 30126; bugfix on 0.2.4.7-alpha; Fixes CID 1447296. | |||
2019-06-26 | Merge branch 'bug30721_squashed' | Nick Mathewson | |
2019-06-26 | resolve: split sub-functions out of tor_addr_lookup() | teor | |
And remove the practracker exception for tor_addr_lookup(). Cleanup after 30721. | |||
2019-06-26 | Merge remote-tracking branch 'tor-github/pr/1119' | Nick Mathewson | |
2019-06-25 | Use structvar to find the types for config vars. | Nick Mathewson | |
2019-06-25 | stats: add comments about the required chunk structure in extra info files | teor | |
These comments should prevent future instances of 30958. And allow a larger file in practracker. Follow up after 30958. | |||
2019-06-24 | stats: Split extrainfo_dump_to_string() into smaller functions. | teor | |
Closes ticket 30956. | |||
2019-06-19 | Make the great grand practracker happy... | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-19 | Make the great grand practracker happy... | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-06-17 | Merge remote-tracking branch 'tor-github/pr/1100' | Nick Mathewson | |
2019-06-13 | practracker: accept an extra line in nt_service_install() | teor | |
Part of 30799. |