| Commit message (Expand) | Author | Age | Files | Lines |
* | Tell congestion manager when we are sending a CHLO, so it won't delay sending. | jar@chromium.org | 2013-08-03 | 1 | -6/+5 |
* | Change the API of disk_cache::CreateCacheBackend to use scoped_ptr | qsr@chromium.org | 2013-08-01 | 3 | -11/+8 |
* | Perform online revocation checks when EV certificates aren't covered by a fre... | agl@chromium.org | 2013-07-31 | 2 | -3/+10 |
* | net: make QUIC ProofVerifier more generic (reland). | agl@chromium.org | 2013-07-30 | 1 | -10/+13 |
* | i Revert 213862 "net: make QUIC ProofVerifier more generic." | karen@chromium.org | 2013-07-27 | 1 | -13/+10 |
* | Fix the message lengths passed to sendmsg() in QuicSocketUtils::WritePacket | glider@chromium.org | 2013-07-26 | 1 | -8/+14 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-07-26 | 14 | -63/+138 |
* | net: make QUIC ProofVerifier more generic. | agl@chromium.org | 2013-07-26 | 1 | -10/+13 |
* | This script performs QUIC experiments. | honghaiz@chromium.org | 2013-07-26 | 2 | -0/+227 |
* | Make inttypes.h and similar macro usage C++11-friendly. | thakis@chromium.org | 2013-07-25 | 1 | -3/+3 |
* | Disable EndToEndTests.MultipleTermination which might be causing timeouts. | rch@chromium.org | 2013-07-23 | 1 | -1/+2 |
* | Fix recent valgrind issues with QUIC code from r213113. | rch@chromium.org | 2013-07-23 | 1 | -0/+2 |
* | Remove the quic_unittests target and fold it into net_unittests. | rch@chromium.org | 2013-07-23 | 4 | -17/+37 |
* | Update include paths in net for base/process changes. | rsesek@chromium.org | 2013-07-23 | 3 | -3/+5 |
* | Fix gdig after WeakPtr switched to SequenceChecker | szym@chromium.org | 2013-07-19 | 1 | -6/+8 |
* | [SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers | akalin@chromium.org | 2013-07-18 | 1 | -1/+1 |
* | Use a direct include of the message_loop header in net/, part 3. | avi@chromium.org | 2013-07-18 | 12 | -13/+13 |
* | Declaration of SPDY 4 PUSH_PROMISE; not yet used. | akalin@chromium.org | 2013-07-16 | 1 | -0/+4 |
* | Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to... | brettw@chromium.org | 2013-07-15 | 1 | -1/+1 |
* | Implement GetSSLInfo for QUIC/https connections. | rtenneti@chromium.org | 2013-07-12 | 1 | -1/+3 |
* | net: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-12 | 5 | -7/+7 |
* | Move PathExists to base namespace. | brettw@chromium.org | 2013-07-11 | 1 | -1/+1 |
* | net: Remove 70KB of relocatable string pointers. | digit@chromium.org | 2013-07-11 | 2 | -15/+14 |
* | SPDY Framer: Refactorings. | eustas@chromium.org | 2013-07-10 | 1 | -6/+0 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-07-05 | 3 | -1/+91 |
* | Add a quic_in_memory_cache_test data file. | honghaiz@chromium.org | 2013-07-05 | 3 | -16/+81 |
* | Use a direct include of time headers in net/, part 3. | avi@chromium.org | 2013-06-28 | 6 | -8/+8 |
* | Linux: make net_unittests pass even if m2crypto is present on system | phajdan.jr@chromium.org | 2013-06-24 | 1 | -1/+7 |
* | Define a LoggingSettings struct to use for InitLogging() | akalin@chromium.org | 2013-06-21 | 6 | -40/+28 |
* | Fix a bug in quic_in_memory_cache. | honghaiz@chromium.org | 2013-06-21 | 2 | -1/+87 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-06-18 | 3 | -0/+12 |
* | Fix wrong header guards found by clang's new Wheader-guard. | thakis@chromium.org | 2013-06-17 | 1 | -1/+1 |
* | Optimize public suffix list implementation | nyquist@chromium.org | 2013-06-17 | 2 | -10/+12 |
* | Remove MultipartSlowHandler, since the extension test referencing multipart-s... | senorblanco@chromium.org | 2013-06-14 | 1 | -30/+0 |
* | Make net and ipc explicitly use the base namespace for Values. | brettw@chromium.org | 2013-06-13 | 1 | -2/+2 |
* | Give more request types a TransportSecurityState. | palmer@chromium.org | 2013-06-13 | 1 | -0/+4 |
* | Rename base/hash_tables to base/containers/hash_tables. | brettw@chromium.org | 2013-06-11 | 7 | -7/+7 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 3 | -8/+13 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-06-11 | 1 | -1/+6 |
* | Use a direct include of strings headers in net/test/, net/third_party/, net/t... | avi@chromium.org | 2013-06-11 | 17 | -27/+27 |
* | Disk Cache: move common elements from v2 and v3 file format. | rvargas@google.com | 2013-06-11 | 1 | -2/+2 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Move FileEnumerator to its own file, do some refactoring. | brettw@chromium.org | 2013-06-08 | 2 | -7/+8 |
* | Refactor net::NetLog to provide implementation of observer pattern, not just ... | kouhei@chromium.org | 2013-06-07 | 4 | -96/+50 |
* | Revert 204861 "Refactor net::NetLog to provide implementation of..." | kouhei@chromium.org | 2013-06-07 | 4 | -50/+96 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 4 | -4/+4 |
* | Refactor net::NetLog to provide implementation of observer pattern, not just ... | kouhei@chromium.org | 2013-06-07 | 4 | -96/+50 |
* | net_watcher does not build in Ubuntu 13.04 | yael.aharon@intel.com | 2013-06-07 | 1 | -0/+15 |
* | Revert 204313 "net_watcher does not build in Ubuntu 13.04" | kkania@chromium.org | 2013-06-05 | 1 | -11/+0 |
* | net_watcher does not build in Ubuntu 13.04 | yael.aharon@intel.com | 2013-06-05 | 1 | -0/+11 |