summaryrefslogtreecommitdiff
path: root/src/client/plymouth.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-28client: Don't wait forever for a ping replyBrian Murray1-0/+16
2020-10-28Revert "Don't wait forever for a ping reply."Ray Strode1-9/+0
2020-10-26Don't wait forever for a ping reply.Brian Murray1-0/+9
2019-05-29Add a new firmware-upgrade mode for use by fwupdRichard Hughes1-0/+6
2019-02-26Add new reboot and system-upgrade modesHans de Goede1-20/+28
2018-10-31libply: Move kernel commandline parsing functions to libply/ply-utilsHans de Goede1-32/+2
2018-05-17client: fix typo in help textUlrich Ölmann1-1/+1
2014-10-17client: fix incorrectly sized buffer for /proc/cmdlineRay Strode1-2/+2
2014-05-20ReindentRay Strode1-1011/+929
2014-04-21Revert "Add support for operation log messages"Ray Strode1-87/+2
2014-04-21Add support for operation log messagesPali Rohár1-2/+87
2014-02-07client: support plymouth.debug on kernel command lineRay Strode1-1/+2
2012-06-08main: add a system-update command that can pass update progress to the daemonRichard Hughes1-0/+41
2012-06-08main: add a change-mode command to be able to switch the splash mode at runtimeRichard Hughes1-0/+59
2011-10-11client: fix fd leakJames Hunt1-0/+1
2011-08-03Revert "Add --nowait option."Ray Strode1-37/+28
2011-07-15Add --nowait option.cee11-28/+37
2011-03-02client: do not wait forever if daemon is not startedAndrey Borzenkov1-0/+5
2011-02-09client: clean up warningsRay Strode1-4/+0
2010-09-07client: Alias display-message command to message for backward compatibilityCharlie Brej1-1/+3
2010-09-07boot-client: Add hide-message client commandCharlie Brej1-4/+35
2010-09-07client: Open /proc/cmdline by absolute pathColin Watson1-1/+1
2010-08-22[client] Update top line of help outputRay Strode1-1/+1
2010-06-30[client] Fix watch-keystroke cancellationRay Strode1-3/+8
2010-06-03[client] Add ignore-keystroke commandCharlie Brej1-0/+29
2010-04-05[client] Allow unlimited unlock attemptsRay Strode1-1/+2
2010-03-24[client] add update subcommandRay Strode1-0/+31
2010-03-24[client] add hide-splash and show-splash subcommandsRay Strode1-0/+34
2010-03-24[client] add new update-root-fs commandRay Strode1-0/+46
2010-03-21[client] add "has active vt?" requestScott James Remnant1-1/+14
2010-03-21[client] Add new reactivate commandScott James Remnant1-0/+16
2010-01-26[main] Defer password requests to client if daemon unavailableRay Strode1-0/+4
2010-01-26[main] Send CTRL-C instead of NULL for password cancelRay Strode1-1/+3
2010-01-26[client] add debugging statementsRay Strode1-16/+46
2010-01-26[client] Run ask-for-password command unconditionallyRay Strode1-2/+41
2010-01-26[client] Don't exit right away if daemon unavailableRay Strode1-17/+6
2010-01-26[client] debug mode if plymouth:debug in /proc/cmdlineRay Strode1-0/+38
2009-11-28[client] Add new deactivate subcommandno-fbconRay Strode1-0/+16
2009-08-11[client] Fix memleak at exitFrederic Crozat1-0/+2
2009-08-07[client] add --get-splash-plugin-path argumentRay Strode1-1/+9
2009-08-05[client] Drop unused variableRay Strode1-1/+1
2009-03-31Pause progress by default on password and question queriesCharlie Brej1-12/+12
2009-02-26add a message display methodWilliam Jon McCann1-1/+31
2009-01-03Optionally pause progress while asking for a password or a questionCharlie Brej1-51/+151
2009-01-03Make Ctrl+C and Ctrl+D cause the password/question entry to quitCharlie Brej1-31/+37
2008-12-28Add progress-pause/unpause commands to halt the progress barCharlie Brej1-0/+35
2008-12-19Rework of the input methodsCharlie Brej1-30/+175
2008-09-23Add new "report-error" subcommandRay Strode1-0/+18
2008-09-23Limit number of unlock attemptsRay Strode1-8/+25
2008-09-23Add "quit" subcommand to boot clientRay Strode1-0/+27