summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Set the initial resolution of an RDP session to the client screen resolution ...alexeypa@chromium.org2013-04-1938-67/+667
* Restart the Chromoting daemon after one minute when it crashes.alexeypa@chromium.org2013-04-191-1/+12
* Fix DCHECK when asynchronous auth finishes after the connection fails.rmsousa@chromium.org2013-04-181-1/+7
* Do not access memory freed by WTSFreeMemory().alexeypa@chromium.org2013-04-171-1/+2
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Fixed missing CONNECTED state transition.jamiewalch@chromium.org2013-04-161-3/+3
* Enable RDP integration by default when the curtain mode is enabled by the pol...alexeypa@chromium.org2013-04-162-9/+21
* Cancel any modal UI shown by the RDP control.alexeypa@chromium.org2013-04-162-6/+106
* Remove unnecessary #include.pkasting@chromium.org2013-04-151-2/+0
* Call ChromotingClient::Initialize() before any packets can arrive.alexeypa@chromium.org2013-04-134-1/+8
* Remove base::DictionaryValue::HasNext.pneubeck@chromium.org2013-04-123-4/+4
* Fix build error when enable_remoting_host==1davemoore@chromium.org2013-04-101-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-0923-89/+118
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-0923-118/+89
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-0923-89/+118
* Convert Chromoting to use the new, non-deprecated flexboxcbiesinger@chromium.org2013-04-093-8/+8
* Fix chromoting client crash.sergeyu@chromium.org2013-04-081-1/+4
* Rewrite scoped_array<T> to scoped_ptr<T[]> in remoting/, Linux edition.dcheng@chromium.org2013-04-0817-26/+26
* Disable Composite iff running Unity 2D.wez@chromium.org2013-04-061-1/+9
* Change default size for RDP screens to 1280x768.wez@chromium.org2013-04-061-1/+1
* Client plugin changes to support third party authentication. rmsousa@chromium.org2013-04-0614-17/+189
* Host-side third party token validationrmsousa@chromium.org2013-04-0614-31/+457
* Fixed apps v2 patch w.r.t. settings migration.jamiewalch@chromium.org2013-04-061-4/+13
* Search & replace of -webkit-box-shadow -> box-shadowcbiesinger@chromium.org2013-04-063-16/+16
* Migrate window.localStorage settings to chrome.storage.local at start-up.jamiewalch@chromium.org2013-04-051-0/+26
* Refactored the disconnect window such that it can be owned by the desktop env...alexeypa@chromium.org2013-04-0528-363/+584
* Update calls to scoped_array<T>::reset(NULL) to use the no-arg version.dcheng@chromium.org2013-04-041-1/+1
* Add remapKeys per-host advanced option.wez@chromium.org2013-04-041-6/+66
* Blacklist Chrome <= 26.xxx for Native Messaginglambroslambrou@chromium.org2013-04-031-0/+10
* Separate Client and Host side of NegotiatingAuthenticator, and make the proto...rmsousa@chromium.org2013-04-0314-346/+534
* Restore clickable status after canceling host rename.jamiewalch@chromium.org2013-04-031-2/+2
* Don't reload the web-app at any point in the client-side flow.jamiewalch@chromium.org2013-04-026-88/+109
* Add HostPluginWrapper and implement GetState() in Chromoting webapp.lambroslambrou@chromium.org2013-04-026-12/+162
* Close the RDP connection if the authentication warning dialog is about to be ...alexeypa@chromium.org2013-04-022-3/+15
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-2/+2
* Fix build failure of remoting in linux_chromeos + Official.kinaba@chromium.org2013-04-011-3/+3
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-315-11/+9
* Don't use $USER for Local Login checklambroslambrou@chromium.org2013-03-304-35/+34
* Implement hello exchange with Chromoting Native Messaging hostlambroslambrou@chromium.org2013-03-302-46/+104
* Moved code implementing message-only windows to a dedicated class (Windows on...alexeypa@chromium.org2013-03-308-236/+378
* Remove experimental code to pick the "warmest" socketmmenke@chromium.org2013-03-303-20/+0
* Restore multi-thread support to RunningAverage.wez@chromium.org2013-03-302-6/+9
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-305-5/+5
* Set SHELL environment in Chromoting session.lambroslambrou@chromium.org2013-03-291-1/+2
* net: extract net/cert out of net/basephajdan.jr@chromium.org2013-03-295-19/+7
* Set environment variables in chromoting sessionlambroslambrou@chromium.org2013-03-281-1/+2
* Refactor getLocalHostStateAndId to help with native messaging implementation.jamiewalch@chromium.org2013-03-264-65/+117
* Don't display full-precision averages of our connection stats.jamiewalch@chromium.org2013-03-261-1/+1
* Destroy NetworkChangeNotifier on the thread on which it is createdsergeyu@chromium.org2013-03-261-3/+4
* DesktopEnvironment is now responsible for creation of the local input monitor.alexeypa@chromium.org2013-03-2520-358/+185