mikeperry-tor / tor Public
forked from torproject/tordroptimeouts
Commits on Jun 22, 2020
-
Relocate CBT event to control_events.c
Needed to satisfy practracker.
-
Commits on Jun 12, 2020
-
fixup! Mark state file dirty upon DROPTIMEOUTS command
Hrm this arg is very poorly documented. I think 0 actually means 'now'.
-
Commits on Jun 8, 2020
-
Provide a DROPTIMEOUTS command to drop CBT times
This allows us to reset CBT when we change guards in fixed-guards onionperf instances (#33325 and children).
Commits on Jun 5, 2020
-
-
-
-
Update and upgrade Pacman before installing dependencies in AppVeyor.
This patch makes sures that AppVeyor upgrades its Pacman (the package manager) before installing the Tor dependencies. See: https://bugs.torproject.org/34384
-
-
-
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.
-
Fix some checks of tor_inet_ntoa() return value
Also, fix a format string.
Commits on Jun 4, 2020
-
-
-
doc: specify C99 coding standards
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.
-
config: Styling fix + use fmt_addr()
Conform to C99 as suggested by nickm on #32888 and use fmt_addr() rather than tor_addr_to_str_dup()
Commits on Jun 3, 2020
-
config: Add interface address debug logging
Add logging for "the local network interface addresses" as requested by ticket #32888.
Commits on Jun 2, 2020
-
remove a period from a doxygen heading
The other headings don't have periods.
-
-
-
Commits on Jun 1, 2020
-
-
config: Add IPv4 Address config debug logging
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.
Commits on May 30, 2020
-
Preemptive circs should work with UseEntryGuards 0
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.
Roger Dingledine committedMay 30, 2020
Commits on May 28, 2020
-
-
-
-
changes: Add changes file for ticket 33458
Signed-off-by: David Goulet <dgoulet@torproject.org>
-
hs-v3: Improve accessor semantic of client cached object
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>
Commits on May 27, 2020
Commits on May 23, 2020
-
Man page: MinUptimeHidServDirectoryV2 defaults to 96 hours
Bugfix on 0.2.6.3-alpha; fixes bug 34299.
Roger Dingledine committedMay 23, 2020