summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Convert some DCHECKs() for redirect into CHECKs() to make sure they aren't ge...eroman@chromium.org2010-06-031-2/+2
* Make HostResolver NonThreadSafe and not thread safe refcounted.willchan@chromium.org2010-06-036-121/+183
* Fix leaky spdy sessions and remove suppression.vandebo@chromium.org2010-06-033-4/+10
* Refactor WebSocket handshake.ukai@chromium.org2010-06-036-194/+598
* Rework the logging for sockets/connectjobs.eroman@chromium.org2010-06-0333-187/+315
* Refactored Histogram::FactoryGet() to be style-compliantziadh@chromium.org2010-06-022-5/+5
* Restricting lifetime of python sync server on Windows via a JobObject.rsimha@chromium.org2010-06-022-4/+81
* Misc. small cleanups I ran into while working on other changes.pkasting@chromium.org2010-06-021-4/+2
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-023-24/+66
* Implement most of the ridealong fixes/cleanups I suggested during review for ...pkasting@chromium.org2010-06-011-4/+2
* Use arraysize() instead of ARRAYSIZE_UNSAFE() where possible. Remove pointle...pkasting@chromium.org2010-06-011-4/+4
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-015-99/+93
* Move net::HTTPSProber from net_base to netmnissler@chromium.org2010-06-014-4/+4
* Fix regression of websocket/tests/simple-stress.htmlukai@chromium.org2010-06-014-16/+38
* Factor out WebSocket frame handler out of WebSocketJob.ukai@chromium.org2010-06-018-144/+565
* Remove assertion on correct NetworkChangeNotifierLinux cleanup.willchan@chromium.org2010-05-281-1/+2
* view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactoryrvargas@google.com2010-05-275-102/+556
* Change the proxy waiting-for message to:mbelshe@chromium.org2010-05-272-0/+9