summaryrefslogtreecommitdiffstats
path: root/net/tools
Commit message (Expand)AuthorAgeFilesLines
* Adding the first 6 quic unittests.alyssar@google.com2013-04-1118-20/+1352
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net.dcheng@chromium.org2013-04-111-2/+2
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-099-30/+54
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-099-54/+30
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-099-30/+54
* net: move socket files from net/base to net/socketphajdan.jr@chromium.org2013-04-091-2/+2
* Moving net/tools/quic code to net::tools namspace alyssar@google.com2013-04-0838-14/+98
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Initialize the simple cache backend at runtime. pasko@google.com2013-04-021-4/+7
* Attempt to fix chromium.chrome linux compile.thakis@chromium.org2013-03-311-2/+2
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-314-7/+93
* Adding an end to end test for QUIC, and fixing the bugs it turned up.alyssar@google.com2013-03-3011-9/+1073
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-292-2/+2
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-293-9/+11
* Fixing -Wno-deprecated issues for flip_balsa_and_epoll_libraryalyssar@google.com2013-03-296-10/+9
* The initial check-in of the toy QUIC client and server.alyssar@google.com2013-03-2733-0/+3366
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-2/+2
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-1/+3
* Revert 188762 "net: Add more debugging code to diagnose flaky te..."wjia@chromium.org2013-03-182-48/+14
* net: Add more debugging code to diagnose flaky testserver failures.phajdan.jr@chromium.org2013-03-182-14/+48
* Partially integrate filename determination with resumption.rdsmith@chromium.org2013-03-161-9/+50
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-141-1/+1
* Remove SpdyDataFlags from SpdyFramerVisitorInterface::OnStreamFrameData()akalin@chromium.org2013-03-082-2/+2
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* net: add basic ChannelID support to TLSLite.agl@chromium.org2013-03-021-0/+15
* [SPDY] Clean up stream flow control code a bitakalin@chromium.org2013-02-281-1/+1
* Overhaul of how SPDY frame headers are written, useful for SPDY 4 development.akalin@chromium.org2013-02-262-3/+3
* Remove SpdyFrame::length(). Useful in SPDY 4 development.akalin@chromium.org2013-02-261-4/+5
* Move file_path.h to base/files.brettw@chromium.org2013-02-247-8/+8
* Remove SpdyDataFrame. Useful in SPDY 4 development.akalin@chromium.org2013-02-211-2/+2
* Split out policy code from net/tools/testserver.mnissler@chromium.org2013-02-194-790/+0
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-2/+2
* When reading from an SSL socket, attempt to fully fill the caller's bufferrsleevi@chromium.org2013-02-161-0/+19
* Verify the signature on user cloud policy downloads.joaodasilva@chromium.org2013-02-161-14/+15
* Serious cleanup of SpdyFramer compression code:akalin@chromium.org2013-02-151-7/+7
* Remove SpdySettingsControlFrame struct. Useful for Spdy 4 Development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdySynStreamControlFrame struct. Useful in SPDY 4 development.akalin@chromium.org2013-02-151-1/+1
* Remove SpdySynReplyControlFrame and SpdyGoAwayControlFrame.akalin@chromium.org2013-02-141-1/+1
* Revert 182279 due to failure in CloudPolicyTest.FetchPolicyWithRotatedKey on ...rdsmith@chromium.org2013-02-131-15/+14
* Verify the signature on user cloud policy downloads.joaodasilva@chromium.org2013-02-131-14/+15
* Rename SpdyStatusCodes to SpdyRstStreamStatusakalin@chromium.org2013-02-092-2/+2
* Replace FilePath with base::FilePath in net.brettw@chromium.org2013-02-0814-66/+69
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-5/+5
* Add DeviceRegisterRequest.BROWSER and use it for chrome.atwilson@chromium.org2013-02-031-2/+2
* device_management.py: Send settings_entity_id in responses.mnissler@chromium.org2013-01-301-0/+1
* Disk cache: Update the dump_cache tool to show the Stats record. rvargas@google.com2013-01-231-2/+48
* [net/tools/gdig] Use unsigned instead of size_t when printing on Windows.szym@chromium.org2013-01-221-9/+9
* Synchronize sending of RST between server and client to avoid dropping bytes.rdsmith@chromium.org2013-01-221-13/+14
* [sync] Divorce python sync test server chromiumsync.py from testserver.pyrsimha@chromium.org2013-01-208-3664/+153