trafficserver git commit: doc: use universally working curl -X PURGE call

2015-11-06 Thread igalic
Repository: trafficserver Updated Branches: refs/heads/master de42e06ce -> cbee60c07 doc: use universally working curl -X PURGE call adding --resolve example.com:80:127.0.0.1 to the curl call, should also clue people in as to how to access their https:// sites ;) Project:

[1/2] trafficserver git commit: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'. Fix TS-3632

2015-05-27 Thread igalic
Repository: trafficserver Updated Branches: refs/heads/master 23cc73e8a - fd72cf048 Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'. Fix TS-3632 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/2] trafficserver git commit: Merge pull request #203: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'

2015-05-27 Thread igalic
Merge pull request #203: Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0' Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fd72cf04 Tree:

git commit: TS-2963: remove unused declaration for VConnectionHandler function pointer

2014-07-28 Thread igalic
Repository: trafficserver Updated Branches: refs/heads/master 78e291fdf - ec26a04b0 TS-2963: remove unused declaration for VConnectionHandler function pointer this means we can also remove the forward declaration of the class itself Project:

git commit: remove unused MathJax extension, sort extensions one per line

2014-05-26 Thread igalic
Repository: trafficserver Updated Branches: refs/heads/master 0c5012028 - 0df9621a8 remove unused MathJax extension, sort extensions one per line Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0df9621a

git commit: Revert TS-2172: Explicitly use subdir-objects in automake init

2014-03-10 Thread igalic
Repository: trafficserver Updated Branches: refs/heads/4.1.x 7cb58971f - ef46b2e88 Revert TS-2172: Explicitly use subdir-objects in automake init This reverts commit bebda9f791e908a7bb0a1563c450e5b01f4dde2c. The reason behind this revert is because it breaks all builds' distclean.

[1/2] git commit: TS-2469: remove libreadline which is gpl licensed

2014-02-04 Thread igalic
Updated Branches: refs/heads/4.1.x 5cdf04538 - a9a7ba639 TS-2469: remove libreadline which is gpl licensed Signed-off-by: Zhao Yongming ming@gmail.com Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/2] git commit: TS-2467: traffic_shell doesn't work with tcl 8.6, works with 8.5

2014-02-04 Thread igalic
TS-2467: traffic_shell doesn't work with tcl 8.6, works with 8.5 Segfault in libtcl8.6.so when calling Tcl_SetMainLoop(Tcl_ReadlineMain). If setting Tcl MainLoop, we should call Tcl_FindExecutable(NULL), which fixes TCL 8.6 and should also work with older versions. Conflicts: CHANGES

git commit: TS-2539: clean up Generated Perl files

2014-01-29 Thread igalic
Updated Branches: refs/heads/master 063b320a7 - eb450fa80 TS-2539: clean up Generated Perl files Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/eb450fa8 Tree:

[2/2] git commit: bump version to 4.1.3

2014-01-23 Thread igalic
bump version to 4.1.3 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5cdf0453 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5cdf0453 Diff:

[1/2] git commit: TS-2172: Explicitly use subdir-objects in automake init

2014-01-23 Thread igalic
Updated Branches: refs/heads/4.1.x 2b9dd003b - 5cdf04538 TS-2172: Explicitly use subdir-objects in automake init now it is safe to enable subdir-objects for the automake Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

git commit: TS-2521: add stub for hacking documentation

2014-01-22 Thread igalic
Updated Branches: refs/heads/master f8cb33617 - 532003b27 TS-2521: add stub for hacking documentation Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/532003b2 Tree:

git commit: [TS-2497] Failed post results in tunnel buffers being returned to freelist prematurely, Reporter: Thomas Jackson thjac...@linkedin.com

2014-01-21 Thread igalic
Updated Branches: refs/heads/4.1.x de710cb9b - 1de3269d8 [TS-2497] Failed post results in tunnel buffers being returned to freelist prematurely, Reporter: Thomas Jackson thjac...@linkedin.com Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo

git commit: TS-2463: Crash regression around slow-log feature

2014-01-21 Thread igalic
Updated Branches: refs/heads/4.1.x 1de3269d8 - d738e3985 TS-2463: Crash regression around slow-log feature This happens when logging a slow event, and fixes commit c290ce0df2a. Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

