summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-171-0/+3
* SSLServerSocketTest.DataTransfer should keep reading until it has readwtc@chromium.org2011-08-171-21/+43
* FormatURL used to escape characters in the query string thatmmenke@chromium.org2011-08-172-4/+82
* Adds functionality to OriginBoundCertStore interface and implementations.rkn@chromium.org2011-08-174-22/+152
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-0/+1
* Add link to RFC2361 for WAV codecs as I always have a hard time finding said ...scherkus@chromium.org2011-08-171-1/+4
* Linux: fix an incorrect cast and missing dereference that prevented GNOME 3 p...mdm@chromium.org2011-08-161-1/+1
* Implement PPB_Flash_TCPSocket.InitiateSSL.yzshen@chromium.org2011-08-162-0/+40
* Cleanup GetNetworkList.wez@chromium.org2011-08-161-15/+41
* Disk cache: Detect hardware failures when reading the headersrvargas@google.com2011-08-161-1/+8
* net: add (*.)linx.net to HSTS preloaded list.agl@chromium.org2011-08-162-0/+8
* Move net_unittests Heapcheck gtest file to tools/heapchecktimurrrr@chromium.org2011-08-161-20/+0
* Prevent DOS attack on UDP echo servers by distinguishing between an echo requestrtenneti@chromium.org2011-08-162-6/+418
* Skip updating rank in OnExternalCacheHit if cache is uninitialized or disabled.simonjam@chromium.org2011-08-161-0/+3
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-1512-18/+18
* Linux: control usage of Kerberos via use_kerberos gyp flagphajdan.jr@chromium.org2011-08-154-3/+45
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-152-3/+3
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-123-11/+10
* net: Notify the http job and cache transaction about a filterrvargas@google.com2011-08-1213-32/+211
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-122-0/+31
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-12234-749/+788
* Simulate transient error and verify exponential backoff.lipalani@chromium.org2011-08-123-1/+48
* Change HttpAuthHandlerMock to accept and return more than one http_auth_handler.rch@chromium.org2011-08-114-30/+33
* net: Add another name for picnik.com to False Start blacklist.agl@chromium.org2011-08-111-0/+1
* Upstream certificate and mime Android implementation.michaelbai@google.com2011-08-118-0/+329
* Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in...mnissler@chromium.org2011-08-116-224/+299
* Instantiate OriginBoundCertService in relevant places and do plumbing to pass...rkn@chromium.org2011-08-115-0/+18
* FTP: add directory listing parser for OS/2 format.phajdan.jr@chromium.org2011-08-1114-62/+434
* Fix GetNetworkList() for POSIX to cope with address-less interfaces.wez@chromium.org2011-08-101-0/+2
* Gave the GetOriginBoundCertificate an asynchronous interface because certificaterkn@chromium.org2011-08-104-71/+587
* Add a status message "Waiting for extension Foo..." when there's a requestmpcomplete@chromium.org2011-08-106-10/+76
* Revert 95910 - Revert 95907 - Clean up SSL false start blacklist code.pkasting@chromium.org2011-08-106-299/+224
* Add load flag indicating a request is probably the result of a user gesture.joi@chromium.org2011-08-097-15/+50
* FTP: fix directory listing parsing for Hylafaxphajdan.jr@chromium.org2011-08-095-5/+62
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-093-263/+1418
* Revert "net: Precede each CBC encrypted application data record with an empty...agl@chromium.org2011-08-095-107/+3
* Revert 95907 - Clean up SSL false start blacklist code. Numerous changes, in...fischman@chromium.org2011-08-086-224/+299
* Clean up SSL false start blacklist code. Numerous changes, including:pkasting@chromium.org2011-08-086-299/+224
* Revert 95825 - Update asynchronous CookieMonster API to login_utils.fischman@chromium.org2011-08-083-10/+11
* Update asynchronous CookieMonster API to login_utils.ycxiao@chromium.org2011-08-083-11/+10
* net: remove another 20% of the False Start blocklist.agl@chromium.org2011-08-081-637/+0
* base: Remove using declaration of MD5Digest now that hunspell was fixed.tfarina@chromium.org2011-08-081-2/+2
* Revert "net: remove another 20% of the False Start blocklist."agl@chromium.org2011-08-051-0/+634
* net: remove another 20% of the False Start blocklist.agl@chromium.org2011-08-051-634/+0
* SSL_ForceHandshake should send the saved write data in the SSL socket.wtc@chromium.org2011-08-054-2/+74
* Fixup bad include and usage of BASE_API, which should be BASE_EXPORT.darin@chromium.org2011-08-051-1/+0
* Revert 95534 - Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHel...yzshen@chromium.org2011-08-052-28/+0
* Remove obsolete use of CLIPPED_HISTOGRMASjar@chromium.org2011-08-053-137/+27
* Creat BrowsingDataCookieHelper and CannedBrowsingDataCookieHelper for logging...ycxiao@chromium.org2011-08-042-0/+28
* HostResolver: don't interpret NULL callback argument as a request to do synch...agayev@chromium.org2011-08-0419-198/+319