summaryrefslogtreecommitdiffstats
path: root/device/serial
Commit message (Expand)AuthorAgeFilesLines
* Convert various vector_as_array calls to vector::data.davidben2015-12-011-2/+1
* Modify SerialIoHandlerWin::OnDeviceRemoved to generatejuncai2015-11-241-1/+1
* Make SerialIoHandlerWin::UiThreadHelper final.Nico Weber2015-11-232-2/+4
* Add code to deal with serial device disconnectionjuncai2015-11-216-3/+123
* Adds dbus as a dependency to device/serial/serial.gyp:device_serialcharliea2015-11-201-0/+1
* Revert of Reland: Add code to deal with serial device disconnection detection...alph2015-11-186-123/+3
* Add code to deal with serial device disconnectionjuncai2015-11-186-3/+123
* Adds ChromeOS dependency to //device/serial GYP filescharliea2015-11-181-0/+5
* Revert of Add code to deal with serial device disconnection detection on Wind...hcarmona2015-11-184-121/+3
* Add code to deal with serial device disconnectionjuncai2015-11-174-3/+121
* Make operators on scoped_ptr match the ones defined for std::unique_ptrdanakj2015-11-171-3/+3
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-1313-21/+21
* Moves SendBuffer and ReceiveBuffer to a more accessible locationcharliea2015-11-032-0/+94
* Extracts more information from serial devices on Windowscharliea2015-11-024-9/+162
* Extracts more information from serial devices on Maccharliea2015-10-201-7/+187
* Revert "Extracts more information from serial devices on Mac"charliea2015-10-091-133/+30
* Revert "Extracts more information from serial devices on Windows"charliea2015-10-094-109/+10
* Fix cross-thread InterfacePtr passing in device/serial.sammc2015-10-071-3/+4
* Extracts more information from serial devices on Windowscharliea2015-09-284-10/+109
* Extracts more information from serial devices on Maccharliea2015-09-101-30/+133
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-243-0/+3
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...rockot2015-08-233-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* Revert of Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598 (pa...yosin2015-08-223-3/+0
* Update mojo sdk to rev c02a28868825edfa57ab77947b8cb15e741c5598rockot2015-08-223-0/+3
* use_udev is more accurate than is_linux for udev gn depsmostynb2015-08-181-1/+2
* Add code to detect new added ReceiveError on Linux.juncai2015-07-303-3/+1180
* Remove interface_impl.h and error_handler.h usage from chromiumben2015-07-291-1/+0
* Fix custom baudrates on Linux and support more on OS X.reillyg2015-07-241-40/+58
* Add code to detect new added ReceiveError on Windowsjuncai2015-07-171-9/+21
* Add more ReceiveError enumsjuncai2015-07-151-0/+5
* Use permission_broker's OpenPath method to open serial ports.reillyg2015-07-135-69/+64
* Chrome serial device reconnect detectionjuncai2015-07-073-33/+13
* Convert all usages of mojo::ErrorHandler in //device/serial to callbacks.tanay.c2015-07-0710-30/+36
* Move MatchPattern to its own header and the base namespace.brettw2015-07-061-1/+2
* Detect chrome serial device disconnectionjuncai2015-06-243-1/+33
* Implement break signal for serial api.limasdf2015-06-127-0/+55
* Log serial read and write errors on Windows.reillyg2015-05-211-0/+2
* Remove mojo::InterfaceImpl from device/serial.sammc2015-05-207-40/+45
* Use Linux custom baud rate selection based on struct termios2.reillyg2015-05-081-11/+29
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in device module.pranay.kumar2015-04-2812-89/+87
* Update {virtual,override} to follow C++11 style in device.nick2015-04-232-16/+16
* Add more targets to GN check.brettw2015-02-201-1/+7
* Revert of Add more targets to "gn check" (patchset #3 id:40001 of https://cod...rdevlin.cronin2015-02-201-7/+1
* Add more targets to "gn check"brettw2015-02-191-1/+7
* Use the JS stash client from the JS serial service.sammc2015-02-101-1/+1
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0521-318/+237
* Revert of Remove Client= from device/serial/data_stream.mojom. (patchset #1 i...sammc2015-02-0421-161/+91
* Remove Client= from device/serial/data_stream.mojom.sammc2015-02-0321-91/+161
* Set serial connection parameters immediately on connect.reillyg2015-01-2810-159/+230