8
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 12 hours ago.
Jun 19, 2024 — Jun 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix compile time warning: Structs having virtual function must have virtual destructor More... about 15 years ago
Add 'real' comments to defines. Also remove the trailing spaces More... about 15 years ago
Fix code style. Those are not 'and' operators More... about 15 years ago
Fix compile time warning about using char for array index More... about 15 years ago
TS-273: SSL not working, fixed problem with virtual function not being found and assorted cruft.
John Plevyak
as John Bradley Plevyak
More... about 15 years ago
TS-295: Added a new configuration option: More... about 15 years ago
TS-331 Removed old #if 0 code and only include #if 1 code More... about 15 years ago
TS-336: TS-336: Properly "make install DESTDIR=" to work. Reviewed: Georgep & Mike McGrath. More... about 15 years ago
TS-120, TS-121, TS-337: configurable RamCache algorith and new RamCache algorithm: CLUFS which is both frequency and size sensitive and which supports 3 levels of compression.
John Plevyak
as John Bradley Plevyak
More... about 15 years ago
Updated the ignore file to ignore some stuff from app-template More... about 15 years ago
TS-332,TS-292: This patch adds an example application template for building with the standalone iocore and the publick I_xxx.h interfaces. This is built only when configured with '--enable-standalone-iocore'. This WIP example only serves as reference and template and not a real working application. Tested: ubuntu904,FreeBSD(7.2),OpenSolaris(osol0906),OSX(10.5) More... about 15 years ago
TS-180 Removed #ifdef OEM code More... about 15 years ago
TS-322: Update to checkin 'r939756' to fix debug build w/ --enable-standalone-iocore w/ removal of -Wno-char-subscripts and -Wno-write-strings. More... about 15 years ago
TS-328 Added the example directory into the build and fixed some compliation bugs. Updated patch and tested by George Paul. More... about 15 years ago
TS292: Fix building of libTrafficServerStandalone.a when configured with '--enable-standalone-iocore'. Tested: ubuntu904,OSX(10.5),FreeBSD(7.2),OpenSolaris(osol0906) More... about 15 years ago
TS-322: Update to fix debug build w/ --enable-standalone-iocore w/ removal of -Wno-char-subscripts and -Wno-write-strings. More... about 15 years ago
Trafficserver now a TLP - INFRA-2642 More... about 15 years ago
untabify the file More... about 15 years ago
TS-324: Remove most of the remaining FTP remnants from the core. More... about 15 years ago
TS-322 Updates to make the debug build compile without having -Wno-char-subscripts and -Wno-write-strings More... about 15 years ago
TS-329 -- fix the pipe based signaling More... about 15 years ago
TS-89: Remove the last remnants of NNTP. Tested / reviewed by georgep More... about 15 years ago
TS-245 Changed the conversion specifier to Debug() from a depratcated %b64d to %lld. More... about 15 years ago
TS-322 Remove the need to pass -Wno-char-subscripts and -Wno-write-strings to gcc. 1. Changed the interfaces to accept const char* instead of char* and made variables pointing to string literals const char* 2. Fix a couple places where we were freeing char* pointing to string literals 3. Casting char to inku8 when using the variable for indexing into arrays. More... about 15 years ago
TS0292: This patch allows '--enable-standalone-iocore' to work again. This assumes the application is using the public interfaces exposed in the I_xxx.h files. Review: John P. Tested: ubuntu904, OSX(10.5), FreeBSD(7.2) and OpenSolaris(osol0906). More... about 15 years ago
update BSD license as per ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change
John Plevyak
as John Bradley Plevyak
More... about 15 years ago
Merge CHANGES from 2.0.x More... about 15 years ago
TS-323: Change URLs and comments related to incubation More... about 15 years ago
TS-319 Fixed gcc warning about passing NULL as the second argument to execv More... about 15 years ago
TS-288 - To provide an API to identify a plugin generated request vs external request Author: Raghav jeyaraman , Reviewed by : Vijaya Bhaskar Mamidi More... about 15 years ago