Directory proxy/mgmt2/cluster/

Directory Deleted:
2011-01-12 17:28
Total Files:
0
Deleted Files:
5
Lines of Code:
0

Browse with ViewVC

[root]/proxy/mgmt2/cluster

Lines of Code

proxy/mgmt2/cluster/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 420 (100.0%) 8.5
zwoop 29 (59.2%) 297 (70.7%) 10.2
mturk 12 (24.5%) 73 (17.4%) 6.0
jplevyak 2 (4.1%) 41 (9.8%) 20.5
bcall 3 (6.1%) 6 (1.4%) 2.0
amc 3 (6.1%) 3 (0.7%) 1.0

Most Recent Commits

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

TS-631 Rename proxy/mgmt2 to proxy/mgmt

0 lines of code changed in 5 files:

zwoop 2011-01-12 17:01 Rev.: 1058362

TS-631 Rename proxy/mgmt2/api2 to proxy/mgmt2/api

1 lines of code changed in 1 file:

zwoop 2011-01-12 16:13 Rev.: 1058347

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.

136 lines of code changed in 2 files:

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

TS-593 Cleanup of inktomi.com

1 lines of code changed in 1 file:

zwoop 2011-01-11 16:09 Rev.: 1057917

TS-491 Some cleanup as a start for fixing this

25 lines of code changed in 1 file:

amc 2011-01-11 08:49 Rev.: 1057703

TS-583

1 lines of code changed in 1 file:

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

TS-576 Remove old, mostly unused records code

18 lines of code changed in 2 files:

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).

15 lines of code changed in 1 file:

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

TS-572 Rename librecords to lib/records.

1 lines of code changed in 1 file:

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

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

3 lines of code changed in 3 files:

amc 2010-12-01 20:20 Rev.: 1041269

TS-569: move TsConfig, fixed makefiles.

1 lines of code changed in 1 file:

amc 2010-11-30 09:33 Rev.: 1040621

Adding WCCP support.
Adding TsConfig library.

1 lines of code changed in 1 file:

zwoop 2010-10-13 21:36 Rev.: 1022376

TS-486 Remove filter.config remnants.

1 lines of code changed in 1 file:

zwoop 2010-09-28 10:15 Rev.: 1002270

TS-457 Eliminate a startup warning

This also makes more WebUI code contitional.

2 lines of code changed in 1 file:

zwoop 2010-09-22 13:30 Rev.: 1000197

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).

56 lines of code changed in 1 file:

zwoop 2010-09-22 10:11 Rev.: 1000092

TS-447 Some fixes related to previous commit

12 lines of code changed in 1 file:

zwoop 2010-09-16 16:45 Rev.: 997953

TS-442 Cleanup some include "dependencies".

This makes it slightly easier to see what dependencies we have.

1 lines of code changed in 2 files:

zwoop 2010-08-03 16:23 Rev.: 982082

TS-400 Checkpoint 15 in cleanup.

11 lines of code changed in 1 file:

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

TS-400 Checkpoint 10 in cleanup.

12 lines of code changed in 2 files:

zwoop 2010-06-16 16:00 Rev.: 955421

TS-320: Do some cleanup on Connection::fast_connect and Connection::bind_connect

Tested: FC-13 64-bit
Author: Alan M. Carroll
Review and comments: John Plevyak

1 lines of code changed in 1 file:

zwoop 2010-06-09 14:54 Rev.: 953171

TS-388: Solaris 10 (x86) 64-bit patch

Tested: Solaris, Fedora Core 13

Author: Igor Brezac
Review: Leif

1 lines of code changed in 1 file:

zwoop 2010-05-22 09:19 Rev.: 947314

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 1 file:

  • proxy/mgmt2/cluster: VMap.cc (-1)
mturk 2010-05-22 07:08 Rev.: 947298

TS-366: Use ATS_HAVE_HEADER_H defines and add few code comments

1 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

4 lines of code changed in 2 files:

mturk 2010-05-20 07:44 Rev.: 946650

ink_atoll->ink_atoi64 with some atoi->atoi64 fixes on the way

3 lines of code changed in 1 file:

mturk 2010-05-20 01:59 Rev.: 946570

TS-359: Remove DIR_SEP usage. This code needs a review

9 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

27 lines of code changed in 1 file:

jplevyak 2010-05-18 21:25 Rev.: 946018

more fbsd build fixes

14 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

56 lines of code changed in 7 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.

6 lines of code changed in 1 file:

bcall 2010-05-05 11:35 Rev.: 941419

TS-180 Removed #ifdef OEM code

0 lines of code changed in 2 files:

Generated by StatSVN 0.7.0