Commits on Source
22042
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
f96400d9
bug10449: a dying owning controller makes Tor exit immediately
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
1ebdaf57
More hacking around spawn_func issues
Feb 07, 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
ce450bdd
Remove TunnelDirConns and PreferTunnelledDirConns
Feb 11, 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
f0582053
csiphash: Add functions to take a global key.
Feb 12, 2014
0e97c8e2
Siphash-2-4 is now our hash in nearly all cases.
Feb 12, 2014
d3fb846d
Split crypto_global_init() into pre/post config
Feb 12, 2014
c1e98c8a
Randomize the global siphash key at startup
Feb 12, 2014
10d1b0b3
Changes file for feature4900
Feb 12, 2014
79515917
Fix bugs in bug10169 bugfix memory tracking
Feb 12, 2014
fd28754d
Actually release buffer freelists when handling OOM conditions.
Feb 12, 2014
05d8111e
Merge remote-tracking branch 'public/bug10169_023' into bug10169_024
Feb 12, 2014
87fb1e32
Merge remote-tracking branch 'public/bug10169_024' into bug10169_025_v2
Feb 12, 2014
eb6f433b
Debugging code inbuffers.c for debugging chunk allocation.
Feb 12, 2014
f425cf83
Start writing tests for 10169.
Feb 12, 2014
d379fc6e
Several tests for buffer allocation
Feb 12, 2014
52d222aa
Add tests for buffer time tracking.
Feb 12, 2014
9a07ec75
Refactor OOM-handling functions for more testability
Feb 12, 2014
48877e24
Initial unit tests for OOM handling
Feb 12, 2014
c8d41da5
More unit tests for OOM handling.
Feb 12, 2014
79c234e0
On OOM, also log N circuits remaining
Feb 12, 2014
24add404
eventdns.c: survive broken resolv.conf files
Feb 12, 2014
c4bb3c8d
Log only one message for dangerous log settings.
Feb 12, 2014
ecd16eda
Disallow "*/maskbits" as an address pattern.
Feb 12, 2014
8028d8fd
fold in the changes files to the new 0.2.5.2-alpha changelog
Feb 13, 2014
f63b394d
give 0.2.5.2-alpha a release blurb
Feb 13, 2014
745434d2
bump to 0.2.5.2-alpha
Feb 13, 2014
436f7106
Exclude Teredo IPv6 prefix from geoip6.
Feb 13, 2014
f6f691df
Update geoip6 to the February 2014 GeoIP database.
Feb 13, 2014
8b9a2cb6
Faster circuit_get_by_rend_token_and_purpose()
Feb 13, 2014
ecf61e92
Merge remote-tracking branch 'public/bug9841_024_v2' into bug9841_025
Feb 13, 2014
949c9ae2
Tweak sign of rend_token params for consistency
Feb 13, 2014
fb595922
Tests for rend_token maps
Feb 13, 2014
19878946
fix a whitespace snafu
Feb 14, 2014
ac5ae794
tristate->enum in rendcommon functions
Feb 14, 2014
3f567f52
gcc/clang: Mark macro-generated functions as possible unused
Feb 14, 2014
e4bc757c
changes file for bug 10904
Feb 14, 2014
339a47e8
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 15, 2014
405d0554
Merge remote-tracking branch 'karsten/geoip-feb2014' into maint-0.2.3
Feb 15, 2014
260b3b1a
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Feb 15, 2014
bc58bfda
Merge remote-tracking branch 'karsten/geoip6-feb2014' into maint-0.2.4
Feb 15, 2014
c64b5496
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 15, 2014
9d0af78e
Merge remote-tracking branch 'karsten/mmdb-convert'
Feb 15, 2014
67749475
Merge remote-tracking branch 'public/bug10841'
Feb 15, 2014
b3a69074
Remove a bunch of functions that were never called.
Feb 15, 2014
1ad6dd0d
Remove string hash in ht.h so we can't accidentally use it
Feb 15, 2014
35423d39
Merge branch 'bug4900_siphash_v2'
Feb 15, 2014
b5d6e470
Warning message when bug 10722 would trigger
Feb 16, 2014
3dfed080
Merge remote-tracking branch 'public/bug10722'
Feb 16, 2014
e1deb01e
mingw fix: Rename a variable in the unit tests
Feb 16, 2014
8999150f
Appropriately condition the _le64toh macro definition for OpenBSD.
Feb 17, 2014
f49805b6
Restitute a successful stat call to this test case.
Feb 17, 2014
3899cde2
changes file for 10928
Feb 17, 2014
a4960106
Enveigle configure to look for a2x.py as well as a2x.
Feb 17, 2014
9f38cd93
add changes file for bug 10929
Feb 17, 2014
bafae045
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 17, 2014
e616f5b5
whoops; mistaek in
a4960106
. so many comma
Feb 18, 2014
c0835f8e
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 18, 2014
b063ebbc
fixed long -> int implicit cast warning line 3453
Feb 20, 2014
8d5215c6
Changes file for
b063ebbc
Feb 20, 2014
1532cff2
Fix: send back correct IPv6 SOCKS5 connect reply
Feb 21, 2014
f3e82716
Style tweaks on code, changes file for 10987
Feb 21, 2014
6eba3584
Merge remote-tracking branch 'public/bug10987_024'
Feb 21, 2014
1753975e
When not an exit node, don't test for DNS hijacking.
Feb 21, 2014
c857276b
Include instructions on generating geoip files.
Feb 21, 2014
68ed4878
pass our compiler -fasynchronous-unwind-tables by default
Feb 24, 2014
a3ab31f5
Threadproof our log_backtrace implementation
Feb 24, 2014
d21b24b3
Merge remote-tracking branch 'public/feature9777_024_squashed' into maint-0.2.4
Feb 24, 2014
9bd77019
Merge remote-tracking branch 'origin/maint-0.2.4'
Feb 24, 2014
0efa2821
Merge branch 'bug11047'
Feb 24, 2014
50152791
Download MaxMind's geoip file over https.
Feb 25, 2014
21,942 additional commits have been omitted to prevent performance issues.
Loading
Loading