| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the plumbing that will carry a clipboard item from a chromoting client to... | simonmorris@chromium.org | 2012-03-16 | 12 | -12/+153 |
* | Add an SSLConfig option to explicit disable NSSHttpIO. | agl@chromium.org | 2012-03-15 | 3 | -3/+4 |
* | Add a boolean |has_context| argument to the TLS ExportKeyingMaterial | wtc@chromium.org | 2012-03-15 | 1 | -2/+2 |
* | Roll libjingle to r124. Removed overrides for the ws2 fixes. | ronghuawu@chromium.org | 2012-03-15 | 5 | -4/+14 |
* | remoting: convert another unittest MessageLoop to MessageLoopForIO | agl@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Making remoting unittests use an IO MessageLoop. | agl@chromium.org | 2012-03-14 | 1 | -1/+1 |
* | Remove NewRequiredCallback. | brettw@chromium.org | 2012-03-10 | 1 | -3/+2 |
* | Making sure NetworkSettings is always properly initialized. | alexeypa@chromium.org | 2012-03-08 | 1 | -0/+1 |
* | Convert uses of int ms to TimeDelta in jingle and remoting. | tedvessenes@gmail.com | 2012-03-05 | 1 | -3/+5 |
* | Include the headers from the libjingle overrides. | ronghuawu@chromium.org | 2012-03-03 | 4 | -6/+7 |
* | Cleanup: Another round of unused forward declaration cleanup. | thestig@chromium.org | 2012-03-03 | 3 | -14/+6 |
* | Cleanup error handling in the client plugin. | sergeyu@chromium.org | 2012-03-02 | 11 | -81/+77 |
* | Fix flakiness of the TestFailedChannelAuth unittest. | sergeyu@chromium.org | 2012-03-02 | 1 | -13/+26 |
* | Set incoming_only flag on the host side when NAT traversal is disabled. | sergeyu@chromium.org | 2012-03-02 | 7 | -11/+37 |
* | * Remove the dependency to ws2_32.dll from talk_base::ThreadManager and talk_... | ronghuawu@chromium.org | 2012-03-01 | 1 | -9/+11 |
* | Fix JingleSession to properly set initiator field in session. | sergeyu@chromium.org | 2012-02-29 | 2 | -0/+11 |
* | Implement timeouts for IQ requests. | sergeyu@chromium.org | 2012-02-26 | 4 | -72/+116 |
* | Revert 123635 - Implement timeouts for IQ requests. | jamesr@chromium.org | 2012-02-25 | 4 | -115/+72 |
* | Implement timeouts for IQ requests. | sergeyu@chromium.org | 2012-02-25 | 4 | -72/+115 |
* | Rename PepperSession to JingleSession. | sergeyu@chromium.org | 2012-02-24 | 8 | -235/+104 |
* | Fix leaks due to async cleanup in LibjingleTransportFactory. | sergeyu@chromium.org | 2012-02-24 | 1 | -0/+1 |
* | Delete Session and SessionManager object synchronously. | sergeyu@chromium.org | 2012-02-24 | 6 | -37/+108 |
* | Use scoped_ptr to pass ownership in SignalStrategy. | sergeyu@chromium.org | 2012-02-23 | 4 | -23/+24 |
* | Switch host to the new signaling code. | sergeyu@chromium.org | 2012-02-22 | 10 | -1881/+0 |
* | Implement support for route change notifications in the Transport interface. | sergeyu@chromium.org | 2012-02-21 | 5 | -1/+67 |
* | Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-21 | 2 | -15/+1 |
* | Libjingle-based TransportFactory implementation. | sergeyu@chromium.org | 2012-02-21 | 8 | -12/+418 |
* | Remove erroneous DCHECK from KeyEventTracker | dcaiafa@chromium.org | 2012-02-18 | 1 | -2/+1 |
* | Revert 119390 - Log out input event modifiers and pressed keys every time ESC... | wez@chromium.org | 2012-02-17 | 2 | -22/+1 |
* | Fix PepperSession to send message replies in correct order. | sergeyu@chromium.org | 2012-02-17 | 5 | -43/+54 |
* | Fix PepperSessionManager to reply to session-accept. | sergeyu@chromium.org | 2012-02-16 | 1 | -0/+2 |
* | Revert 121055 - Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-09 | 2 | -3/+17 |
* | Implement support for incoming sessions in PepperSessionManager. | sergeyu@chromium.org | 2012-02-09 | 4 | -84/+195 |
* | Add abstract interfaces for the transport layer. | sergeyu@chromium.org | 2012-02-09 | 9 | -77/+344 |
* | Revert 121094 - Add abstract interfaces for the transport layer. | sergeyu@chromium.org | 2012-02-09 | 9 | -342/+77 |
* | Add abstract interfaces for the transport layer. | sergeyu@chromium.org | 2012-02-08 | 9 | -77/+342 |
* | Remove BeginSessionDeprecated. | sergeyu@chromium.org | 2012-02-08 | 2 | -17/+3 |
* | Make Me2Me host and client auth behaviour match user expectations. | sergeyu@chromium.org | 2012-02-08 | 1 | -0/+10 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2012-02-08 | 2 | -1/+3 |
* | Remove V1 authenticator support from Me2Me host. | sergeyu@chromium.org | 2012-02-07 | 1 | -10/+3 |
* | Use scoped_ptr<> for channel creation callbacks. | sergeyu@chromium.org | 2012-02-05 | 28 | -208/+197 |
* | Fix crash on disconnect | dcaiafa@chromium.org | 2012-02-04 | 4 | -11/+75 |
* | Allow verbatim codec to be negotiated for a Chromoting session since having a... | alexeypa@chromium.org | 2012-02-03 | 1 | -1/+6 |
* | Log IP/port of host as well as client in Me2Me host | lambroslambrou@chromium.org | 2012-02-02 | 5 | -13/+33 |
* | Enable NegotiatingAuthentication in It2Me host. | sergeyu@chromium.org | 2012-01-31 | 1 | -8/+6 |
* | Use NegotiatingAuthenticator instead of V2Authenticator. | sergeyu@chromium.org | 2012-01-31 | 5 | -81/+22 |
* | Implement NegotiatingAuthenticator. | sergeyu@chromium.org | 2012-01-30 | 9 | -42/+519 |
* | Cleanup: Remove static storage for variables in an unnamed namespace. | jhawkins@chromium.org | 2012-01-28 | 1 | -2/+2 |
* | Actually enable NAT traversal in Chromoting client. | sergeyu@chromium.org | 2012-01-27 | 2 | -5/+2 |
* | Log out input event modifiers and pressed keys every time ESC key is released. | alexeypa@chromium.org | 2012-01-27 | 2 | -1/+22 |