PSA: "make check" and unused library dependencies

2017-02-08 Thread Jack Bates
In #1408 [1], I added a script to the "make check" target that checks for programs that are linked with libraries they don't in fact use. (It runs "ldd --unused --function-relocs" on all the programs that we install.) To get this check to pass, I pruned the LIBS variables in our Makefiles, and

Re: ATS doesn't build with python docutils 0.13.1

2017-01-06 Thread Jack Bates
Will do. On 06/01/17 11:04 AM, Alan Carroll wrote: Jack, can you put up a pull request? I'm internally debating whether we want the auto TS- linkage or not, so I think it would be good to have a PR on which to discuss it. Thanks. On Friday, January 6, 2017 10:39 AM, Jack Bates

Re: ATS doesn't build with python docutils 0.13.1

2017-01-06 Thread Jack Bates
Thanks for fixing this Jean Baptiste! I'd like to maintain the custom autolinker, would you mind if I restored that code and applied the fix below? After this fix, it works with Docutils 1.3 and 1.2. I realize it would've been much better if I'd had this ready at the beginning of the week ... -

Re: [VOTE] Release Apache Traffic Server 6.2.1 (RC0)

2017-01-06 Thread Jack Bates
+1 On 27/12/16 10:30 AM, Phil Sorber wrote: Hello All, I've prepared a release for v6.2.1 (RC0) which is the latest stable release in the 6.2.x series. This is the second release in our Long Term Support (LTS) version as detailed in our Release Management document: https://cwiki.apache.org/con

Re: [VOTE] Release Apache Traffic Server 4.2.2 (RC0)

2014-08-29 Thread Jack Bates
On 10/08/14 01:41 PM, Phil Sorber wrote: Hello All, I've prepared a release for v4.2.2 (RC0) which is the latest stable release in the 4.2.x series. This is the third release in our Long Term Support (LTS) version as detailed in our Release Management document: https://cwiki.apache.org/confluen

Re: Traffic shaping wiki page

2014-08-29 Thread Jack Bates
Thanks! Done. On 28/08/14 06:39 PM, Leif Hedstrom wrote: Sweet, you should send this to users@ too :) On Aug 28, 2014, at 5:12 PM, Jack Bates <6ny...@nottheoilrig.com> wrote: I added a wiki page based on my experience with traffic shaping (AKA bandwidth management AKA QoS)

Traffic shaping wiki page

2014-08-28 Thread Jack Bates
I added a wiki page based on my experience with traffic shaping (AKA bandwidth management AKA QoS) https://cwiki.apache.org/confluence/display/TS/Traffic+Shaping Please correct me if I made any mistakes. Additions and/or edits based on other people's work and experiences would be great!

Re: [VOTE] Release Apache Traffic Server 5.0.0 (RC0)

2014-06-14 Thread Jack Bates
On 11/06/14 01:29 PM, Bryan Call wrote: I have updated 5.0.0 with a new release candidate (RC1) and we will extend the voting until Monday 6/16. +1 Debian 7.5 on i386 (32-bit Intel Atom N270) Successfully built 5.0.0-rc1 When I "make test" everything passes It's been operating as a forward pro

Re: [GitHub] trafficserver pull request: docs: Add Doxygen group commands to AP...

2014-05-17 Thread Jack Bates
Good point, I'll look into whether those strings can be translated somehow. On 17/05/14 07:17 AM, Masakazu Kitajo wrote: Extracting strings from sources would be nice, however, it makes me sad because API reference pages will be untranslatable. But it's much better than nothing or not maintained

Quality assurance notes

2014-04-16 Thread Jack Bates
I made a little effort to round up what I've gathered about the quality assurance pieces that people are using: https://cwiki.apache.org/confluence/display/TS/Quality+Assurance I'm probably out of touch with the latest. If I made a mistake, I apologize! Please correct me, or fill in any blanks

Bad values in log collation messages?

2012-12-27 Thread Jack Bates
I'm seeing just a few weird values in the messages from Traffic Server log collation clients. Here is an example message, a test script to inspect it, and the output from the script: * http://nottheoilrig.com/trafficserver/201212280/data * http://nottheoilrig.com/trafficserver/201212280/test

Re: Download mirrors, plugin, GSoC

2012-06-25 Thread Jack Bates
On 22/06/12 07:34 AM, Leif Hedstrom wrote: On 6/22/12 4:12 AM, Jack Bates wrote: What's the best way to compute SHA-256 digests for content in the cache? I am thinking of using libgcrypt [1], can anyone comment on whether this is a good choice, or offer advice? hmmm, maybe consider some

Re: Download mirrors, plugin, GSoC

2012-06-22 Thread Jack Bates
What's the best way to compute SHA-256 digests for content in the cache? I am thinking of using libgcrypt [1], can anyone comment on whether this is a good choice, or offer advice? To read the content, I am thinking of following the null transform example, and whenever I copy from the input to

Re: [VOTE] Release v3.2.0

2012-06-17 Thread Jack Bates
On 14/06/12 06:54 PM, Leif Hedstrom wrote: Hi all, I've prepared a release for v3.2.0, this release has no significant changes compared to v3.1.4. The artifacts are available at http://people.apache.org/~zwoop/rel-candidates/: -rw-r--r-- 1 zwoop zwoop 2516870 Jun 14 20:53 trafficserver-3.2.0

Re: Download mirrors, plugin, GSoC

2012-05-19 Thread Jack Bates
On 12/05/12 06:46 PM, Leif Hedstrom wrote: Cool. I'm omw to a Mickey Mouse cruise (wish me luck ...), but wanted to put in a couple of $0.02's. Welcome back and thanks for this feedback Should we call it "metalink" or something instead of dedup? Dedup is something we might want to do later on

Download mirrors, plugin, GSoC

2012-05-12 Thread Jack Bates
Hi, I would like files that are distributed from multiple mirrors to work better with caching proxies, and I hope to write a Traffic Server plugin to help with this I would love any input or feedback on how mirrors can work better with Traffic Server The approach that I am taking for my init

Header parameters and check URL exists in cache?

2012-05-06 Thread Jack Bates
Hi, do you know of any examples of parsing parameters in header field values that you can suggest to me? e.g. matching charset=UTF-8 in "Content-Type: ...; charset=UTF-8" or rel=duplicate in "Link: <...>; rel=duplicate" Also can you suggest any examples of checking if a given URL already exis

Re: Download mirrors and cache hits

2012-03-29 Thread Jack Bates
On Sat, Mar 24, 2012 at 06:07:45PM -0700, James Peach wrote: > On Mar 24, 2012, at 12:06 AM, Jack Bates <6ny...@nottheoilrig.com> wrote: > > On 22/03/12 10:08 PM, James Peach wrote: > >> On 22/03/2012, at 4:19 AM, Jack Bates wrote: > >>> On 10/03/12 08:43 P

Re: Download mirrors and cache hits

2012-03-24 Thread Jack Bates
On 22/03/12 10:08 PM, James Peach wrote: On 22/03/2012, at 4:19 AM, Jack Bates wrote: On 10/03/12 08:43 PM, Jack Bates wrote: What can sites like this do to help intermediate proxies like Apache Traffic Server make cache hits from requests for the same content from different mirrors? Are