summaryrefslogtreecommitdiffstats
path: root/src/client
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Supress erroneous warning during shutdown.", it's completely wrong.Peter Jones2008-06-162-9/+5
| | | | This reverts commit 2698c0899929420ed566be02ce0e3e8e91ad0e5f.
* Supress erroneous warning during shutdown.Peter Jones2008-06-162-5/+9
|
* Fix trivial problems discovered with "-Wall -Werror"Peter Jones2008-06-121-1/+1
|
* s/BOOLEAN/FLAG/ for client option typesRay Strode2008-06-101-5/+5
|
* Add back client --ping optionRay Strode2008-06-101-0/+2
| | | | | It got accidentally dropped in the transition to the command parser api
* Fix whitespace error I introduced.Peter Jones2008-06-091-1/+1
|
* Add "plymouth --newroot=/sysroot" support, and make --sysinit open the log.Peter Jones2008-06-093-2/+35
|
* Add new FLAG type to command parser apiRay Strode2008-06-081-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 codeRay Strode2008-06-081-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 commentRay Strode2008-06-081-1/+1
|
* Fix socket address creation off-by-one bug for abstract socket paths.Peter Jones2008-06-031-1/+1
|
* Don't assert if daemon returns empty string answer to clientRay Strode2008-06-031-2/+5
|
* s/rhgb-client/plymouth/ in the client usage stringRay Strode2008-05-201-1/+1
|
* Don't show splash by default, instead require client to request itRay Strode2008-05-203-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 installRay Strode2008-05-201-1/+1
|
* Add client tests directory to SUBDIRSRay Strode2008-05-201-0/+2
|
* rename rhgb-client to plymouthRay Strode2008-05-206-0/+969
We'll keep a compat symlink in place until init scripts are moved over