| Commit message (Expand) | Author | Age | Files | Lines |
* | Add OVERRIDE to remoting/. | avi@chromium.org | 2011-11-19 | 3 | -10/+11 |
* | Allow linker initialization of lazy instance | joth@chromium.org | 2011-11-15 | 1 | -1/+1 |
* | Cleanup: Remove unneeded forward declarations from remoting. | thestig@chromium.org | 2011-11-11 | 6 | -27/+4 |
* | -Wexit-time-destructors for remoting. | thakis@chromium.org | 2011-11-10 | 2 | -7/+11 |
* | Move code in src/remoting to the new callbacks. | sergeyu@chromium.org | 2011-11-10 | 12 | -151/+84 |
* | Fix intermittent CHECK in remoting client when shutting down. | sergeyu@chromium.org | 2011-11-10 | 1 | -0/+6 |
* | Fix typo that prevents client displaying received frame rate. | wez@chromium.org | 2011-11-08 | 1 | -9/+7 |
* | Remove old Authentication code that we don't use or need. | sergeyu@chromium.org | 2011-11-05 | 11 | -154/+6 |
* | Fixed javascript to compile again. | jamiewalch@google.com | 2011-10-26 | 1 | -2/+4 |
* | Show framerate in chromoting debug log | hclam@chromium.org | 2011-10-25 | 5 | -7/+16 |
* | Remove RemoteAccessClientFirewallTraversal policy and code paths. | wez@chromium.org | 2011-10-20 | 2 | -124/+1 |
* | client-side wheel mouse support | garykac@chromium.org | 2011-10-17 | 5 | -9/+37 |
* | Switch remoting/protocol to new callbacks | sergeyu@chromium.org | 2011-10-07 | 3 | -15/+19 |
* | Convert transport, scrollbar, and query policy to IDL. | brettw@chromium.org | 2011-10-05 | 1 | -2/+2 |
* | Expose connection error code to the web app. | sergeyu@chromium.org | 2011-10-01 | 10 | -152/+151 |
* | Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 11 | -76/+75 |
* | Revert 103523 - Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 9 | -74/+74 |
* | Move us fully from gfx:: over to skia types for consistency. | dmaclach@chromium.org | 2011-09-30 | 9 | -74/+74 |
* | Fix PluginMessageLoopProxy::BelingsToCurrentThread() to always return correct... | sergeyu@chromium.org | 2011-09-30 | 2 | -6/+0 |
* | Replace TaskThreadProxy with non-refcounted ScopedThreadProxy. | sergeyu@chromium.org | 2011-09-29 | 2 | -19/+21 |
* | Replace LOG(INFO) with VLOG(1) to avoid excessive logging. | sergeyu@chromium.org | 2011-09-29 | 4 | -18/+16 |
* | Remove old sandboxing-related code. | sergeyu@chromium.org | 2011-09-23 | 3 | -505/+0 |
* | Cleanup ConnectionToHost of non-P2P-API code. | sergeyu@chromium.org | 2011-09-22 | 5 | -130/+5 |
* | Use P2P Transport API by default. | sergeyu@chromium.org | 2011-09-22 | 3 | -46/+7 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | Fix Chromoting Client's handling of DidChangeView. | wez@chromium.org | 2011-09-14 | 1 | -11/+12 |
* | Refactor InputStub interface to pass events by value (const reference). | lambroslambrou@chromium.org | 2011-09-13 | 1 | -15/+12 |
* | Add flag to use P2P Transport API. | sergeyu@chromium.org | 2011-09-13 | 3 | -24/+41 |
* | Remove all the experimental Traced Task code from remoting. | ajwong@chromium.org | 2011-09-12 | 5 | -59/+29 |
* | Coverity: Initialize member variables. | jhawkins@chromium.org | 2011-09-12 | 1 | -1/+2 |
* | Pass SessionConfig by reference instead of pointer. | sergeyu@chromium.org | 2011-09-10 | 3 | -8/+6 |
* | Remove vestigal, unused, app-engine code. | ajwong@chromium.org | 2011-09-10 | 16 | -3725/+0 |
* | Remove some overly verbose logging. | isherman@chromium.org | 2011-08-26 | 1 | -2/+2 |
* | Move P2P code to content namespace. | sergeyu@chromium.org | 2011-08-25 | 3 | -12/+14 |
* | Call SendIq() from plugin asynchronously. | sergeyu@chromium.org | 2011-08-24 | 2 | -24/+25 |
* | Use plugin main thread for network code on the client side | sergeyu@chromium.org | 2011-08-22 | 5 | -19/+51 |
* | remoting: Get rid of a static variable of a std::string type, which is forbid... | tfarina@chromium.org | 2011-08-22 | 1 | -1/+0 |
* | Use plugin message loop for main loop in the client plugin. | sergeyu@chromium.org | 2011-08-21 | 16 | -152/+230 |
* | Fix crash in Chromoting's logger when a client connects to multiple hosts. | garykac@chromium.org | 2011-08-18 | 4 | -24/+92 |
* | Use MessageLoopProxy for network message loop. | sergeyu@chromium.org | 2011-08-12 | 6 | -21/+30 |
* | Build remoting with libvpx in all platforms | hclam@chromium.org | 2011-08-12 | 1 | -5/+2 |
* | Resolve addresses of STUN/Relay servers in JingleInfoRequest. | sergeyu@chromium.org | 2011-08-09 | 4 | -3/+110 |
* | Don't use JingleThread in the client plugin. | sergeyu@chromium.org | 2011-08-04 | 5 | -23/+15 |
* | Future proof against things like http://crbug.com/91521 | dmaclach@chromium.org | 2011-08-04 | 1 | -1/+11 |
* | Revert 95414 - Future proof against things like http://crbug.com/91521 | dmaclach@chromium.org | 2011-08-04 | 3 | -32/+10 |
* | Future proof against things like http://crbug.com/91521 | dmaclach@chromium.org | 2011-08-04 | 3 | -10/+32 |
* | Modify Chromoting logging to hook into base logging. | garykac@chromium.org | 2011-08-04 | 8 | -134/+106 |
* | Call Pepper's Flush command properly | hclam@chromium.org | 2011-08-03 | 3 | -9/+31 |
* | Respect NAT traversal policy in the Chromoting client plugin. | ajwong@chromium.org | 2011-08-03 | 2 | -23/+164 |
* | If pepper flush returns an error then save a pending flush | hclam@chromium.org | 2011-08-01 | 2 | -8/+33 |