Directory iocore/hostdb/

Total Files:
11
Deleted Files:
0
Lines of Code:
5852

Browse with ViewVC

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

Lines of Code

iocore/hostdb/ Lines of Code

Developers

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

Most Recent Commits

zwoop 2011-01-28 16:09 Rev.: 1064924

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:

zwoop 2011-01-18 15:39 Rev.: 1060601

TS-638 Move proxy/mgmt to mgmt/, part 1

3 lines of code changed in 1 file:

zwoop 2011-01-12 17:28 Rev.: 1058373

TS-631 Rename proxy/mgmt2 to proxy/mgmt

3 lines of code changed in 1 file:

zwoop 2011-01-12 16:38 Rev.: 1058353

TS-631 Rename proxy/http2 to proxy/http

1 lines of code changed in 1 file:

zwoop 2011-01-11 22:23 Rev.: 1057989

TS-593 Cleanup of inktomi.com

2 lines of code changed in 1 file:

zwoop 2011-01-06 17:36 Rev.: 1056140

TS-620 More 64-bit fixes to the SM

1 lines of code changed in 2 files:

zwoop 2010-12-23 11:53 Rev.: 1052353

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:

zwoop 2010-12-15 18:45 Rev.: 1049764

TS-576 Remove old, mostly unused records code

0 lines of code changed in 1 file:

zwoop 2010-12-14 18:15 Rev.: 1049373

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:

zwoop 2010-12-02 09:47 Rev.: 1041444

TS-572 Rename librecords to lib/records.

2 lines of code changed in 1 file:

zwoop 2010-12-02 09:10 Rev.: 1041428

TS-571 Rename inktomi++.h to libts.h

2 lines of code changed in 2 files:

zwoop 2010-11-22 21:41 Rev.: 1037993

TS-554 More fixes for various stat pages, to make them work

3 lines of code changed in 1 file:

jplevyak 2010-11-22 12:12 Rev.: 1037841

TS-552: remove alpha support (it was a nice architecture while it lasted)

0 lines of code changed in 1 file:

zwoop 2010-10-24 15:19 Rev.: 1026907

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:

zwoop 2010-10-11 12:12 Rev.: 1021469

Fix some ICC compiler warnings, tested with ICC, clang and gcc

2 lines of code changed in 1 file:

jplevyak 2010-10-06 09:51 Rev.: 1005119

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:

zwoop 2010-09-28 09:32 Rev.: 1002247

TS-452 Change all ATS_ defines to TS_

3 lines of code changed in 1 file:

zwoop 2010-09-22 16:43 Rev.: 1000274

TS-455 Remove remants of NCA.

0 lines of code changed in 1 file:

zwoop 2010-09-21 10:20 Rev.: 999511

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:

zwoop 2010-08-30 18:59 Rev.: 991057

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:

zwoop 2010-08-06 21:00 Rev.: 983170

TS-400 Some more cleanup in hostdb.
Added storage_size to records.config.in

10 lines of code changed in 3 files:

zwoop 2010-08-03 16:22 Rev.: 982072

TS-400 Checkpoint 6 in cleanup.

9 lines of code changed in 2 files:

zwoop 2010-08-03 16:21 Rev.: 982071

TS-400 Checkpoint 5 in cleanup.

This passes diagnostics and basic test.

26 lines of code changed in 3 files:

zwoop 2010-08-03 16:21 Rev.: 982070

TS-400 Checkpoint 4 in cleanup.

This is 'stable', and fixes problem from last night.

1 lines of code changed in 1 file:

mturk 2010-05-29 07:37 Rev.: 949397

TS-381: Use access() instead stat() for checking resource availability

4 lines of code changed in 1 file:

mturk 2010-05-29 00:54 Rev.: 949348

TS-359: Remove few more direct path constructions using DIR_SEP

13 lines of code changed in 2 files:

mturk 2010-05-27 08:50 Rev.: 948868

TS-379: Make sure the host.db storage path has a correct default

1 lines of code changed in 1 file:

zwoop 2010-05-27 08:45 Rev.: 948865

TS-379: Fix off-by-one bug when creating HostDB (and other cache paths)

Tested: FC12

6 lines of code changed in 2 files:

mturk 2010-05-22 13:39 Rev.: 947333

Fix copy/paste typo

3 lines of code changed in 1 file:

mturk 2010-05-22 13:34 Rev.: 947331

TS-366: Use ATS_HAS_FUNCTION defined as 1 or 0 instead HAVE_FUNCTION define

7 lines of code changed in 1 file:

mturk 2010-05-22 06:51 Rev.: 947296

TS-366: Axe HOST_OS by running the automated script

6 lines of code changed in 2 files:

mturk 2010-05-21 01:09 Rev.: 946930

Remove redundant include paths from makefiles

1 lines of code changed in 2 files:

jplevyak 2010-05-20 17:01 Rev.: 946831

Remove some unreachable code from a very old failed experiment

2 lines of code changed in 1 file:

jplevyak 2010-05-19 14:06 Rev.: 946395

TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft

59 lines of code changed in 5 files:

mturk 2010-05-19 10:01 Rev.: 946279

TS-359 Start cleaning up DIR_SEP usage

7 lines of code changed in 1 file:

jplevyak 2010-05-18 16:17 Rev.: 945950

TS-358: partial cleanup of compatibility code, removing dead cruft

4 lines of code changed in 1 file:

mturk 2010-05-18 10:20 Rev.: 945776

Two more locations with hardcoded paths

9 lines of code changed in 1 file:

mturk 2010-05-18 08:23 Rev.: 945696

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:

mturk 2010-05-13 00:09 Rev.: 943821

Fix TS-344 by removing all trailing spaces from the source files

23 lines of code changed in 15 files:

bcall 2010-05-12 11:33 Rev.: 943621

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)

Generated by StatSVN 0.7.0