summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Resolve addresses of STUN/Relay servers in JingleInfoRequest.sergeyu@chromium.org2011-08-0913-20/+244
* Use HMAC SHA-256, since SHA-1 won't work inside the Windows sandbox.wez@chromium.org2011-08-093-8/+8
* Use the same disconnect prompt for client and host.jamiewalch@google.com2011-08-082-17/+11
* Rebrand to use Chromoting more consistently.jamiewalch@google.com2011-08-083-12/+10
* Revert r95841 due to failing media_unittests on linux_shared bot.darin@chromium.org2011-08-081-7/+9
* Enable media.dll / libmedia.so.darin@chromium.org2011-08-081-9/+7
* Add beforeUnload handler to confirm exit.jamiewalch@google.com2011-08-063-3/+39
* gtk: Use gtk_dialog_get_content_area() throughout.tfarina@chromium.org2011-08-052-2/+4
* Removed oauth2_callback.html, merged functionality into remoting.js and impro...jamiewalch@google.com2011-08-041-4/+1
* Don't examine jingleNode unless it's non-null.jamiewalch@chromium.org2011-08-041-4/+6
* Don't use JingleThread in the client plugin.sergeyu@chromium.org2011-08-045-23/+15
* Generate Breakpad symbols for Remoting Host plugin on Mac.lambroslambrou@chromium.org2011-08-041-1/+9
* Define Chromoting's differ block size in one (and only one) place.garykac@chromium.org2011-08-046-20/+18
* Set send buffer size for the raw socket used by chromotinghclam@chromium.org2011-08-041-0/+10
* Fix crash in ScreenRecordersergeyu@chromium.org2011-08-042-2/+9
* Fix header/footer line alignment.jamiewalch@google.com2011-08-041-3/+4
* Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-041-1/+11
* Revert 95414 - Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-043-32/+10
* Future proof against things like http://crbug.com/91521dmaclach@chromium.org2011-08-043-10/+32
* Modify Chromoting logging to hook into base logging.garykac@chromium.org2011-08-0423-397/+288
* Use correct OpenGL test.jamiewalch@google.com2011-08-041-1/+1
* Rename PepperP2PChannel to PepperTransportSocketAdaptor. Implement net::Socke...sergeyu@chromium.org2011-08-035-248/+370
* Return correct value from XmppSignalStrategy::HandleStanza()sergeyu@chromium.org2011-08-035-7/+12
* Improve authentication UX.jamiewalch@google.com2011-08-035-123/+92
* Disable RTP support in remoting protocol code.sergeyu@chromium.org2011-08-034-32/+10
* Fix remoting_simple_host to use Access Code as session shared-secret for auth.wez@chromium.org2011-08-031-24/+32
* Add support for diffing partial blocks in Chromoting.garykac@chromium.org2011-08-034-64/+143
* Changed disconnect shortcut to Ctrl+Alt+Esc.jamiewalch@chromium.org2011-08-033-6/+9
* XIB: change remoting window back to a panel so it stays on top.dmaclach@chromium.org2011-08-031-2/+2
* Call Pepper's Flush command properlyhclam@chromium.org2011-08-033-9/+31
* Respect NAT traversal policy in the Chromoting client plugin.ajwong@chromium.org2011-08-033-26/+167
* Propagate connected user to web app.jamiewalch@google.com2011-08-0312-22/+88
* Add i18n support to it2me web-app.jamiewalch@google.com2011-08-028-135/+334
* Add support for hotkey to quit chromoting.dmaclach@chromium.org2011-08-024-35/+118
* Add missing virtual qualifiers to appease clang.wez@chromium.org2011-08-021-4/+4
* Separate channel authentication code from JingleStreamConnecter.sergeyu@chromium.org2011-08-025-167/+339
* Fix up window not closing on Mac.dmaclach@chromium.org2011-08-022-32/+14
* Send a small empty video packet when capturer returns no dirty recthclam@chromium.org2011-08-011-2/+7
* Optimize mac capturer to copy memory only dirty rect.hclam@chromium.org2011-08-013-13/+81
* If pepper flush returns an error then save a pending flushhclam@chromium.org2011-08-012-8/+33
* Increase PseudoTcp receive and send window sizeshclam@chromium.org2011-07-301-0/+7
* Add WARN_UNUSED_RESULT to crypto/hmac.hrsleevi@chromium.org2011-07-302-20/+23
* Fix memory leaks in remoting_unittests.sergeyu@chromium.org2011-07-307-34/+43
* Fix a flake in ConnectBadChannelAuth.wez@chromium.org2011-07-291-6/+12
* Don't use base::OneShotTimer on plugin main thread.sergeyu@chromium.org2011-07-295-34/+58
* Re-enable use of TLS False Start on stream channels.wez@chromium.org2011-07-291-5/+0
* Fix crashes when shutting down DesktopEnvironmentsergeyu@chromium.org2011-07-298-60/+146
* Add an authentication step to stream channel setup in JingleStreamConnector.wez@chromium.org2011-07-2914-62/+338
* Deal with disconnection initiated from the Host.lambroslambrou@google.com2011-07-292-8/+21
* Show transitional UI on session disconnect.lambroslambrou@google.com2011-07-282-7/+16