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
/
base
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much...
jshin@chromium.org
2009-07-15
1
-13
/
+42
*
Make IDN check faster by caching the exemplar sets
jshin@chromium.org
2009-07-14
1
-24
/
+68
*
This provides a simpler js template engine than JsTemplate. It has been
arv@google.com
2009-07-14
1
-6
/
+7
*
Fix some coverity warnings in src/net.
willchan@chromium.org
2009-07-10
2
-8
/
+8
*
Fix the local directory listing, FTP directory listing and the local file han...
jshin@chromium.org
2009-07-09
4
-56
/
+83
*
Add mpeg for layouttests to pass. The following media layout tests fail if m...
fbarchard@chromium.org
2009-07-07
1
-0
/
+5
*
OGG and OGV added to supported media types for omnibox, href and command line.
fbarchard@chromium.org
2009-07-07
1
-14
/
+12
*
Fix few trivial Coverity issues, mainly PASS_BY_VALUE.
phajdan.jr@chromium.org
2009-07-06
1
-1
/
+1
*
Make new FtpNetworkTransaction handle short reads correctly.
phajdan.jr@chromium.org
2009-07-06
1
-1
/
+1
*
Say we support mime-type audio/mpeg and video/mpeg
hclam@chromium.org
2009-07-01
1
-0
/
+4
*
Remove a stale comment.
ericroman@google.com
2009-06-29
1
-2
/
+0
*
Use C99 standard format macros for 64-bit values.
agl@chromium.org
2009-06-29
1
-4
/
+5
*
Ensure that even if the HostResolver outlives the IO thread, its jobs will no...
ericroman@google.com
2009-06-27
2
-1
/
+20
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-27
2
-59
/
+66
*
Reverting 19425.
ericroman@google.com
2009-06-26
2
-66
/
+59
*
Make net::HostResolver refcounted.
ericroman@google.com
2009-06-26
2
-59
/
+66
*
Merge WebKit r42737, which added port 3659
wtc@chromium.org
2009-06-24
1
-6
/
+8
*
Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)
ericroman@google.com
2009-06-23
4
-45
/
+43
*
Following the style guide, replace the overloaded operator==
wtc@chromium.org
2009-06-23
1
-1
/
+1
*
Define the == operator for X509Certificate::Fingerprint.
wtc@chromium.org
2009-06-23
1
-0
/
+6
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
8
-46
/
+79
*
Move socket related files from net/base to net/socket.
willchan@chromium.org
2009-06-22
31
-8350
/
+0
*
Handle proxy corruption including nesting of compressino algorithms
jar@chromium.org
2009-06-22
6
-80
/
+267
*
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
2
-30
/
+171
*
Comments added to SSL unit tests.
jrg@chromium.org
2009-06-19
1
-0
/
+12
*
Linux: Fallback to SSL if server closes early during TLS handshake.
willchan@chromium.org
2009-06-19
1
-1
/
+8
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
2
-2
/
+41
*
Add a simple cache of certificates for SSL client authentication.
wtc@chromium.org
2009-06-18
3
-0
/
+157
*
Revert cl 18723.
rvargas@google.com
2009-06-18
2
-41
/
+2
*
Disk cache: First pass to add support for sparse entries.
rvargas@google.com
2009-06-18
2
-2
/
+41
*
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
*
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
3
-53
/
+144
*
Compile fetch_server on POSIX.
phajdan.jr@chromium.org
2009-06-17
2
-15
/
+27
*
Re-land final subset of r18520.
ericroman@google.com
2009-06-17
2
-10
/
+14
*
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
3
-16
/
+116
*
Re-land a subset of r18520.
ericroman@google.com
2009-06-17
2
-14
/
+35
*
Revert 18520.
ericroman@google.com
2009-06-17
3
-173
/
+27
*
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
3
-27
/
+173
*
Take 2. Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
3
-43
/
+73
*
Revert "Make TCPClientSocketPool own the ConnectingSockets."
willchan@chromium.org
2009-06-15
2
-29
/
+43
*
Make TCPClientSocketPool own the ConnectingSockets.
willchan@chromium.org
2009-06-15
2
-43
/
+29
*
Add unit tests for new FTP network transaction.
phajdan.jr@chromium.org
2009-06-15
2
-41
/
+153
*
[Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.
ericroman@google.com
2009-06-15
5
-55
/
+22
[next]