git commit: TS-2452: Can't access a deleted object

2014-01-21 Thread igalic
Updated Branches: refs/heads/4.1.x d738e3985 - 39ba53d86 TS-2452: Can't access a deleted object It's an obvious bug, blame me:(. Signed-off-by: Yunkai Zhang qiushu@taobao.com Conflicts: CHANGES (also, fix merge artifacts in this file from previous cherry-picking)

git commit: TS-2305: fall back to ftruncate on posix_fallocate failure

2014-01-21 Thread igalic
Updated Branches: refs/heads/4.1.x 39ba53d86 - 2b9dd003b TS-2305: fall back to ftruncate on posix_fallocate failure Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b9dd003

[3/3] git commit: remove references to hardRestart() and related functions

2014-01-20 Thread igalic
remove references to hardRestart() and related functions Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/b5c79b2d Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/b5c79b2d Diff:

[1/3] git commit: remove StopTrafficServer() and StartTrafficServer() from traffic_shell

2014-01-20 Thread igalic
Updated Branches: refs/heads/TS-645-hard-restart [created] b5c79b2de remove StopTrafficServer() and StartTrafficServer() from traffic_shell Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3817006d Tree:

[2/3] git commit: remove the functions in which StartTrafficServer() and StopTrafficServer() was referenced

2014-01-20 Thread igalic
remove the functions in which StartTrafficServer() and StopTrafficServer() was referenced Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/7f4ea4dd Tree:

git commit: TS-1570: regression test for URLs that should fail

2014-01-20 Thread igalic
Updated Branches: refs/heads/test/TS-1570-parse_url-port-fail [created] 814141136 TS-1570: regression test for URLs that should fail We add a helper function to test urls, and run two sets of arrays now: One that should succeed, and one that should fail. Unfortunately, due to issue TS-1570,

[2/3] git commit: TS-645 remove the functions in which StartTrafficServer() and StopTrafficServer() was referenced

2014-01-20 Thread igalic
TS-645 remove the functions in which StartTrafficServer() and StopTrafficServer() was referenced the reason we remove those functions (ConfigClock, ConfigDate, ConfitTime, etc..) is because they are entirely Linux specific, use hard-coded paths, and assume that our Admins, while clue-less, will

[1/3] git commit: TS-645 remove calls in which hard restart is used

2014-01-20 Thread igalic
Updated Branches: refs/heads/TS-645 [created] fa29002bc TS-645 remove calls in which hard restart is used it's hard to tell what this is useful for when you have upstart, systemd, SMF and others controling. Aside from being implemented poorly via system(3), it's an API breakage, which is why

[3/3] git commit: TS-645 remove StopTrafficServer() and StartTrafficServer() from traffic_shell

2014-01-20 Thread igalic
TS-645 remove StopTrafficServer() and StartTrafficServer() from traffic_shell Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fa29002b Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fa29002b

Git Push Summary

2014-01-07 Thread igalic
Updated Tags: refs/tags/4.1.2 [created] 0842f4d0c

svn commit: r4054 - in /release/trafficserver: trafficserver-3.0.5.tar.bz2 trafficserver-3.0.5.tar.bz2.asc trafficserver-3.0.5.tar.bz2.md5 trafficserver-3.0.5.tar.bz2.sha1

2014-01-06 Thread igalic
Author: igalic Date: Mon Jan 6 09:42:14 2014 New Revision: 4054 Log: remove trafficserver-3.0.5 per TS-2451 this release, while not archived on the dl page, is EOLed. On the download page e already reference the artifact from the archives rather than the mirrors. Removed: release

git commit: fix another typo jpeach pointed out

2013-12-19 Thread igalic
Updated Branches: refs/heads/master 021d1a30b - 2548cbcf6 fix another typo jpeach pointed out Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2548cbcf Tree:

svn commit: r1551635 - in /trafficserver/site/trunk/content: downloads.en.mdtext index.html

2013-12-17 Thread igalic
Author: igalic Date: Tue Dec 17 17:20:20 2013 New Revision: 1551635 URL: http://svn.apache.org/r1551635 Log: release notes and download page for 4.1.2 release Modified: trafficserver/site/trunk/content/downloads.en.mdtext trafficserver/site/trunk/content/index.html Modified

git commit: more misspelled words. eee!

2013-12-17 Thread igalic
Updated Branches: refs/heads/master d2ce472bb - 2b052f35b more misspelled words. eee! Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b052f35 Tree:

svn commit: r3916 - in /release/trafficserver: trafficserver-4.1.2-rc0.tar.bz2 trafficserver-4.1.2-rc0.tar.bz2.asc trafficserver-4.1.2-rc0.tar.bz2.md5 trafficserver-4.1.2-rc0.tar.bz2.sha1

2013-12-16 Thread igalic
Author: igalic Date: Mon Dec 16 15:17:44 2013 New Revision: 3916 Log: add 4.1.2-rc0 Added: release/trafficserver/trafficserver-4.1.2-rc0.tar.bz2 (with props) release/trafficserver/trafficserver-4.1.2-rc0.tar.bz2.asc release/trafficserver/trafficserver-4.1.2-rc0.tar.bz2.md5

svn commit: r3917 - in /release/trafficserver: trafficserver-4.1.2-rc0.tar.bz2 trafficserver-4.1.2.tar.bz2

2013-12-16 Thread igalic
Author: igalic Date: Mon Dec 16 15:19:32 2013 New Revision: 3917 Log: rename: no rc Added: release/trafficserver/trafficserver-4.1.2.tar.bz2 - copied unchanged from r3916, release/trafficserver/trafficserver-4.1.2-rc0.tar.bz2 Removed: release/trafficserver/trafficserver-4.1.2-rc0

svn commit: r3919 - in /release/trafficserver: trafficserver-4.1.2-rc0.tar.bz2.md5 trafficserver-4.1.2.tar.bz2.md5

2013-12-16 Thread igalic
Author: igalic Date: Mon Dec 16 15:21:09 2013 New Revision: 3919 Log: rename: no rc Added: release/trafficserver/trafficserver-4.1.2.tar.bz2.md5 - copied unchanged from r3918, release/trafficserver/trafficserver-4.1.2-rc0.tar.bz2.md5 Removed: release/trafficserver/trafficserver

git commit: TS-2408: fix double free of proxy.config.admin.user_id

2013-12-05 Thread igalic
Updated Branches: refs/heads/4.1.x 87ef044cf - d7144dfe3 TS-2408: fix double free of proxy.config.admin.user_id Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d7144dfe Tree:

git commit: bump version: 4.1.2

2013-12-05 Thread igalic
Updated Branches: refs/heads/4.1.x d7144dfe3 - 0cbf80a45 bump version: 4.1.2 4.1.1 was never released, bump version in CHANGES to 4.1.2. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0cbf80a4 Tree:

[2/2] git commit: reliably recreate the same tar-ball from the same content

2013-12-05 Thread igalic
reliably recreate the same tar-ball from the same content if the content of the tree is the same, we now create the same tarballs with the same and sha1sums. We do this, by fixing the mtime of all objects in the tarball to that of our ./configure.ac In order for the content to be the same, we no

[1/2] git commit: Make targets for creating releases+release candidates

2013-12-05 Thread igalic
README-EC2 REVIEWERS +# Default value when creating release candidates +RC = 0 + # igalic can't remember if this is make check or make test and neither should you. test: check @@ -54,7 +57,7 @@ doxygen: asf-distdir: @$(am__remove_distdir) - test -d .git git clone . $(distdir

Git Push Summary

2013-12-05 Thread igalic
Updated Tags: refs/tags/4.1.2-rc0 [created] 81f8bfe23

git commit: TS-2351 Make the Range calculations more resilient

2013-12-04 Thread igalic
Updated Branches: refs/heads/4.1.x 89fc6dc1c - 87ef044cf TS-2351 Make the Range calculations more resilient Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/87ef044c Tree:

git commit: docs: Fix ts-lua docs style formatting

2013-12-03 Thread igalic
Updated Branches: refs/heads/master d47def14f - 7264e9ce3 docs: Fix ts-lua docs style formatting Add a license, fix the headers and add formatting for code. outstanding: document configuration Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[1/4] git commit: transaction diagram was remade using graphviz

2013-12-03 Thread igalic
Updated Branches: refs/heads/master 1a2f7f448 - 12b687f4d transaction diagram was remade using graphviz Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/36352042 Tree:

[2/4] git commit: removing trailing spaces

2013-12-03 Thread igalic
removing trailing spaces Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/fe022ca0 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/fe022ca0 Diff:

[4/4] git commit: TS-2397: correct formatting and fix links

2013-12-03 Thread igalic
TS-2397: correct formatting and fix links add the graphviz extension to conf.py indent the digraph so it is actually picked up by sphinx give it a nicer name, 'g' is too generic! Give it a nicer alt text, because otherwise we end up with the digraph code. Consistent formatting links.

[3/4] git commit: Update Transaction State Diagram

2013-12-03 Thread igalic
Update Transaction State Diagram add 2 more API hooks, TS_HTTP_POST_REMAP_HOOK TS_HTTP_PRE_REMAP_HOOK, into state diagram. TS_HTTP_PRE_REMAP_HOOK is new name of TS_HTTP_READ_REQUEST_PRE_REMAP_HOOK since v2.1.5 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/2] git commit: fix language (spelling/grammar) in comments

