index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
blimp
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix GN warning about missing source in blimp/net
martina.kollarova
2016-01-20
1
-1
/
+0
*
Fix remaining incompatibilities between scoped_ptr and unique_ptr.
dcheng
2016-01-20
3
-3
/
+3
*
Blimp: add some hard-coded actions on client startup.
kmarshall
2016-01-13
1
-0
/
+1
*
[Blimp] Always invoke callback after a feature finishes processing a message.
haibinlu
2016-01-11
2
-0
/
+2
*
Uses BlimpMessageThreadPipe and its proxy to relay blimp messages between fe...
haibinlu
2016-01-06
1
-3
/
+2
*
[Blimp Engine] CL 1535903002 followup
haibinlu
2016-01-06
5
-17
/
+17
*
Implementation and fixes for Blimp client/engine E2E communication.
kmarshall
2016-01-05
20
-93
/
+241
*
Add a BlimpMessageThreadPipe helper for UI<->IO thread transitions.
wez
2015-12-23
4
-1
/
+311
*
Remove unused using declarations from unit-test.
wez
2015-12-21
1
-2
/
+0
*
Switch to standard integer types in blimp/.
avi
2015-12-20
13
-18
/
+29
*
The checkpointer takes income messages from blimp connection, monitors their ...
haibinlu
2015-12-19
5
-10
/
+75
*
This is an integration test that involves underlying TCP connection and Blimp...
haibinlu
2015-12-18
2
-19
/
+79
*
[Blimp Net] Adds unit test for BrowserConnectionHandler
haibinlu
2015-12-18
8
-7
/
+235
*
[Blimp] Rename CONTROL proto type to TAB_CONTROL.
haibinlu
2015-12-17
2
-2
/
+2
*
Implement a simple BlimpMessageCheckpointer.
wez
2015-12-10
5
-2
/
+274
*
Adds a protocol version file and sends START_CONNECTION message in client con...
haibinlu
2015-12-09
3
-4
/
+36
*
Add a basic BlimpClientSession object.
dtrainor
2015-12-09
1
-0
/
+1
*
[Blimp Net] Add EngineAuthHandler.
haibinlu
2015-12-09
8
-3
/
+319
*
Blimp: Allow MessagePump's MessageProcessor to be unset.
wez
2015-12-08
3
-14
/
+57
*
Add CreateBlimpMessage helper function library.
kmarshall
2015-12-04
2
-3
/
+4
*
Convert remaining instances of scoped_ptr::Pass() to std::move.
kmarshall
2015-12-04
1
-3
/
+3
*
[Blimp Net] Implements ClientConnectionManager.
haibinlu
2015-12-04
5
-28
/
+177
*
Add NavigationMessageProcessor for Blimp
dtrainor
2015-12-03
1
-1
/
+1
*
Make PacketReader/PacketWriter interfaces async-only.
kmarshall
2015-12-03
14
-363
/
+190
*
Implementation for the Blimp Message Buffer.
kmarshall
2015-12-02
7
-25
/
+467
*
Move blimp/net/test_common.h/cc to a separate source_set.
dtrainor
2015-12-02
1
-2
/
+18
*
Add glue between the client and engine for Blimp
dtrainor
2015-12-01
3
-0
/
+47
*
[Blimp Net] Implement Engine Connection Manager.
haibinlu
2015-11-30
12
-21
/
+196
*
Move all Pass() calls in blimp/ to std::move()
dtrainor
2015-11-30
10
-28
/
+34
*
[Blimp Net] Adds BrowserConnectionHandler.
haibinlu
2015-11-30
5
-3
/
+168
*
Serialize a subset of WebInputEvents to protobufs.
dtrainor
2015-11-30
8
-5
/
+607
*
[Blimp Net] Makes BlimpTransport.Connect async-only
haibinlu
2015-11-20
6
-26
/
+36
*
[Blimp Net] Implement BlimpConnection.
haibinlu
2015-11-20
7
-11
/
+335
*
[Blimp]Add BlimpMessagePump to BlimpConnection.
haibinlu
2015-11-17
14
-17
/
+396
*
Add implementation and unit tests for BlimpMessageMultiplexer.
kmarshall
2015-11-13
4
-0
/
+216
*
[Blimp] Add tcp server transport.
haibinlu
2015-11-13
5
-1
/
+221
*
Change BlimpMessageProcessor to take scoped_ptr messages.
kmarshall
2015-11-12
8
-17
/
+32
*
Add interfaces for most major Blimp net components.
kmarshall
2015-11-12
2
-2
/
+3
*
Add interfaces for most major Blimp net components.
kmarshall
2015-11-12
20
-134
/
+472
*
Change BlimpTransport to vend BlimpConnections.
kmarshall
2015-11-10
3
-11
/
+12
*
Change BlimpTransport to vend BlimpConnections.
kmarshall
2015-11-05
16
-222
/
+364
*
Define BlimpTransport abstract base class,
kmarshall
2015-11-03
4
-0
/
+142
*
Created BlimpMessageWriter, which frames and sends data over a Socket.
kmarshall
2015-10-27
6
-3
/
+504
*
Rename BlimpClientSession to BlimpConnection, which is shared between client ...
haibinlu
2015-10-26
3
-12
/
+12
*
Create Blimp PacketReader class.
kmarshall
2015-10-23
8
-0
/
+786
*
Export blimp::BlimpClientSession to fix component build.
dcheng
2015-10-21
1
-1
/
+2
*
Create "blimp_unittests" test target which will run all Blimp unittests.
kmarshall
2015-10-16
1
-12
/
+3
*
[Blimp] Adds Blimp EngineSession and ClientSession skeleton.
haibinlu
2015-10-15
3
-0
/
+38
*
Blimp: create MessageDispatcher class.
kmarshall
2015-10-14
6
-0
/
+239
*
Add net/base and net/socket DEPS to Blimp net source tree.
kmarshall
2015-10-09
1
-0
/
+4