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 one more histogram to SDCH decoder
jar@chromium.org
2009-02-02
1
-2
/
+12
*
Add to SDCH histogramming
jar@chromium.org
2009-02-02
3
-26
/
+51
*
Correct line ending in unit test.
jar@chromium.org
2009-01-31
1
-7
/
+7
*
Fix a minor style nit. Make a comment clearer.
wtc@chromium.org
2009-01-30
1
-2
/
+2
*
Measure how often our users see MD2 intermediate CA
wtc@chromium.org
2009-01-30
2
-0
/
+7
*
In rare cases (when running inside QEMU), the event
wtc@chromium.org
2009-01-30
2
-24
/
+21
*
Correct handling of filter chaining of SDCH and gzip compression
jar@chromium.org
2009-01-30
3
-31
/
+89
*
Add more unit tests for net/base/host_resolver.
phajdan.jr@chromium.org
2009-01-29
7
-109
/
+303
*
Reverting 8868.
ericroman@google.com
2009-01-29
8
-256
/
+299
*
Reverting 8864.
wtc@chromium.org
2009-01-29
8
-299
/
+256
*
Work around our not caching the intermediate CA
wtc@chromium.org
2009-01-29
8
-256
/
+299
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
7
-17
/
+71
*
Bring in googleurl changes which fix URL parsing layout test.
mmoss@chromium.org
2009-01-27
1
-1
/
+1
*
Add a dummy function CrashBug6500 so that the return
wtc@chromium.org
2009-01-27
1
-17
/
+11
*
Adjust SDCH problem code histogram.
jar@chromium.org
2009-01-27
3
-5
/
+9
*
Change FileStream to use FilePath instead of wstring.
erikkay@google.com
2009-01-26
5
-9
/
+12
*
Reverting 8627,8625.
maruel@chromium.org
2009-01-26
2
-26
/
+8
*
Clean up dns prefetch code, and also port it.
phajdan.jr@chromium.org
2009-01-26
2
-8
/
+26
*
revert r8603
rvargas@google.com
2009-01-24
7
-71
/
+17
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
7
-17
/
+71
*
Support domain=IPADDR if it matches the url ip address exactly.
deanm@chromium.org
2009-01-23
2
-2
/
+12
*
Replace cases of Append(FILE_PATH_LITERAL()) with AppendASCII("").
deanm@chromium.org
2009-01-22
1
-7
/
+7
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-22
2
-6
/
+8
*
Mark the SECOM Trust Root CAs as EV. Note that both
wtc@chromium.org
2009-01-22
1
-0
/
+12
*
Return ERR_SSL_PROTOCOL_ERROR instead of the default
wtc@chromium.org
2009-01-21
1
-1
/
+1
*
Provide initialization of member variable
jar@chromium.org
2009-01-20
1
-0
/
+1
*
generate test_shell.pak and hook up loading net resources from
tc@google.com
2009-01-20
1
-3
/
+3
*
Improve SDCH stability stats and error recovery
jar@chromium.org
2009-01-20
7
-57
/
+244
*
Refine a CHECK into several CHECKs to determine the return
wtc@chromium.org
2009-01-17
1
-1
/
+20
*
Have net_resources.grd generate a .pak file too. Since the tld
tc@google.com
2009-01-16
1
-0
/
+1
*
If connect succeeds synchronously, the event object is also
wtc@google.com
2009-01-16
1
-1
/
+4
*
revert 8087
abarth@chromium.org
2009-01-15
2
-8
/
+6
*
We should download text/csv mime types instead of displaying them.
abarth@chromium.org
2009-01-15
2
-6
/
+8
*
post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.
ericroman@google.com
2009-01-15
3
-159
/
+0
*
Add a bucket in the connection type histograms for
wtc@google.com
2009-01-15
3
-5
/
+13
*
Push MD5 certificate histograms to UMA.
wtc@google.com
2009-01-14
1
-4
/
+9
*
Rewrite old unit tests to avoid connecting to google.com; fixes TODO(darin)
dkegel@google.com
2009-01-13
2
-14
/
+55
*
Correct latency histograms for SDCH encoding
jar@chromium.org
2009-01-13
1
-14
/
+8
*
Measure how often the users are encountering MD5
wtc@google.com
2009-01-12
4
-0
/
+113
*
CookieMonster quote parsing changes and tests.
deanm@chromium.org
2009-01-09
3
-45
/
+101
*
Remove net_resources.rc and net_resources.h and replace it
tc@google.com
2009-01-08
5
-26
/
+30
*
Using PlatformThread::Sleep instead of msleep
dkegel@google.com
2009-01-08
1
-17
/
+3
*
Reverting 7641.
dkegel@google.com
2009-01-07
2
-81
/
+0
*
Add an easy way to do a synchronous connect from test code.
dkegel@google.com
2009-01-07
2
-0
/
+81
*
Histogram size of "final" block of SDCH compressed data.
jar@google.com
2009-01-05
2
-2
/
+13
*
Add TRACE_EVENT calls from tcp_client_socket_win.cc into tcp_client_socket_li...
dkegel@google.com
2008-12-30
1
-1
/
+16
*
Remove compatibility #defines in string_util.h
phajdan.jr@chromium.org
2008-12-30
1
-1
/
+1
*
Implement part of x509_certificate on linux, enable its unit test.
dkegel@google.com
2008-12-22
2
-5
/
+247
*
Add the CertVerifier class. It is based on the
wtc@google.com
2008-12-19
3
-3
/
+208
*
Correct typo in SDCH problem logging code.
jar@google.com
2008-12-17
2
-3
/
+4
[next]