[root]/proxy
api
(0 files, 0 lines)
include
(0 files, 0 lines)
ts
(7 files, 4088 lines)
config
(11 files, 3206 lines)
congest
(8 files, 3460 lines)
dns_cache
(0 files, 0 lines)
hdrs
(20 files, 19875 lines)
http
(14 files, 24501 lines)
remap
(2 files, 368 lines)
http2
(0 files, 0 lines)
remap
(0 files, 0 lines)
logging
(42 files, 21170 lines)
mgmt
(0 files, 0 lines)
api
(0 files, 0 lines)
include
(0 files, 0 lines)
remote
(0 files, 0 lines)
cli
(0 files, 0 lines)
cli2
(0 files, 0 lines)
cluster
(0 files, 0 lines)
cop
(0 files, 0 lines)
html2
(0 files, 0 lines)
charting
(0 files, 0 lines)
configure
(0 files, 0 lines)
images
(0 files, 0 lines)
include
(0 files, 0 lines)
monitor
(0 files, 0 lines)
mrtg
(0 files, 0 lines)
tune
(0 files, 0 lines)
stats
(0 files, 0 lines)
tools
(0 files, 0 lines)
utils
(0 files, 0 lines)
web2
(0 files, 0 lines)
mgmt2
(0 files, 0 lines)
api
(0 files, 0 lines)
remote
(0 files, 0 lines)
api2
(0 files, 0 lines)
include
(0 files, 0 lines)
remote
(0 files, 0 lines)
cli
(0 files, 0 lines)
cli2
(0 files, 0 lines)
cluster
(0 files, 0 lines)
cop
(0 files, 0 lines)
html2
(0 files, 0 lines)
agent-installer
(0 files, 0 lines)
charting
(0 files, 0 lines)
configure
(0 files, 0 lines)
helper
(0 files, 0 lines)
images
(0 files, 0 lines)
include
(0 files, 0 lines)
monitor
(0 files, 0 lines)
mrtg
(0 files, 0 lines)
tune
(0 files, 0 lines)
preparse
(0 files, 0 lines)
stats
(0 files, 0 lines)
tools
(0 files, 0 lines)
utils
(0 files, 0 lines)
web2
(0 files, 0 lines)
stats
(4 files, 746 lines)
tsconfig
(0 files, 0 lines)
wccp
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 825 (100.0%) | 14078 (100.0%) | 17.0 |
| zwoop | 410 (49.7%) | 11634 (82.6%) | 28.3 |
| mturk | 201 (24.4%) | 759 (5.4%) | 3.7 |
| vmamidi | 7 (0.8%) | 532 (3.8%) | 76.0 |
| georgep | 14 (1.7%) | 437 (3.1%) | 31.2 |
| jplevyak | 65 (7.9%) | 287 (2.0%) | 4.4 |
| bcall | 72 (8.7%) | 155 (1.1%) | 2.1 |
| ericb | 7 (0.8%) | 86 (0.6%) | 12.2 |
| jesus | 10 (1.2%) | 54 (0.4%) | 5.4 |
| amc | 14 (1.7%) | 49 (0.3%) | 3.5 |
| andrewhsu | 15 (1.8%) | 48 (0.3%) | 3.2 |
| igalic | 9 (1.1%) | 36 (0.3%) | 4.0 |
| sjiang | 1 (0.1%) | 1 (0.0%) | 1.0 |
Remove check for sin() in libm from configure.ac
sin(), like all its math.h functions is on all systems known to men in libm
and will remain there until the end of POSIX.
4 lines of code changed in 1 file:
TS-664
1 lines of code changed in 1 file:
TS-661 It would help if I did it right
9 lines of code changed in 1 file:
TS-661 Delay per-txn config copy until SDK requests it.
This also adds two more configs to the list of settings that
can be overridden per transaction:
proxy.config.http.cache.max_open_read_retries
proxy.config.http.cache.open_read_retry_time
Finally, I've changed the CHANGES file to take the bug number
first on each bullet item (just as in the Jira release notes).
85 lines of code changed in 1 file:
TS-655 More fixes for Solaris
12 lines of code changed in 1 file:
TS-655 More fixes for Solaris
7 lines of code changed in 1 file:
TS-655 Fixes for solaris
10 lines of code changed in 1 file:
TS-655 Reorganize some code to reduce binary foot prints.
And obviously less co-dependencies between modules.
119 lines of code changed in 2 files:
TS-650 Remove the dead v2 stats code
0 lines of code changed in 7 files:
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>
5 lines of code changed in 2 files:
TS-649 Cleanup to have a chance to make it a shared lib
2 lines of code changed in 1 file:
TS-647 Move Layout out of iocore and into lib/ts
0 lines of code changed in 1 file:
TS-638 Move proxy/mgmt to mgmt/, part 1
19 lines of code changed in 2 files:
Removing dead, #if 0ed code.
0 lines of code changed in 1 file:
TS-637 remove ClusterHashStandalone
0 lines of code changed in 4 files:
TS-637 remove SafeShell, CheckStats and StateEventLogger
0 lines of code changed in 4 files:
TS-631 Rename proxy/mgmt2 to proxy/mgmt
17 lines of code changed in 2 files:
TS-631 Rename proxy/http2 to proxy/http
14 lines of code changed in 3 files:
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.
2 lines of code changed in 1 file:
Removing dead code.
If we ever get to run TS on Windows and we need perfmon values
please implement this in PowerShell or directly in WMI.
0 lines of code changed in 1 file:
TS-593 Cleanup of inktomi.com
3 lines of code changed in 3 files:
TS-513 Fix configure issues for sqlite3.
This fix eliminates all of SimpleDBM, sqlite3 and bdb dependencies.
It also fixes the "make distclean" problem.
4 lines of code changed in 1 file:
TS-491 Some cleanup as a start for fixing this
6 lines of code changed in 1 file:
Add comment re: safety of the recent changes.
2 lines of code changed in 1 file:
TS-632 Fixes for bad cast, and cleanup for Intel CC
16 lines of code changed in 3 files:
Oops, reverting one bad change from TS-620
1 lines of code changed in 1 file:
TS-620 And even more 64-bit fixes to the SM
60 lines of code changed in 15 files:
TS-620 More 64-bit fixes to the SM
38 lines of code changed in 13 files:
Fixed missing thread pool options.
15 lines of code changed in 1 file:
TS-616 Support normal default path for remap plugins
7 lines of code changed in 1 file:
TS-589 modify TSContSchedule to take a thread type, and add TSContScheduleEvery
93 lines of code changed in 2 files:
TS-599 Added more configs
269 lines of code changed in 2 files:
TS-599 Added regression tests
146 lines of code changed in 2 files:
TS-599 Added a few more options, and some cleanup.
199 lines of code changed in 3 files:
TS-599 Added more options, and cleaned things up a little. Checkpoint.
126 lines of code changed in 3 files:
TS-599 Added another 14 options
179 lines of code changed in 1 file:
TS-599 First cut at new APIs, and a remap plugin
Also cleaned up / added suggestions from amc.
146 lines of code changed in 2 files:
TS-600 Tiny change to stats APIs to be in-line with another new API
2 lines of code changed in 1 file:
better Range: handling
16 lines of code changed in 1 file:
TS-576 Remove old, mostly unused records code
36 lines of code changed in 4 files:
(190 more)