Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-11 | Merge branch 'maint-0.4.4' | George Kadianakis | |
2020-06-11 | Fold in a changes file and update exceptions.txt. | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-11 | Fix and update unittests. | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-11 | Update functions that load and write the guard state file. | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-11 | Pick guards on the order they were sampled (prop310). | George Kadianakis | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-11 | Refactor some guard state file parsing code into functions. | Florentin Rochet | |
Co-authored-by: Florentin Rochet <florentin.rochet@uclouvain.be> | |||
2020-06-10 | Merge branch 'tor-github/pr/1925' | George Kadianakis | |
2020-06-10 | Bug 30992: Changes file | Mike Perry | |
2020-06-10 | Bug 30992: Update tests | Mike Perry | |
2020-06-10 | Bug 30992: Track a padding machine ctr to reduce race issues. | Mike Perry | |
This tracking of the instantiation count should eliminate race conditions due to starting and stopping machines rapidly. Now, we should no longer obey STOP commands for previous machines. | |||
2020-06-09 | Merge branch 'maint-0.4.4' | Nick Mathewson | |
("Ours" to avoid removal of .enable_practracker_in_hooks) | |||
2020-06-09 | Remove "enable_practracker_in_hooks" for 0.4.4. | Nick Mathewson | |
2020-06-09 | Merge remote-tracking branch 'tor-github/pr/1888/head' | Nick Mathewson | |
2020-06-09 | Add 0.4.4 to list of tor branches used by git scripts. | Nick Mathewson | |
2020-06-09 | Merge branch 'ticket34375' | Nick Mathewson | |
2020-06-09 | Bump version to 0.4.5.0-alpha-devtor-0.4.5.0-alpha-dev | Nick Mathewson | |
2020-06-08 | Update Trunnel for new machine_ctr field. | Mike Perry | |
This field area was memset to 0 in old versions, which the code treats as "match any machine instance", for backward compatibility without a protover bump. | |||
2020-06-08 | scripts/maint: Remove obsolete generated tor.sh | c | |
Per <https://trac.torproject.org/projects/tor/ticket/34381>, these contrib scripts were generated by older versions of Tor and shellcheck will throw warnings if they still exist. | |||
2020-06-05 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-06-05 | Merge branch 'maint-0.4.2' into maint-0.4.3 | Nick Mathewson | |
2020-06-05 | Merge branch 'maint-0.3.5' into maint-0.4.2 | Nick Mathewson | |
2020-06-05 | Update and upgrade Pacman before installing dependencies in AppVeyor. | Alexander Færøy | |
This patch makes sures that AppVeyor upgrades its Pacman (the package manager) before installing the Tor dependencies. See: https://bugs.torproject.org/34384 | |||
2020-06-05 | Merge remote-tracking branch 'tor-github/pr/1920/head' | Nick Mathewson | |
2020-06-05 | Merge remote-tracking branch 'tor-github/pr/1902/head' | Nick Mathewson | |
2020-06-05 | Remove tor.sh from .gitignore | c | |
The files contrib/dist/tor.sh and contrib/dist/suse/tor.sh should not exist anymore, but when building in same repository for older versions of Tor, these files may return and not be cleaned up properly. This commit unignores those files from .gitignore, in order to make it clear that these files are no longer auto-generated and should be cleaned up. | |||
2020-06-05 | Fix some checks of tor_inet_ntoa() return value | rl1987 | |
Also, fix a format string. | |||
2020-06-04 | changes file for ticket 32888 | Nick Mathewson | |
2020-06-04 | Merge remote-tracking branch 'tor-github/pr/1910/head' | Nick Mathewson | |
2020-06-04 | doc: specify C99 coding standards | c | |
Make clear that Tor's C code targets C99 standards. This makes it more explicit what to expect for new code, because guessing from existing code is not always reliable, especially for code that predates the change in standard. | |||
2020-06-04 | config: Styling fix + use fmt_addr() | c | |
Conform to C99 as suggested by nickm on #32888 and use fmt_addr() rather than tor_addr_to_str_dup() | |||
2020-06-03 | Remove 0.4.1 from list of tor branches used by git scripts. | Nick Mathewson | |
2020-06-03 | config: Add interface address debug logging | c | |
Add logging for "the local network interface addresses" as requested by ticket #32888. | |||
2020-06-02 | remove a period from a doxygen heading | Nick Mathewson | |
The other headings don't have periods. | |||
2020-06-02 | Merge branch 'maint-0.4.3' | George Kadianakis | |
2020-06-02 | Merge branch 'tor-github/pr/1909' into maint-0.4.3 | George Kadianakis | |
2020-06-02 | Merge branch 'tor-github/pr/1909' | George Kadianakis | |
2020-06-01 | Merge branch 'maint-0.4.3' | Nick Mathewson | |
2020-06-01 | Merge remote-tracking branch 'tor-github/pr/1905/head' into maint-0.4.3 | Nick Mathewson | |
2020-06-01 | config: Add IPv4 Address config debug logging | c | |
Per ticket #32888 this should address logging "the Address torrc option", "and whether it is an IP address, or a DNS name"; or the detected "local hostname", "and whether it is an IP address, or a DNS name". Some of these details already seem to be logged, so just add what's missing. | |||
2020-05-30 | Preemptive circs should work with UseEntryGuards 0 | Roger Dingledine | |
Resume being willing to use preemptively-built circuits when UseEntryGuards is set to 0. We accidentally disabled this feature with that config setting (in our fix for #24469), leading to slower load times. Fixes bug 34303; bugfix on 0.3.3.2-alpha. | |||
2020-05-28 | Merge branch 'tor-github/pr/1901' | David Goulet | |
2020-05-28 | Merge branch 'maint-0.4.3' | George Kadianakis | |
2020-05-28 | Merge branch 'tor-github/pr/1792' into maint-0.4.3 | George Kadianakis | |
2020-05-28 | changes: Add changes file for ticket 33458 | David Goulet | |
Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-05-28 | hs-v3: Improve accessor semantic of client cached object | David Goulet | |
Add an inline helper function that indicates if the cached object contains a decrypted descriptor or not. The descriptor object is NULL if tor is unable to decrypt it (lacking client authorization) and some actions need to be done only when we have a decrypted object. This improves code semantic. Fixes #33458 Signed-off-by: David Goulet <dgoulet@torproject.org> | |||
2020-05-27 | Merge branch 'tor-github/pr/1898' | George Kadianakis | |
2020-05-27 | Add changes file for ticket #24844 | Neel Chauhan | |
2020-05-27 | Add HS v3 status to the SIGUSR1 dumpstats() | Neel Chauhan | |
2020-05-23 | Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours | Roger Dingledine | |
Bugfix on 0.2.6.3-alpha; fixes bug 34299. | |||
2020-05-21 | Merge remote-tracking branch 'tor-github/pr/1899/head' | Nick Mathewson | |