Commits on Source
24092
feabf414
Drop support for openssl 0.9.7
Sep 12, 2012
be68c1fb
Log a notice if we're running with OpenSSL before 1.0.0.
Sep 12, 2012
7072dd5d
Add a unit test for the old crash input of tor_timegm().
Sep 13, 2012
d995dc8b
Split the routerset code out of routerlist.c
Sep 14, 2012
ba21ebc6
Move many of the node_ functions from routerlist to nodelist
Sep 14, 2012
5161a52c
Remove the old disabled router_get_by_nickname implementation
Sep 14, 2012
725d3a32
Remove router_get_by_{nickname,hexdigest} entirely
Sep 14, 2012
c2c6d12a
Move functions for seeing if we know enough nodes into nodelist
Sep 14, 2012
f2f720a7
Merge branch 'split_routerlist.c_rebased'
Sep 14, 2012
a78eeb4c
Fix dependency checking on manpage builds
Sep 14, 2012
b1447a43
Use file-size-fixup code on cygwin too.
Sep 14, 2012
523b0ec2
Merge remote-tracking branch 'origin/maint-0.2.3'
Sep 14, 2012
2e342df7
fold in changes files so far
Sep 15, 2012
2939cc3b
Note which compiler caused bug 6842
Sep 17, 2012
d64bf286
Handle FIFOs in read_file_to_str
Sep 17, 2012
4b362d00
Turn the read_file_until_eof tests into a single implementation
Sep 17, 2012
faab7881
changes file for 6044
Sep 17, 2012
c3f526ed
Merge branch '6044_nm_squashed'
Sep 17, 2012
414adb23
Parse votes with >31 flags correctly
Sep 17, 2012
96d2a216
Avoid sign-extending when computing rend auth type.
Sep 17, 2012
5511d21d
Merge branch 'bug6861_typofix'
Sep 17, 2012
32d9cea2
Merge remote-tracking branch 'public/bug6853'
Sep 17, 2012
f3916a68
Make crypto_pk_cmp_keys do something sane for NULL keys
Sep 17, 2012
62babcaf
Implement and use crypto_pk_eq_keys
Sep 17, 2012
cd884c76
Fix documentation for crypto_pk_cmp_keys
Sep 17, 2012
757b3b25
Add unit test for crypto_pk_cmp_keys and NULL
Sep 17, 2012
1e5cd1c7
Fix comment typo in tor_memeq
Sep 17, 2012
bee1e46b
Don't do reachability testing over IPv6 unless AuthDirPublishIPv6 is set.
Sep 17, 2012
5dfec9f8
Merge remote-tracking branch 'linus/bug6880'
Sep 17, 2012
4bfed437
Bug 6866: Convert pathbias asserts into log messages.
Sep 17, 2012
a989dbc3
Print the correct address family in log printout.
Sep 18, 2012
c35fad2b
Remove some deadcode for parsing v1 directories
Sep 18, 2012
f675e0a3
specify a version for the bug6884 changes file
Sep 18, 2012
aca325eb
Whitespace fixes
Sep 18, 2012
920c76a2
Merge remote-tracking branch 'origin/maint-0.2.3'
Sep 18, 2012
704fd8bb
Bump bug 6866 log messages back up to notice for 0.2.4
Sep 18, 2012
acda1735
Disable Guard usage for Tor2webMode.
Sep 18, 2012
9d3e497e
Note a bug number for 6888
Sep 18, 2012
d1c4cf2f
Correct comment explaining why tor2web mode should disable entry guards
Sep 18, 2012
130e899f
Warn if HSes are configured on a client with UseEntryGuards disabled
Sep 18, 2012
38609f13
Fix comment typo
Sep 18, 2012
b9c86948
Clarify that hidden services are TCP only
Sep 19, 2012
f612a9eb
Merge remote-tracking branch 'origin/maint-0.2.3'
Sep 19, 2012
0e0a1677
Merge branch 'bug6843'
Sep 19, 2012
9c5ba489
Set (and reset) node_t.ipv6_preferred for bridges based on Bridge lines.
Sep 19, 2012
ce553d49
Have node_get_pref_orport() return an IPv6 OR port when UseBridges is set.
Sep 19, 2012
cff3b8c9
Make ./configure -q really silent
Sep 19, 2012
1cbf45be
Make option OutboundBindAddress accept IPv6 addresses too.
Sep 20, 2012
613079fb
Don't leak msg when parse_virtual_addr_network() fails.
Sep 20, 2012
655782f3
Reinstate address in warning message when binding non-locally
Sep 21, 2012
b7fdb3a9
add changes file and whitespace fixes for bug 4020
Sep 21, 2012
cf182efe
Fix comment in crypto.h; bug 6830
Sep 21, 2012
9d4c5353
Remove the testing_since* fields
Sep 21, 2012
e1327044
fold in changes files
Sep 22, 2012
622f9090
4aff97cf
didn't update the 'last modified' timestamp
Sep 22, 2012
3355976b
bump to 0.2.4.3-alpha
Sep 22, 2012
a2f57b97
bump to 0.2.4.3-alpha-dev
Sep 22, 2012
c88a4c51
add faravahar as our ninth v3 dir auth
Sep 22, 2012
dc014c97
Merge branch 'maint-0.2.3'
Sep 22, 2012
95d9f7e9
Merge remote-tracking branch 'rransom/warn-about-hses-without-guards'
Sep 25, 2012
5f494a36
Merge remote-tracking branch 'linus/enh6876_2'
Sep 28, 2012
f128baf3
Add missing declaration so 6876 compiles
Sep 28, 2012
a80d8e09
The --version option should imply --quiet.
Oct 01, 2012
57b13ad5
more consistently use [gs]et_uint8
Oct 02, 2012
78e8eb5f
Fix compilation error left over from
1cbf45be
. (Bug 7021)
Oct 02, 2012
0ca47825
and make the last commit compile
Oct 02, 2012
65e85dba
reformat; no actual changes
Oct 02, 2012
3d31771d
Free some more still-in-use memory at exit
Oct 03, 2012
05f6f8f2
actually use the rate-limiting string
Oct 03, 2012
b1971d89
properly free the return values of rate_limit_log()
Oct 03, 2012
e50fa0d6
Refuse extra create cells with reason "resource limit"
Oct 03, 2012
10b43f4c
pass the reason from the truncated cell to the controller
Oct 03, 2012
d9847165
Merge remote-tracking branch 'origin/maint-0.2.3'
Oct 04, 2012
03e4b5a9
Merge remote-tracking branch 'linus/bug6757'
Oct 04, 2012
91b18b12
Fix tabs in config.c
Oct 04, 2012
d92d3f33
Add autoconf magic to support Bitrig
Oct 04, 2012
0a3dfd04
Merge remote-tracking branch 'arma/bug7037' into maint-0.2.3
Oct 04, 2012
be33c3f6
Merge remote-tracking branch 'origin/maint-0.2.3'
Oct 04, 2012
751b3aab
Merge remote-tracking branch 'public/openssl_1_is_best'
Oct 04, 2012
016c21d8
Downgrade "Failed to hand off onionskin" messages
Oct 05, 2012
0b598cb2
Say "KBytes" rather than "KB" in the man page
Oct 06, 2012
83874365
Add channel.c/channel.h for bug 6465
Oct 08, 2012
7f952da5
Fix make check-spaces in circuitbuild.c and router.h
Oct 08, 2012
15303c32
Initial channeltls.c/channeltls.h for bug 6465
Oct 08, 2012
32337502
Use channel_t rather than or_connection_t for circuits
Oct 08, 2012
519c971f
Use channel_t in cmd.c
Oct 08, 2012
4768c0ef
Support channel_t in connection_edge.c
Oct 08, 2012
e136f7cc
Convert relay.c/relay.h to channel_t
Oct 08, 2012
35924435
Make reachabiity test in dirserv.c use channel_t
Oct 08, 2012
6cce6241
Query circuit count from associated channel of or_conn in control.c
Oct 08, 2012
77dac973
Use channel_t in cpuworker.c
Oct 08, 2012
8b14db96
Switch onion.c over to channel_t
Oct 08, 2012
28f108bc
Use dirreq_id from channel_t when appropriate
Oct 08, 2012
f0f87cb6
Convert rendmid.c to channel_t
Oct 08, 2012
9ad7ba9f
Use connection_or_get_num_circuits() in control.c
Oct 08, 2012
cb62a0b6
Use channel_is_bad_for_new_circs(), connection_or_get_num_circs() in main.c
Oct 08, 2012
f06880c8
Add LD_CHANNEL log domain in log.c
Oct 08, 2012
07f9e8fc
Call channel_run_cleanup() in main.c, and include a comment explaining how...
Oct 08, 2012
72251385
Call connection_or_close_normally() rather than using...
Oct 08, 2012
a9a75ee5
Call channel_tls_free_all() and channel_free_all() from tor_free_all in main.c
Oct 08, 2012
23,992 additional commits have been omitted to prevent performance issues.
Loading
Loading