| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert of SSL in EmbeddedTestServer (patchset #55 id:1070001 of https://coder... | stevenjb | 2015-10-27 | 1 | -2/+1 |
* | Fixing typo in header macro guard. | joedow | 2015-10-27 | 1 | -3/+3 |
* | SSL and add handlers in EmbeddedTestServer | svaldez | 2015-10-27 | 1 | -1/+2 |
* | Remove insecure QUIC support | rch | 2015-10-26 | 1 | -1/+1 |
* | Remove set_readable call because webrtc will remove this method. | honghaiz | 2015-10-21 | 1 | -1/+0 |
* | Fix JingleSessionTest.TestQuicStreamChannel to pass reliably. | sergeyu | 2015-10-15 | 1 | -1/+2 |
* | Fix LibjingleTransport to connect only when it can receive data. | sergeyu | 2015-10-14 | 2 | -14/+54 |
* | Implement GetTotalReceivedBytes() for StreamSocket | tbansal | 2015-10-14 | 1 | -0/+4 |
* | Use standard DOM code definitions instead of custom. | jamiewalch | 2015-10-12 | 5 | -63/+31 |
* | Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ | ki.stfu | 2015-10-12 | 7 | -22/+20 |
* | Roll WebRTC 10183:10197, Libjingle 10176:10196 | pbos | 2015-10-07 | 1 | -0/+1 |
* | Add histogram for network latency estimate in remoting client. | Sergey Ulanov | 2015-10-02 | 2 | -0/+36 |
* | Fix LibjingleTransportFactory to fetch relay token reliably. | sergeyu | 2015-10-02 | 1 | -2/+3 |
* | Improve roundtrip stats calculation in the client | sergeyu | 2015-10-01 | 3 | -33/+93 |
* | Add UMA histograms for more detailed latency tracking on the CRD host. | sergeyu | 2015-09-30 | 7 | -55/+99 |
* | base: Template methods on Timer classes instead of the classes themselves. | danakj | 2015-09-24 | 6 | -6/+6 |
* | Roll WebRTC 10010:10022, Libjingle 10011:10022 | deadbeef | 2015-09-23 | 1 | -16/+8 |
* | Fix PerformanceTracker to use its own timer to send UMA stats. | sergeyu | 2015-09-21 | 2 | -9/+30 |
* | Use the appropriate variant of IntToString in //remoting | ricea | 2015-09-20 | 3 | -5/+5 |
* | Added some missing includes, removed one include and removed an undef. | grunell | 2015-09-18 | 1 | -0/+1 |
* | Rename/Move ChromotingStats->protocol::PerformanceTracker | sergeyu | 2015-09-17 | 2 | -0/+271 |
* | Add three missing includes. | grunell | 2015-09-16 | 1 | -1/+1 |
* | Compile remoting client plugin with GN | sergeyu | 2015-09-14 | 1 | -0/+7 |
* | Landing Recent QUIC changes until 8/28/2015 18:03 UTC. | rtenneti | 2015-09-14 | 1 | -0/+5 |
* | Roll WebRTC 9918:9920, Libjingle 9915:9920 | niklase | 2015-09-11 | 2 | -1/+4 |
* | Roll WebRTC 9867:9890, Libjingle 9867:9885 | hbos | 2015-09-08 | 1 | -2/+3 |
* | Remove dependencies remoting has on GICE-related constants. | pthatcher | 2015-08-25 | 2 | -4/+1 |
* | Fix QuicChannelFactory to insert '\0' between fields. | sergeyu | 2015-08-21 | 2 | -6/+32 |
* | remoting: Simplify FrameConsumer interface and remove FrameProducer interface. | sergeyu | 2015-08-20 | 3 | -3/+10 |
* | Enable QUIC support in chromoting | sergeyu | 2015-08-14 | 25 | -20/+258 |
* | Implement QuicChannel and QuicChannelFactory | sergeyu | 2015-08-14 | 8 | -0/+1280 |
* | Update SplitString calls to new form | brettw | 2015-08-08 | 1 | -6/+6 |
* | Make it possible to enable VP9 from the client | sergeyu | 2015-08-07 | 4 | -24/+48 |
* | Revert of Update SplitString calls to new form (patchset #5 id:80001 of https... | pkasting | 2015-08-07 | 1 | -6/+6 |
* | Update SplitString calls to new form | brettw | 2015-08-07 | 1 | -6/+6 |
* | Update usb_key_codes.h to support RepeatInvertingSingleCharacter test case | liaoyuke | 2015-08-05 | 1 | -0/+4 |
* | Added ConnectionTimeObserver to provide a way to calculate times between the ... | tonychun | 2015-07-31 | 4 | -0/+57 |
* | Fix BufferedSocketWriter not to return any results from Write(). | sergeyu | 2015-07-30 | 3 | -19/+11 |
* | Require ECDHE in the CRD client. | sergeyu | 2015-07-30 | 1 | -1/+1 |
* | Fix jingle message parser to handle messages from legacy hosts properly. | sergeyu | 2015-07-30 | 1 | -10/+0 |
* | Annotate large GN targets for precompiled headers | brettw | 2015-07-28 | 1 | -0/+1 |
* | Revert "Add precompiled headers to GN build for large targets." | dpranke | 2015-07-28 | 1 | -1/+0 |
* | Remove support for GICE in CRD host and client | sergeyu | 2015-07-27 | 8 | -232/+50 |
* | Move session configuration logic to the protocol level | sergeyu | 2015-07-27 | 13 | -106/+89 |
* | Add precompiled headers to GN build for large targets. | brettw | 2015-07-27 | 1 | -0/+1 |
* | Updated latency fixture and key codes to support first input latency test case | liaoyuke | 2015-07-23 | 1 | -3/+7 |
* | Add P2PDatagramSocket and P2PStreamSocket interfaces. | sergeyu | 2015-07-20 | 40 | -623/+477 |
* | Remove legacy StartsWithASCII function. | brettw | 2015-07-16 | 1 | -1/+2 |
* | Cleanup inconsistencies between GN and GYP in //remoting | sergeyu | 2015-07-16 | 1 | -1/+2 |
* | Move remoting-specific adapters from jingle/glue to remoting/protocol | sergeyu | 2015-07-06 | 9 | -8/+1579 |