
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 18 (100.0%) | 98 (100.0%) | 5.4 |
| zwoop | 11 (61.1%) | 79 (80.6%) | 7.1 |
| mturk | 3 (16.7%) | 11 (11.2%) | 3.6 |
| bcall | 3 (16.7%) | 7 (7.1%) | 2.3 |
| igalic | 1 (5.6%) | 1 (1.0%) | 1.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:
Started aligning example code with documentation. Doxygen: add brief description
1 lines of code changed in 1 file:
TS-579 Eliminate misguided string copies in the SDK.
0 lines of code changed in 1 file:
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*.
67 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);
2 lines of code changed in 3 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.
4 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
10 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: