git commit: docs: Fix ts-lua docs style & formatting

2013-12-03 Thread igalic
Updated Branches: refs/heads/master d47def14f -> 7264e9ce3 docs: Fix ts-lua docs style & formatting Add a license, fix the headers and add formatting for code. outstanding: document configuration Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apa

git commit: TS-2365: configure max TLS record size

2013-12-03 Thread jpeach
Updated Branches: refs/heads/master 7264e9ce3 -> 42fc0106c TS-2365: configure max TLS record size The client can decipher the data only once it has received a full record over SSL. The record size can have significant impact on the page load time performance of the application. No limitation o

git commit: TS-2413: release memory for idle SSL connections

2013-12-03 Thread jpeach
Updated Branches: refs/heads/master 42fc0106c -> 642d2f2c3 TS-2413: release memory for idle SSL connections OpenSSL tends to allocate about 50KB of memory for each connection. Setting flag: "SSL_MODE_RELEASE_BUFFERS" can save around 34K per idle SSL connection. This flag has no effect on SSL v

git commit: TS-2410: document some of the behavior of TSHttpTxnCacheLookupUrlGet

2013-12-03 Thread jpeach
Updated Branches: refs/heads/master 642d2f2c3 -> 1a2f7f448 TS-2410: document some of the behavior of TSHttpTxnCacheLookupUrlGet Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1a2f7f44 Tree: http://git-wip-

[1/4] git commit: transaction diagram was remade using graphviz

2013-12-03 Thread igalic
Updated Branches: refs/heads/master 1a2f7f448 -> 12b687f4d transaction diagram was remade using graphviz Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/36352042 Tree: http://git-wip-us.apache.org/repos/asf/

[2/4] git commit: removing trailing spaces

2013-12-03 Thread igalic
removing trailing spaces Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fe022ca0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fe022ca0 Diff: http://git-wip-us.apache.org/repos/asf/trafficser

[4/4] git commit: TS-2397: correct formatting and fix links

2013-12-03 Thread igalic
TS-2397: correct formatting and fix links add the graphviz extension to conf.py indent the digraph so it is actually picked up by sphinx give it a nicer name, 'g' is too generic! Give it a nicer alt text, because otherwise we end up with the digraph code. Consistent formatting & links. Outstandin

[3/4] git commit: Update Transaction State Diagram

2013-12-03 Thread igalic
Update Transaction State Diagram add 2 more API hooks, TS_HTTP_POST_REMAP_HOOK & TS_HTTP_PRE_REMAP_HOOK, into state diagram. TS_HTTP_PRE_REMAP_HOOK is new name of TS_HTTP_READ_REQUEST_PRE_REMAP_HOOK since v2.1.5 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://gi

Re: [2/2] git commit: TS-2335: Putting Alibaba Lua plugin into experimental

2013-12-03 Thread James Peach
On Nov 27, 2013, at 1:11 AM, kic...@apache.org wrote: > TS-2335: Putting Alibaba Lua plugin into experimental This is breaking the build on a number of platforms: https://ci.trafficserver.apache.org/job/centos_6.4_x64-master-debug-regression/lastFailedBuild/console https://ci.t

git commit: Fix Via decoder ring links

2013-12-03 Thread jpeach
Updated Branches: refs/heads/master 12b687f4d -> e4a806d1f Fix Via decoder ring links Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e4a806d1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree

[1/2] git commit: Fix build problem on some platforms for ts_lua plugin

2013-12-03 Thread kichan
Updated Branches: refs/heads/master e4a806d1f -> 2b6a5f6bb Fix build problem on some platforms 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/5dcbbb18 Tree: http://git-wip-us.apache.org/r

[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/trafficserver

2013-12-03 Thread kichan
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/trafficserver Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b6a5f6b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2b6a5f6b D

[1/6] refine the codes of cluster

2013-12-03 Thread weijin
Updated Branches: refs/heads/refine_cluster 7ffc10a9c -> 62504a9f8 (forced update) http://git-wip-us.apache.org/repos/asf/trafficserver/blob/62504a9f/iocore/cluster/session.cc -- diff --git a/iocore/cluster/session.cc b/iocore/

[6/6] git commit: refine the codes of cluster

2013-12-03 Thread weijin
refine the codes of cluster Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/62504a9f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/62504a9f Diff: http://git-wip-us.apache.org/repos/asf/traffic

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

2013-12-03 Thread jpeach
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 can use library code for this instead. Use new_Deleter to free the old U

git commit: TS-1815: Add thread number and port to accept thread name

2013-12-03 Thread sorber
Updated Branches: refs/heads/master 0f9305dc6 -> 0022a5467 TS-1815: Add thread number and port to accept thread name Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0022a546 Tree: http://git-wip-us.apache.o

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

2013-12-03 Thread sorber
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.org/repos/asf/trafficserver/commit/52b6227c Tree: http://git-wip-us.apa

git commit: Add CHANGES for TS-2347

2013-12-03 Thread kichan
Updated Branches: refs/heads/master 52b6227cd -> 9f3f799ef Add CHANGES for TS-2347 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9f3f799e Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9f

git commit: TS-2335: getting ts_lua to compile without warnings

2013-12-03 Thread kichan
Updated Branches: refs/heads/master 9f3f799ef -> af63c8ed5 TS-2335: getting ts_lua to compile without warnings Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/af63c8ed Tree: http://git-wip-us.apache.org/rep