summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
Commit message (Expand)AuthorAgeFilesLines
* Revert of SSL in EmbeddedTestServer (patchset #55 id:1070001 of https://coder...stevenjb2015-10-271-2/+1
* Fixing typo in header macro guard.joedow2015-10-271-3/+3
* SSL and add handlers in EmbeddedTestServersvaldez2015-10-271-1/+2
* Remove insecure QUIC supportrch2015-10-261-1/+1
* Remove set_readable call because webrtc will remove this method.honghaiz2015-10-211-1/+0
* Fix JingleSessionTest.TestQuicStreamChannel to pass reliably.sergeyu2015-10-151-1/+2
* Fix LibjingleTransport to connect only when it can receive data.sergeyu2015-10-142-14/+54
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+4
* Use standard DOM code definitions instead of custom.jamiewalch2015-10-125-63/+31
* Don't use base::MessageLoop::{Quit,QuitClosure} in remoting/ki.stfu2015-10-127-22/+20
* Roll WebRTC 10183:10197, Libjingle 10176:10196pbos2015-10-071-0/+1
* Add histogram for network latency estimate in remoting client.Sergey Ulanov2015-10-022-0/+36
* Fix LibjingleTransportFactory to fetch relay token reliably.sergeyu2015-10-021-2/+3
* Improve roundtrip stats calculation in the clientsergeyu2015-10-013-33/+93
* Add UMA histograms for more detailed latency tracking on the CRD host.sergeyu2015-09-307-55/+99
* base: Template methods on Timer classes instead of the classes themselves.danakj2015-09-246-6/+6
* Roll WebRTC 10010:10022, Libjingle 10011:10022deadbeef2015-09-231-16/+8
* Fix PerformanceTracker to use its own timer to send UMA stats.sergeyu2015-09-212-9/+30
* Use the appropriate variant of IntToString in //remotingricea2015-09-203-5/+5
* Added some missing includes, removed one include and removed an undef.grunell2015-09-181-0/+1
* Rename/Move ChromotingStats->protocol::PerformanceTrackersergeyu2015-09-172-0/+271
* Add three missing includes.grunell2015-09-161-1/+1
* Compile remoting client plugin with GNsergeyu2015-09-141-0/+7
* Landing Recent QUIC changes until 8/28/2015 18:03 UTC.rtenneti2015-09-141-0/+5
* Roll WebRTC 9918:9920, Libjingle 9915:9920niklase2015-09-112-1/+4
* Roll WebRTC 9867:9890, Libjingle 9867:9885hbos2015-09-081-2/+3
* Remove dependencies remoting has on GICE-related constants.pthatcher2015-08-252-4/+1
* Fix QuicChannelFactory to insert '\0' between fields.sergeyu2015-08-212-6/+32
* remoting: Simplify FrameConsumer interface and remove FrameProducer interface.sergeyu2015-08-203-3/+10
* Enable QUIC support in chromotingsergeyu2015-08-1425-20/+258
* Implement QuicChannel and QuicChannelFactorysergeyu2015-08-148-0/+1280
* Update SplitString calls to new formbrettw2015-08-081-6/+6
* Make it possible to enable VP9 from the clientsergeyu2015-08-074-24/+48
* Revert of Update SplitString calls to new form (patchset #5 id:80001 of https...pkasting2015-08-071-6/+6
* Update SplitString calls to new formbrettw2015-08-071-6/+6
* Update usb_key_codes.h to support RepeatInvertingSingleCharacter test caseliaoyuke2015-08-051-0/+4
* Added ConnectionTimeObserver to provide a way to calculate times between the ...tonychun2015-07-314-0/+57
* Fix BufferedSocketWriter not to return any results from Write().sergeyu2015-07-303-19/+11
* Require ECDHE in the CRD client.sergeyu2015-07-301-1/+1
* Fix jingle message parser to handle messages from legacy hosts properly.sergeyu2015-07-301-10/+0
* Annotate large GN targets for precompiled headersbrettw2015-07-281-0/+1
* Revert "Add precompiled headers to GN build for large targets."dpranke2015-07-281-1/+0
* Remove support for GICE in CRD host and clientsergeyu2015-07-278-232/+50
* Move session configuration logic to the protocol levelsergeyu2015-07-2713-106/+89
* Add precompiled headers to GN build for large targets.brettw2015-07-271-0/+1
* Updated latency fixture and key codes to support first input latency test caseliaoyuke2015-07-231-3/+7
* Add P2PDatagramSocket and P2PStreamSocket interfaces.sergeyu2015-07-2040-623/+477
* Remove legacy StartsWithASCII function.brettw2015-07-161-1/+2
* Cleanup inconsistencies between GN and GYP in //remotingsergeyu2015-07-161-1/+2
* Move remoting-specific adapters from jingle/glue to remoting/protocolsergeyu2015-07-069-8/+1579