summaryrefslogtreecommitdiffstats
path: root/blimp/net
Commit message (Expand)AuthorAgeFilesLines
* Fix GN warning about missing source in blimp/netmartina.kollarova2016-01-201-1/+0
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-203-3/+3
* Blimp: add some hard-coded actions on client startup.kmarshall2016-01-131-0/+1
* [Blimp] Always invoke callback after a feature finishes processing a message.haibinlu2016-01-112-0/+2
* Uses BlimpMessageThreadPipe and its proxy to relay blimp messages between fe...haibinlu2016-01-061-3/+2
* [Blimp Engine] CL 1535903002 followuphaibinlu2016-01-065-17/+17
* Implementation and fixes for Blimp client/engine E2E communication.kmarshall2016-01-0520-93/+241
* Add a BlimpMessageThreadPipe helper for UI<->IO thread transitions.wez2015-12-234-1/+311
* Remove unused using declarations from unit-test.wez2015-12-211-2/+0
* Switch to standard integer types in blimp/.avi2015-12-2013-18/+29
* The checkpointer takes income messages from blimp connection, monitors their ...haibinlu2015-12-195-10/+75
* This is an integration test that involves underlying TCP connection and Blimp...haibinlu2015-12-182-19/+79
* [Blimp Net] Adds unit test for BrowserConnectionHandlerhaibinlu2015-12-188-7/+235
* [Blimp] Rename CONTROL proto type to TAB_CONTROL.haibinlu2015-12-172-2/+2
* Implement a simple BlimpMessageCheckpointer.wez2015-12-105-2/+274
* Adds a protocol version file and sends START_CONNECTION message in client con...haibinlu2015-12-093-4/+36
* Add a basic BlimpClientSession object.dtrainor2015-12-091-0/+1
* [Blimp Net] Add EngineAuthHandler.haibinlu2015-12-098-3/+319
* Blimp: Allow MessagePump's MessageProcessor to be unset.wez2015-12-083-14/+57
* Add CreateBlimpMessage helper function library.kmarshall2015-12-042-3/+4
* Convert remaining instances of scoped_ptr::Pass() to std::move.kmarshall2015-12-041-3/+3
* [Blimp Net] Implements ClientConnectionManager.haibinlu2015-12-045-28/+177
* Add NavigationMessageProcessor for Blimpdtrainor2015-12-031-1/+1
* Make PacketReader/PacketWriter interfaces async-only.kmarshall2015-12-0314-363/+190
* Implementation for the Blimp Message Buffer.kmarshall2015-12-027-25/+467
* Move blimp/net/test_common.h/cc to a separate source_set.dtrainor2015-12-021-2/+18
* Add glue between the client and engine for Blimpdtrainor2015-12-013-0/+47
* [Blimp Net] Implement Engine Connection Manager.haibinlu2015-11-3012-21/+196
* Move all Pass() calls in blimp/ to std::move()dtrainor2015-11-3010-28/+34
* [Blimp Net] Adds BrowserConnectionHandler.haibinlu2015-11-305-3/+168
* Serialize a subset of WebInputEvents to protobufs.dtrainor2015-11-308-5/+607
* [Blimp Net] Makes BlimpTransport.Connect async-onlyhaibinlu2015-11-206-26/+36
* [Blimp Net] Implement BlimpConnection.haibinlu2015-11-207-11/+335
* [Blimp]Add BlimpMessagePump to BlimpConnection.haibinlu2015-11-1714-17/+396
* Add implementation and unit tests for BlimpMessageMultiplexer.kmarshall2015-11-134-0/+216
* [Blimp] Add tcp server transport.haibinlu2015-11-135-1/+221
* Change BlimpMessageProcessor to take scoped_ptr messages.kmarshall2015-11-128-17/+32
* Add interfaces for most major Blimp net components.kmarshall2015-11-122-2/+3
* Add interfaces for most major Blimp net components.kmarshall2015-11-1220-134/+472
* Change BlimpTransport to vend BlimpConnections.kmarshall2015-11-103-11/+12
* Change BlimpTransport to vend BlimpConnections.kmarshall2015-11-0516-222/+364
* Define BlimpTransport abstract base class,kmarshall2015-11-034-0/+142
* Created BlimpMessageWriter, which frames and sends data over a Socket.kmarshall2015-10-276-3/+504
* Rename BlimpClientSession to BlimpConnection, which is shared between client ...haibinlu2015-10-263-12/+12
* Create Blimp PacketReader class.kmarshall2015-10-238-0/+786
* Export blimp::BlimpClientSession to fix component build.dcheng2015-10-211-1/+2
* Create "blimp_unittests" test target which will run all Blimp unittests.kmarshall2015-10-161-12/+3
* [Blimp] Adds Blimp EngineSession and ClientSession skeleton.haibinlu2015-10-153-0/+38
* Blimp: create MessageDispatcher class.kmarshall2015-10-146-0/+239
* Add net/base and net/socket DEPS to Blimp net source tree.kmarshall2015-10-091-0/+4