Commits on Source
20431
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
ce7fd6e1
Stop crashing when a NULL filename is passed to file_status()
Nov 08, 2014
fd7e9e90
Stop failing when key files are zero-length
Nov 08, 2014
1ac3b744
Use PrivateDevices instead of DeviceAllow
Nov 28, 2014
9c933b36
Use ProtectHome instead of InaccessibleDirectories
Nov 28, 2014
0c73bcd3
Prefix ReadWriteDirectories with a "-" so if they don't exist it's not an error
Nov 28, 2014
5bdf12ca
Add ProtectSystem = full
Nov 28, 2014
6a9cae2e
Fix clang warning, IPv6 address comment, buffer size typo
Dec 20, 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
8d59ddf3
Commit second draft of Jake's SOCKS5-over-AF_UNIX patch. See ticket
#12585
.
Jan 07, 2015
90db3944
Downgrade warnings about extrainfo incompatibility when reading cache
Jan 07, 2015
f8baa40c
GETINFO bw-event-cache to get information on recent BW events
Jan 07, 2015
ceed53c3
Merge branch 'ticket14128_squashed'
Jan 07, 2015
c6451e4c
Refactor...
Jan 07, 2015
48633c07
Rename is_tcp in connection_listener_new(), since AF_UNIX means SOCK_STREAM no longer implies TCP
Jan 07, 2015
2ca1c386
Bring sanity to connection_listener_new()
Jan 07, 2015
a3bcde36
Downgrade open/close log message for SocksSocket
Jan 07, 2015
71f40960
Unconfuse coverity when it sees the systemd headers
Jan 07, 2015
6f171003
fix new mingw64 compilation warnings
Jan 08, 2015
90528741
Avoid attempts to double-remove edge connections from the DNS resolver.
Jan 08, 2015
33df3e37
Allow two ISO times to appear in EntryGuardDownSince.
Jan 09, 2015
69df16e3
Rewrite the logic for deciding when to drop old/superseded certificates
Jan 09, 2015
0729b2be
Add support for a default list of paths and passing '0' to disable it to parse_unix_socket_config()
Jan 09, 2015
78956f5d
Document disable option for ControlSocket and SocksSocket
Jan 09, 2015
5ac26cb7
Fix a minor misspelling in util.c
Jan 10, 2015
c200ab46
Merge branch 'bug14001-clang-warning' into bug13111-empty-key-files-fn-empty
Jan 10, 2015
debd7862
Test that tor correctly handles zero-length keys
Jan 10, 2015
f8ffb57b
Merge branch 'master' of
https://git.torproject.org/tor
into bug13111-empty-key-files-fn-empty
Jan 10, 2015
e136606f
Smaller RendPostPeriod on test networks
Jan 10, 2015
f9d57473
Create TestingDirAuthVoteHSDir like TestingDirAuthVoteExit/Guard
Jan 10, 2015
ac2f90ed
Speed up hidden service bootstrap by reducing the initial post delay
Jan 10, 2015
c83d8381
Implement proposal 227-vote-on-package-fingerprints.txt
Jan 10, 2015
ddfdeb56
More documentation for proposal 227 work
Jan 10, 2015
53ecfba2
Merge remote-tracking branch 'teor/fix-typos'
Jan 10, 2015
740e5927
Ignore warning for redundant decl in openssl/srtp.h
Jan 10, 2015
dc25fb73
Better workaround for CFLAGS issues from
#14072
; fixes
#14162
Jan 10, 2015
b2663298
Fix tortls.c build with GCC<4.6
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
b08cfc65
Don't crash on torrc Vi[rtualAddrNetworkIPv[4|6]] with no option value
Jan 11, 2015
7b51667d
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 11, 2015
180ecd6a
Merge remote-tracking branch 'teor/nickm-bug13401'
Jan 11, 2015
b1791872
send PID of the main daemon to supervisor
Jan 11, 2015
2aa2d0a1
send more details about daemon status to supervisor
Jan 11, 2015
a8999acc
fix and enable systemd watchdog
Jan 11, 2015
8db15960
changes file for 14141
Jan 11, 2015
e009c2da
Fix unused-parameter warning in systemd_watchdog_callback
Jan 11, 2015
c98e075e
Merge remote-tracking branch 'candrews/issue13805'
Jan 11, 2015
96a407a2
systemd changes for 13805 as recommened by Tomasz on that ticket.
Jan 11, 2015
3f39daa6
changes file for bug13805
Jan 11, 2015
70b39374
Fix build on systemdless systems
Jan 11, 2015
2dac77c0
Actually remove LOCALSTATEDIR@/run/tor line from tor.service.in
Jan 11, 2015
c9dd2d1a
Merge remote-tracking branch 'public/bug14129_024' into maint-0.2.5
Jan 12, 2015
2d123efe
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 12, 2015
8df35a0c
src/common/compat_libevent.h: include testsupport.h
Jan 12, 2015
b0c32106
If libsystemd-daemon.pc is not found, look for libsystemd
Jan 12, 2015
62f297ff
Kill duplicated code in connection_listener_new()
Jan 12, 2015
3033ba9f
When OOM, free cached hidden service descriptors too.
Jan 12, 2015
c2e200ce
Merge branch 'bug13806_squashed'
Jan 12, 2015
cacea910
reindent cell_queues_check_size()
Jan 12, 2015
2edfdc02
Merge remote-tracking branch 'teor/bug13111-empty-key-files-fn-empty'
Jan 12, 2015
f50068b1
Fix default list handling for parse_unix_socket_config(); avoid clearing whole pre-existing list
Jan 12, 2015
20,331 additional commits have been omitted to prevent performance issues.
Loading
Loading