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
/
remoting
/
protocol
Commit message (
Expand
)
Author
Age
Files
Lines
*
Virtual destructors should have virtual keyword.
hans@chromium.org
2011-05-25
2
-2
/
+2
*
Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.
wez@chromium.org
2011-05-25
1
-0
/
+2
*
Don't use letters in me2mom access code.
sergeyu@chromium.org
2011-05-21
1
-22
/
+1
*
Host access code verification for Me2Mom scenario.
sergeyu@chromium.org
2011-05-11
5
-51
/
+145
*
Roll new libjingle. Use the new incoming_only flag in chromoting host.
sergeyu@chromium.org
2011-05-10
3
-21
/
+62
*
Added nonce to client interface.
jamiewalch@chromium.org
2011-05-09
2
-0
/
+8
*
Chromoting to report roundtrip latency
hclam@chromium.org
2011-05-06
7
-12
/
+32
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
2
-2
/
+2
*
Log an error and fail to connect on invalid Host response, rather than crashing.
wez@chromium.org
2011-04-28
3
-39
/
+74
*
Remove StreamSocketAdapter.
sergeyu@chromium.org
2011-04-23
1
-1
/
+0
*
Use PseudoTcpAdapter in Chromoting
sergeyu@chromium.org
2011-04-22
2
-87
/
+52
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
6
-19
/
+19
*
Revert r61181.
agl@chromium.org
2011-04-12
1
-1
/
+0
*
The authenticated_ fields are moved out of stubs and into
simonmorris@chromium.org
2011-03-31
13
-274
/
+51
*
Moved socket adapters from remoting/jingle_glue to jingle/glue.
sergeyu@chromium.org
2011-03-31
3
-16
/
+19
*
Fix a few uninitialized members in remoting classes.
finnur@chromium.org
2011-03-28
5
-10
/
+17
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
22
-44
/
+44
*
ChromotingHost can have multiple connections, but only one
simonmorris@chromium.org
2011-03-23
6
-27
/
+44
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
1
-1
/
+2
*
Clear authenticated state on client disconnection.
lambroslambrou@chromium.org
2011-03-14
7
-0
/
+40
*
Inject custom NetworkManager to JingelClient
hclam@google.com
2011-03-09
1
-0
/
+2
*
Fix handling of invalid certificates in JingleSessionManager.
sergeyu@chromium.org
2011-03-08
1
-1
/
+4
*
Replace libjingle's HttpPortAllocatorSession with Pepper's http client
hclam@google.com
2011-03-08
3
-5
/
+16
*
Chromoting client don't submit login info if not connected
hclam@chromium.org
2011-03-07
2
-6
/
+24
*
Configure Nagle's & Delayed ACK settings for Chromoting channels.
wez@chromium.org
2011-03-07
1
-0
/
+13
*
Wire up the codepath from Javascript into Jingle for IQ packets.
ajwong@chromium.org
2011-03-07
2
-10
/
+32
*
Block event processing on host/client until the client has authenticated.
garykac@chromium.org
2011-03-04
14
-46
/
+253
*
Integrate P2P Sockets IPC with chromoting plugin.
sergeyu@chromium.org
2011-03-04
2
-5
/
+19
*
Switch to new libjingle branch.
sergeyu@chromium.org
2011-03-04
2
-1
/
+7
*
Refactor JingleClient to support thunking the xmpp signaling into Javascript.
ajwong@chromium.org
2011-03-03
3
-5
/
+17
*
SocketWrapper for interfacing between JingleSession and SSL sockets
hclam@chromium.org
2011-03-02
4
-15
/
+122
*
Fix up mac test client and simple host for remoting.
dmaclach@chromium.org
2011-03-02
1
-0
/
+5
*
Fold jingle_connection_to_host into connection_to_host.
garykac@chromium.org
2011-02-28
4
-305
/
+221
*
[chromoting] Fix crash in JingleSession.
sergeyu@chromium.org
2011-02-09
1
-2
/
+3
*
Another big out-of-lining of test code. Hits a lot of gmock objects
erg@google.com
2011-02-08
1
-1
/
+1
*
Fix and enable JingleSessionTest.*. Disable these tests under TSan.
sergeyu@chromium.org
2011-02-08
4
-57
/
+58
*
More out-of-lining of test code, along with a bunch of GMOCK objects.
erg@google.com
2011-02-08
3
-13
/
+59
*
Disable JingleSessionTest.TestEventChannel, flakily triggers
phajdan.jr@chromium.org
2011-02-07
1
-1
/
+2
*
Remove auto generation of certificate when chromoting client connects
hclam@chromium.org
2011-02-04
5
-53
/
+45
*
Disable JingleSessionTest.Connect, JingleSessionTest.TestControlChannel
phajdan.jr@chromium.org
2011-02-02
1
-2
/
+4
*
Chromoting host to respond to BeginSessionRequest
hclam@chromium.org
2011-01-29
2
-0
/
+15
*
Resubmit "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-28
2
-6
/
+35
*
Remove aggressive DCHECK in remoting::protocol::MessageReader()
hclam@chromium.org
2011-01-28
1
-2
/
+0
*
Use a random number to generate a self-signed certiciate for chromoting
hclam@chromium.org
2011-01-27
1
-1
/
+5
*
Revert "Fix crashes in ChromotingHost"
hclam@chromium.org
2011-01-26
2
-35
/
+6
*
Fixed memory leaks in remoting_unittests.
sergeyu@chromium.org
2011-01-26
1
-6
/
+11
*
Add PepperViewProxy to protect PepperView and ChromotingInstance on shutdown
hclam@chromium.org
2011-01-26
1
-1
/
+0
*
Fix crashes in ChromotingHost
hclam@chromium.org
2011-01-25
2
-6
/
+35
*
Changed MessageReader so that it doesn't read from the socket if there are
sergeyu@chromium.org
2011-01-22
16
-138
/
+418
*
Enable session resumption in SSLServerSocketNSS and unit tests
hclam@chromium.org
2011-01-21
1
-1
/
+0
[next]