aboutsummaryrefslogtreecommitdiff
path: root/scripts/maint/practracker/exceptions.txt
AgeCommit message (Collapse)Author
2019-11-19Split log configuration out of options_act_reversible().Nick Mathewson
2019-11-18Add changes file for #30381.George Kadianakis
2019-11-05practracker: Preserve improvementsteor
2019-11-05practracker: Update the exceptions file with improvementsteor
Regenerate the exceptions file, but only commit the improvements. Includes changes from 32213 and other tickets.
2019-11-05practracker: Rename functions modified by a previous committeor
Part of 32213.
2019-10-24Make 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-18Merge branch 'maint-0.4.2'Nick Mathewson
2019-10-17Bump 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-16Regenerate practracker exceptions file for 0.4.3 progress.Nick Mathewson
2019-10-03Merge remote-tracking branch 'tor-github/pr/1358'Nick Mathewson
2019-10-03control/control: Refactor some error handling codeteor
Split some protocol error handling out of connection_control_process_inbuf(). This refactor reduces the size of a practracker exception. Closes 31840.
2019-09-26Merge remote-tracking branch 'tor-github/pr/1308'Nick Mathewson
2019-09-25Merge branch 'tor-github/pr/1309'George Kadianakis
2019-09-23fix: Ticket #31589AmreshVenugopal
- 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-19Remove practracker exception for microdesc parsing functionNick Mathewson
2019-09-09Merge branch 'tor-github/pr/1264'David Goulet
2019-09-09Merge branch 'ticket30924_042_04_squashed' into ↵Nick Mathewson
ticket30924_042_04_squashed_merged
2019-09-09practracker: Make you happy funny scriptDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-09-05New practracker exceptions for dependency violations in headersNick Mathewson
I've done this manually, since I don't want to override the existing exceptions in this branch.
2019-08-22Merge branch 'ticket30935' into ticket30935_mergedNick Mathewson
2019-08-22Merge branch 'tor-github/pr/1244'David Goulet
2019-08-21Merge branch 'ticket31176' into ticket31176_mergedNick Mathewson
2019-08-20Merge branch 'ticket30914' into ticket30914_mergedNick Mathewson
2019-08-19Merge remote-tracking branch 'tor-github/pr/1224'Nick Mathewson
2019-08-19Merge remote-tracking branch 'mike/bug31356+logs-rebased2' into bug31356_finalGeorge Kadianakis
2019-08-19practracker: Make exceptions.txt happyDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-08-12PractrackerMike Perry
2019-08-08Move the connection_edge_process_relay_cell() assignments out of if ↵Neel
statements in circuit_receive_relay_cell()
2019-08-06practracker: Make it happy after rebaseDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-08-06hs-v3: Add consensus parameters for DoS defensesDavid Goulet
Part of #15516 Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-08-05update exceptions file for depencency violationsNick Mathewson
2019-08-05Ignore 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-05Add exceptions for current .h practracker problems.Nick Mathewson
2019-08-01Regenerate the practracker exceptions.txt fileNick Mathewson
2019-07-25practracker: Make it happing for circuitpadding.cDavid Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-07-24Refactor handling of TestingTorNetworkNick 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-23Changes file for #31113.George Kadianakis
2019-07-04Merge branch 'tor-github/pr/1152'George Kadianakis
2019-07-02Merge remote-tracking branch 'tor-github/pr/1136'Nick Mathewson
2019-06-28begin_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-26Merge branch 'bug30721_squashed'Nick Mathewson
2019-06-26resolve: split sub-functions out of tor_addr_lookup()teor
And remove the practracker exception for tor_addr_lookup(). Cleanup after 30721.
2019-06-26Merge remote-tracking branch 'tor-github/pr/1119'Nick Mathewson
2019-06-25Use structvar to find the types for config vars.Nick Mathewson
2019-06-25stats: add comments about the required chunk structure in extra info filesteor
These comments should prevent future instances of 30958. And allow a larger file in practracker. Follow up after 30958.
2019-06-24stats: Split extrainfo_dump_to_string() into smaller functions.teor
Closes ticket 30956.
2019-06-19Make the great grand practracker happy...David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-06-19Make the great grand practracker happy...David Goulet
Signed-off-by: David Goulet <dgoulet@torproject.org>
2019-06-17Merge remote-tracking branch 'tor-github/pr/1100'Nick Mathewson
2019-06-13practracker: accept an extra line in nt_service_install()teor
Part of 30799.