summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Bypass the DataReductionProxy for all POST requestsryansturm2016-03-031-0/+2
* Move network fuzzers from //testing/libfuzzer/fuzzers to //net.eroman2016-03-021-0/+19
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+8
* Moving proxy resolution logic out of NetworkDelegate and into ProxyDelegate f...ryansturm2016-02-231-9/+26
* Convert ignore_limits from a SocketParam to a socket request argument.mmenke2016-01-282-13/+6
* Set Token-Binding HTTP headernharper2016-01-252-0/+9
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderolli.raula2016-01-251-7/+7
* Remove use of void** from HttpResponseHeaders::EnumerateHeaderLinesolli.raula2016-01-211-1/+1
* Return ChannelState from WebSocketChannel::SendFramericea2016-01-142-36/+32
* Add current_send_quota() accessor to WebSocketChannelricea2016-01-062-1/+30
* Convert Pass()→std::move() in //netdcheng2015-12-2614-186/+186
* Switch to standard integer types in net/.Avi Drissman2015-12-2023-0/+25
* Use const reference instead of value in WebSocketDeflateStreamTest.paul.sapunaru2015-12-171-2/+2
* Fix comment typo.ricea2015-12-141-1/+1
* Add two new members quic_connection_error_ and quic_net_error_ in QuicHttpStr...zhongyi2015-12-122-0/+6
* Use std::vector<scoped_ptr<T>> instead of scoped_vector<T> in net/websockets.yhirano2015-12-0722-300/+317
* Switch //net from vector_as_array to vector::data.davidben2015-11-252-6/+3
* Reland of Migrating tests to use EmbeddedTestServer (/net) (patchset #1 id:1 ...tommycli2015-11-061-16/+17
* Revert of Migrating tests to use EmbeddedTestServer (/net) (patchset #4 id:60...tommycli2015-11-051-17/+16
* Migrating tests to use EmbeddedTestServer (/net)svaldez2015-11-031-16/+17
* net/websockets: Remove basictypes.h includes.tfarina2015-10-2023-24/+31
* net/websockets: Use the (U)INTx_{MIN,MAX} macros from stdint.htfarina2015-10-132-13/+9
* net/websockets: Convert int types from basictypes.h to the ones from stdint.htfarina2015-10-1316-135/+143
* Use vector operations for WebSocket masking.ricea2015-10-062-7/+31
* Expose currently-connected socket address in URLRequestttuttle2015-09-292-0/+8
* Fix WebSocketServer extension parser.yhirano2015-09-285-1/+95
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-241-1/+1
* Change GetTotalReceivedBytes() from int64 to int64_t.sclittle2015-09-222-2/+2
* Shift URLRequestContextStorage over to taking scoped_ptrs.rdsmith2015-09-161-1/+1
* Introduce WebSocketDeflateParameters.yhirano2015-09-149-211/+615
* Added and implemented HttpStream::GetTotalSentBytes for basic streams.sclittle2015-09-022-0/+7
* Move logic to figure out if a socket can be reused into HttpStream.mmenke2015-09-022-10/+2
* Remove unused params in WebSocketHandshakeStreamCreateHelperTestricea2015-07-281-17/+10
* Replace WebSockets' use of 'url::DeprecatedSerializedOrigin'.mkwst2015-07-2513-124/+119
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move JoinString to the base namespace.brettw2015-07-151-2/+2
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-2/+2
* Move JoinString to the base namespace.brettw2015-07-141-2/+2
* Deprecate 'url::Origin' (1/3).mkwst2015-07-119-27/+27
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-173-3/+3
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-113-23/+22
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+1
* Switch WebSocketTests to using SequencedSocketData.mmenke2015-06-084-78/+68
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-033-41/+42
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-06-018-19/+19
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-272-5/+6
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-5/+5