2013-12-02 Thread igalic
fix language (spelling/grammar) in comments gcc is, at best an it, not a he. And even then I'm afraid it cannot feel happiness. Not when compiling C++ anyway. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[1/2] git commit: Fix language in documentation

2013-12-02 Thread igalic
Updated Branches: refs/heads/master 82d9d493c - 377f353fc Fix language in documentation use gender neutral pronouns when referring to an administrator. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

git commit: TS-2351 Bandaid fix for Range request crash related to Read-While-Writer and content length calculations.

2013-11-29 Thread igalic
Updated Branches: refs/heads/4.1.x 05252cc5e - 89fc6dc1c TS-2351 Bandaid fix for Range request crash related to Read-While-Writer and content length calculations. This hides a deeper problem where there is a seemingly serious reace condition around Range and partially written cache entries.

[3/3] git commit: convert CRLF-LF, make sure it never happens again

2013-11-21 Thread igalic
convert CRLF-LF, make sure it never happens again we add a git attributes to make sure that text files are stored git-internally as LF. This way we avoid conflicts betweent Unix and Windows (yes, some of our developers sometimes use Windows). Additionally, I remove the executable flag from files

svn commit: r3622 - in /release/trafficserver: trafficserver-4.1.1.tar.bz2 trafficserver-4.1.1.tar.bz2.asc trafficserver-4.1.1.tar.bz2.md5 trafficserver-4.1.1.tar.bz2.sha1

