git commit: TS-2372: improved OpenSSL EC key support detection

2013-12-04 Thread jpeach
Updated Branches: refs/heads/master 6ae5e9219 -> 14ef40ef2 TS-2372: improved OpenSSL EC key support detection Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/14ef40ef Tree: http://git-wip-us.apache.org/repo

git commit: TS-2372: include openssl/ec.h

2013-12-04 Thread jpeach
Updated Branches: refs/heads/master c1d73e836 -> 6ae5e9219 TS-2372: include openssl/ec.h Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6ae5e921 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/t

git commit: TS-2335: some more fixes for compile warning for ts_lua plugin

2013-12-04 Thread kichan
Updated Branches: refs/heads/master 9f69f05f2 -> c1d73e836 TS-2335: some more fixes for compile warning for ts_lua plugin Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/c1d73e83 Tree: http://git-wip-us.apa

git commit: TS-2372 Fix typo in npnEndpoint

2013-12-04 Thread zwoop
Updated Branches: refs/heads/master 8ba691cfa -> 9f69f05f2 TS-2372 Fix typo in npnEndpoint Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f69f05f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver

[1/2] git commit: Clarify anonymize_other_header_list

2013-12-04 Thread mlibbey
Updated Branches: refs/heads/master b275278dd -> 8ba691cfa Clarify anonymize_other_header_list Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9e0e5f3c Tree: http://git-wip-us.apache.org/repos/asf/trafficse

[2/2] git commit: Add in examples

2013-12-04 Thread mlibbey
Add in examples Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8ba691cf Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8ba691cf Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/

Re: git commit: TS-2415: use standard continuations to release UrlRewrite objects

2013-12-04 Thread James Peach
On Dec 4, 2013, at 2:04 PM, Leif Hedstrom wrote: > On Dec 4, 2013, at 9:11 AM, James Peach wrote: > >> On Dec 4, 2013, at 7:37 AM, Leif Hedstrom wrote: >> >>> On Dec 3, 2013, at 10:30 PM, jpe...@apache.org wrote: >>> >>> >>> Fwiw, this new_Deleter does not have the same semantics as t

git commit: Add missing colon

2013-12-04 Thread jpeach
Updated Branches: refs/heads/master d75e933a1 -> b275278dd Add missing colon Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b275278d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b275278d

[2/2] git commit: TS-2372: enable ECDHE forward security

2013-12-04 Thread jpeach
TS-2372: enable ECDHE forward security Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d75e933a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d75e933a Diff: http://git-wip-us.apache.org/repos/

[1/2] git commit: TS-2372: update default SSL context options

2013-12-04 Thread jpeach
Updated Branches: refs/heads/master 581282d8b -> d75e933a1 TS-2372: update default SSL context options Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d7bb4cd3 Tree: http://git-wip-us.apache.org/repos/asf/t

Re: git commit: TS-2415: use standard continuations to release UrlRewrite objects

2013-12-04 Thread Leif Hedstrom
On Dec 4, 2013, at 9:11 AM, James Peach wrote: > On Dec 4, 2013, at 7:37 AM, Leif Hedstrom wrote: > >> On Dec 3, 2013, at 10:30 PM, jpe...@apache.org wrote: >>> >> >> >> Fwiw, this new_Deleter does not have the same semantics as the old code. The >> old code would schedule the deletion on t

git commit: TS-2351 Make the Range calculations more resilient

2013-12-04 Thread igalic
Updated Branches: refs/heads/4.1.x 89fc6dc1c -> 87ef044cf TS-2351 Make the Range calculations more resilient Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/87ef044c Tree: http://git-wip-us.apache.org/repos

git commit: TS-2351 Make the Range calculations more resilient

2013-12-04 Thread zwoop
Updated Branches: refs/heads/master 439b504f1 -> 581282d8b TS-2351 Make the Range calculations more resilient Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/581282d8 Tree: http://git-wip-us.apache.org/repo

git commit: TS-2416: configurable TLS session timeout threshold

2013-12-04 Thread jpeach
Updated Branches: refs/heads/master fc3b25fe4 -> 439b504f1 TS-2416: configurable TLS session timeout threshold Default is 300 seconds. It's good to be configurable so that application can specify the threshold for the expiration of internal session and session ticket. Project: http://git-wip

git commit: TS-1815: Change ET_AIO thread name layout for consistency

2013-12-04 Thread sorber
Updated Branches: refs/heads/master af63c8ed5 -> fc3b25fe4 TS-1815: Change ET_AIO thread name layout for consistency Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fc3b25fe Tree: http://git-wip-us.apache.o

Re: git commit: TS-1815: Add the file descriptor number to ET_AIO thread names

2013-12-04 Thread James Peach
On Dec 4, 2013, at 8:21 AM, Phil Sorber wrote: > On Wed, Dec 4, 2013 at 9:13 AM, James Peach wrote: > >> On Dec 3, 2013, at 10:09 PM, sor...@apache.org wrote: >> >>> Updated Branches: >>> refs/heads/master 0022a5467 -> 52b6227cd >>> >>> >>> TS-1815: Add the file descriptor number to ET_AIO t

Re: git commit: TS-1815: Add the file descriptor number to ET_AIO thread names

2013-12-04 Thread Phil Sorber
On Wed, Dec 4, 2013 at 9:13 AM, James Peach wrote: > On Dec 3, 2013, at 10:09 PM, sor...@apache.org wrote: > > > Updated Branches: > > refs/heads/master 0022a5467 -> 52b6227cd > > > > > > TS-1815: Add the file descriptor number to ET_AIO thread names > > > > > > Project: http://git-wip-us.apache

Re: git commit: TS-1815: Add the file descriptor number to ET_AIO thread names

2013-12-04 Thread James Peach
On Dec 3, 2013, at 10:09 PM, sor...@apache.org wrote: > Updated Branches: > refs/heads/master 0022a5467 -> 52b6227cd > > > TS-1815: Add the file descriptor number to ET_AIO thread names > > > Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo > Commit: http://git-wip-us.apache

Re: git commit: TS-2415: use standard continuations to release UrlRewrite objects

2013-12-04 Thread James Peach
On Dec 4, 2013, at 7:37 AM, Leif Hedstrom wrote: > On Dec 3, 2013, at 10:30 PM, jpe...@apache.org wrote: > >> Updated Branches: >> refs/heads/master 2b6a5f6bb -> 0f9305dc6 >> >> >> TS-2415: use standard continuations to release UrlRewrite objects >> >> UrlRewrite uses a custom continuation to

Re: git commit: TS-2415: use standard continuations to release UrlRewrite objects

2013-12-04 Thread Leif Hedstrom
On Dec 3, 2013, at 10:30 PM, jpe...@apache.org wrote: > Updated Branches: > refs/heads/master 2b6a5f6bb -> 0f9305dc6 > > > TS-2415: use standard continuations to release UrlRewrite objects > > UrlRewrite uses a custom continuation to release the old object > after it is no longer needed. We ca