
| 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 |
TS-631 Rename proxy/mgmt2 to proxy/mgmt
0 lines of code changed in 2 files:
TS-491 Fixes to make it compile properly
11 lines of code changed in 2 files:
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:
TS-491 Added the CLI interface to TrafficCop
10 lines of code changed in 2 files:
TS-583
3 lines of code changed in 1 file:
TS-620 And even more 64-bit fixes to the SM
1 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).
6 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
1 lines of code changed in 1 file:
TS-571 Rename libinktomi++ to lib/ts.
1 lines of code changed in 1 file:
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:
TS-555 Rename all log2 configs / stats to log.
2 lines of code changed in 1 file:
TS-536 More cleanup of leftover RNI (which is not supported).
0 lines of code changed in 1 file:
TS-482 Move PKGSYSUSER to ink_config.h.in
3 lines of code changed in 2 files:
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:
TS-400 Checkpoint 10 in cleanup.
3 lines of code changed in 1 file:
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:
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:
TS-389: Cleanup after "layout changes".
Tested: Fc13
Author: Zhao Yongming
Review: leif
0 lines of code changed in 1 file:
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:
TS-381: Use access() instead stat() for checking resource availability
12 lines of code changed in 1 file:
TS-366: Use ATS_HAVE_HEADER_H defines and add few code comments
3 lines of code changed in 1 file:
TS-366: Axe HOST_OS by running the automated script
18 lines of code changed in 1 file:
Remove redundant include paths from makefiles
1 lines of code changed in 1 file:
TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft
6 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
16 lines of code changed in 2 files:
Remove hard coded paths from traffic_cop
25 lines of code changed in 2 files:
Use new Layout API that is more C++ friendly
1 lines of code changed in 1 file:
Consume some ink_file api so that libinktomi++ gets linked in
4 lines of code changed in 1 file:
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:
Cast the int to uid_t and use geteuid when the user_id is #-1
5 lines of code changed in 1 file:
Allow numeric user_id. Hopefully the last one to chase down
13 lines of code changed in 1 file:
Fix TS-344 by removing all trailing spaces from the source files
6 lines of code changed in 1 file:
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:
TS-331 Removed old #if 0 code and only include #if 1 code
0 lines of code changed in 2 files: