Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-27 | release: ChangeLog and ReleaseNotes for 0.4.7.7 | Tor CI Release | |
2022-04-27 | fallbackdir: Update list generated on April 27, 2022 | Tor CI Release | |
2022-04-27 | Update geoip files to match ipfire location db, 2022/04/27. | Tor CI Release | |
2022-04-26 | Changes file for bug40598 | Mike Perry | |
2022-04-07 | release: ChangeLog and ReleaseNotes for 0.4.7.6-rc | Tor CI Release | |
2022-04-07 | fallbackdir: Update list generated on April 07, 2022 | Tor CI Release | |
2022-04-07 | Update geoip files to match ipfire location db, 2022/04/07. | Tor CI Release | |
2022-03-28 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-03-28 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-03-28 | Merge branch 'tor-gitlab/mr/556' into maint-0.4.5 | David Goulet | |
2022-03-27 | Sandbox: Permit the clone3 system call | Nick Mathewson | |
Apparently glibc-2.34 uses clone3, when previously it just used clone. Closes ticket #40590. | |||
2022-03-25 | release: ChangeLog and ReleaseNotes for 0.4.7.5-alpha | Tor CI Release | |
2022-03-25 | fallbackdir: Update list generated on March 25, 2022 | Tor CI Release | |
2022-03-25 | Update geoip files to match ipfire location db, 2022/03/25. | Tor CI Release | |
2022-03-24 | Light editing to changes entries for 0.4.7.5-alpha | Nick Mathewson | |
2022-03-16 | hs: Transfer ccontrol from circuit to cpath | David Goulet | |
Once the cpath is finalized, e2e encryption setup, transfer the ccontrol from the rendezvous circuit to the cpath. This allows the congestion control subsystem to properly function for both upload and download side of onion services. Closes #40586 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-15 | relay: Lower DNS Exit-side timeout | David Goulet | |
Introduces two new consensus parameter: exit_dns_timeout: Number of seconds before libevent should consider the DNS request a timeout. exit_dns_num_attempts: Number of attempts that libeven should retry a previously failing query before calling it a timeout. Closes #40312 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-15 | Merge branch 'tor-gitlab/mr/547' | David Goulet | |
2022-03-15 | changes: Add changes file for ticket 40560 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-15 | dns: Wake up a dormant tor with a DNSPort request | David Goulet | |
Fixes #40577 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-14 | Merge branch 'tor-gitlab/mr/546' | David Goulet | |
2022-03-14 | Changes file for #40568 | Mike Perry | |
2022-03-11 | Merge branch 'tor-gitlab/mr/543' | David Goulet | |
2022-03-10 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-03-10 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-03-10 | hs: Schedule mainloop event on dirinfo change | David Goulet | |
Due to a possible Guard subsystem recursion, when the HS client gets notified that the directory information has changed, it must run it in a seperate mainloop event to avoid such issue. See the ticket for more information on the recursion. This also fixes a fatal assert. Fixes #40579 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-09 | hs: Don't BUG() when setting up RP congestion control | David Goulet | |
It is possible to not have the descriptor anymore by the time the rendezvous circuit opens. Don't BUG() on that. Instead, when sending the INTRODUCE1 cell, make sure the descriptor we have (or have just fetched) matches what we setup in the rendezvous circuit. If not, the circuit is closed and another one is opened for a retry. Fixes #40576 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-09 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-03-08 | hs: Fix multiple port label on single metric | David Goulet | |
Prometheus needs unique labels and so this bug was causing an onion service with multiple ports to have multiple "port=" label for the metrics requiring a port label. Fixes #40581 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-03-08 | hs: Fix multiple port label on single metric | David Goulet | |
Prometheus needs unique labels and so this bug was causing an onion service with multiple ports to have multiple "port=" label for the metrics requiring a port label. Fixes #40581 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-02-25 | release: ChangeLog and ReleaseNotes for 0.4.7.4-alpha | Tor CI Release | |
2022-02-25 | fallbackdir: Update list generated on February 25, 2022 | Tor CI Release | |
2022-02-25 | Update geoip files to match ipfire location db, 2022/02/25. | Tor CI Release | |
2022-02-23 | Merge branch 'tor-gitlab/mr/488' | David Goulet | |
2022-02-22 | Add changes file | Mike Perry | |
2022-02-16 | Merge branch 'tor-gitlab/mr/531' | David Goulet | |
2022-02-16 | dirauth: Reject EOL 0.3.5.x relays | David Goulet | |
Closes #40559 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-02-14 | dns: Do not trigger overload general on DNS timeout | David Goulet | |
This was missed in #40527 when the DNS timeout overload general signal was removed. Closes #40564 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-02-08 | kist: Don't try to flush empty outbuf | David Goulet | |
It is possible that a scheduled channel ended up with 0 bytes in its outbuf after the scheduling loop and having an outbuf table entry indicating that we need to flush bytes on the wire after the loop. This lead to attempt to write 0 bytes up to the TLS layer that would prevent such action. All in all, this fixes wasted CPU cycles on attempting to flush nothing. Fixes #40548 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-02-07 | Add a changes file for exit notice redesign (40529) | Nick Mathewson | |
2022-02-04 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-02-04 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-02-04 | fallbackdir: Update list generated on February 04, 2022 | Tor CI Release | |
2022-02-04 | Update geoip files to match ipfire location db, 2022/02/04. | Tor CI Release | |
2022-02-04 | Update geoip files to match ipfire location db, 2021/12/15. | Tor CI Release | |
2022-02-04 | fallbackdir: Update list generated on December 15, 2021 | Tor CI Release | |
2022-02-03 | changes: Remove uneeded file due to empty merge forward | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2022-02-03 | Merge branch 'maint-0.4.6' | David Goulet | |
2022-02-03 | Merge branch 'maint-0.4.5' into maint-0.4.6 | David Goulet | |
2022-02-03 | hs: Double quote the metrics label value | David Goulet | |
Fixes #40552 Signed-off-by: David Goulet <dgoulet@torproject.org> |