summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-275-12/+16
* HttpAuthHandlers hold onto a bound net log.cbentzel@chromium.org2010-05-2724-50/+83
* net-internals: use the async interface for displaying cache statistics.rvargas@google.com2010-05-272-0/+7
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-265-16/+12
* Missed a file as part of checkin for r48186mbelshe@chromium.org2010-05-251-2/+2
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-254-10/+14
* Increase the socket limit for proxy servers to 32.willchan@chromium.org2010-05-251-3/+3
* Eliminate the establishing_tunnel_ internal state and move to explicitmbelshe@chromium.org2010-05-254-133/+222
* Don't run SpdyNetworkTransactionTest.SynReplyHeadersVary under TSan/Wintimurrrr@chromium.org2010-05-251-0/+1
* Address a TODO about not duplicating the name --> value mapping for NetLog::S...eroman@chromium.org2010-05-223-7/+19
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-218-52/+109
* Always fallback to the next address when doing TCP connect (winsock impl). eroman@chromium.org2010-05-212-56/+100
* Fix locking in CookieMonster.rdsmith@chromium.org2010-05-211-5/+42
* This change enables FieldTrial for SPDY. When --use-spdy=npn is used, field t...lzheng@chromium.org2010-05-2110-19/+162
* Generate some histograms to see how well our compression is working.mbelshe@chromium.org2010-05-212-2/+109
* Add more histograms for SPDY and settings.mbelshe@chromium.org2010-05-212-13/+62
* Separate SPDY data-frame compression from the header compressors.mbelshe@chromium.org2010-05-215-139/+473
* SocketStream::Close() disconnect the socket after all pending data sent.ukai@chromium.org2010-05-213-3/+147
* Remove the TRACE_EVENT for network states. This is no longer needed, since mo...eroman@chromium.org2010-05-214-57/+0
* Track whether a resource was loaded via a proxy. I'm going to usembelshe@chromium.org2010-05-213-3/+18
* Make ClientSocketPool histograms static so that they work properly.vandebo@chromium.org2010-05-2016-70/+177
* Lazy initialization of URLSecurityManager to reduce start-up time.ahendrickson@chromium.org2010-05-2010-26/+25
* Remove handler from HttpAuthCache.cbentzel@chromium.org2010-05-2024-86/+239
* net-internals: Log the addresses that were attempted during a TCP connect, an...eroman@chromium.org2010-05-205-29/+114
* Chromium side changes for enabling VP8 and WebM support.scherkus@chromium.org2010-05-203-11/+105
* Revert r47395. Looks like it still crashes =/willchan@chromium.org2010-05-2019-182/+127
* Make TCPClientSocket* inherit from NonThreadSafe.willchan@chromium.org2010-05-194-2/+30
* Always fallback to the next address when doing TCP connect (libevent impl).eroman@chromium.org2010-05-192-99/+117