Commits on Source
25964
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
561ab14a
Switch a SMARTLIST_FOREACH in circuitbuild.c to BEGIN/END
Aug 30, 2011
393e4fb5
Use %f with printf-style formatting, not %lf
Aug 30, 2011
03760f6c
Fix a compilation issue on older FreeBSDs
Aug 30, 2011
0ac4b0f9
Check for lround with autoconf; fall back to rint.
Aug 30, 2011
44f6be46
let private tor networks more reliably handle hidden services
Sep 01, 2011
d10ae9c0
Don't update AccountingSoftLimitHitAt on startup
Sep 01, 2011
1f4b6944
Upload descriptors more often when recent desc is unlisted
Sep 07, 2011
ed463404
Clean up HTTP request header generation a little
Sep 07, 2011
3e3480d7
Report reason for generating descriptor in an HTTP header
Sep 07, 2011
1ed1bf7f
Merge branch 'bug3327_squashed'
Sep 07, 2011
5c53a0f8
fix a const warning
Sep 07, 2011
58a0afe3
chown() sockets when User option is set
Sep 07, 2011
9bdde890
Make the unit tests pass again after the bug2003 fix
Sep 07, 2011
d3ff167e
Fix whitespace issues in patches merged today so far
Sep 07, 2011
45eadf39
All NT service configuration commands should make the process exit.
Sep 08, 2011
45ca0d2b
Add changes file for bsd4 fixes
Sep 09, 2011
cb9226bc
Check for replays in PK-encrypted part of intro cell, not just in the g^x value
Sep 09, 2011
4467799f
Merge remote-tracking branch 'public/enhance_replay_detection' into maint-0.2.2
Sep 09, 2011
b0695c11
Merge remote-tracking branch 'public/gcc-295-fix' into maint-0.2.2
Sep 09, 2011
a41f1fc6
Merge remote-tracking branch 'origin/maint-0.2.2'
Sep 09, 2011
ae2856b6
start an 0.2.3.4-alpha changelog
Sep 09, 2011
c852760b
Replaced some leftover assert()s with tor_assert()s.
Sep 10, 2011
c621e528
Fix log message typo.
Sep 10, 2011
35f9be7d
Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'
Sep 10, 2011
087e0569
Fix whitespace in parse_client_port_config()
Sep 10, 2011
c6f6b567
Stop parse_client_port_config() from misinterpreting FooListenAddress and FooPort in legacy syntax
Sep 10, 2011
a8838a86
Changes file for bug3936 changes
Sep 10, 2011
aa900b17
Describe rend_intro_point_t more completely
Sep 10, 2011
07a5cf28
Describe rend_service_descriptor_t more completely
Sep 10, 2011
b1073590
Demote HS 'replay detected' log message for DH public keys to info level
Sep 10, 2011
8ea6d29f
Demote 'INTRODUCE2 cell is too {old,new}' message to info level
Sep 10, 2011
cca806c5
fix whitespace (two-space indent)
Sep 11, 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
38696614
Merge remote-tracking branch 'origin/maint-0.2.2'
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
d679ef62
Update to the September 2011 GeoIP database.
Sep 12, 2011
1e1cc43b
Merge branch 'maint-0.2.2'
Sep 12, 2011
62ec584a
Generate our ssl session certs with a plausible lifetime
Sep 13, 2011
4a351b4b
Merge branch 'maint-0.2.1' into maint-0.2.2
Sep 13, 2011
1fcaeb60
Merge branch 'maint-0.2.2'
Sep 13, 2011
befaa435
forward-port the 0.2.2.33 changelog
Sep 13, 2011
296649fd
Provide missing description for our FLEXIBLE_ARRAY_MEMBER defines
Sep 13, 2011
c133d71b
a blurb for 0.2.3.4-alpha
Sep 13, 2011
0b0f7d79
bump to 0.2.3.4-alpha
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
25,864 additional commits have been omitted to prevent performance issues.
Loading
Loading