index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Second attempt]
wtc@chromium.org
2009-06-25
1
-2
/
+2
*
Disk Cache: Split some time histograms in groups based
rvargas@google.com
2009-06-25
5
-35
/
+75
*
If we get a connect error in DoCtrlConnectComplete, do not advance to
wtc@chromium.org
2009-06-25
1
-1
/
+2
*
Make more things possible with mock sockets:
phajdan.jr@chromium.org
2009-06-25
2
-25
/
+41
*
Return potentially more specific error code in FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-06-24
1
-2
/
+2
*
Prevent infinite loop in new FtpNetworkTransaction.
phajdan.jr@chromium.org
2009-06-24
1
-1
/
+4
*
Disk Cache: Add more clients to the current experiment.
rvargas@google.com
2009-06-24
1
-5
/
+21
*
Start to disable bzip2 support. First step: Stop advertising support.
jar@chromium.org
2009-06-24
2
-9
/
+12
*
svn cp net/socket/tcp_client_socket_pool_unittest.cc net/socket/client_socket...
willchan@chromium.org
2009-06-24
1
-0
/
+621
*
Http cache: Add support for ranges with an unknown start or end.
rvargas@google.com
2009-06-24
4
-23
/
+112
*
Merge WebKit r42737, which added port 3659
wtc@chromium.org
2009-06-24
1
-6
/
+8
*
Break out classes from tcp_client_socket_pool.h into their own files.
willchan@chromium.org
2009-06-24
5
-590
/
+650
*
Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)
ericroman@google.com
2009-06-23
5
-49
/
+47
*
Disk Cache: Fix a dumb warning about a variable not being initialized.
rvargas@google.com
2009-06-23
1
-1
/
+1
*
Disk Cache: Implement GetAvailableRange for the regular disk cache.
rvargas@google.com
2009-06-23
3
-17
/
+136
*
Fix crash in ClientSocketPoolBase.
willchan@chromium.org
2009-06-23
3
-48
/
+62
*
Following the style guide, replace the overloaded operator==
wtc@chromium.org
2009-06-23
2
-2
/
+2
*
Revert the previous checkin r19037 because it causes test_shell to
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Use the new portable FTP implementation on non-Windows platforms.
wtc@chromium.org
2009-06-23
1
-2
/
+2
*
Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...
idanan@chromium.org
2009-06-23
2
-3
/
+25
*
Define the == operator for X509Certificate::Fingerprint.
wtc@chromium.org
2009-06-23
2
-3
/
+7
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
11
-50
/
+94
*
Add some other missing header files to net.gyp.
ericroman@google.com
2009-06-23
1
-0
/
+14
*
Adding socks4 support for chromium. tested for windows and linux.
arindam@chromium.org
2009-06-23
10
-10
/
+739
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
45
-147
/
+150
*
Http cache: Return valid Content-Range headers for a byte range request.
rvargas@google.com
2009-06-22
7
-20
/
+312
*
Handle proxy corruption including nesting of compressino algorithms
jar@chromium.org
2009-06-22
6
-80
/
+267
*
Add "load_states.h" to net.gyp, since it was missing.
ericroman@google.com
2009-06-22
1
-0
/
+1
*
Remove some unused files.
ericroman@google.com
2009-06-22
3
-160
/
+0
*
Don't put CredHandleClass in std::map directly because
wtc@chromium.org
2009-06-20
1
-7
/
+16
*
Implement the backend of SSL client authentication for
wtc@chromium.org
2009-06-19
4
-34
/
+220
*
Comments added to SSL unit tests.
jrg@chromium.org
2009-06-19
2
-0
/
+35
*
Linux: Fallback to SSL if server closes early during TLS handshake.
willchan@chromium.org
2009-06-19
1
-1
/
+8
*
Fix problem with how HttpResponseHeaders::Update() copies headers -- it assum...
ericroman@google.com
2009-06-19
2
-2
/
+15
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
14
-14
/
+1603
*
Refactor so checking for number error is done by ParseChunkSize() rather than...
ericroman@google.com
2009-06-18
2
-6
/
+12
*
Add a simple cache of certificates for SSL client authentication.
wtc@chromium.org
2009-06-18
6
-2
/
+167
*
Revert cl 18723.
rvargas@google.com
2009-06-18
14
-1593
/
+14
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
14
-14
/
+1593
*
Fix crashes stemming from ClientSocketPoolBase::ReleaseSocket().
willchan@chromium.org
2009-06-18
3
-20
/
+61
*
Revert r18683: "Add more CHECKs to ClientSocketPoolBase."
willchan@chromium.org
2009-06-18
1
-17
/
+11
*
Improve chunked encoding parsing.
abarth@chromium.org
2009-06-18
2
-1
/
+9
*
Add more CHECKs to ClientSocketPoolBase.
willchan@chromium.org
2009-06-18
1
-11
/
+17
*
Use factories for ConnectingSockets.
willchan@chromium.org
2009-06-18
2
-33
/
+93
*
Add CHECKs to keep the socket counts in sync.
willchan@chromium.org
2009-06-17
2
-3
/
+42
*
Move most of the code for TCPClientSocketPool into ClientSocketPoolBase for s...
willchan@chromium.org
2009-06-17
4
-59
/
+150
*
Compile fetch_server on POSIX.
phajdan.jr@chromium.org
2009-06-17
5
-41
/
+55
*
Compile fetch_client on all platforms and add a TODO(port) for fetch_server.
phajdan.jr@chromium.org
2009-06-17
1
-14
/
+15
*
Reorder URLRequest members so URLRequestContext lasts longer than URLRequestJob.
willchan@chromium.org
2009-06-17
1
-3
/
+3
*
Re-land final subset of r18520.
ericroman@google.com
2009-06-17
2
-10
/
+14
[next]