[root]/test/deft
defs
(2 files, 212 lines)
docs
(3 files, 411 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 77 (100.0%) | 836 (100.0%) | 10.8 |
| zwoop | 14 (18.2%) | 739 (88.4%) | 52.7 |
| mturk | 49 (63.6%) | 48 (5.7%) | 0.9 |
| bcall | 12 (15.6%) | 46 (5.5%) | 3.8 |
| jplevyak | 1 (1.3%) | 2 (0.2%) | 2.0 |
| sjiang | 1 (1.3%) | 1 (0.1%) | 1.0 |
TS-649 Dynamic libraries for mgmt
This makes libts -> libtsutil, and we now support
making .so's for libtsutil.so and libtsmgmt.so. All
binaries are changed to use this, except traffic_server
which continues to use the libtsutil.a library (for
performance on e.g. 32-bit platforms).
This also renames the public API include file to be
#include <ts/mgmtapi.h>
3 lines of code changed in 1 file:
TS-593 Cleanup of inktomi.com
2 lines of code changed in 2 files:
TS-620 And even more 64-bit fixes to the SM
7 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 2 files:
TS-584 Remove RAF pieces.
1 lines of code changed in 1 file:
TS-571 Rename libinktomi++ to lib/ts.
6 lines of code changed in 4 files:
TS-555 Rename all log2 configs / stats to log.
1 lines of code changed in 1 file:
TS-181 More cleanup for "auth" and "acl".
714 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
2 lines of code changed in 1 file:
TS-235: Merge InkTime and ink_time into one.
Since InkTime contains no class prototypes it was merged into ink_time and removed.
This also required to modify the files including InkTime.h and references
to include files InkTime.h was pulling.
1 done, 99 to go :)
10 lines of code changed in 2 files:
TS-215: fix unsupported %b[width] flags in format strings
These used to be supported by the ink_*printf implementation, but no longer work since
we switched to standard *printf
1 lines of code changed in 1 file:
TS-366: Axe HOST_OS by running the automated script
2 lines of code changed in 2 files:
TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft
2 lines of code changed in 1 file:
Fix TS-344 by removing all trailing spaces from the source files
36 lines of code changed in 45 files:
TS-211 Removed most of the ink_*printf functions. Removed all the ones
that didn't add functionality.
46 lines of code changed in 12 files: