[root]/example/server-transform

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 14 (100.0%) | 291 (100.0%) | 20.7 |
| zwoop | 6 (42.9%) | 272 (93.5%) | 45.3 |
| mturk | 2 (14.3%) | 9 (3.1%) | 4.5 |
| bcall | 5 (35.7%) | 9 (3.1%) | 1.8 |
| jplevyak | 1 (7.1%) | 1 (0.3%) | 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:
TS-594 Migrate from our own int64 (et.al) to int64_t / stdint types.
Tested: gcc 4.1.2, gcc 4.3.2, gcc 4.4, gcc 4.5.1, Intel CC 11.x, Clang (trunk)
Platforms: Fedora Core 14 (64-bit), FC8, FreeBSD8, Ubuntu 8.10
Ubuntu 10.10 (64-bit).
3 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
261 lines of code changed in 1 file:
TS-14 Make some InkAPI's 64-bit.
Also unify the APIs to use int32/uint32/int64/uint64.
Reviewed: John Plevyak
3 lines of code changed in 1 file:
TS-452 Change all ATS_ defines to TS_
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
8 lines of code changed in 1 file:
Fix 2 gcc 4.5 compilation issues. INKHttpStatus, in addition to having
strange capitalization doesn't have a error code and so uses
INK_ERROR which is a different enum. gcc 4.5 is strict about such things.
This should really be fixed, but this patch at least cleans up the compile.
1 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.
8 lines of code changed in 4 files: