
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 142 (100.0%) | 1069 (100.0%) | 7.5 |
| zwoop | 60 (42.3%) | 652 (61.0%) | 10.8 |
| jplevyak | 25 (17.6%) | 274 (25.6%) | 10.9 |
| mturk | 39 (27.5%) | 126 (11.8%) | 3.2 |
| andrewhsu | 6 (4.2%) | 8 (0.7%) | 1.3 |
| amc | 1 (0.7%) | 7 (0.7%) | 7.0 |
| bcall | 11 (7.7%) | 2 (0.2%) | 0.1 |
TS-660 Cache scan can not be canceled.
0 lines of code changed in 1 file:
TS-638 Move proxy/mgmt to mgmt/, part 1
3 lines of code changed in 1 file:
TS-631 Rename proxy/mgmt2 to proxy/mgmt
3 lines of code changed in 1 file:
TS-631 Rename proxy/http2 to proxy/http
1 lines of code changed in 1 file:
TS-620 And even more 64-bit fixes to the SM
43 lines of code changed in 6 files:
TS-620 More 64-bit fixes to the SM
1 lines of code changed in 1 file:
TS-576 Fix the version number of the Cluster protocol
2 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).
253 lines of code changed in 13 files:
TS-572 Rename librecords to lib/records.
1 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
1 lines of code changed in 2 files:
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.
3 lines of code changed in 2 files:
TS-552: remove alpha support (it was a nice architecture while it lasted)
5 lines of code changed in 1 file:
TS-521 Rename all public APIs from INK* to TS*.
52 lines of code changed in 1 file:
TS-522 Removed deprecated (very old) APIs.
I also cleaned out the "private" include files, and moved a few
APIs over to ts/ts.h and the rest into ts/experimental.h. We can
later promote things over from experimental.h to ts.h.
Finally, for completeness, I added
inkapi void INKVConnActiveTimeoutSet(INKVConn connp, TSHRTime timeout);
inkapi void INKVConnActiveTimeoutCancel(INKVConn connp);
1 lines of code changed in 1 file:
TS-14 Make some InkAPI's 64-bit.
Also unify the APIs to use int32/uint32/int64/uint64.
Reviewed: John Plevyak
3 lines of code changed in 2 files:
Fix some ICC compiler warnings, tested with ICC, clang and gcc
8 lines of code changed in 1 file:
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!
9 lines of code changed in 4 files:
TS-447 Undo previous commit, and move all configs to RecordsConfig.cc
1 lines of code changed in 1 file:
TS-447 Some fixes related to previous commit
3 lines of code changed in 1 file:
-228: second phase, cleanup "long" as its size can be ambiguous depending on the compiler
7 lines of code changed in 4 files:
TS-447 Eliminate duplicated configurations.
Tested: Fedora Core 13.
29 lines of code changed in 1 file:
TS-442 Cleanup some include "dependencies".
This makes it slightly easier to see what dependencies we have.
2 lines of code changed in 2 files:
This is a merge from the ts-291 branch. It is an update to implement
forward transparency. See TS-291 for details.
7 lines of code changed in 1 file:
TS-400 Checkpoint 8 in cleanup.
2 lines of code changed in 2 files:
TS-400 Checkpoint 7 in cleanup.
152 lines of code changed in 7 files:
TS-400 Checkpoint 6 in cleanup.
61 lines of code changed in 4 files:
TS-400 Checkpoint 5 in cleanup.
This passes diagnostics and basic test.
18 lines of code changed in 4 files:
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'.
2 lines of code changed in 2 files:
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
6 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'.
3 lines of code changed in 2 files:
bug/TS-34: Fix HTTP to support > 2GB document sizes.
Tested: FC12, Ubuntu-9, Ubuntu-10, FBSD.
Make "core" HttpSM and logging support 64-bit "documents". Also
eliminates LOG_INT. There are still areas in logging that needs
"tweaking", but that will be a second bug/patch.
Additional fixes from George, who also reviewed.
6 lines of code changed in 4 files:
TS-376: Fix align_forward and unify the alignment usage.
Add a new macros INK_ALIGN and INK_ALIGN_DEFAULT as well as using INK_MIN_ALIGN
replacing MIN_ALIGN. There are few other places in the code having weird alignmet
math which should be reviewed as well
9 lines of code changed in 1 file:
Trivial: Use ptrdiff_t for address math directly instead needlessly cast to uint64
3 lines of code changed in 1 file:
TS-235: Axe our int_pointer typedef and use ptrdiff_t from <stddef.h>
7 lines of code changed in 2 files:
Comment code about hazardous usage of NON_MODULAR define
5 lines of code changed in 1 file:
TS-366: Use ATS_HAVE_HEADER_H defines and add few code comments
2 lines of code changed in 2 files:
TS-366: Axe HOST_OS by running the automated script
3 lines of code changed in 3 files:
TS-358: all integer types inkXXX changed to intXXX, removed ink_XXX #defines, removed other cruft
253 lines of code changed in 14 files:
Fix TS-344 by removing all trailing spaces from the source files
97 lines of code changed in 29 files:
TS-211 Removed most of the ink_*printf functions. Removed all the ones
that didn't add functionality.
2 lines of code changed in 1 file:
(2 more)