2013-11-20 Thread igalic
Author: igalic Date: Wed Nov 20 15:45:17 2013 New Revision: 3622 Log: release v4.1.1 Added: release/trafficserver/trafficserver-4.1.1.tar.bz2 (with props) release/trafficserver/trafficserver-4.1.1.tar.bz2.asc release/trafficserver/trafficserver-4.1.1.tar.bz2.md5 release

svn commit: r887377 - in /websites/production/trafficserver: cgi-bin/ content/

2013-11-20 Thread igalic
Author: igalic Date: Wed Nov 20 16:53:27 2013 New Revision: 887377 Log: rm -rf old docs. add .htaccess Redirect to readthedocs Added: websites/production/trafficserver/cgi-bin/ - copied from r887376, websites/staging/trafficserver/trunk/cgi-bin/ websites/production/trafficserver

svn commit: r887376 - in /websites/staging/trafficserver/trunk/content/docs: .htaccess en-tree.nav index.en.html order.txt search-admin.html search-sdk.html search.html trunk/ v2/ vars.txt

2013-11-20 Thread igalic
Author: igalic Date: Wed Nov 20 16:52:37 2013 New Revision: 887376 Log: replace ASF CMS docs with those on Read The Docs we redirect to our documentation which is (for now) on readthedocs.org Added: websites/staging/trafficserver/trunk/content/docs/.htaccess Removed: websites/staging

