Directory proxy/mgmt2/cop/

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

Browse with ViewVC

[root]/proxy/mgmt2/cop

Lines of Code

proxy/mgmt2/cop/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 384 (100.0%) 8.7
zwoop 19 (43.2%) 153 (39.8%) 8.0
mturk 15 (34.1%) 114 (29.7%) 7.6
andrewhsu 3 (6.8%) 96 (25.0%) 32.0
georgep 3 (6.8%) 12 (3.1%) 4.0
jplevyak 1 (2.3%) 6 (1.6%) 6.0
amc 1 (2.3%) 3 (0.8%) 3.0
bcall 2 (4.5%) 0 (0.0%) 0.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 2 files:

zwoop 2011-01-12 16:48 Rev.: 1058355

TS-491 Fixes to make it compile properly

11 lines of code changed in 2 files:

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.

114 lines of code changed in 1 file:

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

TS-491 Added the CLI interface to TrafficCop

10 lines of code changed in 2 files:

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

TS-583

3 lines of code changed in 1 file:

zwoop 2011-01-06 22:40 Rev.: 1056194

TS-620 And even more 64-bit fixes to the SM

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

6 lines of code changed in 1 file:

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

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

1 lines of code changed in 1 file:

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

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

1 lines of code changed in 1 file:

andrewhsu 2010-11-28 23:11 Rev.: 1040017

TS-18 bring IPv6 functionality back to trunk

Tested: OSX-10.6.5

This commit reverts r959407 r959405 r959404 and brings in the fix
on the 'ipv6' branch for Mac OSX:

Reapply r953510 "added IPv6 support for incoming requests". This
is the first step in bringing back the ipv6 changes to trunk. Most
of the conflicts resulted in the transparent proxy changes, but I
believe I've been able to resolve them without issue. This will
definitely need some testing to verify I have not broke anything
in the process.

Reapply r953892 "added stats for ipv4 and ipv6 request via REC".
No conflicts, easy merge.

Reapply r958062 "added INKHttpTxnClientSockAddrGet()". This is a
small patch with a few easy-to-resolve conflicts as a result of the
renaming of the InkAPI stuff like TS_SUCCESS.

Merge in r997943 from ipv6 branch. This is the fix that allows IPv6
to work properly on Mac OSX.

42 lines of code changed in 1 file:

zwoop 2010-11-24 09:18 Rev.: 1038671

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

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

0 lines of code changed in 1 file:

zwoop 2010-10-12 10:06 Rev.: 1021842

TS-482 Move PKGSYSUSER to ink_config.h.in

3 lines of code changed in 2 files:

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.

0 lines of code changed in 1 file:

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

TS-400 Checkpoint 10 in cleanup.

3 lines of code changed in 1 file:

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

TS-400: Get basic features to compile with Intel CC

Tested: Fedora Core 13 (64-bit)

This requires the addition of --disable-ccache, since I can't
get ccache to behave properly/reliably with ICC. To compile, do

CXX='icpc' CC='icc' ./configure --prefix=/opt/ats --disable-ccache

1 lines of code changed in 1 file:

andrewhsu 2010-06-30 11:44 Rev.: 959407

TS-18 revert r953510

Tested: Fedora-13-x86_64

This reverts commit "TS-18 added IPv6 support for incoming requests":
http://svn.apache.org/viewvc?view=rev&rev=r953510

There were conflicts with the following files as a result of commit
r955421, but I believe they were resolved appropriately:

iocore/net/Connection.cc
iocore/net/P_Connection.h
iocore/net/UnixConnection.cc

The reverted changes will be moved to a branch called 'ipv6'.

15 lines of code changed in 1 file:

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

TS-389: Cleanup after "layout changes".

Tested: Fc13
Author: Zhao Yongming
Review: leif

0 lines of code changed in 1 file:

andrewhsu 2010-06-10 17:03 Rev.: 953510

TS-18 added IPv6 support for incoming requests

Tested: Fedora-13-x86_64

Disabled by default. To enable, see the 'records.config' setting:
'proxy.config.http.server_other_ports'.

39 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

12 lines of code changed in 1 file:

mturk 2010-05-22 07:08 Rev.: 947298

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

3 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

18 lines of code changed in 1 file:

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

Remove redundant include paths from makefiles

1 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

6 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

16 lines of code changed in 2 files:

mturk 2010-05-18 06:03 Rev.: 945638

Remove hard coded paths from traffic_cop

25 lines of code changed in 2 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:26 Rev.: 945141

Consume some ink_file api so that libinktomi++ gets linked in

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

10 lines of code changed in 2 files:

mturk 2010-05-15 06:00 Rev.: 944634

Cast the int to uid_t and use geteuid when the user_id is #-1

5 lines of code changed in 1 file:

mturk 2010-05-15 05:52 Rev.: 944630

Allow numeric user_id. Hopefully the last one to chase down

13 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

6 lines of code changed in 1 file:

georgep 2010-05-09 18:11 Rev.: 942639

TS-336: fix a few more issues with the 2nd patch 'TS-336-exec_prefix_fix.patch'. Applies cleanly and works on both 2.0.x branch and trunk.

12 lines of code changed in 3 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 2 files:

Generated by StatSVN 0.7.0