
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 12 (100.0%) | 48 (100.0%) | 4.0 |
| zwoop | 6 (50.0%) | 37 (77.1%) | 6.1 |
| bcall | 3 (25.0%) | 7 (14.6%) | 2.3 |
| mturk | 3 (25.0%) | 4 (8.3%) | 1.3 |
TS-616 Fix the Makefiles for examples as well
2 lines of code changed in 1 file:
TS-595 Bump SDK versions.
2 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
28 lines of code changed in 1 file:
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);
1 lines of code changed in 1 file:
TS-452 Change all ATS_ defines to TS_
1 lines of code changed in 1 file:
TS-266: Update all examples to use non-deprecated APIs.
Tested: FC13
Also moved some cache APIs over to a new ts/experimental.h file.
3 lines of code changed in 1 file:
Resolve TS-347 by adding -version-info to the shared libraries instead using 0.0.0 always
1 lines of code changed in 1 file:
Fix TS-344 by removing all trailing spaces from the source files
3 lines of code changed in 2 files:
TS-328 Renamed proxy/api/include to proxy/api/ts and removed the
creation of the symlink to get the ts/ts.h structure.
Tested by George Paul
1 lines of code changed in 1 file:
TS-328 Added the example directory into the build and fixed some
compliation bugs.
Updated patch and tested by George Paul.
6 lines of code changed in 2 files: