This is an automated email from the ASF dual-hosted git repository.

oknet pushed a change to branch 2.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git.


      at 640c4f7  Added v2.0.1 to the release history.

This branch includes the following new commits:

     new d6c8b7f  trunk dir for Traffic Server
     new e5628fa  placeholder file
     new 315793d  Testing commit from svn:externals
     new cda6bbc  Moving 'trunk', 'branches', and 'tags' into 'traffic'.
     new 8860540  this is a test
     new a165134  Initial commit.
     new 74347bf  Ignore build files.
     new 14ba3e2  TS-4 Changed fprintf() to fputs() for a string literal 
Applied the patch submitted by Stephane Belmon
     new bcd93f8  TS-4 Didn't swap the arguments for fputs(), tested and works 
now
     new e8ecbb2  TS-10 fix the chunking decision for the serve from cache 
after revalidation and read-while-write cases
     new 4be72ec  TS-12 Fixes for buffer overrun. Also had to add a "fix" to 
get the fgets() to compile on Ubuntu.
     new 222d485  TS-5 Avoid warnings on unused return values. This still uses 
a few cases of NOWARN_UNUSED_RETURN(), but we try to actuallye examine the 
return values when useful.
     new a9adec3  TS-5 More fixes for Ubuntu port.
     new e4dba13  TS-3 fix for finding TCL library
     new 188146c  TS-19 Add -pipe to gcc.
     new dcff135  TS-13 problem where we hard coded -ltcl instead of using 
$(LIBTCL)
     new 0ebf560  TS-26 include .gitignore
     new 5a26d74  TS-24 More Ubuntu portability issues, this time fwrite().
     new bd1e9ef  TS-13 64bit support for x86_64 linux - tested on RHEL[4-5] 
32-bit and FC11 32bit and 64bit with and without -m32 - patch sumbitted by John 
Plevyak - minor patches by Bryan Call, Leif Hedstrom, and Mladen Turk
     new 93c208a  TS-13 problem with AS_CASE not supported in autoconf 2.59 on 
RHEL4 using the expanded marco in its place
     new c34148d  TS-37 Fix help messages for debug tags
     new d507d37  TS-40 Reinstate "caun" log field.
     new f75a4a6  TS-38 Patch from John Plevyak, fixes some warnings on Ubuntu 
8.04 x86_64 with gcc 4.2.4
     new 43b94d9  TS-2: only redefine errnos if they are not set.
     new 2263f2e  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
     new d130184  TS-2: Use gettimeofday() if clock_gettime is not available.
     new 2c97c71  TS-2: Use db.h if db_185.h is not available.
     new d7263ea  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
     new a324bec  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
     new 18e2277  Remove unneeded include, SimpleDBM.h handles this.
     new b6c2084  TS-2: Fix GCC error: "/*" within comment
     new 2271afd  TS-2: Only define MAX if it is not defined elsewhere
     new 11bb295  Add APR Network macros
     new 28213c3  TS-2: Prevent double include of db header
     new 6d10cce  TS-2: Fix compiler error by casting pthread_t to a long 
instead of an int. error: cast from '_opaque_pthread_t*' to 'unsigned int' 
loses precision
     new cdb20c7  TS-2: ifdef out linux specific bits of getting a backtrace 
and restoring the signal frame. (should come back to this later) (cherry picked 
from commit 2c31f7e41ab42c0bf9b24070ad2fda71d1006d05)
     new d06cc55  TS-2: Add conditional defines for parameters to madvise. 
(cherry picked from commit fe7a5bf94df4165386e147ff5ad8f1186a3bcbdd)
     new 8a81161  TS-2: Use correct string format for longs (cherry picked from 
commit 52ac4736d474583d9899780549d4ed23bde8751b)
     new ca2bf60  TS-2: Check for netdb.h before checking for the 
gethostbyname_r style. (fixes linux build)
     new dcbb222  TS-2: Work on making configure.ac usable. * configure.ac: 
Don't error out if we can't find that ancient db185 symbol. * configure.ac: 
Check for various headers. * libinktomi++/ink_platform.h: Use HAVE_ defines to 
detect if a header is available, rather than looking for specific operating 
systems.
     new 87c1164  TS-2: Use db.h if db_185.h is not available.
     new 9ea83bc  TS-2: Use APR's network detection macros to determine which 
variant of gethostbyname_r is actually being used.
     new beff3ff  TS-2: Improve check for execinfo.h, it can sometimes be 
available on osx/freebsd.
     new ed17739  TS-2: Detect KQueue availability, and start using it in 
places instead of epoll
     new 51076c6  TS-2: use portable detection of regex header
     new 069eb7a  TS-2: senum is defined on OSX. fix this check
     new 8adb6a8  TS-2: remove no rvalue new on HPUX
     new 7dbac7c  TS-2: TCP_DEFER_ACCEPT is linux specific.
     new 4c7fcb4  TS-2: Add KQueue polling port, based upon parts of the 
Solaris patch.
     new eb72fa5  TS-2: Use a TERRIBLE HACK, and hard code an absolute path to 
/usr/include/regex.h, since the libinktomi++/Regex.h is getting pulled in first 
on case-insensitive file systems (hello darwin!)   Note: This actually should 
be portable. Though it is terrrible. Lets switch to PCRE soon.
     new d86b2de  TS-2: Missed a spot of porting for epoll -> kqueue
     new 1da9c8d  TS-2: Always define the host os value, the only reason the 
HOST_OS preprocessors worked on linux is because GCC on linux defines 'linux'=1 
by default.
     new f6aebc9  TS-2: Check for siginfo.h
     new 2171f04  TS-2: Check for malloc.h
     new 9810c51  TS-2: reflow header check; no functional change.
     new a510b95  TS-2: Remove more host based checks, converting them to look 
for specific headers or features
     new 770ec95  TS-2: Fix macro to use existing HAVE_CLOCK_GETTIME define
     new eeb7ffc  TS-2: Remove identical code path for !linux && !freebsd, 
since we only support POSIX threading right now..
     new 64230b4  TS-2: Another check for malloc.h
     new 63d2ec7  TS-2: darwin == freebsd in this case
     new c19e4f6  TS-2: Check for posix_memalign rather than hard coding linux.
     new 23be329  TS-2: define __put{long,short} if they aren't defined
     new 84ae3fd  TS-2: unify code paths, this is not linux specific, and 
should always be used.
     new e556b32  TS-2: INT_MAX is part of limits.h, MAXINT is not. 
Condintionaly define it if it isn't already set.
     new 5ecc73c  Fix a mistake made in r884793, setting freebsd=1 on linux.
     new 84f43a4  TS-2: typedef paddr_t like on freebsd
     new 94b80e7  TS-2: Use socklen_t on all platforms.
     new 1728e9e  TS-2: Bulk udp sending functions don't work on any platform 
right now.
     new 4dc8f9b  TS-2: Darwin like FreeBSD, doesn't have an ftruncate64.
     new 0b6044a  TS-2: Only redefine C_ISUID if its not present.
     new 79468ef  TS-2: Check for rand functions via autoconf, rather than hard 
coding HOST_OS=freebsd.
     new 37448e9  TS-2: Use socklen_t on all platforms.
     new 58a5eb3  TS-2: look for statfs related headers, rather than specific 
operating systems.
     new b8b2428  TS-2: Remove unneeded inline define of gethostname.
     new cf21bdc  TS-2: Match FreeBSD behavoir on localtime/tz conversion
     new cd5513b  TS-2: Use socklen_t on all platforms.
     new 7308b3b  TS-2: Check for iconv that is not part of libc (like on 
darwin, where it is a seprate library)
     new 4649752  TS-2: Use socklen_t on all platforms.
     new 1404bf7  TS-2: check_memory_required is only used on linux.
     new 4a31a97  TS-2: link in libiconv in more places
     new b314791  TS-2: Stub out NetConfig.cc for freebsd/darwin, fixing this 
file is way beyond the scope of the port
     new 3dab3cd  TS-2: fix format string arg
     new 80aebda  TS-2: Use socklen_t on all platforms.
     new fc4eec6  TS-2: Use existing portable gethostbyaddr_r.
     new c2de764  TS-2: Move unused variables inside if linux blocks
     new d68d2f6  TS-2: Initialize variable. (gcc think it might be used)
     new 78c7760  TS-2: fix printing of thread 'id'
     new b568b8e  TS-2: Remove inline declarations of standard functions.
     new 032a513  TS-2: Add in libiconv again.
     new d168547  TS-50: Remove unneeded -ldl on libssl check.
     new 73f4f7d  TS-50: FreeBSD keeps many libraries we look for in /usr/local
     new 0a0c90d  Code cleanup.
     new 947060a  TS-59 added #if's to check the version of openssl.  If the 
version is greater then or equal to "1.0.0" then it will declare SSL_METHOD to 
be const
     new 7c81302  TS-64 move apr m4 fils to m4 dir so autoconf can process
     new bc1a346  TS-64 deleted build-aux dir (didnt get it before because of 
svn:ignore)
     new a398cbe  Fix for TS-39: recovery while the write_pos is at the end of 
the partititon results in the partition being cleared.
     new 3af96ec  TS-51: remove cruft: AUTO_PILOT_MODE, BSD_TCP, 
TRANSACTION_ON_A_THREAD These are all experiments which produced no compelling 
benefit and have not been touched in years.  Moreover performance landscape has 
changed. For example, BSD_TCP was an experimental replacement of the Solaris 
TCP stack with the BSD stack because of early inefficiencies in the Solaris 
stack which have long since been dealt with.  Also remove some dead variables 
and duplicate interfaces.
     new b20d95a  TS-65: we should be using libtool intead of ranlib for 
portability and because it is the standard way of handling shared libraries and 
objects across platforms.  (as per discussion on IRC) This required changing 
the link order as libtool is less forgiving.
     new 169c0db  Merge branch 'bug/TS-47'
     new 7f20a63  TS-31: Initial RAT exclude file.
     new ed5d1da  TS-73: seg fault during regressions (traffic_server -R1) fix: 
double delete in ParentSelection.cc uninitialized global in CongestionDB.cc 
debugging code used instead of real regression in Cache.cc forgotten set of new 
UnixNetVConnection::closed to 0 on acceptEvent in UnixNetVConnection.cc
     new a325e7a  TS-66 IOBuffer memcpy/read/write use char * instead of void * 
for memory pointers. This fix requires 'make clean' because of an issue with 
the dependency system.
     new 7b43969  restore "const" for IOBuffer::write which was deleted by 
mistake
     new 9130510  TS-21: snap statistics directory not set correctly for stats 
file 'stats.snap'
     new 70f474a  TS-78: Warning about AC_CONFIG_MACRO_DIR
     new 3a42057  TS-79: New automake files to .gitignore.
     new 213c6e3  TS-54 partial Optionally embed the Link offset into the SLL 
DLL Queue template so that it does not have to be specified with each 
operation.  The result should be safer and cleaner.  Backward compatibility is 
maintained by using a default template argument which emulates the old behavior.
     new 8b84bfe  Fix indentation (template's overindented)
     new 1d20217  Add explicit reference to embedded link field for new List.h 
preferred interface
     new 94ed1c8  TS-54 partial Add explicit reference to embedded link field 
for new List.h preferred interface
     new 987ae82  TS-54 partial fix typeo in List.h, missing clear of next field
     new 01a1538  TS-54: part 1 Convert iocore/net over to using the new List 
with the offset to the link specified as part of the collection template.  
Also, use atomic lists instead of just taking a lock to handle enables from 
other threads and integrate the epoll data.  Finally, unify the stle of member 
variables in the iocore/net directory.  This will be replaced by our global 
style at a later date.
     new 576650e  TS-54: partial Fix a typeo where ASLL 
(Atomic-Singly-Link-List) was mistyped as ASSL
     new 30c0706  TS-82: remove/fix unimplemented event processor interfaces 
remove the EventProcessor::schedule interfaces which take a thread argument 
which are not implemented, implement the callback_event which for some reason 
was being ignored.  Also, add the operators to MutexLock to match those of a 
MutexTryLock.
     new aa425cd  TS-82: handle callback_event argument in Event::schedule_XXX 
(rarely used interface which permits rescheduling an existing event).
     new 0bff252  TS-6: traffic_manager does not start.
     new c3734c5  TS-52: traffic_cop does not start
     new 7bd4ab3  TS-13: Casts from int to void * should go through intptr_t to 
prevent warnings on some compilers.  This is ugly and perhaps we should wrap it 
in a macro or solve it in another way at some point, but this is how it 
currently is handled.
     new 2d20fbe  Added more excludes that we don't (for sure) need the Apache 
license on. These files (except ci/) are generated at build time.
     new ab8803f  Also add Makefile to exclude list (it's generated).
     new 106b896  Change .po to .Po...
     new 1e34776  TS-29: Add AL license blurb to all Makefile.am's.
     new 1ddc874  TS-95: RAT fixes
     new e7baa06  Added excludes for some M4 generated pages.
     new 68af531  Testing a build failure in the autobuild system.
     new 6e0f66a  undo the build failure.
     new 820100a  TS-80: Support regular expressions in the host fields of 
remap rules.
     new c479199  TS-107: import from dev branch
     new 8434bdd  TS-15: The chanages are a modified patch of 
'fix-nobody-user.patch' submitted by 'mt...@apache.org' and updates 
TrafficCop.cc and RecordsConfig.cc also. By default the $pkgsysuser and 
$pkgsysgroup is the current user doing the build. To enable a different system 
user and group use the '-with-user=<newuser>' and '-with-group=<newgroup>' 
options with 'configure'. Review: Leif Tested: ubuntu804,fedora11
     new f6367ef  TS-20: This fix allows Traffic Server processes (TC,TM&TS) to 
be started & stopped. Example Usage is: Start: /usr/local/bin/trafficserver 
start Stop:  /usr/local/bin/trafficserver stop Review: Leif Tested: 
ubuntu804,fedora11
     new 0e0e679  TS-83: This fixes installing using the DESTDIR directive. 
Review: Leif Tested: ubuntu804,fedora11
     new be50a9e  TS-103: This fix allows Traffic Server (TC, TM & TS) to honor 
the TS_ROOT environment variable setting. Review: Leif Tested: 
ubuntu804,fedora11
     new 9e9a8b7  TS-74: fix Cache_dir regression
     new 97527fb  TS-112: Fix the issue with finding TS directories properly 
for traffic_line, logstats, logcat and sac programs after the fix for TS-103 
was integrated into trunk and dev branches. Tested: fedora11,ubuntu904
     new a499adb  TS-122: This patch 'TS122_patch1.diff' fixes the incorrect 
use of the condition variable in 'librecords'. Tested: ubuntu904,fedora11
     new cc2b8e5  TS-123: This patch 'TS123_patch1.diff' fixes incorrect check 
for http being enabled in Traffic Manager.
     new 4a6b126  TS-99: Update REQUIREMENTS section for Fedora to include 
libtool and pcre. Add new Ubuntu section for 8.04,8.10,9.10
     new 71061f1  TS-96: INKApi should expose the original Host header (as in 
the pristine header) to the plugins
     new 5ea0f0c  TS-20: As part of this fix remove the old 'trafficserver' 
script as this is now generated from 'trafficserver.in'.
     new 8f6e621  TS-30: Add license blurb to man pages.
     new 029cc85  TS-42/TS-117: more int/ptr size conflicts.  My compilers 
don't produce an error, but these are some fixes the additional cases I could 
find.
     new e97e110  TS-42: review and import Bryan Call's patches
     new 928f985  TS-74: fix DNS regression.  Update test hostsnames.  Remove 
unresolve case as ISPs/Verisign/OpenDNS are redirecting unresolved names to 
their own servers.
     new 2aef013  TS-42 added a few more type casts to work with rhel4 64-bit
     new dce149d  Cleanup
     new 82ebbb8  Cleanup
     new 7c83068  TS-95 Removed these two files, they are never used, legacy 
cruft
     new 45e9bba  Added trafficserver script
     new 6fa9bd8  TS-96 Added some more excludes for config files etc.
     new 545b1ee  TS-56: Removed all remnants of IDC.
     new 68dd4d8  TS-113: removed unused, broken, ancient I_Disk.h Disk.cc
     new bff5861  TS-88: This patch 'TS88_patch2.diff' sets the process limits 
like 'RLIMIT_NOFILE' in Traffic Manager when run as root before the TM changes 
to the configured user&group. Reviewed: Leif H. Tested: Ubuntu904, Fedora11
     new 25adb7e  TS-108: On all platforms except for FreeBSD unlock the diags 
code before writing out to syslog. Tested: ubuntu904, fedora11
     new e7b7218  TS-23: Support matrix parameters in remap plugins.
     new 201282b  TS-35: remove old unused inkaio code
     new 1138cea  TS-45: Set version to 2.0.0a
     new ee335b2  TS-138: Set the default user:group to 'nobody:nobody'. These 
can be overriden with configure flags '-with-user' and '-with-group'. Review: 
Leif H.
     new d25ab8d  TS-85: The patch '0001-TS85_patch2.diff.patch' captures the 
installation of Traffic server in '$prefix/etc/traffic_server'. Also fixed 
remaining locations where env variable $ROOT was instead of $TS_ROOT and proper 
use of ink_strncpy(). Review: Leif H. Tested: Ubuntu904
     new 6a130b2  TS-31: RAT reports in examples.
     new c810e89  TS-118: This patch 'TS118_patch3.diff' addresses the relative 
path issue for base SSL cert paths. This patch also sets the defaults back to 
relative paths. Also converted 'conf/yts' -> 'etc/trafficserver' throughout the 
code base. Review: Leif H. Tested: ubuntu904
     new 79328ea  TS-35: remove inkaio.h from SOURCES.
     new f50a88f  TS-141: These changes allow the make targets 'dist' and 
'distcheck' to run. Review: Leif H. Tested: ubuntu904
     new 6afbdc5  TS-129: moved to code derived from BIND-9.5.2-P2 which has 
the apache compatible license.  Also eliminated the two different code paths 
for round-robin and non-round robin code which resulted in partial sharing of 
the OS _res structure which seemed dangerous.
     new 86b3d87  TS-105: TS does not process must/proxy revalidate correctly   
Author: Manjesh Nilang  Review + formatting changes: Leif
     new 47f474b  TS-128: Support sqlite3 as well as libdb for SimpleDBM.       
Author: Leif    Review George
     new 995ece2  TS-148: This patch '0001-TS148_patch1.diff.patch' fixes the 
fast-path assumption that malloc() returns 16-byte aligned memory in the fcn 
'ink_memalign()'. Review: John P.
     new 75e57d0  TS-155: Remove unecessary crud from defaultrecords.config.
     new b2efcde  TS-95: Fixed the "exclude" for config.
     new b4f1345  TS-155: Disable/Comment out unused RNI code paths in Traffic 
Cop. Review: Leif H.
     new f7cb8d3  TS-95: More RATE cleanup.
     new deddaa6  TS-128: Fix build issues on RHEL4.
     new 8f6359f  TS-95: More RAT fixes and additions to the exclude file.
     new fe58ff8  TS-95: More RAT cleanup.
     new b38e18e  TS-95: Remove these OEM files
     new 929a87f  TS-95: Last set of "simple" files to fix for the RAT reports.
     new f3ad6b7  TS-95: Final cleanup.        Added license to the compatible 
files        Updated LICENSE and NOTICE        Eliminated sniffer.js.
     new 011e0f1  Added a bare-bones STATUS file.
     new 5efe945  TS-128: Minor. Fix equality tests.
     new 3f74493  TS-161 Changed the creation permissions on configuration and 
the lm.log files.  The permissions were 600 and now they are 644. Patch 
supplied by: Wendy Huang Original changes by: Vijay Mamidi
     new 783736d  TS-159: Undo the initialization that was added to the ctor.   
Reviewed: John
     new d32dd8a  TS-116: TS should have the ability to keep a minimum number 
of connections active for all keep alive cases
     new 029715c  TS-151: This patch '0001-TS151_patch1.diff.patch' fixes the 
location of 'lm.log' file to be the standard logging directory. Review: Leif H.
     new ab279cf  TS-163 Ablity to turn off logging the stack trace when 
dumping core.  We have seen that sometimes calling the stack trace code can 
core itself. Original changes by: Vijaya Mamidi Patch submitted by: Wendy Huang
     new 8933943  TS-175: TS always sends port string 80 in Host header to OS 
irrespective of remap.config      Author: Manjesh Nilange         Review: Leif
     new 29d8685  TS-160: Cleanup some Traffic Edge strings, and some examples 
using inktomi.com.       Review: George P.
     new fcf25f0  TS-166: Added two contributed scripts, creating the ./contrib 
directory. We can lay this out differently later if necessary.  Author: Jason 
Giedymin  Review: Leif
     new d3aedd5  TS-74: Fix following regressions. REGRESSION_RESULT 
SDK_API_INKConstant: FAILED REGRESSION_RESULT SDK_API_INKPluginDirGet: FAILED 
REGRESSION_RESULT SDK_API_INKTrafficServerVersionGet: FAILED Also use 
'example.com' for test domain suffixes. Review: Leif H.
     new 721c76d  TS-170 Made it so hostdb can't core from not having a valid 
pointer in reply_to_cont().  Also, lowered the high watermark from 90% to 80%. 
Review: John
     new a39f18c  TS-176 Workaround to turn off connection throttling, because 
the connection count can sometimes be off. Review: Bryan Author: Vijay Patch 
submitted by: Wendy
     new 481adee  TS-177:These changes install the following list of apps and 
utils in $prefix/bin:
     new 43055a2  TS-25: Update the DB version numbers, to avoid 
incompatibility with Y!.        Review: George P.
     new 8b8f07d  TS-179:       Author: Wendy Huang     Review: Leif
     new b817bf3  Updated with the changes from TS-177.
     new d02207a  TS-143: This patch '0001-TS143_patch1.diff.patch' sets the 
Version info for the following apps and scripts: traffic_server, 
traffic_manager, traffic_cop, traffic_line, traffic_shell, traffic_logstats, 
traffic_logcat, traffic_sac, trafficserver Also sets version info for request 
and response 'Via:' headers and the 'Server:' header. Review: Leif H.
     new 439602a  TS-179: Undo the commit, postponed until 2.1.0.
     new 9a45395  TS-90: Disable filter generator.        Review: George P.
     new 36d19ae  TS-165: Make sure traffic_manager runs as admin user even 
when port is < 1024.        Author: George and Leif         Review: George P.
     new 7b8e365  TS-87: Implement trie lookup for resolving remap rules.       
 Author: Manjesh Nilange        Review: Anirban Kundu / Leif
     new b14f5be  TS-186: closed flag is set to 1 by default when an VC is 
created      Author: Wendy Huang     Review: Leif
     new c53497d  TS-183: This patch '0001-TS183_patch1.diff.patch' disables 
the RAF and Overseer ports by default. Also sets the default ports in TC to be 
same as in TM and TS. Review: Leif H.
     new 0cbd6ea  Ts-150: This patch '0001-TS150_patch1.diff.patch' fixes the 
startup errors from Traffic Manager Web UI. Also the default now is to disable 
the Web UI until it can be worked on. The Web UI can be re-enabled at configure 
time via the configure flag '--enable-webui'. Review: Leif H.
     new 56341bf  TS-187: Provide a Http Schedule Method
     new a89275c  TS-87 and TS-150: Fixed excludes, and removal of code files.  
     Author: leif
     new 6c7da65  TS-185: url_host_set() is free-ing and allocating memory at 
every call
     new 16163b5  TS-190: Malformed response when total response headers size 
exceed MIOBuffer block size Added readers to keep buffer start position to 
prevent block release when writing more than one block
     new 33ce9b5  TS-191: Missing :port in the Host: header for forward 
requests to target with non-default port Fixed the header spoofing logic to 
correctly check and insert the port
     new e746ffd  TS-98 API added to set and get a url traffic server will 
redirect the request to Author: Wendy Huang
     new 2fd358b  TS-9: Moved InkAPI.h to ts.h, also fixed a number of broken 
Makefile.am
     new 2825d25  TS-129 #defines prefixed with INK_ so they wont with existing 
#defines in glibc-headers-2.11.1-1.x86_64 on Fedora 12 Author: John Giedymin 
Review: Bryan Call
     new 8f07a21  TS-9: Rename RemapAPI.h to remap.h.       Author: leif       
Review: George P.
     new 2a388c6  TS-184: Host header/cache lookup entry doesn't match 
remap.config perfectly   Author: Manjesh Nilange         Review: Leif
     new 4f7a58a  TS-106: TS should raise warning for duplicate remap rules     
Author: Manjesh Nilange         Review: Leif
     new aa779e9  TS-195: Started some cleanup / additions.
     new eaca6f5  TS-9: Last filename change.       Author: leif       Review: 
George P.
     new 7c1cb03  TS-189: TS should not send Transfer-Encoding header for 
responses with an empty body Fix to avoid chunked headers to client when 
response code precludes body
     new 4f4b6bd  TS-194: TS is not using case-normalized host string to lookup 
remap rules     Author: Manjesh Nilange         Review: Leif
     new c3a1c6d  TS-195: Fixed the remaining "svn-ignores", it's now clean.
     new e35c531  TS-9: Install the include files in ${prefix}/include/ts.      
 Author: Leif       Review: George P.
     new 30b9f42  TS-197: Fix initialization of Stats coupled and floating 
point mutexes during startup if using the SDK API/plugins. Review: Leif H.
     new 9eeca0c  TS-198: This patch 'TS198_patch1.diff' fixes buffer overrun 
case in SDK API Regression Test synthetic client & server when reading 
responses and requests. Review: Leif H.
     new da0a9f2  TS-188: proxy.config.http.cache.required_headers value 1 does 
not allow caching of items with only Cache-Control: max-age
     new 210895b  TS-164: using pipe fd as signal between netthreads (and less 
timeout)         Author: Vijaya Bhaskar Mamidi   Bug fix on patch submission: 
George P.  Review: Leif
     new e703a63  TS-200: Prepare for package creation:         - Include 
STATUS, NOTICE and LICENSE    - Update STATUS file.   - Update .gitignore 
accordingly.
     new 1ae3145  TS-202: This patch '0001-TS202_patch1.diff.patch' fixes the 
ownership permissions for the config files, etc. Review: Leif H.
     new 249ed3a  TS-200: Added CHANGES and INSTALL, and updated Makefile.am 
accordingly.
     new 554e99b  TS-128: Added some info to the README, and error out in 
configure if no backend DBs are activated.
     new c7b6934  TS-200: Remove KDDI references.       Review: George P.
     new d906c92  TS-205: Add AdminClient.pm "module" to contrib (for now, move 
later).
     new 5b36492  TS-200: Fix the RAT exclude file for new addition (CHANGES). 
One file also had its license blurb mangled into all lower case, so fixed that.
     new 0192dcf  Branched for 2.0.x releases.
     new 08d1519  TS-213: Rename 'install' dir to 'rc' to avoid issues on case 
insensitive OSX HFS file-systems.
     new a258add  TS-213: Fix ignores for rename of install dir.
     new ba2d0b4  TS-200: Undo some license attributions
     new b127252  TS-200: Exclude the now removed licenses.
     new d01909a  TS-204 Fixed a problem with ink_sprintf() not writing to the 
buffer because it was calling ink_vsnprintf() with a zero length size of the 
buffer. The problem was showing up in the output of traffic_line. Reviewed: 
George Paul Merged from trunk
     new 15b5586  TS-200: Incorporate "apache" and "incubator" in the dist 
name, and fix the tar options for autoconf.
     new 7a3821f  TS-200: Restore the trafficserver name, we'll manually fix 
the tarball for now.
     new ca88b92  TS_200: Added 'example' and 'contrib' to dist target.
     new ee8ad28  TS-200: Fix PACKAGE name. Make installed directories use 
PACKAGE instead of PACKAGE_TARNAME.
     new bb6fc8b  TS-200: Add the new targets for making ASF distros.
     new 3253687  TS-200: Added more svn ignore properties.
     new 152b347  TS-200: Make installed directories use 'trafficserver' as 
suffix instead of PACKAGE.
     new 5d87459  TS-200: Fixes to make asf-dist actually work properly.
     new 39cac6d  TS-200: Override pkgdatadir to be $datadir/trafficserver
     new 60a7289  TS-200: Fix uninstall issue with $datadir by using separate 
targets for exec and data. Also Update INSTALL with more details.
     new d7a62ad  Added a proposed patches section.
     new c4c6404  +1 vote on including Jira: 
https://issues.apache.org/jira/browse/TS-225
     new 50408ac  vote early, often.
     new 871a2bd  vote to backport startup script on trunk to 2.0.x branch
     new 4eaffe1  Change svn:keywords, to allow for expansion
     new ba9cb6a  Added a candidate for backporting support for pcre/pcre.h 
instead of pcre.h. This is required, for example, on RHEL4.
     new db9196e  voted on pcre fix
     new ec3236f  Added TS-236 as a candidate for backporting to 2.0.0 branch.
     new 37f8e7d  Added TS-237.
     new 2c4a83c  TS-225: Merge from trunk, changes for more platforms.
     new 46fd80c  Added TS-238 to the backport list.
     new b6576dc  voted +1 for backports on TS-236, TS-237, TS-238
     new 15f399d  vote for backports
     new 884cbc2  vote +1 for backports of TS-234, TS-236, TS-237 and TS-238
     new 684998f  TS-234: <pcre/prec.h> support, backported from trunk.
     new bbcef63  TS-236: url copy function should duplicate host fields
     new 825da1c  TS-237: catch-all remap rule ("map / ....") stopped working 
after lookup optimizations
     new a30c5bc  TS-238: Bump remap major version
     new 5d7fd7d  TS-238: Cleaned out STATUS.
     new 1d1d61d  Updated the release for "alpha"
     new 0153a9d  Meh, change the "release" format to match HTTPD.
     new 3925c4d  Added TS-249 to the proposed backported patches.
     new 7a7d4df  voted +1 on TS-249 backport
     new 094fec9  Add TS-260 to proposed backports list
     new ec8c113  Voted on TS-260.
     new 8dcb1f8  Vote +1 for backport TS-249 and TS-260.
     new 3d37e18  Adding TS-262 to proposed backport patch list
     new b043858  Voted on TS-262.
     new 07d3459  Updated status with stats fix
     new 607833d  Added TS-262 to proposed backport patch list
     new 1474073  Voted on TS-268.
     new 00b1988  Vote +1 for backport for TS-268 and TS-262.
     new 4446a7f  Added TS-272.
     new 1a4929a  Vote +1 for backport for TS-272
     new 5a9f91f  Added TS-283 to list of proposed backport, voted on TS-272 
backport.
     new 3821538  Merge TS-249 from trunk down to 2.0.x branch. Fixes SDK 
versioning
     new c86bec5  Merge TS-272 from trunk. This fixes a segfault in tools like 
logcat
     new d7a141a  TS-260: fix acls in remap.config
     new c97c792  TS-268: ink_bvsprintf should do a va_copy to be idempotent
     new 04f5478  Added patchs to the stats update and voted on changing the 
API to be ANSI C.
     new 77c27be  TS-262: (backport from trunk) 'privatizing' child array and 
controlling access through getter/setter to ensure typecasting
     new 3d16b4a  moved TS-262 fix from proposed to accepted section
     new 587d59c  Updated with ticket TS-319
     new 2f796a7  Voted on 319.
     new 2baecf3  TS-283: bool -> int for C API (backport from trunk)
     new 202d394  updated for TS-283 backport and voted on TS-319
     new 45e684d  Update versioning for 2.0.0 release
     new a6385ae  TS-323: Cleanup on 2.0.x branch as well
     new 60cc339  Preps for 2.0.0 release
     new 0014449  Fix the release for TS-249.
     new 758f6a3  Merged TS-329 from trunk, and updated STATUS and CHANGES
     new 19b3c7c  update BSD license as per: 
ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
     new 4ccc367  Updated with  a link to the Wiki build pages, but long term 
we want these build instructions part of the INSTALL and static /docs.html 
pages (I think).
     new ac2b185  Trafficserver now a TLP - INFRA-2642
     new 6daba48  TS-336: Properly "make install DESTDIR=".     Reviewed: 
Georgep & Mike McGrath.
     new e593e53  TS-336: Undo this for now.
     new 64fe0ae  Updated with TS-334 voting info
     new bea1a39  Added Ts-336 for backporting to 2.0.x.
     new 9bbc494  Started the CHANGES updates for 2.0.1.
     new 56e0a48  Vote +1 to backport TS-322 and TS-336 to 2.0.x
     new 3e89502  Cast my vote for TS-336 (together with trailing spaces 
cleanup :)
     new 19e45c7  TS-344: Backport of TS-322 to 2.0.x branch
     new f1a6fae  Backport of TS-336 from trunk to 2.0.x branch
     new f67328a  TS-425 Backport of fixes for CVE-2010-2952
     new 640c4f7  Added v2.0.1 to the release history.

The 310 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Reply via email to