summaryrefslogtreecommitdiffstats
path: root/blimp/net
Commit message (Expand)AuthorAgeFilesLines
* Blimp: make PacketReader interface return packet sizes as return vals.kmarshall2016-03-2510-49/+37
* Added network components for blimp text input featureshaktisahu2016-03-255-3/+106
* blimp: Increase max payload size limit.khushalsagar2016-03-232-2/+5
* Blimp: fix cert DCHECK to check field instead of move'd paramkmarshall2016-03-071-1/+1
* -- Removes duplicate feature registration code from client&engine session and...haibinlu2016-03-049-1/+372
* Blimp: add support for SSL connections.kmarshall2016-03-0315-33/+500
* Revert of Blimp: add support for SSL connections. (patchset #20 id:380001 of ...boliu2016-03-0315-500/+33
* Blimp: add support for SSL connections.kmarshall2016-03-0215-33/+500
* Add detailed logging support for BlimpMessage and subtypes.kmarshall2016-03-019-22/+10
* Blimp: Send the correct device scale factor to the BlimpView on android.khushalsagar2016-02-261-1/+1
* Migrate blimp/* to net::IPAddress.martijn2016-02-251-12/+2
* Revert of Fix crashing bug in EngineAuthenticationHandler on token mismatch. ...wez2016-02-192-22/+13
* Replace CancelableCompletionCallbacks with Bind(WeakPtr,...) in BlimpMessageP...wez2016-02-192-17/+11
* Fix crashing bug in EngineAuthenticationHandler on token mismatch.kmarshall2016-02-192-13/+22
* [Blimp Engine] Wires up client token verification.haibinlu2016-02-093-14/+59
* Eliminate casting WebInputEvent by using WebGestureEvent instead.maniscalco2016-02-045-63/+49
* [Blimp Net] Use checkpoitnerhaibinlu2016-01-281-1/+1
* 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