git commit: Make targets for creating releases+release candidates

2013-11-14 Thread igalic
README-EC2 REVIEWERS +# Default value when creating release candidates +RC = 0 + # igalic can't remember if this is make check or make test and neither should you. test: check @@ -54,7 +57,7 @@ doxygen: asf-distdir: @$(am__remove_distdir) - test -d .git git clone

git commit: reliably recreate the same tar-ball from the same content

2013-11-14 Thread igalic
Updated Branches: refs/heads/master b21deabaf - cdfe125a1 reliably recreate the same tar-ball from the same content if the content of the tree is the same, we now create the same tarballs with the same and sha1sums. We do this, by fixing the mtime of all objects in the tarball to that of our

[2/2] git commit: bump version

2013-11-13 Thread igalic
bump version Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/dd25a5cf Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/dd25a5cf Diff:

[1/2] git commit: TS-2340: fix TextLogObject log rolling

2013-11-13 Thread igalic
Updated Branches: refs/heads/4.1.x 0212e7b52 - cdf37be6d TS-2340: fix TextLogObject log rolling Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cdf37be6 Tree:

Git Push Summary

2013-11-13 Thread igalic
Updated Tags: refs/tags/4.0.0 [created] d3a668e5c refs/tags/4.1.0 [created] 0a0c1eb63 refs/tags/4.1.1 [created] bbde5a638

[6/8] git commit: Update CHANGES for TS-2303

2013-11-12 Thread igalic
Update CHANGES for TS-2303 Conflicts: CHANGES Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d0440078 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d0440078 Diff:

[8/8] git commit: TS-2333 Use the right SAX.h include

2013-11-12 Thread igalic
TS-2333 Use the right SAX.h include Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0212e7b5 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/0212e7b5 Diff:

[5/8] git commit: Fix list templating

2013-11-12 Thread igalic
Fix list templating Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/472aeaf2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/472aeaf2 Diff:

svn commit: r3448 - /release/trafficserver/KEYS

2013-11-07 Thread igalic
Author: igalic Date: Thu Nov 7 22:55:43 2013 New Revision: 3448 Log: update key. Modified: release/trafficserver/KEYS Modified: release/trafficserver/KEYS == --- release/trafficserver/KEYS (original) +++ release

git commit: update STATUS with 4.0.2 release

2013-11-06 Thread igalic
Updated Branches: refs/heads/master d48c4be09 - 287d37fab update STATUS with 4.0.2 release Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/287d37fa Tree:

git commit: jenkins config: Prepare for 4.1.x release cycle

2013-11-06 Thread igalic
Updated Branches: refs/heads/4.1.x fb5a721cf - 2b0351f43 jenkins config: Prepare for 4.1.x release cycle Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b0351f4 Tree:

git commit: TS-2243 document exec_thread.affinity

2013-10-18 Thread igalic
Updated Branches: refs/heads/master 36db28de2 - cc25667ca TS-2243 document exec_thread.affinity document proxy.config.exec_thread.affinity, according to the code in ocore/eventsystem/UnixEventProcessor.cc 160+ n.b.: I'm not documenting the default case, that treats every value that is not 0,

git commit: sdk docs: fix links formatting in preface

2013-09-02 Thread igalic
Updated Branches: refs/heads/master 471655ca1 - 8ea6c7f3a sdk docs: fix links formatting in preface Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8ea6c7f3 Tree:

git commit: finishing up the cleanup of the admin guide

2013-09-01 Thread igalic
Updated Branches: refs/heads/master 74e88decb - a41512358 finishing up the cleanup of the admin guide pretty much done with cleanup in the admin guide: We're missing a couple of links here and there, and the warnings we get from the .. XXX: stuff is on purpose, because it's broken, and needs

git commit: start a stub of deployment Limiations.

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 5bf0ca124 - 0689331ff start a stub of deployment Limiations. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0689331f Tree:

[1/2] git commit: document requirements for tstop build

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 0689331ff - 8a71671cb document requirements for tstop build tstop requires curses and curl to build, I'm adding those for Ubuntu right now only, because I have no idea what their names are in the other OSes/Distros. Project:

[2/2] git commit: more formatting and wording issues.

2013-08-18 Thread igalic
more formatting and wording issues. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/8a71671c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/8a71671c Diff:

[2/2] git commit: fix formatting and links of everything around reverse-proxy-http-redirects

2013-08-18 Thread igalic
fix formatting and links of everything around reverse-proxy-http-redirects Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/5748c846 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/5748c846

[1/2] git commit: move traffic_logcat description to reference docs

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 8a71671cb - 5748c8469 move traffic_logcat description to reference docs we cut out the description of `traffic_logcat` from the Working With Log Files documentation and move it to our reference documentation, where it is a better fit. (This, btw, is the

[2/2] git commit: cleanup Reverse Proxy Configuration

2013-08-18 Thread igalic
cleanup Reverse Proxy Configuration clean up links and formatting in the Reverse Proxy documentation as well as in the remap.config reference documentation. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[1/2] git commit: missed some formatting issues in http-proxy-caching

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 5748c8469 - a9ca0bbb3 missed some formatting issues in http-proxy-caching Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6341c327 Tree:

[3/3] git commit: Fix formatting Links for Hierachical Caching documentation

2013-08-18 Thread igalic
Fix formatting Links for Hierachical Caching documentation and with it, the parent.config reference. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2b91482f Tree:

[2/3] git commit: fix formatting and links for Explicit Proxy Caching documentation

2013-08-18 Thread igalic
fix formatting and links for Explicit Proxy Caching documentation Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e1dbac61 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e1dbac61 Diff:

[1/3] git commit: Fixing links and formatting in Forward/transparent Proxy docs.

2013-08-18 Thread igalic
Updated Branches: refs/heads/master a9ca0bbb3 - 2b91482fe Fixing links and formatting in Forward/transparent Proxy docs. I am leaving the bigger part of the transparent-proxy docs for amc as there have been a number of changes to the code, which will need deeper reviews of this than I have

git commit: fix linksformatting in monitoring traffic docs

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 039a5de78 - 9238e2e60 fix linksformatting in monitoring traffic docs notes: *someone* seems to have deleted the traffic_shell docs, I'm suspecting @igalic :program:`traffic_line` has loads of performance variables that need to be documented.. Volunteers

[1/2] git commit: fix links formatting for Cluster Config

2013-08-18 Thread igalic
Updated Branches: refs/heads/master 9238e2e60 - d9c639bea fix links formatting for Cluster Config cluster.config is not documented. ET_NET and ET_CLUSTER should be documented some place. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/2] git commit: fix linksformatting in Security Options docs

2013-08-18 Thread igalic
fix linksformatting in Security Options docs as well as splitdns.config reference. The Security Options document has the most bizzarre numbering I've seen in a while. it needs to be rewritten or re-ordered. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[1/2] git commit: TS-2106: consistently use instead of for ts/ includes

2013-08-15 Thread igalic
Updated Branches: refs/heads/consistent-errors 42306ff72 - 9638f08ff TS-2106: consistently use instead of for ts/ includes proudly sponsored by: perl -p -i -e 's|include ts/([^]+)|include ts/$1|g' \ plugins/**/*.c plugins/**/*.h plugins/**/*.cc Project:

[2/2] git commit: remove space from ts.h.in again, this commit needs to be squashed with 7facd11d03870

2013-08-15 Thread igalic
remove space from ts.h.in again, this commit needs to be squashed with 7facd11d03870 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9638f08f Tree:

[1/3] git commit: TS-2131: ${localstatedir} chowned to ATS' user

2013-08-14 Thread igalic
Updated Branches: refs/heads/master c3a14aafa - 00197df71 TS-2131: ${localstatedir} chowned to ATS' user Calling make install sets ${localstatedir} owner and group to ats user. Needlessly so. This patch fixes it. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/3] git commit: TS-2132: ${libexecdir} chowned to ATS' user

2013-08-14 Thread igalic
TS-2132: ${libexecdir} chowned to ATS' user Calling make install sets ${libexecdir} owner and group to ats user. Needlessly so. This patch fixes it. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f50e6deb

[3/3] git commit: add changes for TS-2132, TS-2131

