summaryrefslogtreecommitdiffstats
path: root/device/serial
Commit message (Expand)AuthorAgeFilesLines
* Remove Mojo bindings environment.Yuzhu Shen2016-03-082-2/+0
* Mojo C++ bindings: make Array/Map/String non-null by default.yzshen2016-02-133-5/+5
* [mojo] Delete third_party/mojorockot2016-02-101-3/+3
* Add path open errors from the permission broker to the device log.reillyg2016-02-102-6/+38
* [device] Add setupapi.lib dependency to //device/serialrockot2016-01-272-0/+37
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-218-111/+113
* mojo: Remove Pass() from MOJO_MOVE_ONLY_TYPEdanakj2016-01-142-8/+8
* Convert Pass()→std::move() for Mac build.dcheng2016-01-131-8/+9
* GN: Don't compile battor_agent, imagediff, bitmaptools on Androidagrieve2016-01-051-0/+3
* Convert Pass()→std::move() in //devicedcheng2015-12-2715-78/+98
* Switch to standard integer types in device/.avi2015-12-2229-5/+58
* Replace RE2 import with a dependencybattre2015-12-212-2/+2
* Make //device pass "gn check"brettw2015-12-042-2/+6
* 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