summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-019-139/+172
* content: Move kViewSourceScheme constant into content namespace.tfarina@chromium.org2013-05-301-1/+1
* Clean up ifdef around FilePath creation(webkit)mrunal.kapade@intel.com2013-05-291-5/+2
* net: don't process truncated headers on HTTPS connections.agl@chromium.org2013-05-291-0/+3
* Add more RAW picture formats to the media galleries extension filter.thestig@chromium.org2013-05-291-0/+15
* Add a per-file OWNERS for net/base/mime_sniffer.*rsleevi@chromium.org2013-05-241-0/+2
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2316-59/+60
* Style cleanup for net/base/mime_sniffer.cc. No real code change.thestig@chromium.org2013-05-231-24/+28
* Sniff for incorrect Office Typeszork@chromium.org2013-05-221-0/+71
* net: Expose NetworkChangeObserver::DisableForTest.jered@chromium.org2013-05-211-17/+17
* ChannelID-less Connections in Chrome should be more granular.mef@chromium.org2013-05-173-0/+43
* Adding unit test for two new functions in mime_util.h/cc.grunell@chromium.org2013-05-171-0/+16
* Protect against empty "labeled" DNS names in DnsTransaction.wez@chromium.org2013-05-172-2/+6
* Move AddMultipartValueForUpload to net/base/mime_util.h/cc.grunell@chromium.org2013-05-162-0/+37
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-164-9/+25
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-162-3/+0
* Add HttpCache.ReadError* histograms.gavinp@chromium.org2013-05-151-0/+11
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-1412-26050/+22935
* Revert 199771 "Add support for split Public Suffix List distinct..."nyquist@chromium.org2013-05-1312-22935/+26050
* Add support for split Public Suffix List distinctions.nyquist@chromium.org2013-05-1312-26050/+22935
* Override server-side simple-cache trial with commandline switches.pasko@google.com2013-05-131-0/+7
* Have media gallery (through native media file util) use MIME snifferkrb@chromium.org2013-05-112-7/+93
* Save 'url.path()' in a local variable to avoid a use-after-free.jorgelo@chromium.org2013-05-101-6/+8
* Add Mime type sniffing for Office documentszork@chromium.org2013-05-091-0/+116
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-083-27/+39
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-073-39/+27
* Land Recent QUIC changesrtenneti@chromium.org2013-05-071-0/+18
* Revert 198736 "Land Recent QUIC changes"csharp@chromium.org2013-05-071-18/+0
* Land Recent QUIC changesrtenneti@chromium.org2013-05-071-0/+18
* Trivial style fix in network_delegate.h and .cctyoshino@chromium.org2013-05-072-4/+3
* Sanitize directory names from chrome.downloads.onDeterminingFilename.benjhayden@chromium.org2013-05-053-124/+367
* GTTF: rename net::TestServer -> net::SpawnedTestServerphajdan.jr@chromium.org2013-05-031-1/+1
* [net] DirectoryListerTest: Operate within a temporary directory structure.cbentzel@chromium.org2013-05-031-26/+60
* Fix net::GetNetworkList() to skip unspecified addresses.sergeyu@chromium.org2013-05-031-3/+8
* Adding ERR_SOCKET_IS_CONNECTED.ikarienator@chromium.org2013-05-013-0/+7
* SPDY: Respect SETTINGS_FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS.rtenneti@chromium.org2013-04-301-0/+9
* Disable DirectoryListerTest.BigDirRecursiveTest as it is flaky in debug builds.gab@chromium.org2013-04-301-1/+9
* Split NetworkTimeTracker into service part and observer part.zea@chromium.org2013-04-302-0/+175
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-306-15/+11
* Link the SpdySession to the underlying Socket in net-internals.rch@chromium.org2013-04-221-0/+6
* [SPDY] Fix bug where a SPDY stream might not unstall properly in all casesakalin@chromium.org2013-04-211-1/+4
* [SPDY] Close SPDY sessions on session flow control errorsakalin@chromium.org2013-04-192-5/+10
* [SPDY] Add histograms for flow control stallsakalin@chromium.org2013-04-191-4/+4
* Minor mimetype list cleanup according to various RFCs.zvorygin@google.com2013-04-181-2/+2
* Remove file_util::IsDot and ::IsDotDot.brettw@chromium.org2013-04-132-6/+11
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-1311-11/+11
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-111-1/+1
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-103-634/+0
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-099-57/+94
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-099-94/+57