summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* Use 0 for successful end of stream.vandebo@chromium.org2010-03-083-17/+12
* net: string_utils.h -> utf_string_conversions.h fix.jhawkins@chromium.org2010-03-084-0/+6
* Add checks to track down bug 31096vandebo@chromium.org2010-03-081-0/+3
* More late binding cleanupvandebo@chromium.org2010-03-051-36/+0
* Fix a regression introduced in r40465.wtc@chromium.org2010-03-051-11/+18
* Remove debug info used to diagnose bug 31723.rvargas@google.com2010-03-031-12/+0
* Remove the remnants of the late binding experiment.vandebo@chromium.org2010-03-031-32/+0
* Don't ignore certificate errors with SPDY.mbelshe@chromium.org2010-03-032-19/+23
* Use CHECK_* in netwillchan@chromium.org2010-03-021-3/+3
* Http cache: Expose storing metadata on a given entry.rvargas@google.com2010-03-025-20/+283
* Remove connection failed histograms.vandebo@chromium.org2010-03-021-5/+3
* Work around 3rd party problem causing bug 27870.vandebo@chromium.org2010-02-272-9/+1
* Make a proper TCPSocketParamsvandebo@chromium.org2010-02-271-21/+14
* Added HttpAuthFilter.cbentzel@chromium.org2010-02-2610-9/+646
* Fix SpdySessionPool to take a host port pair instead of just the host.willchan@chromium.org2010-02-261-7/+8
* Added SSPILibrary interface so unit tests can mock SSPI calls.cbentzel@chromium.org2010-02-257-47/+386
* Add ERR_END_OF_STREAMvandebo@google.com2010-02-244-19/+48
* ProxyConfig behaved like a struct, but was defined as a class.eroman@chromium.org2010-02-241-1/+1
* Add APIs to expose http cache's metadata and thervargas@google.com2010-02-238-0/+65
* Rename use_spdy_ to using_spdy_ and test it in more places:wtc@chromium.org2010-02-222-15/+16
* Validate that an SSPI scheme is supported before generating a handler.cbentzel@chromium.org2010-02-2210-53/+130
* Back out the change to HttpNetworkTransaction::Read in thewtc@chromium.org2010-02-201-2/+1
* Make explicit the assumption that SpdySession::InitializeWithSocket takeswtc@chromium.org2010-02-201-1/+4
* Fix a SPDY regression introduced in r39037. When we ignore certificatewtc@chromium.org2010-02-192-11/+24
* Unit test for auth realms changing during requests.cbentzel@chromium.org2010-02-191-0/+142
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-193-0/+4
* Added factories for HttpAuthHandler.cbentzel@chromium.org2010-02-1532-253/+718
* Fix LOAD_IGNORE_CERT_* on Macukai@chromium.org2010-02-151-21/+23
* More checks to try to find bug 27870.vandebo@google.com2010-02-122-1/+9
* Http cache: Remove the explicit transaction callback and let thervargas@google.com2010-02-113-53/+54
* Http Cache: Eliminate EntryAvailable() and make the cache uservargas@google.com2010-02-113-28/+33
* Http Cache: Add a load log to the DoomEntry operation.rvargas@google.com2010-02-112-4/+22
* Add option to suppress HTTP Referer header.jochen@chromium.org2010-02-101-1/+11
* Http cache: Make sure that we don't send notificationsrvargas@google.com2010-02-102-9/+44
* Include completion_callback.h instead of client_socket_handle.h.wtc@chromium.org2010-02-091-1/+1
* Add bounds checking to StaticSocketDataProvider, to make tests more reliablephajdan.jr@chromium.org2010-02-092-86/+156
* The great Flip -> Spdy rename.mbelshe@chromium.org2010-02-088-53/+53
* Rename all files from flip* to spdy*.mbelshe@chromium.org2010-02-065-10/+10
* Add Single Sign On support to HTTP Authentication handlers.cbentzel@chromium.org2010-02-0519-180/+438
* Add unittest for r37566 (on PAC failure, should fallback to DIRECT).eroman@chromium.org2010-02-052-42/+3
* Add specific error codes for when SOCKS connect fails.eroman@chromium.org2010-02-051-0/+11
* Remove CRLF from http_auth_handler_negotiate_posix.cccbentzel@chromium.org2010-02-041-45/+45
* Add a notion of 'eof' to UploadDataStream, replacing the use of its size prop...vandebo@google.com2010-02-042-3/+59
* Add debug info to track a crash when sleeping.rvargas@google.com2010-02-041-0/+11
* Pass the NetworkChangeNotifier to HostResolver.willchan@chromium.org2010-02-048-22/+44
* Add mechanism for global queueing and prioritization of DNS.eroman@chromium.org2010-01-301-0/+3
* Fix a regression from r35549 that caused failure in evaluation of PAC script ...eroman@chromium.org2010-01-292-7/+11
* Cleanup the unittest helpers in load_log_unittest.h.eroman@chromium.org2010-01-291-32/+32
* Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.wtc@chromium.org2010-01-281-3/+3
* Add a unit test which checks that Negotiate is chosen over NTLM.cbentzel@chromium.org2010-01-231-4/+23