[root]/mgmt
api
(25 files, 17398 lines)
include
(2 files, 1524 lines)
remote
(6 files, 5569 lines)
cli
(11 files, 11032 lines)
cli2
(0 files, 0 lines)
cluster
(4 files, 3943 lines)
stats
(3 files, 1388 lines)
tools
(3 files, 4259 lines)
utils
(4 files, 2568 lines)
web2
(16 files, 17292 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 28 (100.0%) | 168 (100.0%) | 6.0 |
| zwoop | 19 (67.9%) | 157 (93.5%) | 8.2 |
| amc | 8 (28.6%) | 10 (6.0%) | 1.2 |
| igalic | 1 (3.6%) | 1 (0.6%) | 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.
1 lines of code changed in 1 file:
TS-664
10 lines of code changed in 8 files:
TS-505 Cleanup unused configuration
Also update the CHANGES file.
0 lines of code changed in 1 file:
TS-505 TS-506 Poor performance on cache misses on frequently fetched objects
2 lines of code changed in 1 file:
TS-650 Remove the dead v2 stats code
0 lines of code changed in 1 file:
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>
1 lines of code changed in 1 file:
TS-647 Move Layout out of iocore and into lib/ts
3 lines of code changed in 6 files:
TS-638 Rename the new cli2 to cli
2 lines of code changed in 1 file:
TS-638 Finalized the traffic_line features
This modifies the stats clearing code in the core to be
in line with what we'd expect. This patch also cleans up
the messaging of boolean arguments.
26 lines of code changed in 1 file:
TS-638 Eliminated CLI (R.I.P.)
This patch eliminates the rest of mgmt/cli. It also extends the cli2
APIs with a new public API:
inkapi INKError INKBounce(bool cluster);
This works similar to INKRestart(), except it will only restart
the traffic_server process (it will not touch traffic_manager).
Finally, this patch eliminates the need for using the Layout engine
in a client app. If you pass in NULL as the socket path, INKInit()
will figure it out for you.
0 lines of code changed in 2 files:
TS-638 Removed most of the mgmt/cli dependencies
0 lines of code changed in 2 files:
TS-638 Moved traffic_line over to cli2, mostly functional
2 lines of code changed in 1 file:
TS-638 Move proxy/mgmt to mgmt/, part 1
121 lines of code changed in 2 files: