
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 16 (100.0%) | 114 (100.0%) | 7.1 |
| zwoop | 9 (56.3%) | 100 (87.7%) | 11.1 |
| bcall | 5 (31.3%) | 10 (8.8%) | 2.0 |
| mturk | 2 (12.5%) | 4 (3.5%) | 2.0 |
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-504 Also fix / cleanup prototypes, so they don't get C++ mangled.
2 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
86 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);
6 lines of code changed in 2 files:
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.
1 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 1 file:
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.
9 lines of code changed in 4 files: