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
/
jingle_session.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switch remoting/protocol to new callbacks
sergeyu@chromium.org
2011-10-07
1
-6
/
+7
*
Parse termination reason and propagate the error to the Session interface.
sergeyu@chromium.org
2011-09-27
1
-0
/
+6
*
Delete Tracked, and move Location to its own file.
ajwong@chromium.org
2011-09-21
1
-0
/
+1
*
Access Session::config() and Session::jid() on the correct thread only.
sergeyu@chromium.org
2011-09-13
1
-8
/
+2
*
Chromoting protocol implementation based on P2P Transport API.
sergeyu@chromium.org
2011-09-12
1
-7
/
+0
*
Revert 100589 - Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-12
1
-2
/
+8
*
Access Session::config() on the correct thread.
sergeyu@chromium.org
2011-09-10
1
-8
/
+2
*
Pass SessionConfig by reference instead of pointer.
sergeyu@chromium.org
2011-09-10
1
-12
/
+12
*
Use plugin main thread for network code on the client side
sergeyu@chromium.org
2011-08-22
1
-13
/
+11
*
Parsers and formatters for jingle messages.
sergeyu@chromium.org
2011-08-19
1
-4
/
+0
*
Use MessageLoopProxy for network message loop.
sergeyu@chromium.org
2011-08-12
1
-3
/
+3
*
Remove key exchange code from JingleSession.
sergeyu@chromium.org
2011-08-11
1
-61
/
+0
*
Simplify channel creation callbacks in remoting::Session interface.
sergeyu@chromium.org
2011-08-11
1
-23
/
+16
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-11
1
-31
/
+6
*
Revert 96089 - Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-10
1
-1
/
+24
*
Remove video_channel() from Session interface
sergeyu@chromium.org
2011-08-09
1
-24
/
+1
*
Disable RTP support in remoting protocol code.
sergeyu@chromium.org
2011-08-03
1
-19
/
+6
*
Add WARN_UNUSED_RESULT to crypto/hmac.h
rsleevi@chromium.org
2011-07-30
1
-2
/
+5
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-29
1
-1
/
+11
*
Revert 94247 - Add an authentication step to stream channel setup in JingleSt...
wez@chromium.org
2011-07-27
1
-11
/
+1
*
Add an authentication step to stream channel setup in JingleStreamConnector.
wez@chromium.org
2011-07-27
1
-1
/
+11
*
Expose nat_traversal flag to host and client plugins.
sergeyu@chromium.org
2011-07-26
1
-0
/
+8
*
some cleanup for base/stl_util
dilmah@chromium.org
2011-07-19
1
-1
/
+1
*
Don't use X509Certificate in chromoting code.
sergeyu@chromium.org
2011-07-16
1
-5
/
+6
*
Move channel initialization logic to JingleChannel class.
sergeyu@chromium.org
2011-07-15
1
-247
/
+151
*
Revert 92641 because it doesn't compile - Move channel initialization logic t...
sadrul@chromium.org
2011-07-15
1
-151
/
+247
*
Move channel initialization logic to JingleChannel class.
sergeyu@chromium.org
2011-07-15
1
-247
/
+151
*
Remove SocketWrapper, which should no longer be needed since we're explicitly...
wez@chromium.org
2011-07-08
1
-44
/
+20
*
Minor cleanups in JingleSession and JingleSessionManager.
sergeyu@chromium.org
2011-07-07
1
-2
/
+6
*
Fix Valgrind errors in remoting_unittests.
sergeyu@chromium.org
2011-07-07
1
-6
/
+13
*
Comment another failing DCHECK.
sergeyu@chromium.org
2011-07-07
1
-3
/
+4
*
Comment DCHECK that fails on the host side.
sergeyu@chromium.org
2011-07-06
1
-1
/
+4
*
Make Session and SessionManager not thread-safe and not ref-counted.
sergeyu@chromium.org
2011-07-06
1
-27
/
+40
*
PseudoTcp to expose settings of nagling and ACK delay
hclam@chromium.org
2011-06-30
1
-1
/
+10
*
Cleanup usage of JingleThread in the protocol code.
sergeyu@chromium.org
2011-06-24
1
-1
/
+0
*
Fix JingleSession to respect net::StreamSocket Read/Write semantics.
wez@chromium.org
2011-06-24
1
-52
/
+86
*
Added client-side support for the TLS cached info
rkn@chromium.org
2011-06-22
1
-0
/
+1
*
This change is part of a cleanup of the remoting component's session initiali...
wez@chromium.org
2011-06-17
1
-1
/
+1
*
Initial key exchange implementation.
sergeyu@chromium.org
2011-06-01
1
-22
/
+89
*
Fix crash condition if caller deletes PseudoTcpAdaptor from within a callback.
wez@chromium.org
2011-05-25
1
-0
/
+2
*
Roll new libjingle. Use the new incoming_only flag in chromoting host.
sergeyu@chromium.org
2011-05-10
1
-18
/
+51
*
Rename ClientSocket to StreamSocket.
sergeyu@chromium.org
2011-05-05
1
-1
/
+1
*
Log an error and fail to connect on invalid Host response, rather than crashing.
wez@chromium.org
2011-04-28
1
-35
/
+57
*
Remove StreamSocketAdapter.
sergeyu@chromium.org
2011-04-23
1
-1
/
+0
*
Use PseudoTcpAdapter in Chromoting
sergeyu@chromium.org
2011-04-22
1
-68
/
+37
*
Move crypto files out of base, to a top level directory.
rvargas@google.com
2011-04-14
1
-4
/
+4
*
Revert r61181.
agl@chromium.org
2011-04-12
1
-1
/
+0
*
Moved socket adapters from remoting/jingle_glue to jingle/glue.
sergeyu@chromium.org
2011-03-31
1
-7
/
+7
*
Code cleanup related to allowed_bad_certs.
wtc@chromium.org
2011-03-14
1
-1
/
+2
*
Configure Nagle's & Delayed ACK settings for Chromoting channels.
wez@chromium.org
2011-03-07
1
-0
/
+13
[next]