| Commit message (Expand) | Author | Age | Files | Lines |
* | Cope gracefully with scripts querying stats before client has started. | wez@chromium.org | 2011-04-26 | 3 | -5/+9 |
* | Remove StreamSocketAdapter. | sergeyu@chromium.org | 2011-04-23 | 1 | -1/+0 |
* | Use PseudoTcpAdapter in Chromoting | sergeyu@chromium.org | 2011-04-22 | 2 | -87/+52 |
* | Use AutoTaskRunner to run tasks automatically, even if validation checks fail. | lambroslambrou@chromium.org | 2011-04-21 | 5 | -41/+32 |
* | If the user selects scale-to-fit, then PepperView starts | simonmorris@chromium.org | 2011-04-20 | 15 | -53/+423 |
* | Fix build break on the dbg-shlib bot | sergeyu@chromium.org | 2011-04-20 | 1 | -0/+1 |
* | Added GetLocalAddress() in net::ClientSocket. | sergeyu@chromium.org | 2011-04-19 | 2 | -0/+11 |
* | CL 6822065 streamlined the login process by using a form. | simonmorris@chromium.org | 2011-04-19 | 1 | -1/+1 |
* | Don't flip buffer--process it with a negative stride instead. | jamiewalch@chromium.org | 2011-04-18 | 2 | -16/+7 |
* | Extend invalid_rects_ lock to protect read as well as update. | jamiewalch@chromium.org | 2011-04-15 | 1 | -4/+2 |
* | Fix up login screen for remoting. | dmaclach@chromium.org | 2011-04-14 | 2 | -24/+29 |
* | Move crypto files out of base, to a top level directory. | rvargas@google.com | 2011-04-14 | 12 | -34/+38 |
* | Add basic video stats to Chromoting client status bar. | garykac@chromium.org | 2011-04-13 | 1 | -1/+28 |
* | Revert r61181. | agl@chromium.org | 2011-04-12 | 1 | -1/+0 |
* | 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c... | polina@google.com | 2011-04-11 | 1 | -2/+2 |
* | Update wording to be more specific about the type of password required. | ajwong@chromium.org | 2011-04-11 | 1 | -2/+3 |
* | Update Chromoting app-engine to invoke sandboxed connections. | ajwong@chromium.org | 2011-04-07 | 6 | -6/+138 |
* | Fix clang build | hclam@chromium.org | 2011-04-05 | 2 | -0/+4 |
* | Fix build breaks | hclam@google.com | 2011-04-05 | 1 | -5/+5 |
* | Report capture and encode time for chromoting | hclam@google.com | 2011-04-05 | 14 | -23/+87 |
* | Report decode and render latency for Chromoting | hclam@google.com | 2011-04-05 | 8 | -12/+57 |
* | Measure bandwidth for chromoting video channel | hclam@google.com | 2011-04-05 | 13 | -3/+302 |
* | Clean up remoting project | dmaclach@chromium.org | 2011-04-04 | 43 | -1036/+723 |
* | The mock input stub deletes the done task. | simonmorris@chromium.org | 2011-04-04 | 1 | -0/+4 |
* | Correction for r80070: call DoStartSession(), enable TCP. | sergeyu@chromium.org | 2011-04-01 | 1 | -3/+5 |
* | Fix a bug in CapturerFake introduced in r79679. | simonmorris@chromium.org | 2011-04-01 | 1 | -2/+1 |
* | Chromoting: Disable NAT traversing | sergeyu@chromium.org | 2011-03-31 | 2 | -7/+21 |
* | The authenticated_ fields are moved out of stubs and into | simonmorris@chromium.org | 2011-03-31 | 23 | -328/+329 |
* | Moved socket adapters from remoting/jingle_glue to jingle/glue. | sergeyu@chromium.org | 2011-03-31 | 15 | -977/+24 |
* | Allow for video frames after curtain mode is disabled. | jamiewalch@chromium.org | 2011-03-30 | 1 | -0/+3 |
* | Curtain mode interface, hooks and unit tests. | jamiewalch@chromium.org | 2011-03-30 | 16 | -19/+326 |
* | Fix VS 2010 build. | jam@chromium.org | 2011-03-29 | 1 | -0/+1 |
* | Capturer is now pure virtual. The implementation it used to | simonmorris@chromium.org | 2011-03-29 | 22 | -292/+541 |
* | Add remoting/OWNERS | sergeyu@chromium.org | 2011-03-28 | 1 | -0/+9 |
* | Fix a few uninitialized members in remoting classes. | finnur@chromium.org | 2011-03-28 | 5 | -10/+17 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 80 | -161/+161 |
* | Fix permissions broken in r79114. | simonmorris@chromium.org | 2011-03-23 | 2 | -0/+0 |
* | ChromotingHost can have multiple connections, but only one | simonmorris@chromium.org | 2011-03-23 | 16 | -242/+356 |
* | [Jingle] Refactored some notifier-related structs/classes | akalin@chromium.org | 2011-03-22 | 1 | -1/+1 |
* | fix comments | dilmah@chromium.org | 2011-03-22 | 2 | -2/+2 |
* | Implemented shared memory capture method. | jamiewalch@chromium.org | 2011-03-21 | 4 | -71/+340 |
* | Hardcode gmail cert for chromoting. | sergeyu@chromium.org | 2011-03-19 | 1 | -0/+40 |
* | Normalize the top-level ui/ module. | rsesek@chromium.org | 2011-03-18 | 1 | -2/+2 |
* | Improve AlignRect() readability, and handle bad rectangles more gracefully (w... | lambroslambrou@chromium.org | 2011-03-17 | 3 | -19/+60 |
* | Move core renderer subdirectories to content. | jam@chromium.org | 2011-03-16 | 2 | -3/+3 |
* | Fix leak in HeartbeatSenderTest.DoSendStanza and remove valgrind suppression. | lambroslambrou@chromium.org | 2011-03-15 | 1 | -0/+17 |
* | Use deprecated mouse API that actually works. | jamiewalch@chromium.org | 2011-03-15 | 2 | -37/+32 |
* | Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this ti... | sadrul@chromium.org | 2011-03-15 | 1 | -1/+1 |
* | Fix building gfx_unittests and remoting_unittests in linux dbg-shlib. | sadrul@chromium.org | 2011-03-15 | 1 | -0/+1 |
* | Code cleanup related to allowed_bad_certs. | wtc@chromium.org | 2011-03-14 | 1 | -1/+2 |