git commit: Make test-log-configuration more robust

2014-03-11 Thread jpeach
Repository: trafficserver Updated Branches: refs/heads/master 6ad6e5aa5 - 2b35ff4b2 Make test-log-configuration more robust Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b35ff4b Tree:

[1/2] git commit: Locking fix in atscppapi transformation code

2014-03-11 Thread briang
Repository: trafficserver Updated Branches: refs/heads/master 2b35ff4b2 - 47a53bec1 Locking fix in atscppapi transformation code Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8176151b Tree:

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

2014-03-11 Thread briang
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/47a53bec Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/47a53bec

git commit: TS-2627: mgmt condense duplicated socket read code

2014-03-11 Thread jpeach
Repository: trafficserver Updated Branches: refs/heads/master 47a53bec1 - 93fb1bbfd TS-2627: mgmt condense duplicated socket read code Rather than copy the code to read a fixed amount from a socket, make a helper function and call it. Project:

git commit: TS-2628: traffic_line: print restart status after setting a value

2014-03-11 Thread jpeach
Repository: trafficserver Updated Branches: refs/heads/master 93fb1bbfd - 07720dc20 TS-2628: traffic_line: print restart status after setting a value The API that sets configuration values reports whether Traffic Server needs to be restarted or reconfigured. Print this information to the user

git commit: This closes #60

2014-03-11 Thread briang
Repository: trafficserver Updated Branches: refs/heads/master 07720dc20 - e9a6033a2 This closes #60 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e9a6033a Tree:

git commit: TS-2623 Also fix the indentation to follow our coding standards.

2014-03-11 Thread zwoop
Repository: trafficserver Updated Branches: refs/heads/master 44a826fe0 - 558345f21 TS-2623 Also fix the indentation to follow our coding standards. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/558345f2

git commit: TS-2623: unsigned comparison build fix

2014-03-11 Thread jpeach
Repository: trafficserver Updated Branches: refs/heads/master f8619248d - 44a826fe0 TS-2623: unsigned comparison build fix Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/44a826fe Tree:

[2/5] git commit: TS-1062: Make TSFetchUrl handle chunked encoding automatically

2014-03-11 Thread yunkai
TS-1062: Make TSFetchUrl handle chunked encoding automatically Signed-off-by: Yunkai Zhang qiushu@taobao.com Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6a5f55ab Tree:

[5/5] git commit: TS-1062: Implement dechunk supporting for extended FetchSM

2014-03-11 Thread yunkai
TS-1062: Implement dechunk supporting for extended FetchSM With this patch, we can let FetchSM to dechunk body content automatically by passing 'TS_FETCH_FLAGS_DECHUNK' option to TSFetchCreate(); Signed-off-by: Yunkai Zhang qiushu@taobao.com Project:

[3/5] git commit: TS-1062: Extends and optimizes FetchSM

2014-03-11 Thread yunkai
TS-1062: Extends and optimizes FetchSM * Optimize FetchSM to support stream IO. * Reduce memory copy in FetchSM. * Expose some plugin APIs in 'ts/experimental.h'. This patch will borrow some ideas from @Quehan's fetcher library, which has not been open-sourced yet. Signed-off-by: Yunkai Zhang

[1/5] git commit: TS-2610: Add client_protocol_stack(%cps) field into LogFormat

2014-03-11 Thread yunkai
Repository: trafficserver Updated Branches: refs/heads/master 558345f21 - f914a62fc TS-2610: Add client_protocol_stack(%cps) field into LogFormat The output of %cps field would be the conjunction of protocol names in client protocol stack spliced with '+', such as TLS+SPDY. Signed-off-by:

[4/5] git commit: TS-2612: Indroduce TSHttpConnectWithProtoStack() API

2014-03-11 Thread yunkai
TS-2612: Indroduce TSHttpConnectWithProtoStack() API 1) Firstly, add a bitmask, *proto_stack*, in NetVConnection/HttpSM, and set it properly. 2) For some plugins that using TSHttpConnect() API to do request, the Logging module can't know what protocol stack is used, so I add a new API: