Commits on Source
20480
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
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
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
fc62721b
Fix version number parsing to allow 2- and 3-part versions.
Nov 05, 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
734ba5cb
Use smaller zlib objects when under memory pressure
Nov 17, 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
6830667d
Increase bandwidth usage report interval to 4 hours.
Dec 22, 2014
8ef6cdc3
Prevent changes to other options from removing . from AutomapHostsSuffixes
Jan 04, 2015
b06b783f
Tolerate relative paths for torrc files with RunAsDaemon
Jan 04, 2015
27670013
Tolerate starting up with missing hidden service directory
Jan 05, 2015
6d664329
Don't crash on malformed EXTENDCIRCUIT.
Jan 06, 2015
d74f0cff
make "make test-stem" run stem tests on tor
Jan 06, 2015
839076ab
have 'make {clean,reset_gcov}' remove gcov files in subdirectories
Jan 06, 2015
f4221a80
Make test_cmdline_args.py work on Windows
Jan 06, 2015
f5f80790
Minor documentation fixes
Jan 06, 2015
4385211c
Minor IPv6-related memory leak fixes
Jan 06, 2015
5d322e6e
Whitespace fix
Jan 06, 2015
082bfd3b
Merge remote-tracking branch 'tvdw/from-the-archive'
Jan 06, 2015
6f7a8f84
changes file for
4385211c
Jan 06, 2015
cf2ac8e2
Merge remote-tracking branch 'public/feature11791'
Jan 06, 2015
fcc78e5f
Use package-config output for -lsystemd correctly
Jan 06, 2015
a034863b
Merge remote-tracking branch 'public/bug12509_025'
Jan 06, 2015
3401c341
Merge remote-tracking branch 'public/bug14116_025'
Jan 06, 2015
35efce1f
Add an ExitRelay option to override ExitPolicy
Jan 06, 2015
d87143f3
changes file for 10067
Jan 06, 2015
90b9e23b
Merge branch 'exitnode_10067_squashed'
Jan 06, 2015
ae9efa86
Merge remote-tracking branch 'public/bug13661_025'
Jan 06, 2015
108808e9
Fix obsolete usage of test_{str_},eq macros
Jan 06, 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
7c5a4557
Spelling -- readyness->readiness.
Jan 06, 2015
2b9d4879
Enlarge the buffer for a line in a bw file
Jan 07, 2015
49dca8b1
Merge remote-tracking branch 'origin/maint-0.2.5'
Jan 07, 2015
7984fc15
Stop accepting milliseconds in various directory contexts
Jan 07, 2015
cb54cd67
Merge branch 'bug9286_v3_squashed'
Jan 07, 2015
79aaad95
appease "make check-spaces"
Jan 07, 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
7dd85283
Merge remote-tracking branch 'public/bug13988_025'
Jan 07, 2015
e9463b04
Clarify why bug12985 is a thing
Jan 07, 2015
139a1c64
Merge remote-tracking branch 'public/bug12985_024' into bug12985_025
Jan 07, 2015
1abd526c
Merge remote-tracking branch 'public/bug12985_025'
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
20,380 additional commits have been omitted to prevent performance issues.
Loading
Loading