summaryrefslogtreecommitdiff
path: root/util/ec3po/console.py
Commit message (Expand)AuthorAgeFilesLines
* Unify #! use in python scriptsStefan Reinauer2019-10-011-1/+1
* ec3po: make debug logs more user-friendly to readRuben Rodriguez Buchillon2019-08-061-7/+38
* console: add support for disabling timestampsMary Ruthven2019-04-301-14/+23
* console: add time stamp to EC logsTim Wawrzynczak2019-03-201-2/+28
* ec3po: use source name in loggerMary Ruthven2019-01-041-4/+6
* ec3po: use a copy of the logger objectMary Ruthven2018-12-031-1/+4
* ec3po console and interpreter: Handle EOFError from the pipes.Matthew Blecker2018-10-181-26/+57
* ec3po: Update platform/ec/ side of ec3po to use threadproc_shim.py.Matthew Blecker2018-10-151-23/+26
* ec3po: Add optional shutdown_pipe StartLoop() arguments.Matthew Blecker2018-10-151-23/+38
* ec3po: Remove sys.exit() call from the end of StartLoop() functions.Matthew Blecker2018-10-121-8/+10
* Revert "ec3po: quit console & interpreter loop when parent process changes."Nick Sanders2018-08-271-4/+3
* ec3po: quit console & interpreter loop when parent process changes.Ruben Rodriguez Buchillon2018-08-241-3/+4
* ec3po: console: Detect HUP from user consoleNick Sanders2018-04-181-13/+45
* servod: add command muxing in ec3poNick Sanders2018-03-191-10/+39
* ec3po: less chatty debug printNick Sanders2017-03-011-1/+1
* util: ec3po: Implement auto interrogation mode.Aseda Aboagye2016-02-241-7/+54
* util: ec3po: Allow changing interrogation modes.Aseda Aboagye2016-02-101-17/+113
* util: ec3po: Add OOBM queue and dynamic loglevels.Aseda Aboagye2016-02-031-0/+17
* util: ec3po: Change console permissions to 660.Aseda Aboagye2016-02-031-3/+2
* util: ec3po: Change console permissions to 666.Aseda Aboagye2016-01-121-0/+5
* util: ec3po: Add served PTY to logging.Aseda Aboagye2016-01-051-1/+2
* util: ec3po: Change interrogation timeouts.Aseda Aboagye2016-01-051-4/+34
* ec3po: Add graceful exit.Aseda Aboagye2015-12-171-27/+36
* ec3po: Clean up and stylistic changes.Aseda Aboagye2015-12-081-94/+92
* ec3po: Add compatibility for older EC images.Aseda Aboagye2015-11-261-0/+46
* util: Add EC-3PO, the EC console interpreter.Aseda Aboagye2015-11-111-0/+694