2013-08-14 Thread igalic
add changes for TS-2132, TS-2131 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/00197df7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/00197df7 Diff:

Git Push Summary

2013-08-11 Thread igalic
Updated Branches: refs/heads/consistent-gzip-error-msgs [deleted] fda89b48d

[1/5] git commit: TS-2106 steal api from gzip plugin

2013-08-11 Thread igalic
Updated Branches: refs/heads/consistent-errors [created] 42306ff72 TS-2106 steal api from gzip plugin because we really, really like the logging API in gzip plugin because it's very detailed. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[2/5] TS-2106: transform all plugins to new logging non-API

2013-08-11 Thread igalic
http://git-wip-us.apache.org/repos/asf/trafficserver/blob/42306ff7/plugins/header_rewrite/resources.cc -- diff --git a/plugins/header_rewrite/resources.cc b/plugins/header_rewrite/resources.cc index c33dfbf..41b1498 100644 ---

git commit: TS-2112: make libloader compile by default

2013-08-08 Thread igalic
Updated Branches: refs/heads/master eaa7600b7 - c8725baf3 TS-2112: make libloader compile by default libloader has been considered as stable since it's donation, but it wasn't put into the build by default. We change this now, and we add a convention for how to add plugins in the future.

[11/15] git commit: make cacheurl compile ;)

2013-08-08 Thread igalic
make cacheurl compile ;) Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/04ccc822 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/04ccc822 Diff:

[09/15] git commit: rename api

2013-08-08 Thread igalic
rename api Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f12bd8c1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f12bd8c1 Diff:

[03/15] git commit: transform cacheurl to new logging non-API

2013-08-08 Thread igalic
transform cacheurl to new logging non-API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/10ff0adc Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/10ff0adc Diff:

[02/15] git commit: transform header_rewrite to new logging non-API

2013-08-08 Thread igalic
transform header_rewrite to new logging non-API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/9800aa92 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/9800aa92 Diff:

[07/15] git commit: move APIs into ts/ts-debug.h

2013-08-08 Thread igalic
move APIs into ts/ts-debug.h this way we don't pollute the main API and are able to issue an #error when something's wrong (i.e.: no PLUGIN_NAME defined) Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit:

[01/15] git commit: transform libloader to new logging non-API

2013-08-08 Thread igalic
Updated Branches: refs/heads/consistent-gzip-error-msgs [created] 891ada6c7 transform libloader to new logging non-API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/0e3ed88c Tree:

[12/15] git commit: transform header_filter to new logging non-API

2013-08-08 Thread igalic
transform header_filter to new logging non-API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4e5cfae7 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4e5cfae7 Diff:

[06/15] git commit: missed a few

2013-08-08 Thread igalic
missed a few Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/09a33a4f Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/09a33a4f Diff:

[04/15] git commit: don't use TSPluginSpecific

2013-08-08 Thread igalic
don't use TSPluginSpecific because we're don't want to depend on a txn we don't have access to as well as a hyptothetical PLUGIN_NAME Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6d10294a Tree:

[05/15] git commit: steal api from gzip plugin

2013-08-08 Thread igalic
steal api from gzip plugin Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4c57a1f3 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4c57a1f3 Diff:

[15/15] git commit: transform libloader to new logging non-API - fix typo

2013-08-08 Thread igalic
transform libloader to new logging non-API - fix typo Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/891ada6c Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/891ada6c Diff:

[10/15] git commit: use C99's __func__.

2013-08-08 Thread igalic
use C99's __func__. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d2c4a27a Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d2c4a27a Diff:

[14/15] git commit: transform conf_remap to new logging non-API

2013-08-08 Thread igalic
transform conf_remap to new logging non-API Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/065644e4 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/065644e4 Diff:

[08/15] git commit: Rename prefix to TSLog, add warning about usage

2013-08-08 Thread igalic
Rename prefix to TSLog, add warning about usage these APIs are still internal until we figure out a better way of presenting them to the outside world. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/872afee0

[13/15] git commit: rename to debug.h

2013-08-08 Thread igalic
rename to debug.h Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/889ae2e8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/889ae2e8 Diff:

  1   2   3   4   5   6   7   8   9   >