Commits on Source
22110
99185397
Stop checking if ri->address is an IP
Feb 09, 2013
ccaefd65
stop passing "address" around the directory_initiate_command* funcs
Feb 09, 2013
e1ec03f8
use router->addr for log messages and controller events
Feb 09, 2013
002c860c
use me->addr when adding our address to our exit policy
Feb 09, 2013
74e6a47a
stop setting, or using, router->address
Feb 09, 2013
05f8fd28
Add unique client counter to the heartbeat message.
Feb 26, 2013
2e1f2315
count DATA cells with stream ID 0 as delivered for SENDME purposes
Mar 22, 2013
91ec6f72
Have the OOM handler also count the age the data in a stream buffer
Nov 15, 2013
eabcab2b
Count freed buffer bytes from buffers when oom-killing circuits.
Nov 20, 2013
a406f6d0
doxygen comments for 10169 code
Nov 20, 2013
03ff21b0
Changess file for
#10169
Nov 20, 2013
e572ec85
Rename MaxMemInCellQueues to MaxMemInQueues
Nov 20, 2013
64724872
Drop the MaxMemInQueues lower limit down to 256 MB.
Nov 20, 2013
90f0358e
Disable (Cell,Entry,ExitPort)Statistics on bridges
Dec 18, 2013
b7d8a1e1
Report complete directory request statistics on bridges.
Dec 18, 2013
5c45a333
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Jan 03, 2014
85b46d57
Check spawn_func() return value
Jan 17, 2014
bb21d142
Apply StrictNodes to hidden service directories early
Jan 24, 2014
3b38fd87
add change log for hs_desc async event
Jan 29, 2014
29c18f5b
add hidden service descriptor async control event
Jan 29, 2014
0b0d4b4e
add test case for hidden service async events
Jan 29, 2014
ebd99314
add test case for node_describe_by_id
Jan 29, 2014
fee7f25f
Merge remote-tracking branch 'houqp/hs_control'
Feb 03, 2014
696b484d
Defensive programming in control_event_hs_descriptor_*
Feb 03, 2014
f96400d9
bug10449: a dying owning controller makes Tor exit immediately
Feb 03, 2014
8db8fda4
check-spaces fixes for test_router.c
Feb 03, 2014
881c7c0f
10365: Close connections if the VERSIONS cell has an odd length.
Feb 03, 2014
00ec6e6a
More fixes to rip out all of the v2 directory code.
Feb 03, 2014
5991f9a1
TransProxyType replaces TransTPROXY option
Feb 03, 2014
3a4b24c3
Removing is_internal_IP() function. Resolves ticket 4645.
Feb 03, 2014
e82e772f
Using proper functions to create tor_addr_t.
Feb 03, 2014
dafed84d
Fixes for bug4645 fix.
Feb 03, 2014
24544a10
Clean up test_hs.c: warning fix; tor_free() usage.
Feb 03, 2014
c61a4720
test_config.c: log which address should have failed
Feb 03, 2014
4268cbf2
Distcheck repair: add new python testing code to "tarballs"
Feb 04, 2014
34740a17
Rename sun to s_un in test_addr.c
Feb 06, 2014
edc6fa25
Deliver circuit handshake counts as part of the heartbeat
Feb 06, 2014
534acf40
Merge branch 'bug10485_024' into maint-0.2.4
Feb 06, 2014
655adbf6
Add a missing include
Feb 06, 2014
1b93e3c6
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 06, 2014
01132c93
Some anti-forensics paranoia...
Feb 06, 2014
9e2de8ce
changelog for 10793
Feb 06, 2014
2d41cab1
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 06, 2014
bf66ff91
fix longname returned in HS_DESC control events
Feb 06, 2014
0fbe7f31
remove node_describe_by_id() function
Feb 06, 2014
39ff3b00
add test for node_get_verbose_nickname_by_id
Feb 06, 2014
57da1a50
add test case for node_get_verbose_nickname
Feb 06, 2014
dffac251
Make the handling for usable-exit counting handle ExitNodes better
Feb 06, 2014
075482ff
Merge remote-tracking branch 'public/bug10543_024_v2'
Feb 06, 2014
b4e8d8dc
Merge remote-tracking branch 'public/bug9716_024' into maint-0.2.4
Feb 06, 2014
5990edd1
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 06, 2014
707c1e2e
NULL out conns on tlschans when freeing in case channel_run_cleanup() is late; fixes bug 9602
Feb 06, 2014
a7e94659
Attribute bug 9602 to a version.
Feb 07, 2014
372adfa0
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 07, 2014
1068e50a
Discard circuit paths on which nobody supports ntor
Feb 07, 2014
babbd3ff
Merge remote-tracking branch 'public/feature9777_024_squashed'
Feb 07, 2014
ef4eb823
Merge the circuit_{free,clear}_cpath functions
Feb 07, 2014
040b4786
Remove a needless check in channel_tls_handle_incoming
Feb 07, 2014
f1682a61
Merge remote-tracking branch 'houqp/hs_control_fix'
Feb 07, 2014
aa3c8c13
Use the right functions; strncpy is usually not the answer
Feb 07, 2014
1ebdaf57
More hacking around spawn_func issues
Feb 07, 2014
fdf68479
Explain CURVE25519_ENABLED: closes 9774
Feb 07, 2014
9bb34aa8
Survive fedora's openssl in our benchmarks
Feb 07, 2014
a0577aac
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 07, 2014
ebe7e220
Suppress warning in networks with only 1 dirauth.
Feb 08, 2014
becc3d5b
Remove script to clean up GeoLite country databases.
Feb 08, 2014
3bea0fff
Add script to convert GeoLite2 country databases.
Feb 08, 2014
749ead79
Don't zero-pad day of the month.
Feb 08, 2014
26dd3288
Update to the February 2014 GeoIP database.
Feb 08, 2014
c330d63f
Make sure orconn->chan gets nulled out when channels exit from channel_free_all() too
Feb 08, 2014
f5d32c08
Call ENETUNREACH a case of NOROUTE, not a case of INTERNAL.
Feb 09, 2014
b15f75b6
Don't treat END_STREAM_REASON_INTERNAL as total circuit failure
Feb 09, 2014
7f6aa780
Merge remote-tracking branch 'andrea/bug9602' into maint-0.2.4
Feb 09, 2014
a73b0da6
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 09, 2014
3133cde3
Excise the insertion_time_elem_t logic
Feb 10, 2014
5b55e0e1
Merge remote-tracking branch 'public/no_itime_queue'
Feb 10, 2014
e0c80315
make EACCES survivable too.
Feb 10, 2014
dd3f2f63
fix trivial typo
Feb 10, 2014
c0483c7f
Remove options for configuring HS authorities.
Feb 10, 2014
aae4ebf6
Add changes file for ticket 10842.
Feb 11, 2014
cb28fe48
Merge remote-tracking branch 'public/bug10722'
Feb 11, 2014
cb065a55
Merge remote-tracking branch 'karsten/one-dirauth'
Feb 11, 2014
ce450bdd
Remove TunnelDirConns and PreferTunnelledDirConns
Feb 11, 2014
0228b9bd
Tweak DirAuthority documentation
Feb 11, 2014
5e0cdc5e
Merge branch 'bug10881'
Feb 11, 2014
10d4d3e2
Merge remote-tracking branch 'public/no_itime_queue_025'
Feb 11, 2014
c3720c05
Free leakable values in the unit tests.
Feb 11, 2014
8836c1ee
Merge remote-tracking branch 'public/bug10777_nointernal_024' into maint-0.2.4
Feb 11, 2014
0844a262
update changes file
Feb 11, 2014
91d4bb0b
Merge branch 'bug10777_netunreach_024' into maint-0.2.4
Feb 11, 2014
0ee449ca
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 11, 2014
7c39bf0e
go through and rewrite the changes files to be more user-facing
Feb 12, 2014
1ccc2821
add a missing word to the man page
Feb 12, 2014
74c2bff7
Remove remaining v0 hidden service descriptor code.
Feb 12, 2014
d6e6eaba
Fix windows compilation of
e0c80315
Feb 12, 2014
2c0088b8
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 12, 2014
f4656c0c
Raw import of Marek Majkowski's cisphash.c
Feb 12, 2014
9605978e
Get csiphash better integrated with our build system
Feb 12, 2014
1bd86b69
csiphash: avoid unaligned access on non-x86
Feb 12, 2014
f51df9bb
Tests for siphash, from reference implementation.
Feb 12, 2014
22,010 additional commits have been omitted to prevent performance issues.
Loading
Loading