Directory iocore/net/

Total Files:
58
Deleted Files:
2
Lines of Code:
16268

Browse with ViewVC

[root]/iocore/net

Lines of Code

iocore/net/ Lines of Code

Developers

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

Most Recent Commits

zwoop 2011-01-31 13:17 Rev.: 1065744

TS-660 Cache scan can not be canceled.

0 lines of code changed in 1 file:

zwoop 2011-01-18 15:39 Rev.: 1060601

TS-638 Move proxy/mgmt to mgmt/, part 1

3 lines of code changed in 1 file:

zwoop 2011-01-12 17:28 Rev.: 1058373

TS-631 Rename proxy/mgmt2 to proxy/mgmt

3 lines of code changed in 1 file:

zwoop 2011-01-11 22:23 Rev.: 1057989

TS-593 Cleanup of inktomi.com

2 lines of code changed in 4 files:

igalic 2011-01-11 19:41 Rev.: 1057975

Cleanup code to fix errors with Clang's new -Wself-assign

9 lines of code changed in 3 files:

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

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

13 lines of code changed in 8 files:

jplevyak 2011-01-06 17:36 Rev.: 1056142

fix a 64-bit issue (unlikely to have caused any effects)

2 lines of code changed in 1 file:

zwoop 2011-01-06 17:36 Rev.: 1056140

TS-620 More 64-bit fixes to the SM

7 lines of code changed in 6 files:

zwoop 2011-01-03 22:23 Rev.: 1054901

Cleanup: Getting it to compile with gcc < 4.x and eliminate a junk file

24 lines of code changed in 5 files:

zwoop 2010-12-23 10:21 Rev.: 1052332

TS-605 Eliminate proxy.config.net.max_poll_delay configs

0 lines of code changed in 3 files:

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

125 lines of code changed in 22 files:

zwoop 2010-12-02 12:56 Rev.: 1041557

TS-566 Rename and change default value for TCP_DEFER_ACCEPT.

1 lines of code changed in 1 file:

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 18 files:

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.

130 lines of code changed in 11 files:

jplevyak 2010-11-24 13:53 Rev.: 1038809

TS-559: segfault: fixed by correctly initializing SSLNetVConnection being added to freelist

5 lines of code changed in 1 file:

zwoop 2010-11-23 10:34 Rev.: 1038215

TS-554 Minor cosmetic cleanup

4 lines of code changed in 1 file:

zwoop 2010-11-23 10:17 Rev.: 1038211

TS-554 More cleanup for the Stat pages

28 lines of code changed in 4 files:

zwoop 2010-11-22 21:41 Rev.: 1037993

TS-554 More fixes for various stat pages, to make them work

4 lines of code changed in 1 file:

jplevyak 2010-11-22 16:06 Rev.: 1037930

TS-228: more "long" removal

6 lines of code changed in 1 file:

zwoop 2010-11-19 15:30 Rev.: 1037062

TS-544 Eliminate streaming media config, and some cleanup.

0 lines of code changed in 3 files:

zwoop 2010-11-18 08:12 Rev.: 1036479

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:

zwoop 2010-11-17 14:13 Rev.: 1036228

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:

zwoop 2010-11-04 22:40 Rev.: 1031441

TS-514 Improve code around proxy.process.net.connections_currently_open

14 lines of code changed in 7 files:

zwoop 2010-10-29 15:11 Rev.: 1028930

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:

vmamidi 2010-10-27 16:28 Rev.: 1028138

TS-494 fix for certficate chaining

10 lines of code changed in 1 file:

zwoop 2010-10-26 12:49 Rev.: 1027711

TS-496 Fixes for SSL and the memory "leak" fixes (class allocator).

34 lines of code changed in 8 files:

zwoop 2010-10-26 12:09 Rev.: 1027687

Make some very verbose iocore Debug statements optional.

22 lines of code changed in 3 files:

zwoop 2010-10-24 15:19 Rev.: 1026907

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:

zwoop 2010-10-22 20:05 Rev.: 1026548

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:

zwoop 2010-10-22 15:43 Rev.: 1026519

TS-496 Don't "leak" VCs when using accept thread

47 lines of code changed in 5 files:

amc 2010-10-12 07:49 Rev.: 1021785

Applying patch for TS-480.

1 lines of code changed in 1 file:

zwoop 2010-10-11 12:12 Rev.: 1021469

Fix some ICC compiler warnings, tested with ICC, clang and gcc

2 lines of code changed in 1 file:

jplevyak 2010-10-06 09:51 Rev.: 1005119

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:

zwoop 2010-09-28 09:32 Rev.: 1002247

TS-452 Change all ATS_ defines to TS_

60 lines of code changed in 8 files:

zwoop 2010-09-23 16:43 Rev.: 1000665

TS-447 Undo previous commit, and move all configs to RecordsConfig.cc

0 lines of code changed in 2 files:

jplevyak 2010-09-21 16:13 Rev.: 999684

-228: second phase, cleanup "long" as its size can be ambiguous depending on the compiler

7 lines of code changed in 4 files:

zwoop 2010-09-21 11:31 Rev.: 999524

TS-447 Eliminate duplicated configurations.

Tested: Fedora Core 13.

32 lines of code changed in 2 files:

zwoop 2010-09-16 08:05 Rev.: 997778

TS-367 Remove HAVE_LIBSSL

Author: Mladen Turk
Small additions by Leif.

9 lines of code changed in 12 files:

amc 2010-09-02 21:40 Rev.: 992201

Fix for use of SOL_IP even when TPROXY is disabled.

4 lines of code changed in 1 file:

(34 more)

Generated by StatSVN 0.7.0