summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Add Keynectis to EV listdavidben@chromium.org2010-06-151-0/+6
* Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate.willchan@chromium.org2010-06-1518-6/+70
* Fix a regression that accesses file system synchronouslyhuanr@chromium.org2010-06-144-44/+50
* Introduced artificial processing delay to work around the issue of proxy init...zelidrag@chromium.org2010-06-142-2/+35
* Changed the return error code if the GSSAPI library cannot be initialized.ahendrickson@google.com2010-06-141-1/+1
* Reland 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-143-84/+16
* Implement KDE ReversedException setting in Chromedavidben@chromium.org2010-06-148-27/+143
* Improved library loading to bypass libraries that don't contain all the funct...ahendrickson@google.com2010-06-143-57/+129
* Refactor SpdyStream.ukai@chromium.org2010-06-1413-348/+510
* Add metrics for measuring spdy transaction latency.mbelshe@chromium.org2010-06-132-8/+30
* Add dependency on libevent where required.phajdan.jr@chromium.org2010-06-121-0/+6
* Use KDEHOME variable instead of KDE_HOME for locating KDE directorydavidben@chromium.org2010-06-122-21/+21
* Revert 49600 - Http cache: Remove deprecated code.rvargas@google.com2010-06-113-16/+84
* Http cache: Remove deprecated code.rvargas@google.com2010-06-113-84/+16
* SPDY: Minor code cleanup.willchan@chromium.org2010-06-111-1/+3
* Http Cache: Remove blocking calls to GetAvailableRange.rvargas@google.com2010-06-1113-64/+293
* Second attempt to land r49489. wtc@chromium.org2010-06-115-11/+88
* Revert 49489 - Use NSS for SSL by default on Mac OS X.hayato@chromium.org2010-06-115-88/+11
* Use NSS for SSL by default on Mac OS X.wtc@chromium.org2010-06-115-11/+88
* A couple of style mods in proxy_config_service_linux.ccziadh@chromium.org2010-06-111-11/+11
* Download filename encoding fix [try2]:estade@chromium.org2010-06-112-4/+37
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-101-0/+5
* Return NULL instead of false when appropriate.evan@chromium.org2010-06-101-1/+1
* Adding flushing of files on chromeos, so that when something is downloaded, i...dhg@chromium.org2010-06-103-0/+41
* Linux: check the timestamps of .kde and .kde4 to figure out which to use for ...mdm@chromium.org2010-06-102-6/+38
* Reland my close on idle socket change (r43882+r44150).willchan@chromium.org2010-06-104-44/+169
* Removed gssapi namespace.ahendrickson@google.com2010-06-104-184/+177
* Async support for HttpAuthHandler::GenerateAuthToken.cbentzel@chromium.org2010-06-1021-230/+168
* More robust handling of GSSAPI error stringscbentzel@chromium.org2010-06-091-6/+20
* Mark HostCache as NonThreadSafe.cbentzel@chromium.org2010-06-092-25/+48
* revert r49217, which caused unit test failures on win:estade@chromium.org2010-06-091-10/+3
* Download filename encoding fix:estade@chromium.org2010-06-081-3/+10
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-0810-88/+453
* Revert "Revert an idle sockets change to trigger reliability bot. Will rever...willchan@chromium.org2010-06-084-172/+45
* Revert an idle sockets change to trigger reliability bot. Will revert again ...willchan@chromium.org2010-06-084-45/+172
* Implement WebSocketHandshake*Handler to support Http{Request,Response}Info.ukai@chromium.org2010-06-083-36/+161
* Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@chromium.org2010-06-072-0/+7
* Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ...michaeln@google.com2010-06-072-7/+0
* AppCache: Use a MockHttpServer instead of starting a seperate http server for...michaeln@chromium.org2010-06-072-0/+7
* Do not attempt to reuse active sockets after a socket pool flush (usually a n...willchan@chromium.org2010-06-0714-39/+104
* Make SpdySessionPool observe network changes.willchan@chromium.org2010-06-077-12/+37
* SPDY: Fix stream cancellation during ReadResponseBody() callback.willchan@chromium.org2010-06-072-3/+127
* Experiment for number of persistent connections to serverziadh@chromium.org2010-06-071-0/+12
* Import the server-side code for URL encoding & unittest.mbelshe@chromium.org2010-06-077-58/+786
* HttpAuthHandler's are no longer refcounted.cbentzel@chromium.org2010-06-0726-136/+152
* Get rid of DISALLOW_EVIL_CONSTRUCTORS macro usage in our code base.tfarina@chromium.org2010-06-0724-47/+47
* Revert r45027: "Disable HttpNetworkSessionTest.FlushOnNetworkChange under Thr...willchan@chromium.org2010-06-041-3/+0
* Fix a regression on Windows introduced by r48650.wtc@chromium.org2010-06-042-9/+34
* Preliminary support for GSSAPI (Linux and Mac OS X).ahendrickson@google.com2010-06-044-0/+681
* Fixes an invalid read bug in ClientSocketPoolBaseHelper and cancels ConnectJo...willchan@chromium.org2010-06-032-0/+38