| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add --wait option to client to block until daemon quitsHEADmaster | Casey Dahlin | 2008-08-05 | 1 | -3/+20 |
| | | |||||
| * | Add new subcommand "ask-for-password" | Ray Strode | 2008-07-01 | 2 | -16/+117 |
| | | | | | | | | This command obsoletes --ask-for-password and supports an optional --command for specifying what command to feed the password to. If the command fails, then the client will ask the daemon to ask for the password again. | ||||
| * | Drop print_usage function | Ray Strode | 2008-07-01 | 1 | -15/+5 |
| | | | | | It was hard coded, and we generate help dynamically now. | ||||
| * | Add state structure to client to consolidate the various state | Ray Strode | 2008-07-01 | 1 | -38/+43 |
| | | | | | | | This will be important when switching to subcommands, since we'll need to be able to access the command parser, boot client, and event loop. | ||||
| * | Add --hide-splash option | Ray Strode | 2008-06-27 | 3 | -1/+25 |
| | | | | | | We want to be able to hide the splash screen in the event the user needs to interact with start up from the console. | ||||
| * | Revert "Supress erroneous warning during shutdown.", it's completely wrong. | Peter Jones | 2008-06-16 | 2 | -9/+5 |
| | | | | | This reverts commit 2698c0899929420ed566be02ce0e3e8e91ad0e5f. | ||||
| * | Supress erroneous warning during shutdown. | Peter Jones | 2008-06-16 | 2 | -5/+9 |
| | | |||||
| * | Fix trivial problems discovered with "-Wall -Werror" | Peter Jones | 2008-06-12 | 1 | -1/+1 |
| | | |||||
| * | s/BOOLEAN/FLAG/ for client option types | Ray Strode | 2008-06-10 | 1 | -5/+5 |
| | | |||||
| * | Add back client --ping option | Ray Strode | 2008-06-10 | 1 | -0/+2 |
| | | | | | | It got accidentally dropped in the transition to the command parser api | ||||
| * | Fix whitespace error I introduced. | Peter Jones | 2008-06-09 | 1 | -1/+1 |
| | | |||||
| * | Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log. | Peter Jones | 2008-06-09 | 3 | -2/+35 |
| | | |||||
| * | Add new FLAG type to command parser api | Ray Strode | 2008-06-08 | 1 | -1/+1 |
| | | | | | | | It's just like boolean but doesn't advertise that it can take the form --flag=false. This makes the --help output for --help say --help instead of --help={true|false} | ||||
| * | Port client over to using new command line parsing code | Ray Strode | 2008-06-08 | 1 | -38/+45 |
| | | | | | | For now, we still use the "--command" format. Soon we'll switch to the "command --option" format | ||||
| * | s/rhgb-client.c/plymouth.c/ in comment | Ray Strode | 2008-06-08 | 1 | -1/+1 |
| | | |||||
| * | Fix socket address creation off-by-one bug for abstract socket paths. | Peter Jones | 2008-06-03 | 1 | -1/+1 |
| | | |||||
| * | Don't assert if daemon returns empty string answer to client | Ray Strode | 2008-06-03 | 1 | -2/+5 |
| | | |||||
| * | s/rhgb-client/plymouth/ in the client usage string | Ray Strode | 2008-05-20 | 1 | -1/+1 |
| | | |||||
| * | Don't show splash by default, instead require client to request it | Ray Strode | 2008-05-20 | 3 | -4/+29 |
| | | | | | | | | plymouthd gets started before the drm modesetting modules are loaded, so we can't try to access the frame buffer right away. The plan is to load the drm modules as soon as possible in the initrd and then tell plymouthd to put up the splash ASAP. | ||||
| * | overwrite existing rhgb-client compat symlink when doing make install | Ray Strode | 2008-05-20 | 1 | -1/+1 |
| | | |||||
| * | Add client tests directory to SUBDIRS | Ray Strode | 2008-05-20 | 1 | -0/+2 |
| | | |||||
| * | rename rhgb-client to plymouth | Ray Strode | 2008-05-20 | 6 | -0/+969 |
| We'll keep a compat symlink in place until init scripts are moved over | |||||
