
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 10 (100.0%) | 852 (100.0%) | 85.2 |
| zwoop | 5 (50.0%) | 842 (98.8%) | 168.4 |
| mturk | 3 (30.0%) | 10 (1.2%) | 3.3 |
| bcall | 2 (20.0%) | 0 (0.0%) | 0.0 |
TS-579 Eliminate misguided string copies in the SDK.
0 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
753 lines of code changed in 2 files:
TS-522 Removed deprecated (very old) APIs.
I also cleaned out the "private" include files, and moved a few
APIs over to ts/ts.h and the rest into ts/experimental.h. We can
later promote things over from experimental.h to ts.h.
Finally, for completeness, I added
inkapi void INKVConnActiveTimeoutSet(INKVConn connp, TSHRTime timeout);
inkapi void INKVConnActiveTimeoutCancel(INKVConn connp);
89 lines of code changed in 2 files:
Fix TS-344 by removing all trailing spaces from the source files
10 lines of code changed in 3 files:
TS-331 Removed old #if 0 code and only include #if 1 code
0 lines of code changed in 2 files: