Commits on Source
23703
c35fad2b
Remove some deadcode for parsing v1 directories
Sep 18, 2012
0b598cb2
Say "KBytes" rather than "KB" in the man page
Oct 06, 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
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
363cf024
Implement a PreferIPv6 flag for SocksPorts
Nov 14, 2012
7197c9f1
Repair DNS NEXIST hijacking workaround
Nov 14, 2012
6b36142b
Remove some unused defines in dns.c
Nov 14, 2012
882b3896
Actually send back correctly-formed IPv6 CONNECTED cells
Nov 14, 2012
85e8d35f
Add some missing doxygen for ipv6 exit code
Nov 14, 2012
bb2145b4
Fix a bug in policy_is_reject_star() that was making IPv4 exits break
Nov 14, 2012
0f899518
Make DNS resolve requests work for IPv6
Nov 14, 2012
4db49f2b
Add IPv6 support to tor-resolve so it can hear about IPv6 answers
Nov 14, 2012
50af1087
Accept reverse resolve requests for IPv6 addresses
Nov 14, 2012
053f2cb7
Let tor-resolve generate PTR requests for IPv6 addresses
Nov 14, 2012
d643487c
Initial support for AAAA requests on DNSPort.
Nov 14, 2012
e3ceac38
Add another missing function doc
Nov 14, 2012
61d740ed
Add manual page entries for new IPv6-exits options
Nov 14, 2012
b1ad84dc
Add a changes file for IPv6 exits
Nov 14, 2012
12f99752
Fix up some comments in connection_edge.c
Nov 15, 2012
a4fce0fe
Remove some XXXX commens in dns.c
Nov 15, 2012
1e46952f
Set IPv4/IPv6 flags correctly when being a SOCKS client
Nov 15, 2012
ca0c7155
Merge branch 'ipv6_exits'
Nov 15, 2012
28cbe908
Allow IPv4 traffic on default and old-style-config SocksPorts.
Nov 15, 2012
ecb619d9
Give useful warning when both IPv4 and IPv6 are disabled on a socksport
Nov 15, 2012
06d367ea
when counting available descs, say whether we're counting exits
Nov 16, 2012
bfe8d829
Initialize ipv{4,6}_traffic_ok in entry_connection_new
Nov 18, 2012
ea893a3c
Merge branch 'bug7493_redux'
Nov 18, 2012
0f9524db
forward-port the 0.2.3.25 changelog and release notes
Nov 20, 2012
e6828ea6
Refer to RFC 4648 instead of the obsolete RFC 3548
Nov 23, 2012
864e15cd
In comments and logs, say "UTC" not "GMT"
Nov 23, 2012
99669c69
Note limitation of parse_rfc_1123_time
Nov 23, 2012
06703f84
Minor documentation fix
Nov 23, 2012
267c0e5a
Make sure that the error in ADDRMAP events is well-formed
Nov 23, 2012
2bf195d0
Add script to fix "A1" entries in geoip file.
Nov 27, 2012
35d09dd6
Update to the November 2012 GeoIP database.
Nov 27, 2012
f88c3038
Add a torrc option to specify the bind address of managed proxies.
Nov 27, 2012
6f21d2e4
Introduce tor_addr_port_parse() and use it to parse ServerTransportListenAddr.
Nov 27, 2012
190c1d49
Merge branch 'bug7013_take2_squashed'
Nov 27, 2012
e899d49e
fix some typos
Dec 03, 2012
c01dfd5d
Return connection_exit_connect() if payload creation failed.
Dec 05, 2012
bd93ff8d
Merge remote-tracking branch 'asn/bug7592_take2'
Dec 04, 2012
3c3084e1
Add a crypto_dh_dup, for benchmark support
Dec 06, 2012
4f60bca1
Add benchmark to test onionskin performance.
Dec 06, 2012
6921d1fd
Implement HKDF from RFC5869
Dec 06, 2012
014e6905
Add a unit test for the old KDF while we're at it
Dec 06, 2012
c718921d
Update to the December 2012 GeoIP database.
Dec 06, 2012
b326e761
Use FreeLibrary, not CloseHandle, for library in test_util.c
Dec 06, 2012
194cc247
Make output of router_get_trusted_dir_servers const
Dec 06, 2012
404e3dd4
Correct moribund logic about caching v2 networkstatuses
Dec 06, 2012
5c51b3f1
Start refactoring trusted_dir_servers into trusted and fallback lists
Dec 06, 2012
ded70363
Rename DirServer to DirAuthority
Dec 06, 2012
705ee3b5
Rename trusted_dir_server_t to dir_server_t. Automatic renaming.
Dec 06, 2012
46a62e32
Refactor add_trusted_dir_server
Dec 06, 2012
90f6071d
New FallbackDir option to add extra directories for bootstraping
Dec 06, 2012
4e3d07a6
When choosing among dirserver_ts, consider their weights
Dec 06, 2012
06cd6226
Add a way to configure selection weights for dir_server_t
Dec 06, 2012
a8d491a8
Add an option to weight down authorities when choosing a fallback
Dec 06, 2012
f742b33d
Drop FallbackNetworkstatusFile; it never worked.
Dec 06, 2012
42e3c04a
Bug 3443: Don't count ORconn setup in circuit build time.
Dec 07, 2012
f4f7e7a6
Merge branch 'bug3443_squashed'
Dec 07, 2012
025dc19b
Merge remote-tracking branch 'public/bug6887'
Dec 07, 2012
81fcebcd
Merge branch 'bug7306'
Dec 07, 2012
f366b011
Merge remote-tracking branch 'karsten/task-6266'
Dec 07, 2012
504d4aa8
Expand the manpage to say: watch out for nonlocal socks
Dec 07, 2012
cd4f56a3
Fix infinite loop in circuit_expire_bulding
Dec 07, 2012
3fa9151f
Merge branch 'win64-7260'
Dec 07, 2012
c8056dcb
Fix some wide lines
Dec 07, 2012
954f263e
Add the ability to count circuit timeouts for guards.
Dec 07, 2012
248fbc36
Update pathbias parameters to match Proposal 209.
Dec 07, 2012
9bf5582e
Add log message checks for different rates.
Dec 07, 2012
ab9c83c9
Update Path Bias log messages to match Proposal 209.
Dec 07, 2012
a5487364
Refactor pathbias functions to use pathbias_should_count.
Dec 07, 2012
19299669
Fix spaces.
Dec 07, 2012
bb548134
Update with code review changes from Nick.
Dec 07, 2012
df4aeaa0
Update manpage for new PathBias torrc options.
Dec 07, 2012
f215d191
Add a changes file for bug7157.
Dec 07, 2012
ef1b830e
Fix an assert crash and an incorrectly placed return.
Dec 07, 2012
da5c398d
Be explicit about units for timeout.
Dec 07, 2012
412ae099
Prop 209: Add path bias counts for timeouts and other mechanisms.
Dec 07, 2012
aa0e6e2c
Prop 209: Add in hidserv path bias counts for usage.
Dec 07, 2012
428fbfc1
Prop209: Rend circuits weren't ever marked dirty.
Dec 07, 2012
7f8cbe38
Fix a crash due to NULL circ->n_chan.
Dec 07, 2012
a6307268
Move a pathbias function that depends on entryguard_t.
Dec 07, 2012
c3028edb
Remove n_chan codepaths for determinining guard.
Dec 07, 2012
9b404660
Document that care needs to be taken with any_streams_attached.
Dec 07, 2012
721f7e37
Fix a crash bug and pass down a remote reason code.
Dec 07, 2012
7a28862d
Fix another crash bug.
Dec 07, 2012
ecaeb505
Note a strange case for SOCKS streams.
Dec 07, 2012
dc86d7c3
Note more potential issues.
Dec 07, 2012
c3b71a3f
Actually, both nacks and acks indicate a valid path
Dec 07, 2012
26fa4722
Refactor path use bias code into own function.
Dec 07, 2012
5f733ccd
Fix some hidden service edge cases.
Dec 08, 2012
b599a6ed
Sadly, we can't safely count client intro circ success
Dec 08, 2012
686fc222
Allow any valid 'end' cell to mean a circuit was used successfully.
Dec 08, 2012
23,603 additional commits have been omitted to prevent performance issues.
Loading
Loading