[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread persiaAziz
Github user persiaAziz commented on the pull request: https://github.com/apache/trafficserver/pull/204#issuecomment-106096407 Done Syeda Persia Aziz CSE,BUET On Wednesday, May 27, 2015 3:37 PM, Alan M. Carroll wrote: Looks good overall but ne

[GitHub] trafficserver pull request: Ts 3560

2015-05-27 Thread persiaAziz
GitHub user persiaAziz opened a pull request: https://github.com/apache/trafficserver/pull/205 Ts 3560 Removed comments, edited lua-enum You can merge this pull request into a Git repository by running: $ git pull https://github.com/persiaAziz/trafficserver ts-3560 Alternative

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread persiaAziz
Github user persiaAziz closed the pull request at: https://github.com/apache/trafficserver/pull/204 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feat

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread SolidWallOfCode
Github user SolidWallOfCode commented on the pull request: https://github.com/apache/trafficserver/pull/204#issuecomment-106066389 Looks good overall but needs a bit of cleanup. In general the "// !@#" comments need to be removed. --- If your project is set up for it, you can reply t

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/204#discussion_r31177349 --- Diff: proxy/http/HttpConfig.h --- @@ -708,7 +708,7 @@ struct HttpConfigParams : public ConfigInfo { // Error Reporting //

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/204#discussion_r31177284 --- Diff: proxy/http/HttpConfig.h --- @@ -554,8 +554,8 @@ struct OverridableHttpConfigParams { MgmtInt flow_low_water_mark; ///< Flow co

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread SolidWallOfCode
Github user SolidWallOfCode commented on a diff in the pull request: https://github.com/apache/trafficserver/pull/204#discussion_r31177159 --- Diff: plugins/experimental/ts_lua/ts_lua_http_config.c --- @@ -81,7 +81,8 @@ typedef enum { TS_LUA_CONFIG_HTTP_CACHE_FUZZ_PROBABILITY

[GitHub] trafficserver pull request: TS-3560: Make slow log overridable.

2015-05-27 Thread persiaAziz
GitHub user persiaAziz opened a pull request: https://github.com/apache/trafficserver/pull/204 TS-3560: Make slow log overridable. TS-3560 : make slow_log_threshold overridable You can merge this pull request into a Git repository by running: $ git pull https://github.com/persi

Release Management wiki page Inconsistencies

2015-05-27 Thread Brian Rectanus
All, The Release Management page ( https://cwiki.apache.org/confluence/display/TS/Release+Management) seems to be inconsistent with support dates, etc. The charts do not match the tables and at least the 5.3 dates do not match actual release dates. For example, the downloads page says 5.3.0 was r

[GitHub] trafficserver pull request: Solve 'undefined reference to symbol M...

2015-05-27 Thread jbfavre
Github user jbfavre commented on the pull request: https://github.com/apache/trafficserver/pull/203#issuecomment-105874639 @igalic done, thanks for the tip :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your projec

[GitHub] trafficserver pull request: Solve 'undefined reference to symbol M...

2015-05-27 Thread igalic
Github user igalic commented on the pull request: https://github.com/apache/trafficserver/pull/203#issuecomment-105873638 @jbfavre thanks for this patch. btw, you might wanna add the email address from your pull commit to your github settings, so your face shows up there and y

[GitHub] trafficserver pull request: Solve 'undefined reference to symbol M...

2015-05-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/trafficserver/pull/203 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] trafficserver pull request: Solve 'undefined reference to symbol M...

2015-05-27 Thread jbfavre
GitHub user jbfavre opened a pull request: https://github.com/apache/trafficserver/pull/203 Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'.… Fix for TS-3632 While building ATS 5.3 for Debian, I had the exact same error as reported in TS-3632. I solved