
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 22 (100.0%) | 179 (100.0%) | 8.1 |
| zwoop | 12 (54.5%) | 147 (82.1%) | 12.2 |
| mturk | 10 (45.5%) | 32 (17.9%) | 3.2 |
TS-521 Rename all public APIs from INK* to TS*.
123 lines of code changed in 7 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);
24 lines of code changed in 5 files:
Fix TS-344 by removing all trailing spaces from the source files
32 lines of code changed in 10 files: