]> git.ipfire.org Git - thirdparty/plymouth.git/shortlog
thirdparty/plymouth.git
2007-06-05  Ray Strodeonce the system is fully initialized, all modules are...
2007-06-05  Ray Strodedon't setup an default output fd for the terminal sesss...
2007-06-05  Ray Strodemake ply_logger_flush() a noop if the logger isn't...
2007-06-05  Ray Strodedon't spew PING debug message when rhgb-client --ping is
2007-06-05  Ray Strodei don't know
2007-06-05  Ray Strodeadd the start of boot status tracking to plymouth
2007-06-05  Ray Strodedon't direct messages to screen anymore
2007-06-05  Ray Strodeadd sysinit support to the boot classes
2007-06-05  Ray Strodeadd --sysinit support for rhgb-client. hide error...
2007-06-05  Ray Strodeuse FIONREAD ioctl to try to preemptively detect eof...
2007-06-04  Ray Strodeadd the beginning of an rhgb-client clone
2007-06-04  Ray Strodeadd "quit" and "update" commands to the ply-boot status
2007-06-04  Ray Stroderework event loop to not access free'd memory if an
2007-06-04  Ray Strodemove most of the guts of ply_list_remove_node
2007-06-04  Ray Strodeadd some support for "update" command to boot status...
2007-06-04  Ray Strodeupdate TODO file
2007-06-04  Ray Strodeadd some forgotton files from last commit
2007-06-04  Ray Strodeadd the start of some classes for tracking boot status
2007-06-04  Ray Strodecommit header file changes for previous ply-utils commit
2007-06-04  Ray Strodeadapt the event loop code to support watching the same
2007-06-03  Ray Strodeadd some socket handling apis to ply-utils.c and fixup
2007-05-31  Ray Strodeadd new ply_list_get_last_node function to get the...
2007-05-30  Ray Strodemore off by one ickyness in the errno stack thing
2007-05-30  Ray Strodechange event loop "watch fd" api to let the user specif...
2007-05-30  Ray Strodesave errno before closing fds in error path and restore
2007-05-30  Ray Strodedrop the unused ply_read_some_bytes function
2007-05-29  Ray Strodefix an off by one in the errno stack code
2007-05-24  Ray Strodehandle framerate differently and print it to stderr...
2007-05-24  Ray Strodeuse integer math instead of floating point math for...
2007-05-24  Ray Strodeuse uint_fast32_t instead of unit_least32_t for device...
2007-05-24  Ray Strodedrop unused field from fb struct
2007-05-24  Ray Strodecheck FRAMEBUFFER for fb device, if available
2007-05-24  Ray Strodeset graphics mode in image test program to prevent...
2007-05-24  Ray Strodeadd some blue to the background in the image-test to...
2007-05-24  Ray Strodeadd a few inline statements and drop framerate to make...
2007-05-24  Ray Strodeadd "watch init's progress" to TODO list
2007-05-24  Ray Strodeadd O_NOCTTY to a few open calls
2007-05-23  Ray Strodeadd missing close() call. redirect messages to /dev...
2007-05-23  Ray Strodeallow a terminal session to also take over /dev/console
2007-05-23  Ray Strodemount /proc and /dev/pts if they aren't mounted
2007-05-23  Ray Strodemount /dev/pts if it's not mounted yet
2007-05-23  Ray Strodefix typo in error message
2007-05-23  Ray Strodeadd new functions that check if a file or dir exists
2007-05-23  Ray Strodeadd start of a program to eat a sessions output
2007-05-23  Ray Strodeadd logger files to event-loop test program
2007-05-23  Ray Stroderemove erroneous space between macro name and arg list...
2007-05-23  Ray Strodetemporarily hide bug in code by removing an assert
2007-05-23  Ray Strodedon't output terminal session by default
2007-05-23  Ray Strodeadd new ply_save_errno/ply_restore_errno functions
2007-05-23  Ray Strodeautomatically add new lines to log messages unless...
2007-05-23  Ray Strodeadd support for default error logging
2007-05-23  Ray Strodefix up some of the convenience macros after some api...
2007-05-23  Ray Strodesplit off image libs separate from project global libs
2007-05-23  Ray Strodes/program/file/ in copyright block for ply-event-loop.c
2007-05-23  Ray Strodeadd hook to get notified when the terminal session...
2007-05-22  Ray Strodehook up the terminal session class to the event loop
2007-05-22  Ray Stroderemove one of the functions just added, it was broken...
2007-05-22  Ray Strodeadd a few more api functions for reading bytes
2007-05-22  Ray Stroderemove some more bogus bool return values
2007-05-22  Ray Strodeadd ply_logger_inject_bytes api
2007-05-22  Ray Stroderewrite the ply_event_loop_run function to be simpler
2007-05-22  Ray Strodeadd a new api ply_event_loop_watch_for_exit
2007-05-22  Ray Strodedrop some bogus failure cases in the event loop code
2007-05-22  Ray Strodefix up copyright headers/assignment
2007-05-22  Ray Strodefirst cut at an event loop
2007-05-22  Ray Strodeadd new ply_read() function (like the ply_write() function)
2007-05-22  Ray Strodeadd new linked list implementation
2007-05-21  Ray Strodebegin to hook up new logging interfaces to ply-terminal...
2007-05-21  Ray Strodeadd start of new classes for handling logging
2007-05-21  Ray Strodeadd new ply_get_timestamp() function
2007-05-21  Ray Strodemove static functions in ply-terminal-session.c to top
2007-05-21  Ray Strodeadd ply-terminal-session-test to Makefile
2007-05-21  Ray Strodeadd new ply-terminal-session class
2007-05-20  Ray Strodefix up string array duplicating functions to compile
2007-05-18  Ray Strodeadd new function to free a string array
2007-05-18  Ray Strodeadd new api to duplicate a string array
2007-05-18  Ray Strodefix the frame buffer compositing code.
2007-05-16  Ray Strodemake the ply-init-control test redirect messages to a
2007-05-16  Ray StrodeMake ply_fd_has_data return false on hangups
2007-05-16  Ray StrodeImprove the ply-terminal api
2007-05-16  Ray Strodeadd ply_fd_has_data and ply_fd_can_take_data apis
2007-05-16  Ray Strodeadd "fix tests" to the TODO file
2007-05-16  Ray Stroderemove reference to glib-genmarshal since we don't...
2007-05-16  Ray StrodeAdd a tests/ directory to keep tests in
2007-05-16  Ray StrodeMake ply_terminal_get_name return a non-freeable string
2007-05-16  Ray Strodeadd the beginning of an api for managing ptys
2007-05-16  Ray Strodeadd AC_GNU_SOURCE to configure.ac
2007-05-16  Ray Strodeadd the start of an api for controlling /bin/init
2007-05-16  Ray StrodeAdd new ply_write api
2007-05-14  Ray Strodefix a cut-and-paste-o in the ply-image header
2007-05-14  Ray Strodefix up spacing in ply-image.c
2007-05-14  Ray Strodefix the last commit up to compile
2007-05-14  Ray Strodeadd new wrapper around the pipe() syscall
2007-05-12  Ray Strodestandardize the vim mode line and move to the bottom...
2007-05-12  Ray Strodechange coding style of types from FooBar to foo_bar_t
2007-05-12  Ray Strodefix up ply-image to use the new name for ply-frame...
2007-05-12  Ray Stroderename ply-video-buffer to ply-frame-buffer
2007-05-12  Ray Stroderefactor video buffer code to have less functions
2007-05-12  Ray Strodefix typo in alpha blending code
2007-05-12  Ray StrodeTweak image demo
next