- Aug 09, 2019
-
-
teor authored
Delete src/or/buffers.c which was fixup'ed in 0.2.9 but moved in 0.3.5. The 0.2.9 fix is not required for the 0.3.5 patch. Resolves merge conflict caused by 30041.
-
teor authored
-
teor authored
-
teor authored
-
-
teor authored
-
teor authored
-
teor authored
-
-
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
- Aug 08, 2019
-
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
teor authored
-
Nick Mathewson authored
-
Nick Mathewson authored
Fixes bug 31374; bugfix on 0.2.9.1-alpha.
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
-
Nick Mathewson authored
My previous fix removed a comparison, which would have caused us to warn about every skew instead of skews of over an hour.
-
teor authored
Merge changed chutney and stem script lines from 29280 with changed stem script lines from 30591.
-
teor authored
Merge rust additions in 0.3.5 with sudo deletions in 0.2.9.
-
teor authored
-
teor authored
-
teor authored
-
- Aug 06, 2019
-
-
Nick Mathewson authored
-
Nick Mathewson authored
On some windows builds, time_t is 64 bits but long is not. This is causing appveyor builds to fail. Also, one of our uses of labs() on time_t was logically incorrect: it was telling us to accept NETINFO cells up to three minutes _before_ the message they were responding to, which doesn't make sense. This patch adds a time_abs() function that we should eventually move to intmath.h or something. For now, though, it will make merges easier to have it file-local in channeltls.c. Fixes bug 31343; bugfix on 0.2.4.4-alpha.
-
- Jul 01, 2019
-
-
Nick Mathewson authored
-
teor authored
And add some comments about stem Part of 29280.
-
teor authored
-
teor authored
Linux is the first item in the os matrix, so we don't need to specify it under matrix: include: . Part of 29280.
-
teor authored
Part of 29280.
-
teor authored
Part of 29280.
-
teor authored
Also filter out stem's SocketClosed logs, and fix some nearby comments. Part of 30591.
-
- Jun 28, 2019
-
-
teor authored
Replace the 157 fallbacks originally introduced in Tor 0.3.5.6-rc in December 2018 (of which ~122 were still functional), with a list of 148 fallbacks (70 new, 78 existing, 79 removed) generated in June 2019. Closes ticket 28795. Note that we created extra lists from DE and US, but they didn't add any more fallbacks when we tried to merge them.
-