[ANNOUNCE] Apache Traffic Server 3.0.2 Released

2011-12-07 Thread Igor Galić
Apache Traffic Server v3.0.2 Released The Apache Software Foundation and the Apache Traffic Server project are pleased to announce the release of Apache Traffic Server v3.0.2. Apache Traffic Server is fast, scalable and extensible HTTP/1.1 compliant caching proxy server. This is prima

Re: [RESULT] Release Traffic Server v3.0.2

2011-12-07 Thread Igor Galić
- Original Message - > Hi folks, > > I've prepared a package for a v3.0.2 release. Please take a look at > the > artifacts, check the STATUS/README/CHANGES files, and do builds and > tests. > After finishing your examination of the release candidate, please > cast your > ±/0 votes, I will

Re: Building trafficserver 3.0.0 with clang

2011-12-07 Thread Igor Galić
Unrelated, > > Igor Galić wrote: I � Unicode i -- Igor Galić Tel: +43 (0) 664 886 22 883 Mail: i.ga...@brainsware.org URL: http://brainsware.org/ GPG: 6880 4155 74BD FD7C B515 2EA5 4B1D 9E08 A097 C9AE

Re: Building trafficserver 3.0.0 with clang

2011-12-07 Thread Igor Galić
- Original Message - > Igor Galić wrote: > > > n.b.: Right now, this does not work, because our code has long > > since > > (v2.1.4/TS-427) parted with clang compatibility. > > XXX: Why are we not checking for clang on darwin? Isn't XCode the > > default.. thing? Doesn't it com

Re: Building trafficserver 3.0.0 with clang

2011-12-07 Thread Leif Hedstrom
Igor Galić wrote: > n.b.: Right now, this does not work, because our code has long since > (v2.1.4/TS-427) parted with clang compatibility. > XXX: Why are we not checking for clang on darwin? Isn't XCode the > default.. thing? Doesn't it come with clang? How often more will I > write cl

Re: Disable dns lookups on ATS

2011-12-07 Thread Igor Galić
- Original Message - > Hi, > > There was an issue raised in the user mail thread about disabling > dns. I have also been looking at this. > > I am using TS 3.0.1 on fedora 14 and ubuntu 10.04. > > When this flag is set the DNS lookup event before the For context, quoting myself from user

Re: Building trafficserver 3.0.0 with clang

2011-12-07 Thread Igor Galić
- Original Message - > Has anybody had any success with building TS3.0 with clang (from > latest trunk)? > I've tried doing it with a view to try out the address sanitizer > library (http://code.google.com/p/address-sanitizer/) but I was > hitting many errors (after turning off -Werror) i

Re: Setting Response Content without transformation plugin

2011-12-07 Thread Leif Hedstrom
Brian Geffon wrote: > Hello, > I've run into a situation where I would like to set the response to a > request to certain content. I know that i can use TSHttpTxnSetHttpRetBody > and TSHttpTxnSetHttpRetStatus the problem with this is that > TSHttpTxnSetHttpRetBody sets the HttpTransact::State->retu

Building trafficserver 3.0.0 with clang

2011-12-07 Thread aniket ray
Has anybody had any success with building TS3.0 with clang (from latest trunk)? I've tried doing it with a view to try out the address sanitizer library (http://code.google.com/p/address-sanitizer/) but I was hitting many errors (after turning off -Werror) in the template code. I see that there wa

Disable dns lookups on ATS

2011-12-07 Thread Kevin Giles
Hi, There was an issue raised in the user mail thread about disabling dns. I have also been looking at this. I am using TS 3.0.1 on fedora 14 and ubuntu 10.04. When this flag is set the DNS lookup event before the HTTP_OS_DNS_HOOK does not appear to be called. However there is a DNS lookup

Setting Response Content without transformation plugin

2011-12-07 Thread Brian Geffon
Hello, I've run into a situation where I would like to set the response to a request to certain content. I know that i can use TSHttpTxnSetHttpRetBody and TSHttpTxnSetHttpRetStatus the problem with this is that TSHttpTxnSetHttpRetBody sets the HttpTransact::State->return_xbuf to accomplish this