Commits on Source
21135
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
374b531d
Add `published` line to `@type bridge-network-status` documents.
Aug 25, 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
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
42350968
Drop check for NTE_BAD_KEYSET error
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
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
4e98ec81
Add instructions for building Tor with MSVC.
Sep 09, 2014
a9d24f33
Updated building-tor-msvc.txt
Sep 09, 2014
dd22ab51
Merge remote-tracking branch 'public/bug12700_024' into maint-0.2.5
Sep 09, 2014
619bd43a
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 09, 2014
8eed82b3
Merge remote-tracking branch 'andrea/bug12160_025' into maint-0.2.5
Sep 09, 2014
4af88d68
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 09, 2014
607724c6
Remove support for naming directory authorities
Sep 09, 2014
59f3cce0
Merge branch 'bug12899_squashed'
Sep 09, 2014
8099dee9
Remove dirauth support for the BadDirectory flag
Sep 09, 2014
409a5628
Remove client-side bad directory logic
Sep 09, 2014
1eea7a68
Use S?SIZE_MAX, not S?SIZE_T_MAX
Sep 09, 2014
40b7dfae
Remove now-pointless SIZE_MAX stanza from OpenBSD_malloc_linux
Sep 09, 2014
8e393951
Merge remote-tracking branch 'asn/bug13064'
Sep 09, 2014
01800ea1
Add unittests for finding the third quartile of a set.
Sep 09, 2014
cae44838
Fix issues brought up in nickm's review.
Sep 09, 2014
916d53d6
Mark StrictE{ntry,xit}Nodes as obsolete.
Sep 10, 2014
a9b2e5ea
Merge remote-tracking branch 'public/bug12908_025' into maint-0.2.5
Sep 10, 2014
15a318b4
Refactor pending_cb_message_t into a type with proper functions
Sep 10, 2014
de114587
Turn log loop into a for loop, and "Does this lf want this" into a fn
Sep 10, 2014
6e2ef4bc
Refactor the 'deliver a log message' logic to its own function.
Sep 10, 2014
93dfb120
Remember log messages that happen before logs are configured
Sep 10, 2014
5474d8ae
Merge remote-tracking branch 'public/torrc_minimal'
Sep 10, 2014
e07206af
Merge remote-tracking branch 'yawning/bug_8402'
Sep 10, 2014
3c2c6a61
In routerlist_assert_ok(), check r2 before taking &(r2->cache_info)
Sep 10, 2014
73ee161d
Merge remote-tracking branch 'origin/maint-0.2.5'
Sep 10, 2014
d2463c0c
Avoid overflows and underflows in sscanf and friends
Sep 10, 2014
5126bc2e
Extra tests for tor_memeq and memcmp
Sep 10, 2014
59f9a5c7
Avoid divide by zero and NaNs in scale_array_elements_to_u64
Sep 10, 2014
284cc9a2
Avoid an overflow on negation in format_helper_exit_status
Sep 11, 2014
21,035 additional commits have been omitted to prevent performance issues.
Loading
Loading