summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* remoting: convert another unittest MessageLoop to MessageLoopForIOagl@chromium.org2012-03-141-1/+1
* Making remoting unittests use an IO MessageLoop.agl@chromium.org2012-03-141-1/+1
* Remove NewRequiredCallback.brettw@chromium.org2012-03-101-3/+2
* Making sure NetworkSettings is always properly initialized.alexeypa@chromium.org2012-03-081-0/+1
* Convert uses of int ms to TimeDelta in jingle and remoting.tedvessenes@gmail.com2012-03-051-3/+5
* Include the headers from the libjingle overrides.ronghuawu@chromium.org2012-03-034-6/+7
* Cleanup: Another round of unused forward declaration cleanup.thestig@chromium.org2012-03-033-14/+6
* Cleanup error handling in the client plugin.sergeyu@chromium.org2012-03-0211-81/+77
* Fix flakiness of the TestFailedChannelAuth unittest.sergeyu@chromium.org2012-03-021-13/+26
* Set incoming_only flag on the host side when NAT traversal is disabled.sergeyu@chromium.org2012-03-027-11/+37
* * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_...ronghuawu@chromium.org2012-03-011-9/+11
* Fix JingleSession to properly set initiator field in session.sergeyu@chromium.org2012-02-292-0/+11
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-264-72/+116
* Revert 123635 - Implement timeouts for IQ requests.jamesr@chromium.org2012-02-254-115/+72
* Implement timeouts for IQ requests.sergeyu@chromium.org2012-02-254-72/+115
* Rename PepperSession to JingleSession.sergeyu@chromium.org2012-02-248-235/+104
* Fix leaks due to async cleanup in LibjingleTransportFactory.sergeyu@chromium.org2012-02-241-0/+1
* Delete Session and SessionManager object synchronously.sergeyu@chromium.org2012-02-246-37/+108
* Use scoped_ptr to pass ownership in SignalStrategy.sergeyu@chromium.org2012-02-234-23/+24
* Switch host to the new signaling code.sergeyu@chromium.org2012-02-2210-1881/+0
* Implement support for route change notifications in the Transport interface.sergeyu@chromium.org2012-02-215-1/+67
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-212-15/+1
* Libjingle-based TransportFactory implementation.sergeyu@chromium.org2012-02-218-12/+418
* Remove erroneous DCHECK from KeyEventTrackerdcaiafa@chromium.org2012-02-181-2/+1
* Revert 119390 - Log out input event modifiers and pressed keys every time ESC...wez@chromium.org2012-02-172-22/+1
* Fix PepperSession to send message replies in correct order.sergeyu@chromium.org2012-02-175-43/+54
* Fix PepperSessionManager to reply to session-accept.sergeyu@chromium.org2012-02-161-0/+2
* Revert 121055 - Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-092-3/+17
* Implement support for incoming sessions in PepperSessionManager.sergeyu@chromium.org2012-02-094-84/+195
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-099-77/+344
* Revert 121094 - Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-099-342/+77
* Add abstract interfaces for the transport layer.sergeyu@chromium.org2012-02-089-77/+342
* Remove BeginSessionDeprecated.sergeyu@chromium.org2012-02-082-17/+3
* Make Me2Me host and client auth behaviour match user expectations.sergeyu@chromium.org2012-02-081-0/+10
* Coverity: Initialize member variables.jhawkins@chromium.org2012-02-082-1/+3
* Remove V1 authenticator support from Me2Me host.sergeyu@chromium.org2012-02-071-10/+3
* Use scoped_ptr<> for channel creation callbacks.sergeyu@chromium.org2012-02-0528-208/+197
* Fix crash on disconnectdcaiafa@chromium.org2012-02-044-11/+75
* Allow verbatim codec to be negotiated for a Chromoting session since having a...alexeypa@chromium.org2012-02-031-1/+6
* Log IP/port of host as well as client in Me2Me hostlambroslambrou@chromium.org2012-02-025-13/+33
* Enable NegotiatingAuthentication in It2Me host.sergeyu@chromium.org2012-01-311-8/+6
* Use NegotiatingAuthenticator instead of V2Authenticator.sergeyu@chromium.org2012-01-315-81/+22
* Implement NegotiatingAuthenticator.sergeyu@chromium.org2012-01-309-42/+519
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+2
* Actually enable NAT traversal in Chromoting client.sergeyu@chromium.org2012-01-272-5/+2
* Log out input event modifiers and pressed keys every time ESC key is released.alexeypa@chromium.org2012-01-272-1/+22
* Return NULL form ConnectionToHost::input_stub() until connection is connected.sergeyu@chromium.org2012-01-271-0/+4
* Return correct error code when Me2Me client has invalid JID.sergeyu@chromium.org2012-01-271-10/+49
* Enable NAT traversal for chromoting client.sergeyu@chromium.org2012-01-251-0/+1
* More plumbing for logging connection IP addresseslambroslambrou@google.com2012-01-254-6/+32