[root]/example/response-header-1

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 15 (100.0%) | 151 (100.0%) | 10.0 |
| zwoop | 8 (53.3%) | 122 (80.8%) | 15.2 |
| mturk | 2 (13.3%) | 19 (12.6%) | 9.5 |
| bcall | 5 (33.3%) | 10 (6.6%) | 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-579 Eliminate misguided string copies in the SDK.
0 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
100 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);
4 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.
12 lines of code changed in 1 file:
TS-354: Fix some typos in examples.
Author: Chirag Shah
Reviewed: Leif
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
18 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: