Commits on Source
25928
4f7587a5
Tweak the startup message to be more helpful
Apr 28, 2011
f79a75f5
New configuration option: DisableDebuggerAttachment
Jun 01, 2011
73a1e98c
Add support for managed {Client,Server}TransportPlugin parsing.
Jul 13, 2011
810a7a5f
Make some utility functions.
Jul 13, 2011
9ba2d0e4
Create the pluggable_transports.[ch] source files responsible for talking the 180 talk.
Jul 13, 2011
5492de76
Put some last missing pieces together.
Jul 13, 2011
ce419a78
Add some unit tests.
Jul 13, 2011
684aca7f
Changed a couple of 180 spec stuff according to #3578.
Jul 14, 2011
86b20e0d
Reverting the accounting thing introduced in
5492de76
till I think how it should be done properly.
Jul 14, 2011
d8c04c7e
Renamed pluggable_transports.[ch] to transports.[ch].
Jul 18, 2011
a8f21f91
Updated #includes etc. to use transports.[ch].
Jul 18, 2011
14c5a24f
Replaced ST_* enum prefix for stream status with IO_STREAM_*.
Jul 18, 2011
51cdd30c
Let's be smarter while parsing {Client,Server}TransportPlugin lines.
Jul 18, 2011
69271b2a
Reuse get_string_from_pipe() in log_from_pipe().
Jul 18, 2011
cfb473ed
Changed a printf() to a log_debug().
Jul 18, 2011
941709ee
Server transport proxies should bind on the same port each time, if possible.
Aug 07, 2011
ea3e9416
Spawn multiple protocols using a single managed proxy.
Aug 12, 2011
db4cde38
Improve the code a tad.
Aug 15, 2011
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
d10ae9c0
Don't update AccountingSoftLimitHitAt on startup
Sep 01, 2011
9bdde890
Make the unit tests pass again after the bug2003 fix
Sep 07, 2011
45eadf39
All NT service configuration commands should make the process exit.
Sep 08, 2011
c852760b
Replaced some leftover assert()s with tor_assert()s.
Sep 10, 2011
782810a8
Introduce tor_terminate_process() function.
Sep 11, 2011
fa514fb2
Prepare circuitbuild.[ch] and config.[ch] for SIGHUPs.
Sep 11, 2011
1e92b248
Update transports.[ch] to support SIGHUPs.
Sep 11, 2011
a002f0e7
Update the transports.c documentation based on the new data.
Sep 11, 2011
9bf34eb6
Allow interwined {Client,Server}TransportPlugin lines.
Sep 11, 2011
0dcf3272
Remove connection_uses_transport() since it was unused.
Sep 11, 2011
2703e41d
Improve how we access or_state_t.
Sep 11, 2011
ebc232bb
Fix bug in get_transport_in_state_by_name() when using strcmpstart().
Sep 11, 2011
9a42ec68
Be more defensive in get_transport_bindaddr().
Sep 11, 2011
31361074
Trivial fixes around the code.
Sep 11, 2011
c6811c57
Enforce transport names being C identifiers.
Sep 11, 2011
de7565f8
Make check-spaces happy.
Sep 11, 2011
e8715b30
Constification.
Sep 11, 2011
d0416ce3
Don't warn of stray Bridges if managed proxies are still unconfigured.
Sep 11, 2011
2e73f9b3
Put some sense into our logging.
Sep 12, 2011
296649fd
Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines
Sep 13, 2011
5f4f727d
slight tweak to unify things
Sep 13, 2011
6a799c10
bump to 0.2.3.4-alpha-dev
Sep 13, 2011
c1ac0695
Fix a bogus warning
Sep 14, 2011
2394c740
Log errno on listener socket creation failure.
Sep 15, 2011
679f6173
Update to the September 2011 GeoIP database.
Sep 15, 2011
ac7b6c50
Merge branch 'maint-0.2.1' into maint-0.2.2
Sep 15, 2011
0c0345a3
Merge branch 'maint-0.2.2'
Sep 15, 2011
1ba90ab6
Fix a potentially useless integer overflow check.
Sep 20, 2011
bfa75f70
changes file for bug 4059
Sep 20, 2011
40288e1e
Merge remote-tracking branch 'origin/maint-0.2.2'
Sep 20, 2011
6b1d8321
New torrc option to allow bucket refill intervals of less than 1 sec
Sep 22, 2011
0721abbf
Move around check for TokenBucketRefillInterval; disallow changes to it
Sep 22, 2011
1e611846
Make documentation for TokenBucketRefillInterval match its behavior
Sep 22, 2011
052b95e2
Refactor connection_bucket_refill(_helper) to avoid roundoff
Sep 22, 2011
41dfc4c1
Make bufferevents work with TokenBucketRefillInterval
Sep 22, 2011
a8297a30
Changes file for feature3630
Sep 22, 2011
fee094af
Fix issues in 3630 patch noted by Karsten
Sep 22, 2011
5a8dcca8
Merge branch 'feature3630-rebased'
Sep 22, 2011
e2703e36
Improve wording in some comments and log messages.
Sep 23, 2011
5835acc6
Ticket #4063 - change circuit build timeout log entries from NOTICE to INFO
Sep 24, 2011
ccceefe1
Add a changes file for Tom Lowenthal's patch for #4063
Sep 24, 2011
c42a1886
Trivial whitespace fixes
Sep 24, 2011
1c2e4d13
trivial whitespace changes, take two
Sep 24, 2011
88516f65
Merge branch 'maint-0.2.2'
Sep 24, 2011
e98c9a1b
if we have enough usable guards, just pick one
Sep 27, 2011
a4b7525c
Fix a crash bug in tor_assert(md->held_by_node)
Sep 28, 2011
4a108450
Add some debugging code to microdesc.[ch]
Sep 28, 2011
6201b8b3
Make sure the microdesc cache is loaded before setting a v3 md consensus
Sep 28, 2011
0b5d2646
bug 4115: make bridges use begindir for their dir fetches
Sep 28, 2011
458cc9d3
start preparing the 0.2.3.5-alpha changelog
Sep 28, 2011
4e88a3bc
Merge branch 'maint-0.2.2'
Sep 28, 2011
ff8aba70
bridges should use create_fast cells for their own circuits
Sep 28, 2011
36829539
Merge branch 'maint-0.2.2'
Sep 28, 2011
f6db0f12
refill our token buckets 10 times/sec, not 100
Sep 28, 2011
25f786f7
fold in recent changes entries
Sep 28, 2011
0e4f5e7c
fix default for TokenBucketRefillInterval in man page
Sep 28, 2011
cff4e676
give 0.2.3.5-alpha a blurb
Sep 28, 2011
1fac96f4
bump to 0.2.3.5-alpha
Sep 28, 2011
103c861d
Looks like Windows version 6.2 will be Windows 8
Oct 01, 2011
6803c1c3
Refetch an HS's desc if we don't have a usable one
Oct 02, 2011
eaed37d1
Record intro point timeouts in rend_intro_point_t
Oct 02, 2011
34a6b8b7
Clear the timed_out flag when an HS connection attempt ends
Oct 02, 2011
fbea8c8e
Detect and remove unreachable intro points
Oct 02, 2011
e0730721
Fix comment typo
Oct 02, 2011
bcfc383d
Record the HS's address in last_hid_serv_request keys
Oct 02, 2011
c5226bfe
Remove an HS's last_hid_serv_requests entries when a conn. attempt ends
Oct 02, 2011
13f0d22d
Rephrase the log messages emitted if the TestSocks check is positive
Oct 03, 2011
a7f93b50
Add changes file for bug 4094
Oct 03, 2011
4aa4bce4
Merge remote-tracking branch 'rransom-tor/bug3335-v2'
Oct 03, 2011
05f672c8
Fix compilation of 3335 and 3825 fixes
Oct 03, 2011
2725a88d
Merge remote-tracking branch 'origin/maint-0.2.2'
Oct 03, 2011
9dfb8845
Turn on directory request statistics by default.
Oct 05, 2011
2412e0e4
Check return of init_keys() ip_address_changed: fix Coverity CID 484
Oct 06, 2011
246afc1b
Make internal error check for unrecognized digest algorithm more robust
Oct 06, 2011
105cc42e
Support multiple transports in a single transport line.
Oct 07, 2011
3be9d76f
Make it compile on Windows™.
Oct 07, 2011
1174bb95
Revive our beautiful unit tests.
Oct 07, 2011
6d027a38
Avoid running DNS self-tests if we're operating as a bridge
Oct 07, 2011
98e5c63e
Merge remote-tracking branch 'origin/maint-0.2.2'
Oct 07, 2011
ed39621a
Merge remote-tracking branch 'asn2/bug3656'
Oct 07, 2011
e8ed4657
Merge remote-tracking branch 'public/bug2430'
Oct 07, 2011
25,828 additional commits have been omitted to prevent performance issues.
Loading
Loading