Commits on Source
23849
7072dd5d
Add a unit test for the old crash input of tor_timegm().
Sep 13, 2012
c35fad2b
Remove some deadcode for parsing v1 directories
Sep 18, 2012
0b598cb2
Say "KBytes" rather than "KB" in the man page
Oct 06, 2012
b555388d
Add a copy of OpenBSD's sys/queue.h as tor_queue.h
Oct 12, 2012
7c9954a0
Use SIMPLEQ, not smartlist_t, for channel cell queues.
Oct 12, 2012
2b10e99e
Try refactoring channel list to use HT_ and LIST_ stuff directly
Oct 12, 2012
16736340
Rename address family specific IPv4 geoip functions in preparation for IPv6 support
Oct 17, 2012
abb88601
Add GeoIP database for IPv6 addresses
Oct 17, 2012
31e22417
Include statistics as to how many connections are IPv4 versus IPv6
Oct 17, 2012
c03e3d66
Minor tweaks and comments to nils' geoip v6 code.
Oct 17, 2012
1f849f91
Minor tweaks to nils' v4 vs v6 bridge usage code.
Oct 17, 2012
96a73134
Update geoip6.
Oct 17, 2012
19ab7b16
Rename reserved C identifiers.
Oct 17, 2012
74c6dafe
Two changes lost in rebase resurrected.
Oct 17, 2012
e2313d86
White space.
Oct 17, 2012
817ff962
Separate IPv4 and IPv6 geoip file loading.
Oct 20, 2012
af175fa7
Duplicate less code.
Oct 20, 2012
cb518072
Add "IPVersions" to control command "status/clients-seen".
Oct 20, 2012
172aac62
Rename C reserved identifiers missed before.
Oct 20, 2012
9d71d97e
Document two functions.
Oct 22, 2012
8c9b4274
Name variables more consistently.
Oct 22, 2012
46c76e6b
Changes files for tickets 5053 and 5055.
Oct 22, 2012
b6e0236f
Fold in changelog item; draft blurb for 0.2.4.5-alpha
Oct 25, 2012
951b5b7e
Bump version to 0.2.4.5-alpha
Oct 25, 2012
c331694d
Bump the version number to 0.2.4.5-alpha
Oct 25, 2012
d44b7bb5
Optimistically say 0.2.4.5-alpha is coming out today
Oct 25, 2012
4fc866ce
touch-ups
Oct 26, 2012
17a6aa56
forward-port the 0.2.3.24-rc changelog
Oct 26, 2012
2fd064d2
bump to 0.2.4.5-alpha-dev
Oct 26, 2012
18f836ee
Merge remote-tracking branch 'asn/bug6832'
Oct 27, 2012
74babcb1
Fix undefined reference to libm functions linking tor-fw-helper
Oct 28, 2012
03b32161
changes file for bug 7235
Oct 28, 2012
be371250
Merge branch 'bsd_queue' of
ssh://git-rw.torproject.org/nickm/tor
Oct 30, 2012
965d778b
Add a copy of the queue(3) manpage to the git repository.
Oct 30, 2012
6a241ff3
Duplicate less code.
Oct 31, 2012
e7e68b80
Don't memcmp struct in6_addr but rather its s6_addr member.
Oct 31, 2012
9327a9f6
Fix whitespace
Oct 31, 2012
ffddd4de
Change some comments to reflect the multitude of GeoIP databases.
Oct 31, 2012
ae99fc1c
Rename SLIST_ENTRY to TOR_SLIST_ENTRY to fix windows compilation
Nov 01, 2012
05194cce
Avoid c99 designated initializers in circuitmux_ewma.c
Nov 02, 2012
9dee6b1d
Compile (with warnings) with mingw64
Nov 02, 2012
5e096b67
Remove an unused variable; part of mingw64 patch from yayooo
Nov 02, 2012
07656d70
Add a PID_T_FORMAT for writing pids to logs
Nov 02, 2012
1bfda600
Add a TOR_SOCKET_T_FORMAT construction for logging sockets.
Nov 02, 2012
4458fd0c
In the unit tests, use "test_eq_ptr" and "test_neq_ptr" consistently
Nov 02, 2012
37f8a226
Use LOG_WARN instead of LOG_PROTOCOL_WARN when parsing transport lines.
Nov 02, 2012
e5ca5040
Add an SLIST_ENTRY definition back on non-win32
Nov 03, 2012
626a8b60
Merge remote-tracking branch 'linus/bug5053-bug5055'
Nov 04, 2012
98204729
Clean up nonsensical calling convention for config_load_geoip_file_
Nov 04, 2012
2b781613
Whitespace fixes
Nov 04, 2012
39a0a2c3
Merge remote-tracking branch 'asn/bug7292'
Nov 04, 2012
0e8be13b
Allow an optional $ in GETINFO ns/id/<identity>
Nov 04, 2012
11c467f6
Fix a stupid logic-error in warnings about low ports.
Nov 06, 2012
a9f78675
Add warning message when a managed proxy dies during configuration.
Nov 06, 2012
b0688bbf
Merge branch 'bug7195'
Nov 06, 2012
cd054cea
Merge branch 'bug7285'
Nov 06, 2012
688cea72
Check for closing channel in channel_send_destroy()
Nov 06, 2012
80eb03ae
Don't call channel_send_destroy() when closing a circuit on a closing channel
Nov 06, 2012
bfffc1f0
Allow a v4 link protocol for 4-byte circuit IDs.
Nov 06, 2012
1c0e87f6
Add a pointless 2-byte memset in cell_pack
Nov 06, 2012
8e8c0674
Implement proposal-214 rules for CircID checking.
Nov 06, 2012
3b270e86
Add changes file for bug7350
Nov 07, 2012
9f3f5372
Merge branch 'bug7350' of
ssh://git-rw.torproject.org/user/andrea/tor
Nov 07, 2012
49dd5ef3
Add and use and unlikely-to-be-eliminated memwipe()
Nov 08, 2012
9ad4776e
Merge branch 'bug7352_023_rebased' into maint-0.2.3
Nov 08, 2012
81deddb0
Merge remote-tracking branch 'origin/maint-0.2.3'
Nov 08, 2012
e1c7d12b
Turn some memset()s introduced in tor 0.2.4 into memwipe()s
Nov 08, 2012
e567b448
Turn a memwipe in tor_process_handle_destroy() back to memset
Nov 08, 2012
08436b27
Merge remote-tracking branch 'origin/maint-0.2.3'
Nov 08, 2012
8b5d95db
Fix test.c compilation on mingw32.
Nov 08, 2012
713736a6
Fix a memory leak in handling errors on CERTS cells. bug 7422
Nov 08, 2012
81243988
Check for orconns in connection_mark_for_close and connection_mark_and_flush,...
Nov 10, 2012
99e82cab
Make everything in connection.c that uses connection_or_notify_error() also...
Nov 10, 2012
fc1a9a13
Add changes file for connection_mark_for_close()/connection_mark_and_flush()...
Nov 10, 2012
0523c8de
Merge branch 'check_for_orconn_on_close_squashed' of
ssh://git-rw.torproject.org/user/andrea/tor
Nov 10, 2012
f473d83d
Possible fix for bug 7212
Nov 12, 2012
88bb48e7
use a more logical operator
Nov 12, 2012
a90affa8
Merge branch 'maint-0.2.3'
Nov 12, 2012
713b5eb3
fold in changes files
Nov 12, 2012
b13c6bec
bump to 0.2.4.6-alpha
Nov 13, 2012
83b1a50c
bump to 0.2.4.6-alpha-dev
Nov 13, 2012
7ab30042
Call channel_mark_for_close() properly in hibernate_go_dormant()
Nov 13, 2012
3b517ea5
Add changes file for bug 7267
Nov 13, 2012
b17aa28e
Actually distribute the geoip6 file.
Nov 13, 2012
02a43e5e
Merge remote-tracking branch 'public/bug7059'
Nov 13, 2012
3db3daa6
Add comment explaining different channel close functions
Nov 13, 2012
2cb82c33
Merge branch 'bug7267' of
ssh://git-rw.torproject.org/user/andrea/tor
Nov 13, 2012
7908ab20
Move address map into its own file.
Nov 14, 2012
ca8843df
Refactor client_dns_set_{reverse_,}addressmap() to take a circ
Nov 14, 2012
462ebb27
Refactor begin cell parsing into its own function, with tests.
Nov 14, 2012
2eb7eafc
Add a new family-specific syntax for tor_addr_parse_mask_ports
Nov 14, 2012
a96c0aff
Better policy support for IPv6
Nov 14, 2012
c53adac1
Parse IPv6 policy summaries from router descriptors and microdescs
Nov 14, 2012
04ea5501
Authorities put p6 lines into microdescriptors.
Nov 14, 2012
b35a0d11
Add IPv6 support to compare_to_addr_to_node_policy
Nov 14, 2012
c64ee709
Record, send, and receive flags in BEGIN cells
Nov 14, 2012
c3faa0eb
Simplest version of server-side IPv6 support (no dns)
Nov 14, 2012
9016d9e8
Add an IPv6Exit configuration option
Nov 14, 2012
00633b94
Make dns wildcarding checks work for ipv6
Nov 14, 2012
b7843ca5
Make DNS callback pass IPv6 answers to dns_answer_found
Nov 14, 2012
23,749 additional commits have been omitted to prevent performance issues.
Loading
Loading