[root]/test/plugin/INKNetConnect

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 7 (100.0%) | 182 (100.0%) | 26.0 |
| zwoop | 5 (71.4%) | 181 (99.5%) | 36.2 |
| mturk | 2 (28.6%) | 1 (0.5%) | 0.5 |
TS-504 Also fix / cleanup prototypes, so they don't get C++ mangled.
1 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
177 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);
3 lines of code changed in 2 files:
Fix TS-344 by removing all trailing spaces from the source files
1 lines of code changed in 2 files: