
| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 414 (100.0%) | 2033 (100.0%) | 4.9 |
| zwoop | 180 (43.5%) | 975 (48.0%) | 5.4 |
| mturk | 104 (25.1%) | 323 (15.9%) | 3.1 |
| andrewhsu | 34 (8.2%) | 321 (15.8%) | 9.4 |
| jplevyak | 64 (15.5%) | 211 (10.4%) | 3.2 |
| amc | 10 (2.4%) | 178 (8.8%) | 17.8 |
| vmamidi | 1 (0.2%) | 10 (0.5%) | 10.0 |
| igalic | 3 (0.7%) | 9 (0.4%) | 3.0 |
| georgep | 7 (1.7%) | 4 (0.2%) | 0.5 |
| bcall | 11 (2.7%) | 2 (0.1%) | 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-593 Cleanup of inktomi.com
2 lines of code changed in 4 files:
Cleanup code to fix errors with Clang's new -Wself-assign
9 lines of code changed in 3 files:
TS-620 And even more 64-bit fixes to the SM
13 lines of code changed in 8 files:
fix a 64-bit issue (unlikely to have caused any effects)
2 lines of code changed in 1 file:
TS-620 More 64-bit fixes to the SM
7 lines of code changed in 6 files:
Cleanup: Getting it to compile with gcc < 4.x and eliminate a junk file
24 lines of code changed in 5 files:
TS-605 Eliminate proxy.config.net.max_poll_delay configs
0 lines of code changed in 3 files:
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).
125 lines of code changed in 22 files:
TS-566 Rename and change default value for TCP_DEFER_ACCEPT.
1 lines of code changed in 1 file:
TS-572 Rename librecords to lib/records.
2 lines of code changed in 1 file:
TS-571 Rename inktomi++.h to libts.h
16 lines of code changed in 18 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.
130 lines of code changed in 11 files:
TS-559: segfault: fixed by correctly initializing SSLNetVConnection being added to freelist
5 lines of code changed in 1 file:
TS-554 Minor cosmetic cleanup
4 lines of code changed in 1 file:
TS-554 More cleanup for the Stat pages
28 lines of code changed in 4 files:
TS-554 More fixes for various stat pages, to make them work
4 lines of code changed in 1 file:
TS-228: more "long" removal
6 lines of code changed in 1 file:
TS-544 Eliminate streaming media config, and some cleanup.
0 lines of code changed in 3 files:
TS-435 Fixes for SplitDNS to function again.
Author: mohan_zl
Review and mods: leif
In addition, this fixes a few more things:
- Each DNSHandler has its own "trigger" queue
- The DNSHandlers for SplitDNS now run on the DNS thread
- Support for multiple DNS servers per SplitDNS rule
- Eliminate duplicated "default" DNSHandler with SplitDNS
- Various cleanup.
20 lines of code changed in 2 files:
TS-540 Fixes for SSL and chunked responses
I believe this fixes at least the problems I could reproduce
related to SSL and chunked responses.
19 lines of code changed in 1 file:
TS-514 Improve code around proxy.process.net.connections_currently_open
14 lines of code changed in 7 files:
TS-14 Make some InkAPI's 64-bit.
Also unify the APIs to use int32/uint32/int64/uint64.
Reviewed: John Plevyak
1 lines of code changed in 1 file:
TS-494 fix for certficate chaining
10 lines of code changed in 1 file:
TS-496 Fixes for SSL and the memory "leak" fixes (class allocator).
34 lines of code changed in 8 files:
Make some very verbose iocore Debug statements optional.
22 lines of code changed in 3 files:
TS-410 Make regression tests compile time optional.
It's now possible, via --disable-tests, to compile ATS without
the regression tests. I've also cleaned up the checks around
diagnostics. Both these features are enabled by default, so no
change in our normal behavior with this patch.
47 lines of code changed in 8 files:
TS-496 Better handling of when to do accept threads.
This avoids starting more than one accept thread for things like
the "backdoor".
9 lines of code changed in 2 files:
TS-496 Don't "leak" VCs when using accept thread
47 lines of code changed in 5 files:
Applying patch for TS-480.
1 lines of code changed in 1 file:
Fix some ICC compiler warnings, tested with ICC, clang and gcc
2 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!
22 lines of code changed in 13 files:
TS-452 Change all ATS_ defines to TS_
60 lines of code changed in 8 files:
TS-447 Undo previous commit, and move all configs to RecordsConfig.cc
0 lines of code changed in 2 files:
-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.
32 lines of code changed in 2 files:
TS-367 Remove HAVE_LIBSSL
Author: Mladen Turk
Small additions by Leif.
9 lines of code changed in 12 files:
Fix for use of SOL_IP even when TPROXY is disabled.
4 lines of code changed in 1 file:
(34 more)