[root]/iocore/hostdb
include
(1 files, 146 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 83 (100.0%) | 299 (100.0%) | 3.6 |
| zwoop | 39 (47.0%) | 152 (50.8%) | 3.8 |
| mturk | 28 (33.7%) | 75 (25.1%) | 2.6 |
| jplevyak | 10 (12.0%) | 68 (22.7%) | 6.8 |
| bcall | 6 (7.2%) | 4 (1.3%) | 0.6 |
TS-655 Reorganize some code to reduce binary foot prints.
And obviously less co-dependencies between modules.
9 lines of code changed in 3 files:
TS-638 Move proxy/mgmt to mgmt/, part 1
3 lines of code changed in 1 file:
TS-631 Rename proxy/mgmt2 to proxy/mgmt
3 lines of code changed in 1 file:
TS-631 Rename proxy/http2 to proxy/http
1 lines of code changed in 1 file:
TS-593 Cleanup of inktomi.com
2 lines of code changed in 1 file:
TS-620 More 64-bit fixes to the SM
1 lines of code changed in 2 files:
TS-597 Eliminate dedicated default DNS for SplitDNS
Author: Zhao Yongming
Review: Leif
This patch also eliminates the need for this configuation:
proxy.config.dns.splitdns.def_domain
7 lines of code changed in 1 file:
TS-576 Remove old, mostly unused records code
0 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).
57 lines of code changed in 5 files:
TS-572 Rename librecords to lib/records.
2 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
2 lines of code changed in 2 files:
TS-554 More fixes for various stat pages, to make them work
3 lines of code changed in 1 file:
TS-552: remove alpha support (it was a nice architecture while it lasted)
0 lines of code changed in 1 file:
TS-410 Make regression tests compile time optional.
It's now possible, via --disable-tests, to compile ATS without
the regression tests. I've also cleaned up the checks around
diagnostics. Both these features are enabled by default, so no
change in our normal behavior with this patch.
1 lines of code changed in 1 file:
Fix some ICC compiler warnings, tested with ICC, clang and gcc
2 lines of code changed in 1 file:
TS-427: build ATS with clang -- this patch was submitted by Igor Galic (igalic/i.galic)
This patch changes 'struct' to 'class' in forward declarations and
%hu to %u for printing IP addresss, removes some dead code and add parens
around assignments in if (...) conditional expressions.
After getting 3 bugs fixed in clang, we now compile and run with clang!
3 lines of code changed in 2 files:
TS-452 Change all ATS_ defines to TS_
3 lines of code changed in 1 file:
TS-455 Remove remants of NCA.
0 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).
1 lines of code changed in 1 file:
TS-422 Remove DNS proxy support.
After talking with John, we agreed to move ahead with this. Please
vote -1 on this committ if you are against this change. The thinking
here is that a) no one uses this and b) it's not 'feature complete'
anyways, making for a poor DNS proxy implementation.
3 lines of code changed in 3 files:
TS-400 Some more cleanup in hostdb.
Added storage_size to records.config.in
10 lines of code changed in 3 files:
TS-400 Checkpoint 6 in cleanup.
9 lines of code changed in 2 files:
TS-400 Checkpoint 5 in cleanup.
This passes diagnostics and basic test.
26 lines of code changed in 3 files:
TS-400 Checkpoint 4 in cleanup.
This is 'stable', and fixes problem from last night.
1 lines of code changed in 1 file:
TS-381: Use access() instead stat() for checking resource availability
4 lines of code changed in 1 file:
TS-359: Remove few more direct path constructions using DIR_SEP
13 lines of code changed in 2 files:
TS-379: Make sure the host.db storage path has a correct default
1 lines of code changed in 1 file:
TS-379: Fix off-by-one bug when creating HostDB (and other cache paths)
Tested: FC12
6 lines of code changed in 2 files:
Fix copy/paste typo
3 lines of code changed in 1 file:
TS-366: Use ATS_HAS_FUNCTION defined as 1 or 0 instead HAVE_FUNCTION define
7 lines of code changed in 1 file:
TS-366: Axe HOST_OS by running the automated script
6 lines of code changed in 2 files:
Remove redundant include paths from makefiles
1 lines of code changed in 2 files:
Remove some unreachable code from a very old failed experiment
2 lines of code changed in 1 file:
TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft
59 lines of code changed in 5 files:
TS-359 Start cleaning up DIR_SEP usage
7 lines of code changed in 1 file:
TS-358: partial cleanup of compatibility code, removing dead cruft
4 lines of code changed in 1 file:
Two more locations with hardcoded paths
9 lines of code changed in 1 file:
Rename local_state_dir to runtime_dir which mimicks the layout and bring back SYSUSER defines where needed
1 lines of code changed in 1 file:
Fix TS-344 by removing all trailing spaces from the source files
23 lines of code changed in 15 files:
TS-211 Removed most of the ink_*printf functions. Removed all the ones
that didn't add functionality.
4 lines of code changed in 4 files:
(1 more)