git commit: TS-1858: Fix redefinition of timersub on OmniOS with the ESI plugin.

2013-04-28 Thread humbedooh
Updated Branches: refs/heads/master 05fe0f56e - ddce361ff TS-1858: Fix redefinition of timersub on OmniOS with the ESI plugin. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/ddce361f Tree:

[1/2] git commit: Explicitly initialize cbtable ptr to NULL

2013-04-28 Thread ushachar
Updated Branches: refs/heads/master ddce361ff - d186ae374 Explicitly initialize cbtable ptr to NULL Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9c4fa960 Tree:

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

2013-04-28 Thread ushachar
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/d186ae37 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d186ae37

buildbot failure in ASF Buildbot on tserver-trunk-debug

2013-04-28 Thread buildbot
The Buildbot has detected a new failure on builder tserver-trunk-debug while building trafficserver. Full details are available at: http://ci.apache.org/builders/tserver-trunk-debug/builds/1407 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason: scheduler

git commit: TS-1729 Fix channel_stats to compile on various Unixen. Note that this is still IPV4 only.

2013-04-28 Thread zwoop
Updated Branches: refs/heads/master d186ae374 - 8ba444a60 TS-1729 Fix channel_stats to compile on various Unixen. Note that this is still IPV4 only. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8ba444a6

buildbot success in ASF Buildbot on tserver-trunk-debug

2013-04-28 Thread buildbot
The Buildbot has detected a restored build on builder tserver-trunk-debug while building trafficserver. Full details are available at: http://ci.apache.org/builders/tserver-trunk-debug/builds/1408 Buildbot URL: http://ci.apache.org/ Buildslave for this Build: ceres_ubuntu Build Reason:

[2/2] git commit: TS-1860 cacheurl doesn't compile on platforms with pcre/pcre.h (e.g. solaris).

2013-04-28 Thread zwoop
TS-1860 cacheurl doesn't compile on platforms with pcre/pcre.h (e.g. solaris). Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d1bb9ed9 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d1bb9ed9

[1/2] git commit: TS-1732 Do an ugly const_cast to work around an anomaly on Solaris. On linux, this cast is a no-op, since the struct option is sane and the compile with convert it back to a const

2013-04-28 Thread zwoop
Updated Branches: refs/heads/master 8ba444a60 - d1bb9ed9e TS-1732 Do an ugly const_cast to work around an anomaly on Solaris. On linux, this cast is a no-op, since the struct option is sane and the compile with convert it back to a const char*. Always doing the const_cast avoids #ifdef's to