| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Updating the mapped_file_avoid_mmap_posix implementation." | dfalcantara@chromium.org | 2013-06-15 | 6 | -292/+25 |
* | Removed spurious uses of RunUntilIdle from the MDnsClient unit tests | noamsml@chromium.org | 2013-06-15 | 1 | -47/+10 |
* | [Second attempt] Implement ChannelIDVerifier using NSS. | wtc@chromium.org | 2013-06-15 | 5 | -12/+346 |
* | Merge the SpdyNetworkTransaction tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-15 | 6 | -6786/+1061 |
* | media: Remove VP9 flag, and enable VP9 support by default. | tomfinegan@chromium.org | 2013-06-15 | 1 | -1/+2 |
* | AppCacheExecutableHandlers groundwork. | michaeln@google.com | 2013-06-14 | 1 | -0/+4 |
* | Revert 206507 "Move message_pump to base/message_loop." | brettw@chromium.org | 2013-06-14 | 1 | -8/+7 |
* | Move message_pump to base/message_loop. | brettw@chromium.org | 2013-06-14 | 1 | -7/+8 |
* | Revert 206486 "Implement ChannelIDVerifier using NSS." | wtc@chromium.org | 2013-06-14 | 5 | -346/+12 |
* | Report the new error ERR_SSL_DECRYPT_ERROR_ALERT when we receive the | wtc@chromium.org | 2013-06-14 | 3 | -1/+9 |
* | Implement ChannelIDVerifier using NSS. | wtc@chromium.org | 2013-06-14 | 5 | -12/+346 |
* | Extend SpdyFramerDebugVisitorInterface interface. | akalin@chromium.org | 2013-06-14 | 3 | -45/+89 |
* | Merge the HttpNetworkTransaction tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-14 | 6 | -11755/+536 |
* | Fix grammar in recurring macro comment | janx@chromium.org | 2013-06-14 | 3 | -3/+3 |
* | Remove MultipartSlowHandler, since the extension test referencing multipart-s... | senorblanco@chromium.org | 2013-06-14 | 1 | -30/+0 |
* | Media Galleries: Allow access to a few more audio file extensions. | thestig@chromium.org | 2013-06-14 | 2 | -1/+40 |
* | Work around GTE CyberTrust/Baltimore CyberTrust cross-signing issues | rsleevi@chromium.org | 2013-06-14 | 10 | -52/+648 |
* | Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 5 | -18/+17 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 48 | -278/+279 |
* | Linux: fix compatibility with nss-3.15 . | phajdan.jr@chromium.org | 2013-06-13 | 1 | -0/+6 |
* | Update Android to use scoped_refptr<T>::get() rather than implicit "operator T*" | rsleevi@chromium.org | 2013-06-13 | 3 | -40/+41 |
* | Multicast DNS implementation (initial) | noamsml@chromium.org | 2013-06-13 | 11 | -0/+2170 |
* | convert most remaining function callbacks to new style | dcarney@chromium.org | 2013-06-13 | 1 | -41/+66 |
* | Switch to using SequencedWorkerPool in Simple Cache backend. | gavinp@chromium.org | 2013-06-13 | 7 | -31/+83 |
* | Disk cache: Fix back some style changes made recently. | rvargas@google.com | 2013-06-13 | 6 | -117/+52 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 19 | -4/+74 |
* | Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/. | dcheng@chromium.org | 2013-06-12 | 22 | -68/+36 |
* | QUIC: support for rotating QUIC server configs. | rtenneti@chromium.org | 2013-06-12 | 8 | -279/+935 |
* | Disk cache: Main definition of the file format version 3. | rvargas@google.com | 2013-06-12 | 3 | -96/+139 |
* | net: use IsSecureScheme rather than matching "https". | agl@chromium.org | 2013-06-12 | 5 | -8/+8 |
* | net: add a new message for AEAD ciphers. | agl@chromium.org | 2013-06-12 | 3 | -63/+80 |
* | Updating the mapped_file_avoid_mmap_posix implementation. | qsr@chromium.org | 2013-06-12 | 6 | -25/+292 |
* | Handle includeSubdomains for public key pinning. | palmer@chromium.org | 2013-06-12 | 4 | -24/+35 |
* | Add comment to SocketStreamEventRecorder about when and how callback is called. | tyoshino@chromium.org | 2013-06-12 | 1 | -0/+3 |
* | Use URLFetcherFactory for 3-arg overload of URLFetcher::Create | dcheng@chromium.org | 2013-06-12 | 1 | -3/+3 |
* | [SPDY] Merge the SpdyHttpStream unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-12 | 5 | -643/+99 |
* | [SPDY] Merge the SpdySession unit tests and parametrize them on a NextProto | akalin@chromium.org | 2013-06-11 | 5 | -2786/+359 |
* | Use base:: on string16 and char16 in net/ and url/ | avi@chromium.org | 2013-06-11 | 4 | -11/+12 |
* | Use a direct include of strings headers in net/http/. | avi@chromium.org | 2013-06-11 | 61 | -88/+88 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 35 | -38/+37 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 28 | -186/+313 |
* | Updated control chars in cookies histogram group to 'Cookie' and added histog... | jww@chromium.org | 2013-06-11 | 1 | -19/+24 |
* | net: (*.)logotype.se to HSTS preloaded. | agl@chromium.org | 2013-06-11 | 2 | -0/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-06-11 | 5 | -7/+12 |
* | net: Socket pools prioritize requests with ignore_limits. | mmenke@chromium.org | 2013-06-11 | 4 | -14/+211 |
* | Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ... | avi@chromium.org | 2013-06-11 | 66 | -86/+86 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 56 | -72/+72 |
* | Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/. | avi@chromium.org | 2013-06-11 | 62 | -91/+91 |
* | Add BLOCKED frame type to SPDY 4 for increased debugability/tunability. | akalin@chromium.org | 2013-06-11 | 4 | -79/+169 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 53 | -78/+78 |