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
*
Linux system libs: build fix.
agl@chromium.org
2009-08-11
1
-0
/
+6
*
Use strict revocation flags only for EV verification.
wtc@chromium.org
2009-08-08
1
-3
/
+14
*
Linux: add comment about MOZ_Z_ style names.
agl@chromium.org
2009-08-07
1
-0
/
+4
*
Add a new net::Error value: ERR_CONNECTION_TIMED_OUT.
willchan@chromium.org
2009-08-07
1
-0
/
+3
*
Fix build break with uninitialized variable 'ev_policy_tag'.
ukai@chromium.org
2009-08-07
1
-10
/
+9
*
Implement X509Certificate::IsEV for NSS.
ukai@chromium.org
2009-08-07
1
-82
/
+202
*
Treat certificate signatures using weak signature algorithms
wtc@chromium.org
2009-08-07
1
-0
/
+4
*
Relanding Coverity fixes from http://codereview.chromium.org/159862 excluding...
phajdan.jr@chromium.org
2009-08-06
5
-7
/
+13
*
Linux: add GYP flag to build with system libbz2.
agl@chromium.org
2009-08-06
2
-2
/
+12
*
Linux: add GYP flag to build with system zlib.
agl@chromium.org
2009-08-06
4
-4
/
+30
*
Revert of r22559.
aa@chromium.org
2009-08-06
5
-13
/
+7
*
Remove an obsolete TODO comment. HostResolver has changed
wtc@chromium.org
2009-08-06
1
-4
/
+1
*
Bunch of Coverity fixes, rather minor severity.
phajdan.jr@chromium.org
2009-08-06
5
-7
/
+13
*
Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.
eroman@chromium.org
2009-08-04
3
-0
/
+58
*
Update a bug number referenced by some TODOs, to point at the new bug for tra...
eroman@chromium.org
2009-08-03
3
-5
/
+5
*
add application/ogg mime type
fbarchard@chromium.org
2009-08-03
1
-0
/
+1
*
Modify a temporary hack to be more inclusive.
ericroman@google.com
2009-08-01
1
-0
/
+9
*
Don't use an assignment as a truth value.
wtc@chromium.org
2009-07-30
1
-4
/
+3
*
gcc >= 4.3 fixes
mdm@chromium.org
2009-07-30
1
-1
/
+1
*
Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock.
jshin@chromium.org
2009-07-29
1
-36
/
+41
*
Assorted fixes for 64-bit.
deanm@chromium.org
2009-07-28
1
-2
/
+2
*
Make CookieStore dtor virtual
amit@chromium.org
2009-07-28
1
-0
/
+2
*
Navigation and cookies for Automation
amit@chromium.org
2009-07-28
6
-47
/
+128
*
Implement mimetype sniffing for extensions.
aa@chromium.org
2009-07-25
2
-1
/
+107
*
Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().
scherkus@chromium.org
2009-07-25
2
-0
/
+36
*
Updated media MIME type handling for Chrome and Chromium.
scherkus@chromium.org
2009-07-25
1
-9
/
+2
*
mp4 types in omnibox only for chrome, not chromium
fbarchard@chromium.org
2009-07-22
1
-0
/
+3
*
Use new char[] to match the delete[]. To fix a valgrind error.
ericroman@google.com
2009-07-18
1
-4
/
+5
*
Use manually constructed IPv6 socket addresses for tests, rather than system ...
ericroman@google.com
2009-07-18
5
-29
/
+122
*
Add synchronous-mode operation to MockHostResolver; this helps clarify some t...
ericroman@google.com
2009-07-18
3
-26
/
+54
*
Add codec parsing capability to MimeUtil
kylep@chromium.org
2009-07-17
3
-0
/
+61
*
Delete an un-used file.
ericroman@google.com
2009-07-16
1
-170
/
+0
*
Refactorings surrounding HostResolver:
ericroman@google.com
2009-07-15
11
-878
/
+1325
*
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
[next]