Directory proxy/mgmt2/cli/

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

Browse with ViewVC

[root]/proxy/mgmt2/cli

Lines of Code

proxy/mgmt2/cli/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 129 (100.0%) 339 (100.0%) 2.6
mturk 45 (34.9%) 177 (52.2%) 3.9
zwoop 64 (49.6%) 135 (39.8%) 2.1
jplevyak 3 (2.3%) 12 (3.5%) 4.0
bcall 14 (10.9%) 12 (3.5%) 0.8
amc 3 (2.3%) 3 (0.9%) 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 20 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.

38 lines of code changed in 3 files:

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

TS-491 Added the CLI interface to TrafficCop

4 lines of code changed in 3 files:

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

TS-491 Some cleanup as a start for fixing this

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

2 lines of code changed in 1 file:

  • proxy/mgmt2/cli: CLI.cc (+2 -2)
zwoop 2010-12-06 11:36 Rev.: 1042757

TS-584 Remove RAF pieces.

4 lines of code changed in 1 file:

  • proxy/mgmt2/cli: CLI.cc (+4 -1)
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

16 lines of code changed in 16 files:

zwoop 2010-12-02 08:37 Rev.: 1041414

TS-571 Rename libinktomi++ to lib/ts.

1 lines of code changed in 1 file:

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-11-24 09:18 Rev.: 1038671

TS-555 Rename all log2 configs / stats to log.

5 lines of code changed in 1 file:

zwoop 2010-11-18 08:48 Rev.: 1036498

TS-536 More cleanup of leftover RNI (which is not supported).

1 lines of code changed in 2 files:

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-17 10:49 Rev.: 998224

TS-401 Remove vestige of SNMP.

5 lines of code changed in 2 files:

zwoop 2010-09-17 09:58 Rev.: 998201

TS-443 Cleanup remnants of MIXT and LDAP/NTLM.

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

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

TS-400 Checkpoint 9 in cleanup.

7 lines of code changed in 5 files:

zwoop 2010-06-30 11:32 Rev.: 959403

TS-389: Cleanup after "layout changes".

Tested: Fc13
Author: Zhao Yongming
Review: leif

1 lines of code changed in 1 file:

zwoop 2010-06-14 21:02 Rev.: 954701

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

  • proxy/mgmt2/cli: CLI.cc (-11)
mturk 2010-05-29 07:37 Rev.: 949397

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

6 lines of code changed in 2 files:

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/cli: FSM.cc (-1)
mturk 2010-05-22 06:51 Rev.: 947296

TS-366: Axe HOST_OS by running the automated script

1 lines of code changed in 1 file:

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

Remove redundant include paths from makefiles

2 lines of code changed in 1 file:

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:

  • proxy/mgmt2/cli: CLI.cc (+3 -3)
jplevyak 2010-05-19 14:06 Rev.: 946395

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

12 lines of code changed in 3 files:

mturk 2010-05-19 05:26 Rev.: 946150

TS-345 Cleanup absolue paths and use Layout engine for cli and cli2.

10 lines of code changed in 5 files:

mturk 2010-05-17 07:06 Rev.: 945168

Use new Layout API that is more C++ friendly

1 lines of code changed in 1 file:

mturk 2010-05-17 06:35 Rev.: 945145

Init Layout for traffic_line as well

4 lines of code changed in 1 file:

mturk 2010-05-17 03:22 Rev.: 945064

Make sure Layout is created in every program. This means linking with iocore/libinkutils for programs that are not already linked

2 lines of code changed in 2 files:

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

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

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

12 lines of code changed in 6 files:

bcall 2010-05-06 16:40 Rev.: 941972

TS-331 Removed old #if 0 code and only include #if 1 code

0 lines of code changed in 8 files:

Generated by StatSVN 0.7.0