summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Refactor ChannelAuthenticator so that it can be used with Authenticator.sergeyu@chromium.org2011-11-156-53/+51
* Send correct termination reason when session is terminated by the host.sergeyu@chromium.org2011-11-154-11/+33
* Initial Authenticator interface.sergeyu@chromium.org2011-11-152-0/+93
* Fixed css to make host list prettier.jamiewalch@google.com2011-11-146-17/+86
* Report correct error when connection cannot be established.sergeyu@chromium.org2011-11-121-0/+9
* Initialize clip_rect_ member to be empty until explicitly set.wez@chromium.org2011-11-111-0/+1
* The chromoting client sends simple logging to the server.simonmorris@chromium.org2011-11-115-1/+349
* Cleanup: Remove unneeded forward declarations from remoting.thestig@chromium.org2011-11-1137-135/+41
* Make ConnectionToClient and ClientSession not ref-counted.sergeyu@chromium.org2011-11-1114-119/+157
* Access ChromotingHost::clients_ only on network thread.sergeyu@chromium.org2011-11-1116-314/+256
* Removed Google from product name in fr and pt_BR translations.jamiewalch@google.com2011-11-102-2/+2
* Fix the web-app not to fail if the user is not Me2Me enabled.wez@chromium.org2011-11-101-2/+4
* Move ConnectionToClient::EventHandler from ChromotingHost to ClientSessionsergeyu@chromium.org2011-11-1013-208/+193
* -Wexit-time-destructors for remoting.thakis@chromium.org2011-11-104-12/+29
* Move code in src/remoting to the new callbacks.sergeyu@chromium.org2011-11-1058-357/+254
* Fix intermittent CHECK in remoting client when shutting down.sergeyu@chromium.org2011-11-101-0/+6
* Fixed capitalization that broke jscompile.jamiewalch@google.com2011-11-091-1/+1
* Correct errant references to remoting.ClientError to remoting.Error.wez@chromium.org2011-11-081-2/+2
* Fix typo that prevents client displaying received frame rate.wez@chromium.org2011-11-082-10/+8
* Add missing return in access-token refresh case of refreshHostList.wez@chromium.org2011-11-081-0/+1
* Pretty-print IQ packets in Chromoting debug log.garykac@chromium.org2011-11-073-4/+579
* Added official translations for M16.jamiewalch@google.com2011-11-0741-41/+41
* Gather history of capture and encode time determine next recoring delayhclam@chromium.org2011-11-076-100/+139
* Remove SecureP2PSocket, since we'll be using DTLS in future.wez@chromium.org2011-11-054-525/+0
* Add verify-translations.py script.wez@chromium.org2011-11-051-0/+49
* Fix memory leak in ClientSessionTestsergeyu@chromium.org2011-11-051-2/+0
* Remove old Authentication code that we don't use or need.sergeyu@chromium.org2011-11-0536-479/+80
* React to error messages received in response to transport-info.sergeyu@chromium.org2011-11-052-3/+23
* Fix leak in IqSenderTest.sergeyu@chromium.org2011-11-042-4/+6
* Refactor IqRequest.sergeyu@chromium.org2011-11-0429-456/+485
* Centre the disconnect dialog at the bottom of the primary monitor.jamiewalch@chromium.org2011-11-031-24/+39
* Fixed UX on ChromeOS.jamiewalch@google.com2011-11-034-25/+24
* Add missing closing brace to img tag.wez@chromium.org2011-11-031-1/+1
* Add client_screen.js to I18N verification.wez@chromium.org2011-11-031-0/+2
* Small web-app clean-ups.jamiewalch@chromium.org2011-11-035-35/+34
* Fix the Chromoting Host plugin's MIME type on Linux.wez@chromium.org2011-11-031-1/+1
* An ugly but working host-list implementation for the Chromoting app.wez@chromium.org2011-11-034-0/+225
* Make Mac Chromoting Disconnect Window look good for R2L systems.dmaclach@chromium.org2011-11-024-35/+132
* removing unnecessary includeamit@chromium.org2011-11-021-1/+0
* Make sure curtain mode doesn't lock up MacOS 10.7dmaclach@chromium.org2011-11-012-12/+24
* Make ContinueWindow on Mac terminate after timeoutdmaclach@chromium.org2011-11-011-64/+91
* Change linux NAT traversal default for Chromoting.dmaclach@chromium.org2011-11-011-12/+0
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-012-2/+6
* Make X509Certificate::GetDEREncoded a static function taking an OSCertHandlersleevi@chromium.org2011-11-011-3/+5
* Roll libjingle 88:92sergeyu@chromium.org2011-11-013-3/+3
* Don't send a session-terminate in disconnect() if WCS not initialised.wez@chromium.org2011-11-011-14/+14
* Get web-app name, MIME type and description from gyp file for all platforms, ...jamiewalch@google.com2011-10-315-53/+58
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-9/+7
* Refactored web-appjamiewalch@chromium.org2011-10-2813-773/+1111
* Added missing parameter to function.jamiewalch@google.com2011-10-271-1/+1