summaryrefslogtreecommitdiffstats
path: root/net/base
Commit message (Expand)AuthorAgeFilesLines
* Add content: as a sniffable mime type for android.tsepez@chromium.org2013-08-091-0/+3
* Add a bunch more NetLog events to Simple Cache entriesttuttle@chromium.org2013-08-061-0/+161
* Fix OneClickSigninHelper::ShowInfoBarIfPossible Crash.fdoray@chromium.org2013-08-052-0/+11
* Fix invalid use of pragma disable/default.etienneb@chromium.org2013-08-031-1/+2
* Adds new UMA entries to give us SSL clickthrough rates specific to intranet s...felt@chromium.org2013-08-033-0/+110
* Revert 215309 "Fix OneClickSigninHelper::ShowInfoBarIfPossible C..."rsimha@chromium.org2013-08-022-11/+0
* Fix OneClickSigninHelper::ShowInfoBarIfPossible Crash.fdoray@chromium.org2013-08-022-0/+11
* net: Don't use verifier for wlanapi handles. rvargas@google.com2013-07-301-46/+51
* Relax IsCanonicalizedHostCompliant again: allow the last component to start withpkasting@chromium.org2013-07-303-26/+18
* Warn users about potentially unwanted downloads.asanka@chromium.org2013-07-241-1/+2
* Add local address of UDP sockets used to check IPv6 support to NetLogszym@chromium.org2013-07-231-0/+10
* Add load states for requests stalled waiting for a socket slotmmenke@chromium.org2013-07-201-0/+11
* net: Fix references to googleurl.tfarina@chromium.org2013-07-202-2/+2
* Replace third_party/icu/public with third_party/icu/source in the include dir...jshin@chromium.org2013-07-181-7/+7
* Reduce the complexity of WebSocketThrottle's wakeup codetyoshino@chromium.org2013-07-181-0/+8
* Remove interface probing for IPv6 support from HostResolverImplszym@chromium.org2013-07-184-225/+0
* Revert 212129 "Cleaning up TODO(joi) entries in //net."michaeln@google.com2013-07-171-0/+3
* Use a direct include of the message_loop header in net/, part 1.avi@chromium.org2013-07-1713-13/+13
* Cleaning up TODO(joi) entries in //net.joi@chromium.org2013-07-171-3/+0
* Rename base::Delete to base::DeleteFilebrettw@chromium.org2013-07-161-2/+2
* Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...brettw@chromium.org2013-07-151-1/+1
* net: Migrate from googleurl/ includes to url/ ones.tfarina@chromium.org2013-07-1220-25/+25
* net: Remove 70KB of relocatable string pointers.digit@chromium.org2013-07-119-6167/+18435
* Added PlatformSocketFactory to override WSASocket calls.vitalybuka@chromium.org2013-07-022-0/+35
* Generates the DTLS identity in browser process and returns it to the renderer...jiayl@chromium.org2013-07-011-0/+3
* Move file_util::Delete to the base namespacebrettw@chromium.org2013-07-011-2/+2
* Use a direct include of time headers in net/, part 1.avi@chromium.org2013-06-2819-20/+20
* No longer record whether an MD2/MD5 CA was seenrsleevi@chromium.org2013-06-281-10/+5
* Update comment for ChromeNetLog class.kouhei@chromium.org2013-06-261-1/+3
* mac: Remove unused includes of scoped_nsobject.h.thakis@chromium.org2013-06-251-1/+0
* mac: Update clients of scoped_nsobject.h.thakis@chromium.org2013-06-241-1/+1
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-245-21/+17
* Move NetLogLogger from chrome/browser/net to net/base.kouhei@chromium.org2013-06-243-0/+392
* Add logging to the QUIC write path.rch@chromium.org2013-06-221-2/+74
* Shuffle media-related WebMimeRegistry code from webkit/ to content/.scherkus@chromium.org2013-06-222-32/+20
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-2/+3
* Optimize public suffix list implementationnyquist@chromium.org2013-06-177-22494/+22178
* Allow custom TaskRunners for async operations in net::FileStream.earthdok@google.com2013-06-176-26/+71
* Gracefully handle an asynchronous write disconnect when an SSL read is pendingrsleevi@chromium.org2013-06-171-0/+14
* media: Remove VP9 flag, and enable VP9 support by default.tomfinegan@chromium.org2013-06-151-1/+2
* AppCacheExecutableHandlers groundwork.michaeln@google.com2013-06-141-0/+4
* Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive thewtc@chromium.org2013-06-141-0/+5
* Fix grammar in recurring macro commentjanx@chromium.org2013-06-142-2/+2
* Media Galleries: Allow access to a few more audio file extensions.thestig@chromium.org2013-06-142-1/+40
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-134-38/+39
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-122-4/+1
* net: use IsSecureScheme rather than matching "https".agl@chromium.org2013-06-121-1/+1
* Use base:: on string16 and char16 in net/ and url/avi@chromium.org2013-06-112-6/+6
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-115-8/+7
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-112-37/+73