summaryrefslogtreecommitdiffstats
path: root/net/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix unittest for Negotiate and NTLM auth.cbentzel@chromium.org2010-01-211-3/+2
* Added WWW-Authenticate Negotate support using shared HttpAuthSspi.cbentzel@chromium.org2010-01-2110-126/+438
* Http cache: If we issue a byte range request for x bytesrvargas@google.com2010-01-212-2/+47
* Linux: Add Certificate Info dialog (part 1)mattm@chromium.org2010-01-141-1/+1
* Http cache: Fix a leak on RemovePendingCallbackFromNewEntryrvargas@google.com2010-01-141-0/+1
* Http Cache: Use asynchronous Open/Create/Doom entry calls.rvargas@google.com2010-01-145-153/+693
* Rename CloseIdleConnections -> CloseCurrentConnections.mbelshe@chromium.org2010-01-144-3/+18
* Add a histogram for SpdyConnectionLatency.mbelshe@chromium.org2010-01-131-6/+12
* Retry proxies which were cached as bad before giving up.eroman@chromium.org2010-01-121-8/+3
* Http cache: Add a histogram to see how headers relatedrvargas@google.com2010-01-122-0/+47
* SSL: don't ask for next proto if we got an error.agl@chromium.org2010-01-121-3/+11
* Fix valgrind breakage with new spdy variable.mbelshe@google.com2010-01-111-1/+2
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-112-0/+10
* Abstracted and moved common SSPI functionality.cbentzel@chromium.org2010-01-084-45/+156
* Http cache: Avoid resuming (and keeping) truncated entriesrvargas@google.com2010-01-086-17/+264
* A 1xx response code followed by an EOF triggered an infinite loop. Fix the p...vandebo@chromium.org2010-01-073-1/+63
* Remove the implicit fallback to DIRECT when proxies fail. This better matches...eroman@chromium.org2010-01-052-2/+49
* Fixup some connection time measurements.mbelshe@google.com2009-12-281-2/+2
* Cleanup histogram classes mixing SetFlags into FactoryGet argumentsjar@chromium.org2009-12-281-28/+11
* Several fixes to the Net.ConnectionTypeCount histogram.mbelshe@google.com2009-12-241-4/+9
* Remove some old debugging code.willchan@chromium.org2009-12-221-13/+1
* Detects network changes. Only for Mac OS X so far. Hooks up TCPClientSocket...willchan@chromium.org2009-12-213-8/+14
* Extend LoadLog to support logging of arbitrary strings, and of network error ...eroman@chromium.org2009-12-211-3/+3
* SPDY: Enable SPDY via NPN.willchan@chromium.org2009-12-213-74/+258
* Http cache: Use asynchronous IO to read an write thervargas@google.com2009-12-213-35/+57
* Cleanup: Remove the support for IPv4 and IPv6 addressing types in the SOCKS5 ...eroman@chromium.org2009-12-181-1/+1