
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| zwoop | 26 (100.0%) | 1264 (100.0%) | 48.6 |
TS-639 Rename the management APIs from INK* to TS*
1089 lines of code changed in 5 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>
11 lines of code changed in 5 files:
TS-647 Move Layout out of iocore and into lib/ts
0 lines of code changed in 1 file:
TS-638 Make it work on Solaris too.
6 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.
51 lines of code changed in 4 files:
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.
52 lines of code changed in 8 files:
TS-638 Move proxy/mgmt to mgmt/, part 1
55 lines of code changed in 2 files: