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
*
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
*
Reorder members in URLRequestHttpJob to get correct destruction order.
willchan@chromium.org
2009-06-17
2
-6
/
+7
*
Re-land second-to-last subset of r18520 (now everything is relanded except no...
ericroman@google.com
2009-06-17
3
-3
/
+17
*
Re-land another subset of r18520.
ericroman@google.com
2009-06-17
4
-16
/
+121
*
Re-land a subset of r18520.
ericroman@google.com
2009-06-17
2
-14
/
+35
*
Revert 18520.
ericroman@google.com
2009-06-17
5
-180
/
+28
*
Fixing a bug in HttpResponseHeaders.GetContentRange
hclam@chromium.org
2009-06-16
2
-3
/
+14
*
Temporarily disable a test which appears to be causing valgrind errors.
eroman@chromium.org
2009-06-16
1
-1
/
+2
*
Refactor ConnectingSocket out of TCPClientSocketPool.
willchan@chromium.org
2009-06-16
2
-111
/
+182
*
* Add an OnCancelResolution() notifier to HostResolver::Observer, so observer...
ericroman@google.com
2009-06-16
4
-27
/
+178
*
Make HttpNetworkLayer tests network-independent.
phajdan.jr@chromium.org
2009-06-16
4
-31
/
+51
*
Bypass the host cache when you refresh a page.
ericroman@google.com
2009-06-16
2
-6
/
+53
*
Take 2. Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
5
-59
/
+79
*
Revert "Make TCPClientSocketPool own the ConnectingSockets."
willchan@chromium.org
2009-06-15
4
-35
/
+59
*
Add a regression test for 14056. This verifies that HttpNetworkTransaction se...
ericroman@google.com
2009-06-15
1
-0
/
+73
*
Introduce parent and child entries for MemEntryImpl
hclam@chromium.org
2009-06-15
5
-32
/
+167
*
Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
4
-59
/
+35
*
Fix segfault in HttpNetworkLayerTest.GoogleGET when network connection fails.
phajdan.jr@chromium.org
2009-06-15
1
-1
/
+1
*
Initialize IOBuffers in new FTP unit tests (issue detected by valgrind).
phajdan.jr@chromium.org
2009-06-15
1
-4
/
+13
*
Add unit tests for new FTP network transaction.
phajdan.jr@chromium.org
2009-06-15
5
-186
/
+706
*
[Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.
ericroman@google.com
2009-06-15
8
-58
/
+22
*
* Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...
ericroman@google.com
2009-06-15
19
-243
/
+478
*
Specify new methods for supporting SSL client authentication.
wtc@chromium.org
2009-06-12
25
-60
/
+282
*
Included text/css content type into list of the supported non image files.
abarth@chromium.org
2009-06-12
1
-3
/
+9
*
Http Cache: First pass of byte-range requests support.
rvargas@google.com
2009-06-12
7
-64
/
+647
*
Remove most field trial uses of DNS impact test
jar@chromium.org
2009-06-12
2
-27
/
+11
*
Temporarily disable tests causing memory leaks.
ericroman@google.com
2009-06-12
2
-3
/
+10
*
Fix TCPClientSocketPoolTest to play well with HostCache.
willchan@chromium.org
2009-06-12
1
-60
/
+89
*
Disable URLRequestTest.CancelTest4 since it started leaking.
willchan@chromium.org
2009-06-12
1
-1
/
+1
*
Include <stdlib.h> for the declarations of memcpy, malloc, free.
ericroman@google.com
2009-06-12
1
-0
/
+1
*
Experiment: turn off host caching to see if it relates to client socket pool ...
ericroman@google.com
2009-06-12
2
-3
/
+9
*
Try to track down a dangling ClientSocketHandle* by upgrading DCHECKs to CHECKs.
willchan@chromium.org
2009-06-12
2
-28
/
+32
*
Remove a DCHECK which is being hit because of a unit-test's particular setup.
ericroman@google.com
2009-06-12
1
-1
/
+4
*
* Avoid doing concurrent DNS resolves of the same hostname in HostResolver.
ericroman@google.com
2009-06-12
42
-179
/
+1777
*
Introduce HttpStream and HttpBasicStream.
willchan@chromium.org
2009-06-11
4
-5
/
+113
*
Disk cache: Avoid recursion when trimming entries.
rvargas@google.com
2009-06-10
3
-3
/
+9
*
Revert "Move much of the TCPClientSocketPool implementation out into ClientSo...
willchan@chromium.org
2009-06-10
7
-805
/
+501
[next]