
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 243 (100.0%) | 1191 (100.0%) | 4.9 |
| bcall | 38 (15.6%) | 534 (44.8%) | 14.0 |
| mturk | 63 (25.9%) | 325 (27.3%) | 5.1 |
| zwoop | 120 (49.4%) | 278 (23.3%) | 2.3 |
| jplevyak | 8 (3.3%) | 29 (2.4%) | 3.6 |
| amc | 6 (2.5%) | 21 (1.8%) | 3.5 |
| igalic | 6 (2.5%) | 2 (0.2%) | 0.3 |
| georgep | 2 (0.8%) | 2 (0.2%) | 1.0 |
TS-631 Rename proxy/mgmt2 to proxy/mgmt
0 lines of code changed in 34 files:
TS-631 Rename proxy/mgmt2/api2 to proxy/mgmt2/api
2 lines of code changed in 1 file:
TS-491 ports used by Cluser function opened even no clustering
This will effectively disable the cluster port (8088) if
clustering is not enabled. In addition, traffic_cop is now
also checking the "cli" (unix domain socket) for health. And
of course, it only checks the health of the cluster port if
clustering is enabled.
4 lines of code changed in 1 file:
TS-593 Cleanup of inktomi.com
1 lines of code changed in 1 file:
Cleanup code to fix errors with Clang's new -Wself-assign
2 lines of code changed in 2 files:
Removing more cruft from WebUI
0 lines of code changed in 2 files:
More work on TS-324, by phasing out TCL bindings.
0 lines of code changed in 2 files:
TS-491 Some cleanup as a start for fixing this
0 lines of code changed in 1 file:
TS-583
19 lines of code changed in 4 files:
TS-627 Fixes for "make check" to succeed.
Author: Arno Toell
Review: Leif
1 lines of code changed in 1 file:
TS-576 Fix the version number of the Cluster protocol
0 lines of code changed in 1 file:
TS-576 Remove old, mostly unused records code
3 lines of code changed in 3 files:
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).
27 lines of code changed in 8 files:
TS-584 Remove RAF pieces.
7 lines of code changed in 2 files:
TS-572 Rename librecords to lib/records.
1 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
4 lines of code changed in 4 files:
TS-569: move TsConfig, fixed makefiles.
1 lines of code changed in 1 file:
Adding WCCP support.
Adding TsConfig library.
1 lines of code changed in 1 file:
TS-555 Rename all log2 configs / stats to log.
8 lines of code changed in 3 files:
Cleanup of old MIXT stuff.
0 lines of code changed in 4 files:
TS-181 More cleanup for "auth" and "acl".
0 lines of code changed in 1 file:
TS-519 Fixes for clustering that broke with stats rewrite.
13 lines of code changed in 2 files:
TS-486 Also remove ARM and bypass configs (no longer supported)
0 lines of code changed in 2 files:
TS-486 Remove filter.config remnants.
1 lines of code changed in 8 files:
TS-485 InkAPI cleanup.
0 lines of code changed in 2 files:
TS-457 Eliminate a startup warning
This also makes more WebUI code contitional.
35 lines of code changed in 4 files:
TS-390: Dynamic sized librecords containers.
This adds some support for dynamically resizing the librecords
containers, based on proxy.config.stat_api.max_stats_allowed. This
eliminates (what I think is) a premature optimization that only
would "help" clustering (slightly), at the expense of complicating
the code a lot.
However, the dynamic resizing is currently disabled, since it
doesn't work 100%. Will fix for v2.1.4 (or remove).
8 lines of code changed in 1 file:
TS-450 More ICC compiler warnings.
Also fixed a problem with building the http2/remap code outside
of http2 (a previous fix).
2 lines of code changed in 1 file:
TS-401 Remove vestige of SNMP.
0 lines of code changed in 2 files:
TS-443 Cleanup remnants of MIXT and LDAP/NTLM.
1 lines of code changed in 5 files:
TS-442 Cleanup some include "dependencies".
This makes it slightly easier to see what dependencies we have.
0 lines of code changed in 1 file:
TS-367 Remove HAVE_LIBSSL
Author: Mladen Turk
Small additions by Leif.
4 lines of code changed in 4 files:
TS-400 Checkpoint 13 in cleanup.
8 lines of code changed in 1 file:
TS-400 Checkpoint 11 in cleanup.
7 lines of code changed in 2 files:
TS-400 Checkpoint 10 in cleanup.
141 lines of code changed in 7 files:
TS-364: Remove LLONG config option
Tested: FC-13 64-bit.
This patch also fixes a few areas in librecords where we'd downcast
the 64-bit integer to a 32-bit integer. That was the "cause" of the
problem here, fixing that allows the elimination of LLONG.
0 lines of code changed in 4 files:
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 :)
8 lines of code changed in 3 files:
Since ink_platform.h now requires ink_config.h to properly compile
on some platforms, I'm including ink_config.h there, and cleaning
out the the other includes. Feel free to change if this is not
appropriate, but this will fix build on FreeBSD at least (which
otherwise fails on ink_platform.h since it needs the defines from
ink_config.h).
0 lines of code changed in 8 files:
TS-366: Use ATS_HAVE_HEADER_H defines and add few code comments
0 lines of code changed in 1 file:
TS-366: Axe HOST_OS by running the automated script
23 lines of code changed in 5 files:
(10 more)