Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-02 | Travis: Set pipefail | teor | |
2019-12-01 | Merge remote-tracking branch 'tor-github/pr/1574' | teor | |
2019-11-29 | control: Update an outdated function comment | teor | |
Cleanup after 31531. | |||
2019-11-29 | control: Remove an unused function return value | teor | |
Cleanup after 31531. | |||
2019-11-29 | control: Rename a function variable | teor | |
Cleanup after 31531. | |||
2019-11-29 | control: Remove an unnecessary header in control_events.h | teor | |
And replace it with a struct forward declaration. Also, move all the headers in the file before the forward declaration. Cleanup after 31531. | |||
2019-11-27 | Merge branch 'tor-github/pr/1573' | George Kadianakis | |
2019-11-27 | hs: Add changes file for 32020 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-27 | test: Add unit tests for closing intro circ on failure | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-27 | hs-v3: Remove unused hs_service_intro_circ_has_closed() | David Goulet | |
Since the removal of ip->circuit_established, this function does litterally nothing so clean it up. Part of #32020 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-27 | hs-v3: Give a cleanup type to hs_circ_cleanup() | David Goulet | |
By centralizing the circuit cleanup type that is: on close, free and repurpose, some actions on the circuit can not happen for a certain cleanup type or for all types. This passes a cleanup type so the HS subsystem (v2 and v3) can take actions based on the type of cleanup. For instance, there is slow code that we do not run on a circuit close but rather only on free. Part of #32020 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-27 | hs-v3: Note client intro circuit failure | David Goulet | |
Report back to the v3 subsystem any introduction point client circuit failure so they can be noted down in the failure cache. Fixes #32020 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-27 | hs-v2: Modernize rend_client_circuit_cleanup() code | David Goulet | |
Old and messy code path. Structure it in a more pleasant and readable way. No behavior change with this refactor. Part of #32020 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-26 | Make control_event_conf_changed() take a config_line_t | Neel Chauhan | |
2019-11-26 | If statements to getresuid() and getresgid() in setuid.c shouldn't have an ↵ | Neel Chauhan | |
extra space | |||
2019-11-26 | practracker/includes.py: Don't read editor temp files | teor | |
(Or any files that start with "." or "#".) Obviously correct changes to already-reviewed code. | |||
2019-11-26 | Merge remote-tracking branch 'tor-github/pr/1564' | teor | |
2019-11-26 | Makefile: Fix more targets for out-of-tree builds | teor | |
Support callgraph and rectify-includes in out-of-tree builds. Part of 32522. | |||
2019-11-26 | crypt_ops: Fix some weird macro spacing | teor | |
2019-11-26 | Code Style: Remove double newlines in win32/orconfig.h | teor | |
There's no reason for them to be in there. Part of 32522. | |||
2019-11-26 | check-spaces: Fix an outdated comment | teor | |
2019-11-26 | test/controller: Stop including a ".c" source file | teor | |
Part of 32522. | |||
2019-11-26 | practracker: Fix a typo in a logging function call | teor | |
Obviously correct changes to already-reviewed code. | |||
2019-11-26 | test: Fix a python double-space | teor | |
2019-11-25 | configure: reject Python 2. | Nick Mathewson | |
Python 2 will be end-of-life as of 1 Jan 2020, so we can finally stop supporting it. As a first step, we should make our configure script stop accepting python 2 as something acceptable to run our tests with. Closes ticket 32608. | |||
2019-11-25 | Merge branch 'stream-socks-auth' into bug19859_merged | Nick Mathewson | |
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
Merge tor_free() notes with whitespace fixes. | |||
2019-11-25 | CodingStandards: Use consistent spacing | teor | |
* 2 newlines before ====== headers * 1 newline before ------ headers | |||
2019-11-25 | Merge branch 'maint-0.4.2' | teor | |
2019-11-25 | Merge branch 'maint-0.4.1' into maint-0.4.2 | teor | |
2019-11-25 | Merge branch 'maint-0.4.0' into maint-0.4.1 | teor | |
2019-11-25 | Merge branch 'maint-0.3.5' into maint-0.4.0 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1396' into maint-0.4.0 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1464' into maint-0.3.5 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1422' into maint-0.3.5 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1405' into maint-0.3.5 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1395' into maint-0.3.5 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1394' into maint-0.3.5 | teor | |
2019-11-25 | Merge remote-tracking branch 'tor-github/pr/1557' | teor | |
2019-11-25 | CodingStandards: Use the correct changes file format | teor | |
And remove a duplicate description of the format. Obviously correct changes to documentation. | |||
2019-11-23 | rename_c_identifier: don't crash when doing only one replacement. | Nick Mathewson | |
2019-11-22 | Fix a low-impact memory leak in options_act_reversible() | Nick Mathewson | |
Found by Coverity as CID 1455953 Fixes bug 32575; bug not in any released Tor. | |||
2019-11-21 | ht.h: improve documentation for HT_NEXT_RMV. | Nick Mathewson | |
2019-11-21 | Merge branch 'ticket32209' | Nick Mathewson | |
2019-11-21 | config.md: suggestions from teor | Nick Mathewson | |
2019-11-21 | Merge branch 'reversible_3' | Nick Mathewson | |
2019-11-21 | Merge branch 'tor-github/pr/1555' | George Kadianakis | |
2019-11-21 | hs-v3: Add changes file for ticket #30382 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2019-11-21 | hs-v3: Return bad address SOCKS5 extended error | David Goulet | |
If ExtendedErrors is set for the SocksPort, an invalid .onion address now returns the 0xF6 error code per prop304. Closes #30022 Signed-off-by: David Goulet <dgoulet@torproject.org> |