summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-125-9/+9
* WebSocket: Remove obsolete experiments related filestoyoshim@chromium.org2011-08-039-2256/+0
* Remove DCHECK(!headers_.empty()) in WebSocketHandshakeResponseHandlerukai@chromium.org2011-08-031-6/+7
* Apply the asynchronous CookieMonster API to WebsocketJob.ycxiao@chromium.org2011-08-013-39/+104
* Use ScopedRunnableMethodFactory in WebSocketJobukai@chromium.org2011-07-222-5/+13
* Check socket_ is not NULL.ukai@chromium.org2011-07-221-1/+5
* Introduce a new connection test which verify WebSocket and SPDY connection se...toyoshim@chromium.org2011-07-222-12/+107
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-182-6/+6
* Define an asynchronous API for CookieStore.ycxiao@chromium.org2011-07-121-1/+30
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-62/+362
* Revert 91997 - Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-361/+60
* Add WebSocket over SPDY experimental implementation.toyoshim@chromium.org2011-07-113-60/+361
* WebSocket: Add connection test on WebSocketJobTesttoyoshim@chromium.org2011-07-061-47/+233
* Do tests in both spdy enabled and disabled configurations.toyoshim@chromium.org2011-07-041-17/+84
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-021-3/+1
* WebSocket unit test style fix on static const char kFooBar[]toyoshim@chromium.org2011-06-272-58/+75
* Header file which defines unit test's target class should be included at first.toyoshim@chromium.org2011-06-248-8/+16
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-2/+4
* Unit tests for WebSocket uses old callback mechanisms.toyoshim@chromium.org2011-06-171-31/+24
* WebSocket over SPDY: protocol switchtoyoshim@chromium.org2011-06-164-23/+91
* Add invalid data send check on CONNECTING statetoyoshim@chromium.org2011-06-023-168/+130
* Fix RandUint32 to be uniform.joi@chromium.org2011-05-301-4/+2
* Add a websocket-over-spdy flag. This change is a part of WebSocket over SPDYtoyoshim@chromium.org2011-05-262-0/+13
* net: Add NET_API to websockets.rvargas@google.com2011-05-208-13/+21
* MAC Cookies (patch 3 of N)abarth@chromium.org2011-05-121-0/+6
* Get rid of net::CookiePolicy, now that all code that uses it (except WebSocke...jam@chromium.org2011-05-123-75/+29
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-122-2/+2
* Accept new WebSocket handshake format (hybi-04 and later).yutak@chromium.org2011-05-064-57/+553
* Refactor to address URLRequestContext dependency added incevans@chromium.org2011-05-051-2/+4
* Fix net/ command-line pollution introduced in http://codereview.chromium.org/...cevans@chromium.org2011-05-021-1/+1
* Apply HSTS rules to also upgrade ws:// -> wss:// if appropriate. This avoidscevans@chromium.org2011-04-191-0/+26
* Add websocket ownersukai@chromium.org2011-04-131-0/+2
* Remove async functionality from net::CookiePolicy.willchan@chromium.org2011-04-063-64/+20
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-27/+27
* Change other usages of .size() to .empty() when applicable.erg@google.com2011-03-042-12/+12
* Reland r74842willchan@chromium.org2011-02-161-2/+2
* Revert 75143 - Reland r74842willchan@chromium.org2011-02-161-2/+2
* Reland r74842willchan@chromium.org2011-02-161-2/+2
* Revert 74842 - It seems to have broken the ChromeOS "PFQ bot"?willchan@chromium.org2011-02-141-2/+2
* Revert r74728 which reverted r74561 for exposing a ChromeOS bug.willchan@chromium.org2011-02-141-2/+2
* Revert r74632 "Reland r74561 after fixing ChromeOS build breakage."oshima@google.com2011-02-121-2/+2
* Reland r74561 after fixing ChromeOS build breakage.willchan@chromium.org2011-02-111-2/+2
* Revert 74561 for breaking the ChromeOS buildwillchan@chromium.org2011-02-111-2/+2
* Introduce OffTheRecordProfileIOData and ProfileImplIOData.willchan@chromium.org2011-02-111-2/+2
* Clean up net unit testing code.erg@google.com2011-01-261-1/+1
* Revert "Clean up net unit testing code." since it breaks the shlib builder.erg@google.com2011-01-251-1/+1
* Clean up net unit testing code.erg@google.com2011-01-251-1/+1
* Adjust comments for new Source/ location.dilmah@chromium.org2011-01-191-1/+1
* net: Remove prefix net:: from some places that already are in namespace net.tfarina@chromium.org2011-01-191-1/+1
* net: Remove typedef net::URLRequestContext URLRequestContext;tfarina@chromium.org2011-01-151-2/+2