Commits on Source
21150
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
ecd16eda
Disallow "*/maskbits" as an address pattern.
Feb 12, 2014
79c875ec
Would-be fix for bug 7733: learn bridge ID from descriptor
May 14, 2014
41d2b4d3
Allow ClientTransportPlugins to use proxies
May 21, 2014
7a18ac74
Fixed the test build with --enable-gcc-warnings
May 21, 2014
cd56b1a8
Remove get_bridge_pt_addrport().
May 21, 2014
1210bdf1
Log the correct proxy type on failure.
May 21, 2014
60ac9f1c
Improve the log message when a transport doesn't support proxies.
May 21, 2014
18c97ad8
Expose parse_client_transport_line() and parse_server_transport_line() for the test suite
Jul 25, 2014
b8b46e8e
Add some mocks needed to unit test ClientTransportPlugin/ServerTransportPlugin config line parsing
Jul 25, 2014
5d81fd25
Add unit test for ClientTransportPlugin/ServerTransportPlugin config line parsing
Jul 25, 2014
4a5164fd
Replace all calls to parse_client_transport_line() or...
Jul 28, 2014
2d4241d5
Merge and refactor redundant parse_client_transport_line() and...
Jul 31, 2014
883dc335
Fix configure script build with autoconf < 2.63
Aug 13, 2014
df99ce23
No longer advertise or negotiate any consensus method before 13.
Aug 15, 2014
908bd4ce
Remove support for generating consensuses with methods <= 9.
Aug 15, 2014
d38aa554
Remove implementation code for all pre-13 consensus methods.
Aug 15, 2014
6a8d2e21
changes file for bug 10163 / proposal 215.
Aug 15, 2014
15be51b4
Remove the non-implemented versions of the sandbox _array() functions
Aug 24, 2014
9222707e
Use the ARRAY_LENGTH macro more consistently.
Aug 24, 2014
72ba1739
Fix another memory leak case in sandbox.c:prot_strings()
Aug 25, 2014
051dd9c4
Remove the assigned-but-unused chosen_named_idx local variable
Aug 25, 2014
374b531d
Add `published` line to `@type bridge-network-status` documents.
Aug 25, 2014
fdb7fc70
Merge remote-tracking branch 'public/bug10163'
Aug 26, 2014
b40ac680
Add the ed25519 ref10 code verbatim from supercop-20140622
Aug 26, 2014
4847136d
Integrate ed25519_ref10 into our build system.
Aug 26, 2014
8594e97c
Add some explicit casts as needed to make ed25519_ref10 compile
Aug 26, 2014
8b36bb92
Add headers as needed to make ed25519_ref10 compile.
Aug 26, 2014
b2acd358
ed25519_ref10: use uint64_t and int64_t, not long long
Aug 26, 2014
c9f30c45
systemd unit file: only allow tor to write to /var/lib/tor and /var/log/tor (
#12751
).
Aug 27, 2014
b4170421
systemd unit file: ensures that the process and all its children can never gain
Aug 27, 2014
a8dd279f
Add changes file for
#12939
.
Aug 27, 2014
9f0161f7
Add changes file for
#12751
.
Aug 27, 2014
9f9b19ed
Initialize crash handler in unit tests
Aug 27, 2014
37a76d75
Resume expanding abbreviations for command-line options
Aug 28, 2014
cc3b04a8
Merge remote-tracking branch 'origin/maint-0.2.5'
Aug 28, 2014
9b2d8c4e
Rename secret_to_key to secret_to_key_rfc2440
Aug 28, 2014
e72a5b3c
Move secret-to-key functionality into a separate module
Aug 28, 2014
4144b455
Always event_del() connection events before freeing them
Aug 29, 2014
b82e166b
restore the sensible part of
ac268a83
Aug 29, 2014
b0138cd0
Merge remote-tracking branch 'public/bug12985_024' into bug12984_025
Aug 29, 2014
d8fe499e
Revert "restore the sensible part of
ac268a83
"
Aug 29, 2014
c887e20e
Introduce full coverage tests for module routerset.c.
Aug 29, 2014
42350968
Drop check for NTE_BAD_KEYSET error
Aug 29, 2014
573d6274
Fix some coverity warnings in new routerset tests
Aug 29, 2014
4a6f5bb2
Improve "Tried to establish rendezvous on non-OR or non-edge circuit"
Aug 29, 2014
d6fa8239
Merge remote-tracking branch 'origin/maint-0.2.5'
Aug 29, 2014
7a878c19
Downgrade "Unexpected onionskin length after decryption" warning
Aug 29, 2014
41058dce
Merge remote-tracking branch 'arma/bug12996b' into maint-0.2.5
Aug 29, 2014
f113a263
Merge remote-tracking branch 'origin/maint-0.2.5'
Aug 29, 2014
c13db1f6
Ticket
#11291
: patch from "anon":
Aug 30, 2014
227b6592
Clean up patch
Aug 30, 2014
6b9016fe
Correct check_private_dir's dir mode
Aug 30, 2014
ae18c081
fix two typos
Aug 30, 2014
7caf7e9f
Make HiddenServiceDirGroupReadable per-hidden-service
Aug 30, 2014
60a3897e
Bounds check while looping over a fixed size table or array
Sep 01, 2014
87f9c51f
Avoid unsigned/sign compare warning from last patch.
Sep 01, 2014
8139db37
Adding changes file.
Sep 01, 2014
67c0ad54
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 01, 2014
efcab439
Fix a number of clang analyzer false-positives
Sep 02, 2014
e3c143f5
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 02, 2014
00ffccd9
Another clang analyzer complaint wrt HT_GENERATE
Sep 02, 2014
57c48bf7
Apply the MALLOC_ZERO_WORKS fixup to tor_realloc as well.
Sep 02, 2014
1a2f2c16
Explicitly initialize addresses in tor_ersatz_socketpair
Sep 02, 2014
07a16b33
Add an assertion to read_file_to_str_until_eof
Sep 02, 2014
9b850f92
Add more assertions to esc_for_log to please the clangalyzer.
Sep 02, 2014
32b88d25
Don't include a backtrace test for dereferencing 0 under analyzers
Sep 02, 2014
44f0dfa5
Use real pointers in unit tests, not (void*)101 etc
Sep 02, 2014
6e4efb55
Fix white space
Sep 02, 2014
a6f2d209
Add Window compatibility note to docs
Sep 02, 2014
a14c6cb7
Make iter for DECLARE_TYPED_DIGESTMAP_FNS be a pointer.
Sep 02, 2014
bce32e0a
Fix more (void*)11 warnings in the tests
Sep 02, 2014
14abf1c3
Don't delay uploading a new desc if bw estimate was 0
Sep 02, 2014
962765a3
Don't list relays w/ bw estimate of 0 in the consensus
Sep 02, 2014
dcb4ee5b
Documenting reject6 and accept6 ExitPolicy entries in manpage.
Sep 02, 2014
d19cbf3a
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 02, 2014
8a79b56a
Divide torrc.sample into torrc.sample and torrc.minimal
Sep 02, 2014
d0113a0c
Fix: typo in torrc.sample.in
Sep 02, 2014
9ab35b0a
Use 'Bytes', not 'B', in torrc.sample.
Sep 02, 2014
72030408
Fix regression nickm pointed out
Sep 03, 2014
0e66edb2
Fix the leaks that valgrind found in the new routerset tests.
Sep 03, 2014
c4d0d30b
Fix some 'dereference-before-null-check' warnings in test_circuitlist.c
Sep 03, 2014
ed8f020e
Fix a couple of small memory leaks on failure cases.
Sep 03, 2014
59e052b8
Remove HiddenServiceDirGroupReadable from or_options_t
Sep 03, 2014
f58cdb3b
Merge remote-tracking branch 'intrigeri/bug12751-systemd-filesystem-sandbox'
Sep 03, 2014
54348201
Merge remote-tracking branch 'intrigeri/bug12939-systemd-no-new-privileges'
Sep 03, 2014
7573e66b
Treat Z_BUF_ERROR as TOR_ZLIB_BUF_FULL when finalizing a zlib buffer
Sep 03, 2014
10fe5bad
Remove the AuthDirRejectUnlisted config option
Sep 04, 2014
83567216
Fix add_fingerprint_to_dir() doc and signature
Sep 04, 2014
b59fd2ef
Fix permissions logic
Sep 04, 2014
39a01780
Correctly update channel local mark when address of incoming connection...
Sep 05, 2014
0f50f5f3
Evaluate TestingDirAuthVoteGuard only after filling all rs elements.
Sep 06, 2014
f551a053
Add cscope generated files to .gitignore.
Sep 08, 2014
781b477b
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 08, 2014
d229025f
Expand the event_mask field in controller conns to 64 bits
Sep 08, 2014
2ecaa59b
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 08, 2014
a3c49ca7
Add more escaped() calls in directory.c
Sep 09, 2014
ad0ae89b
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 09, 2014
8391c960
Clean up the MVSC nmake files so they work again.
Sep 09, 2014
29979082
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 09, 2014
21,050 additional commits have been omitted to prevent performance issues.
Loading
Loading