summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Update the unit test to test the FLIP client writes as wellmbelshe@google.com2009-10-283-22/+126
* Check cert_handle_ is not NULL to Verify()ukai@chromium.org2009-10-281-10/+18
* Don't hang during DiskCacheEntryTest.CancelSparseIO on infinitely fast disks.dkegel@google.com2009-10-281-1/+9
* Handle out of memory in GrowableIOBuffer more gracefully.vandebo@chromium.org2009-10-284-14/+31
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-273-17/+19
* FilePath::Append() doesn't allow you to append a fully-qualifiedmbelshe@google.com2009-10-271-1/+5
* Don't run SocketStreamTest.BasicAuthProxy under ThreadSanitizer on Mactimurrrr@chromium.org2009-10-271-0/+1
* Add proxy basic auth support in net/socket_stream.ukai@chromium.org2009-10-274-5/+396
* Http cache: Handle byte range requests when there is no cache entry.rvargas@google.com2009-10-272-0/+16
* Make the command line syntax a little easier.mbelshe@google.com2009-10-271-3/+3
* Add three of the six extensions to PAC that Internet Explorer supports. eroman@chromium.org2009-10-269-20/+363
* Remove deprecated CommandLine(std::wstring) ctor.evan@chromium.org2009-10-264-8/+6
* linux: Fix signed vs unsigned issuepiman@chromium.org2009-10-261-5/+4
* Fix a bad comparator. This caused lookups in std::map to be wrong.eroman@chromium.org2009-10-262-3/+76
* Refactor: Change the interface from HostResolver::DisableIPv6() to HostResolv...eroman@chromium.org2009-10-263-11/+12
* Add a CERT_RDN_ENCODED_BLOB case to CertSubjectCommonNameHasNullwtc@chromium.org2009-10-261-0/+6
* Http cache: Make sure that we remove pending transactionsrvargas@google.com2009-10-263-3/+70
* Wildcard the test cases if two or more tests maketimurrrr@chromium.org2009-10-262-5/+2
* Fix DoReadWrite loop in SocketStream.ukai@chromium.org2009-10-261-6/+14
* Disable the FlipNetworkTransactionTes because it crashes TSAN.nsylvain@chromium.org2009-10-251-0/+1
* Add download metrics into FLIP. They aren't used yet,mbelshe@google.com2009-10-245-60/+288
* Look up client certificates in ClientAuthHandler to get rid of manual CAwtc@chromium.org2009-10-242-52/+36
* Simplify the copying of data in HttpStreamParservandebo@chromium.org2009-10-231-17/+25
* Move the json-related files into a separate json directory. This hopefully alsobrettw@chromium.org2009-10-232-11/+11
* Add dependencies from net_base to bzip2 and zlib.agl@chromium.org2009-10-231-0/+2
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-2310-0/+523
* Fixes ChromeFrame net tests which run the URLRequest unit tests by launching ...ananta@chromium.org2009-10-235-21/+43
* Fix Check failure in SocketStream::DidRecevieData().ukai@chromium.org2009-10-231-2/+15
* Move initialization of ChromeURLRequestContexts to the IO thread.eroman@chromium.org2009-10-233-22/+14
* Refactor: Address some style comments from a review (which missed the origina...eroman@chromium.org2009-10-239-24/+40
* Add unittest for WebSocket::ProcessFrameData.ukai@chromium.org2009-10-233-65/+189
* Make SSLClientSocketMac full-duplexukai@chromium.org2009-10-232-136/+159
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-223-66/+98
* Refactor: Don't send the quit command before killing test server for ProxyScr...eroman@chromium.org2009-10-221-2/+1
* Change the request tracking done by about:net-internals to be per context rat...eroman@chromium.org2009-10-229-293/+309
* Http Cache: Convert data writes from sysnchronous to asynchronous.rvargas@google.com2009-10-223-43/+138
* Disable IPv6 results for the PAC bindings:eroman@chromium.org2009-10-224-15/+87
* Fix calculation of length in websocket.cc.craig.schlenter@chromium.org2009-10-221-1/+1
* Moved patch from 297003 over to committer repository.rolandsteiner@chromium.org2009-10-227-1/+133
* Expand the options for how FLIP runs. The GFE team needsmbelshe@google.com2009-10-214-5/+30
* Disk cache: Fix a race accessing a file's reference counterrvargas@google.com2009-10-211-3/+10
* Split net into net and net_base to reduce v8 dependency injection.maruel@chromium.org2009-10-211-12/+71
* Add a mechanism to disable IPv6.eroman@chromium.org2009-10-2115-127/+288
* Fix compatibility problems with FileZilla FTP Server.phajdan.jr@chromium.org2009-10-212-8/+31
* Don't run WebSocketTest.* under ThreadSanitizer on Mactimurrrr@chromium.org2009-10-211-0/+5
* WebSocket protocol handler for live experiment (again)ukai@chromium.org2009-10-214-0/+874
* Revert r29614 "WebSocket protocol handler for live experiment."ukai@chromium.org2009-10-214-871/+0
* WebSocket protocol handler for live experiment.ukai@chromium.org2009-10-214-0/+871
* I had some debug URL handling turned on in chromembelshe@google.com2009-10-212-4/+5
* Update eTLD list to stay in sync with Mozilla. Also correct the URL atop the...pkasting@chromium.org2009-10-202-2/+14