summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-043-0/+58
* Update a bug number referenced by some TODOs, to point at the new bug for tra...eroman@chromium.org2009-08-033-5/+5
* add application/ogg mime typefbarchard@chromium.org2009-08-031-0/+1
* Modify a temporary hack to be more inclusive.ericroman@google.com2009-08-011-0/+9
* Don't use an assignment as a truth value.wtc@chromium.org2009-07-301-4/+3
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-1/+1
* Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. jshin@chromium.org2009-07-291-36/+41
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-2/+2
* Make CookieStore dtor virtualamit@chromium.org2009-07-281-0/+2
* Navigation and cookies for Automationamit@chromium.org2009-07-286-47/+128
* Implement mimetype sniffing for extensions.aa@chromium.org2009-07-252-1/+107
* Implemented rest of webkit api/glue code needed for HTML5 media canPlayType().scherkus@chromium.org2009-07-252-0/+36
* Updated media MIME type handling for Chrome and Chromium.scherkus@chromium.org2009-07-251-9/+2
* mp4 types in omnibox only for chrome, not chromiumfbarchard@chromium.org2009-07-221-0/+3
* Use new char[] to match the delete[]. To fix a valgrind error.ericroman@google.com2009-07-181-4/+5
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-185-29/+122
* Add synchronous-mode operation to MockHostResolver; this helps clarify some t...ericroman@google.com2009-07-183-26/+54
* Add codec parsing capability to MimeUtilkylep@chromium.org2009-07-173-0/+61
* Delete an un-used file.ericroman@google.com2009-07-161-170/+0
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-1511-878/+1325
* Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much...jshin@chromium.org2009-07-151-13/+42
* Make IDN check faster by caching the exemplar setsjshin@chromium.org2009-07-141-24/+68
* This provides a simpler js template engine than JsTemplate. It has beenarv@google.com2009-07-141-6/+7
* Fix some coverity warnings in src/net.willchan@chromium.org2009-07-102-8/+8
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-094-56/+83
* Add mpeg for layouttests to pass. The following media layout tests fail if m...fbarchard@chromium.org2009-07-071-0/+5
* OGG and OGV added to supported media types for omnibox, href and command line.fbarchard@chromium.org2009-07-071-14/+12
* Fix few trivial Coverity issues, mainly PASS_BY_VALUE.phajdan.jr@chromium.org2009-07-061-1/+1
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-061-1/+1
* Say we support mime-type audio/mpeg and video/mpeghclam@chromium.org2009-07-011-0/+4
* Remove a stale comment.ericroman@google.com2009-06-291-2/+0
* Use C99 standard format macros for 64-bit values.agl@chromium.org2009-06-291-4/+5
* Ensure that even if the HostResolver outlives the IO thread, its jobs will no...ericroman@google.com2009-06-272-1/+20
* Make net::HostResolver refcounted.ericroman@google.com2009-06-272-59/+66
* Reverting 19425.ericroman@google.com2009-06-262-66/+59
* Make net::HostResolver refcounted.ericroman@google.com2009-06-262-59/+66
* Merge WebKit r42737, which added port 3659wtc@chromium.org2009-06-241-6/+8
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-234-45/+43
* Following the style guide, replace the overloaded operator==wtc@chromium.org2009-06-231-1/+1
* Define the == operator for X509Certificate::Fingerprint.wtc@chromium.org2009-06-231-0/+6
* Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().ukai@chromium.org2009-06-238-46/+79
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-2231-8350/+0
* Handle proxy corruption including nesting of compressino algorithmsjar@chromium.org2009-06-226-80/+267
* Don't put CredHandleClass in std::map directly becausewtc@chromium.org2009-06-201-7/+16
* Implement the backend of SSL client authentication forwtc@chromium.org2009-06-192-30/+171
* Comments added to SSL unit tests.jrg@chromium.org2009-06-191-0/+12
* Linux: Fallback to SSL if server closes early during TLS handshake.willchan@chromium.org2009-06-191-1/+8
* Disk cache: First pass to add support for sparse entries.rvargas@google.com2009-06-182-2/+41
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-183-0/+157
* Revert cl 18723.rvargas@google.com2009-06-182-41/+2