Directory lib/ts/

Total Files:
77
Deleted Files:
7
Lines of Code:
20263

Browse with ViewVC

[root]/lib/ts

Lines of Code

lib/ts/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 218 (100.0%) 5253 (100.0%) 24.0
zwoop 210 (96.3%) 5019 (95.5%) 23.9
jplevyak 2 (0.9%) 132 (2.5%) 66.0
ericb 2 (0.9%) 101 (1.9%) 50.5
igalic 2 (0.9%) 1 (0.0%) 0.5
amc 2 (0.9%) 0 (0.0%) 0.0

Most Recent Commits

zwoop 2011-01-21 22:02 Rev.: 1062099

TS-653 Bogus logcat conversion of squid timestamps

2 lines of code changed in 1 file:

jplevyak 2011-01-21 16:05 Rev.: 1062065

update our random number generator to a newer, faster 64-bit model

132 lines of code changed in 2 files:

zwoop 2011-01-20 13:42 Rev.: 1061502

TS-650 Remove the dead v2 stats code

0 lines of code changed in 1 file:

zwoop 2011-01-20 13:13 Rev.: 1061490

TS-649 Dynamic libraries for mgmt

This makes libts -> libtsutil, and we now support
making .so's for libtsutil.so and libtsmgmt.so. All
binaries are changed to use this, except traffic_server
which continues to use the libtsutil.a library (for
performance on e.g. 32-bit platforms).

This also renames the public API include file to be

#include <ts/mgmtapi.h>

28 lines of code changed in 12 files:

zwoop 2011-01-19 21:20 Rev.: 1061115

TS-649 Cleanup to have a chance to make it a shared lib

11 lines of code changed in 2 files:

zwoop 2011-01-19 17:29 Rev.: 1061074

TS-647 Move Layout out of iocore and into lib/ts

364 lines of code changed in 4 files:

zwoop 2011-01-19 15:35 Rev.: 1061037

TS-638 Rename the new cli2 to cli

0 lines of code changed in 1 file:

zwoop 2011-01-18 13:53 Rev.: 1060575

TS-638 and TS-640 One CLI to rule them all

Also fixes some potential thread leaks during restarts. This patch
moves traffic_cop over to use the new CLI, in preparation of
retiring mgmt/cli.

0 lines of code changed in 2 files:

zwoop 2011-01-13 14:30 Rev.: 1058750

Minor cleanup

0 lines of code changed in 2 files:

zwoop 2011-01-13 11:10 Rev.: 1058694

TS-637 remove SafeShell, CheckStats and StateEventLogger

0 lines of code changed in 1 file:

zwoop 2011-01-12 16:13 Rev.: 1058347

TS-491 ports used by Cluser function opened even no clustering

This will effectively disable the cluster port (8088) if
clustering is not enabled. In addition, traffic_cop is now
also checking the "cli" (unix domain socket) for health. And
of course, it only checks the health of the cluster port if
clustering is enabled.

9 lines of code changed in 2 files:

zwoop 2011-01-11 22:23 Rev.: 1057989

TS-593 Cleanup of inktomi.com

9 lines of code changed in 3 files:

igalic 2011-01-11 19:41 Rev.: 1057975

Cleanup code to fix errors with Clang's new -Wself-assign

1 lines of code changed in 1 file:

zwoop 2011-01-11 16:09 Rev.: 1057919

TS-513 Fix configure issues for sqlite3.

This fix eliminates all of SimpleDBM, sqlite3 and bdb dependencies.
It also fixes the "make distclean" problem.

0 lines of code changed in 4 files:

zwoop 2011-01-11 16:09 Rev.: 1057918

TS-491 Added the CLI interface to TrafficCop

0 lines of code changed in 1 file:

amc 2011-01-11 08:49 Rev.: 1057703

TS-583

0 lines of code changed in 2 files:

igalic 2011-01-10 17:25 Rev.: 1057426

Removing traces of CCAS/CCASFLAGS [TS-618]

0 lines of code changed in 1 file:

zwoop 2011-01-10 14:22 Rev.: 1057373

TS-627 Fixes for "make check" to succeed.

Author: Arno Toell
Review: Leif

2 lines of code changed in 1 file:

zwoop 2011-01-10 14:01 Rev.: 1057358

TS-632 Fixes for bad cast, and cleanup for Intel CC

2 lines of code changed in 2 files:

zwoop 2011-01-06 22:40 Rev.: 1056194

TS-620 And even more 64-bit fixes to the SM

4 lines of code changed in 1 file:

zwoop 2011-01-06 17:36 Rev.: 1056140

TS-620 More 64-bit fixes to the SM

1 lines of code changed in 1 file:

zwoop 2011-01-04 11:36 Rev.: 1055135

TS-618 Eliminate poorly supported atomic assembler

17 lines of code changed in 5 files:

zwoop 2011-01-03 22:23 Rev.: 1054901

Cleanup: Getting it to compile with gcc < 4.x and eliminate a junk file

2 lines of code changed in 2 files:

ericb 2010-12-22 12:41 Rev.: 1052046

* Reduce calls to DFA::match on normal requests [TS-603]
* Remove home-grown regular expression matcher [TS-604]

101 lines of code changed in 2 files:

zwoop 2010-12-15 18:45 Rev.: 1049764

TS-576 Remove old, mostly unused records code

0 lines of code changed in 1 file:

zwoop 2010-12-14 18:15 Rev.: 1049373

TS-594 Migrate from our own int64 (et.al) to int64_t / stdint types.

Tested: gcc 4.1.2, gcc 4.3.2, gcc 4.4, gcc 4.5.1, Intel CC 11.x, Clang (trunk)
Platforms: Fedora Core 14 (64-bit), FC8, FreeBSD8, Ubuntu 8.10
Ubuntu 10.10 (64-bit).

318 lines of code changed in 71 files:

zwoop 2010-12-08 09:51 Rev.: 1043515

TS-587 Added query arg parsing in CGI mode

5 lines of code changed in 3 files:

zwoop 2010-12-06 21:34 Rev.: 1042909

TS-586 Fix make check so it actually compiles

5 lines of code changed in 1 file:

zwoop 2010-12-02 09:10 Rev.: 1041428

TS-571 Rename inktomi++.h to libts.h

138 lines of code changed in 58 files:

zwoop 2010-12-02 08:37 Rev.: 1041414

TS-571 Rename libinktomi++ to lib/ts.

4102 lines of code changed in 28 files:

Generated by StatSVN 0.7.0