Commits on Source
20347
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
e02138eb
Introduce the Tor2webRendezvousPoints torrc option.
Sep 15, 2014
3e7c5e9f
Block circuit canibalization when Tor2webRendezvousPoints is active.
Sep 15, 2014
24a77269
Implement Tor2webRendezvousPoints functionality.
Sep 15, 2014
6c512d2f
Fix a tor2web log message that referenced the wrong configure switch.
Sep 15, 2014
532ab7e1
Move some useful unittest functions to a testhelper.c file.
Sep 15, 2014
a72b9267
Fix up testhelper to be used by the entryguard unittests.
Sep 15, 2014
bc80b0a5
Write some unittests for Tor2webRendezvousPoints.
Sep 15, 2014
a77e44d8
Add changes file for Tor2webRendezvousPoints.
Sep 15, 2014
d9968dd0
Scrub from logs the name of the RP we picked.
Sep 22, 2014
2e168566
Fix a comment typo.
Sep 23, 2014
c00b3979
Split dirinfo_type_t computation into a new function
Sep 23, 2014
f591a4d9
Remove a needless if (1)
Sep 23, 2014
f752093e
Re-enable last resort attempt to get via tor.
Sep 23, 2014
29f15a97
Make router_pick_directory_server respect PDS_NO_EXISTING_*
Sep 23, 2014
21d5dbd4
Refactor initiate_descriptor_downloads() to be safer
Sep 23, 2014
5ed5ac18
Send more descriptor requests per attempt when using tunneled connections
Sep 23, 2014
bb137e23
Unit tests for router download functions.
Sep 23, 2014
cae0e7b0
fixup! Make router_pick_directory_server respect PDS_NO_EXISTING_*
Sep 23, 2014
06bda506
fixup! Download microdescriptors if you're a cache
Sep 23, 2014
02464694
fixup! Send more descriptor requests per attempt when using tunneled connections
Sep 23, 2014
482e3cfa
fixup! Unit tests for router download functions.
Sep 23, 2014
55b21b36
fixup! Make router_pick_directory_server respect PDS_NO_EXISTING_*
Sep 23, 2014
0fdfdae7
fixup! Refactor initiate_descriptor_downloads() to be safer
Sep 23, 2014
055ad9c5
fixup! Send more descriptor requests per attempt when using tunneled connections
Sep 23, 2014
6523eff9
Send long URLs when requesting ordinary server descriptors too.
Sep 23, 2014
fa80983e
fixup! Unit tests for router download functions.
Sep 29, 2014
ac9b0a31
Try to make max_dl_per_request a bit smarter
Sep 29, 2014
fb91d647
Downgrade 'invalid result from curve25519 handshake: 4' warning
Oct 16, 2014
5bcf9522
Check more thoroughly for unlogged OpenSSL errors
Nov 02, 2014
63443451
Add correctness assertions for hashtable iteration
Nov 06, 2014
74cd5751
New option "HiddenServiceAllowUnknownPorts"
Jan 03, 2015
b06b783f
Tolerate relative paths for torrc files with RunAsDaemon
Jan 04, 2015
93960054
Remove a check for an ancient bad dirserver fingerprint
Jan 06, 2015
14dedff0
Drop assumption that get_torrc_fname() can't return NULL.
Jan 06, 2015
6bb31cba
New option "--disable-system-torrc" to not read torrc from etc
Jan 06, 2015
b56c7614
When closing circs build through a new guard, only close local ones
Jan 07, 2015
da26bb64
Turn entry_guards_changed constants into symbolic constants
Jan 07, 2015
fb68f507
Lower the delay before saving guard status to disk
Jan 07, 2015
90db3944
Downgrade warnings about extrainfo incompatibility when reading cache
Jan 07, 2015
69df16e3
Rewrite the logic for deciding when to drop old/superseded certificates
Jan 09, 2015
c83d8381
Implement proposal 227-vote-on-package-fingerprints.txt
Jan 10, 2015
ddfdeb56
More documentation for proposal 227 work
Jan 10, 2015
fc283155
Split the rewrite part of rewrite-and-attach
Jan 10, 2015
cd6a57e3
Move stream-closing out of rewrite code
Jan 10, 2015
715fdfcb
document rewrite_result_t and export for testing
Jan 10, 2015
bba995e6
Begin writing unit tests for rewrite code
Jan 12, 2015
2e1ed081
Actually set *expires_out in addressmap_rewrite.
Jan 13, 2015
05a80bb4
More unit tests for rewriting entry connection addresses
Jan 13, 2015
6cbe016c
Fix memory leaks in entryconn tests.
Jan 13, 2015
f2fb85f9
Remove needless strdup in addressmap_register_virtual_address()
Jan 13, 2015
ab6bd78e
(Disabled, failing) test for the bug in 7555.
Jan 13, 2015
9d0fab98
Allow MapAddress and Automap to work together
Jan 13, 2015
73ccf0b3
Uncomment a test
Jan 13, 2015
73d1d153
remove needless AllowDotExit in test_entryconn_rewrite_mapaddress_automap_onion2
Jan 13, 2015
03f783c0
remove a bogus comment
Jan 13, 2015
b72acd72
More tests as suggested by rl1987
Jan 14, 2015
1686f81a
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 14, 2015
3668a412
Merge remote-tracking branch 'public/bug13397'
Jan 14, 2015
45bc5a07
Restrict sample values of the Laplace distribution to int64_t.
Jan 15, 2015
25e7821b
unittests: Change some tt_assert()s to tt_int_op()s.
Jan 15, 2015
354ddf87
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
Jan 15, 2015
f7bb60e2
Add comments in rendclient.c noting that certain functions involved in...
Jan 15, 2015
88e36eaf
Fix the checkdir/perms test when umask==077
Jan 15, 2015
52d6cb03
Merge remote-tracking branch 'andrea/bug12194_alt'
Jan 15, 2015
660a35d9
fix typo
Jan 15, 2015
bb56fd1f
unittests: use tt_i64_op() instead of tt_int_op() in laplace tests.
Jan 15, 2015
3368b0c9
Add string for IP_NOW_REDUNDANT in circuit_end_reason_to_control_string
Jan 15, 2015
746bb558
Ignore warning for redundant decl in openssl/srtp.h
Jan 15, 2015
d807c7c8
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 15, 2015
2329d9fe
Fix a compilation warning in the unit tests
Jan 15, 2015
f444f2b1
Split client-specific and server-specific parts of port_cfg_t
Jan 16, 2015
58d17add
Combine entry_port_cfg_t fields in listener_connection_t
Jan 16, 2015
13dac5e4
Move entry_port_cfg_t fields in entry_connection_t
Jan 16, 2015
49bdfbab
Replace field-by-field copy with memcpy for entry_port_cfg
Jan 16, 2015
15dd6906
changes file for bug 8546
Jan 16, 2015
4b23b398
Merge branch 'bug8546_squashed'
Jan 16, 2015
bbad23bf
No, client-side DNS cacheing should not be on by default.
Jan 16, 2015
485fdcf8
Unify parse_unix_socket_config and parse_port_config
Jan 16, 2015
31838bd7
changes suggested by weasel
Jan 16, 2015
ffa4ed8d
changes file for
93960054
Jan 16, 2015
ba17cdfb
fix another mingw64 unit test warnin
Jan 16, 2015
dcf8cdda
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 18, 2015
79e12da8
Merge remote-tracking branch 'public/bug12485'
Jan 18, 2015
54e4aaf5
Fix memory leak in connection_ap_handshake_rewrite_and_attach()
Jan 18, 2015
ceb6dee4
Increase limit for status vote download size by a factor of 5.
Jan 18, 2015
efdac2a6
Merge remote-tracking branch 'public/bug14261_025'
Jan 18, 2015
9407040c
Do not replace a HS descriptor with a different replica of itself
Jan 18, 2015
fae72a8d
Merge remote-tracking branch 'public/bug14219_025'
Jan 18, 2015
5aa55a13
Remove the unused rend_cache_entry_t->received field.
Jan 18, 2015
63765399
Merge remote-tracking branch 'public/ticket13037'
Jan 18, 2015
b3c1152b
Fix: close intro circuit if no more intro points are usable
Jan 19, 2015
b5525476
Fix: close intro circuit if no more intro points are usable
Jan 19, 2015
758d7713
Add a bunch of new comments to explain connection_ap_rewrite{,_and_attach}
Jan 19, 2015
1053af0b
Merge branch 'bug7555_v2_squashed'
Jan 19, 2015
a8dd9302
Replace a 4 with a 6; fix a bug that nobody noticed :/
Jan 19, 2015
f92b01b9
Remove a now-needless testing workaround.
Jan 19, 2015
2e8b8c86
Make check-spaces happier.
Jan 19, 2015
061682c8
Some days I just can't C.
Jan 19, 2015
78c53eff
Fix SocksSocket 0. That was easy!
Jan 20, 2015
20,247 additional commits have been omitted to prevent performance issues.
Loading
Loading