summaryrefslogtreecommitdiffstats
path: root/remoting
Commit message (Expand)AuthorAgeFilesLines
* Add URLRequestJobFactories to URLRequestContexts without one.mmenke@chromium.org2014-06-131-0/+2
* Updating XTBs based on .GRDs from branch 1985matthewyuan@chromium.org2014-06-1241-164/+0
* Fix MediaSource renderer to limit memory consumption.sergeyu@chromium.org2014-06-127-18/+55
* Fix token URL policy processing.rmsousa@chromium.org2014-06-111-162/+169
* Remove base/memory/scoped_handle.hbrettw@chromium.org2014-06-101-1/+0
* Third Party Authentication for Android Part II - Java Native Interface plumbingkelvinp@chromium.org2014-06-105-8/+97
* Load LLVMpipe GL driver in Chromoting desktop sessionlambroslambrou@chromium.org2014-06-091-0/+9
* Remove cdn from OWNERS for IPC security review.palmer@chromium.org2014-06-081-1/+0
* Send TextEvent for keyboard event generated by software keyboard.sergeyu@chromium.org2014-06-061-22/+46
* Third Party Authentication for Android Part I - TokenFetcherProxy.kelvinp@chromium.org2014-06-069-97/+119
* Add IPC::ChannelProxy::Create() and IPC::SyncChannel::Create()morrita@chromium.org2014-06-059-45/+40
* TextEvent support on Linuxsergeyu@chromium.org2014-06-056-2/+996
* Work around jscompile bug.jamiewalch@chromium.org2014-06-051-1/+2
* Remove PlatformFile from remotingrvargas@chromium.org2014-06-0411-49/+33
* Fix Chromoting client startup warnings.garykac@chromium.org2014-06-032-8/+15
* Cleanup: Get rid of unneeded base::UTF16ToWide() conversions.thestig@chromium.org2014-06-031-2/+1
* Fix Chromoting Android client crashed on launchkelvinp@chromium.org2014-06-021-3/+3
* Revert 274310 "Introduce IPC::ChannelProxy::Create*() and IPC::S..."lambroslambrou@chromium.org2014-06-028-36/+42
* Remove extra newline in log lines from plugin.garykac@chromium.org2014-06-021-1/+1
* Introduce IPC::ChannelProxy::Create*() and IPC::SynChannel::Create*()morrita@chromium.org2014-06-028-42/+36
* Client-side changes to support requesting lossless encode & color.wez@chromium.org2014-05-313-10/+59
* Clean up VideoEncoderVpx tests.wez@chromium.org2014-05-311-14/+14
* Set allow_new_privs when launching CRD host controller from the NM process.sergeyu@chromium.org2014-05-311-0/+6
* Host extensionsdcaiafa@chromium.org2014-05-3010-5/+366
* Extend VideoControl to allow clients to request lossless modes.wez@chromium.org2014-05-309-47/+209
* Use base::STLSet* in place of std::set_* for simplicity.zard17@gmail.com2014-05-301-10/+4
* Revert 273652 "Host extensions"mattm@chromium.org2014-05-3010-365/+4
* Host extensionsdcaiafa@chromium.org2014-05-2910-4/+365
* Always call talk_base::InitializeSSL() in chromoting plugin.sergeyu@chromium.org2014-05-291-2/+5
* Updating XTBs based on .GRDs from branch 2019karen@chromium.org2014-05-2941-0/+164
* Fix VideoScheduler not to stop after empty frames.sergeyu@chromium.org2014-05-281-14/+18
* Restore client advertisement of VP9 support.wez@chromium.org2014-05-281-0/+1
* Android: cleanup gtest_target_type conditions.bulach@chromium.org2014-05-282-7/+7
* Updating XTBs based on .GRDs from branch 1985matthewyuan@chromium.org2014-05-2741-89/+130
* Initialize JingleThreadWrapper in the Android clientsergeyu@chromium.org2014-05-271-0/+3
* Move all callers of GetHomeDir() to PathService::Get(base::DIR_HOME).nkostylev@chromium.org2014-05-272-4/+7
* Add support for I444 frames to VideoDecoderVpx.wez@chromium.org2014-05-261-75/+120
* More reliable keep-alive video packets.sergeyu@chromium.org2014-05-262-23/+58
* Call talk_base::InitializeSSL() in the remoting clientsergeyu@chromium.org2014-05-262-20/+8
* Change video channel timeout to 2 seconds instead of 1sergeyu@chromium.org2014-05-261-1/+1
* Remove the NPAPI plugin from the webapp. weitaosu@chromium.org2014-05-245-126/+58
* Make reconnection in response to video channel inactivity less aggressive.sergeyu@chromium.org2014-05-241-13/+3
* Cleanup: Use base::CommandLine in remoting/thestig@chromium.org2014-05-2319-60/+71
* Handle odd width and height in the MediaSource renderer.sergeyu@chromium.org2014-05-231-1/+17
* Pull out common code from client and host versions of ServerLogEntry.lambroslambrou@chromium.org2014-05-2226-588/+683
* Allow mouse-input to be enabled even if the plugin does not have keyboard focus.jamiewalch@chromium.org2014-05-224-3/+21
* Switch CandidateSession to use lists rather than vectors.wez@chromium.org2014-05-228-67/+51
* Automatic host installation for IT2Me on Windows.weitaosu@chromium.org2014-05-227-50/+91
* Move ConnectionToHost parameters out from Connect() call.wez@chromium.org2014-05-226-59/+73
* Add a command-line option to enable VP9 encoding.wez@chromium.org2014-05-221-3/+8