index
:
plymouth.git
master
Unnamed repository; edit this file to name it for gitweb.
Casey Dahlin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libply
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add new array type to make managing arrays easier
Ray Strode
2008-05-28
5
-0
/
+191
*
Add new ply_buffer_steal_bytes method
Ray Strode
2008-05-28
2
-0
/
+15
*
Fix same bug in ply_frame_buffer_area_intersect().
Kristian Høgsberg
2008-05-23
1
-51
/
+28
*
Factor out area union code from ply_frame_buffer_add_area_to_flush_area.
Kristian Høgsberg
2008-05-23
1
-21
/
+28
*
Fix bug in area union code.
Kristian Høgsberg
2008-05-23
1
-10
/
+18
*
Add new ply_buffer_remove_bytes_at_end
Ray Strode
2008-05-22
2
-0
/
+13
*
Don't show timestamp and pid in verbose mode
Ray Strode
2008-05-22
1
-6
/
+2
*
Only allow root clients to talk to daemon
Ray Strode
2008-05-21
2
-0
/
+43
*
Add hook to ply-terminal-session to notify on boot output.
Ray Strode
2008-05-19
2
-17
/
+14
*
add hook to log all terminal session output to a user supplied buffer
Ray Strode
2008-05-19
3
-0
/
+16
*
add new function to cancel pending timeouts
Ray Strode
2008-05-19
2
-0
/
+30
*
When removing exit handlers, remove all matches, not just the first
Ray Strode
2008-05-19
1
-1
/
+0
*
export ply_buffer_decapitate function as ply_buffer_remove_bytes
Ray Strode
2008-05-18
2
-9
/
+11
*
Add new ply_buffer_append_from_fd function
Ray Strode
2008-05-18
2
-0
/
+23
*
add new ply-buffer class
Ray Strode
2008-05-18
3
-0
/
+283
*
drop unused variable
Ray Strode
2008-05-18
1
-2
/
+1
*
Add new function to be able to cancel event loop exit watches
Ray Strode
2008-05-14
2
-0
/
+30
*
Copy a row at a time to the card instead of a pixel at a time
Ray Strode
2007-12-13
1
-9
/
+17
*
Apply patch from Peter Jones to fix video on systems with row stride differen...
Ray Strode
2007-12-11
2
-54
/
+24
*
add ply-copy-dir-test.c and ply-copy-test.c to fix build
Ray Strode
2007-11-01
2
-0
/
+132
*
add ply-copy-dir-test.am to fix build for fresh clones
Ray Strode
2007-11-01
1
-0
/
+11
*
add ply-copy-test.am to fix build for fresh clones
Ray Strode
2007-10-31
1
-0
/
+11
*
add ply_unmount_filesystem function to handle lazy umount
Ray Strode
2007-10-21
2
-2
/
+11
*
call chroot right before exec instead of right after fork
Ray Strode
2007-10-21
2
-1
/
+13
*
don't error out if the directory already exists in the mkdir function
Ray Strode
2007-10-21
1
-1
/
+1
*
add ply_list_directory function
Ray Strode
2007-10-21
2
-0
/
+39
*
Use posix_openpt instead of open ("/dev/ptmx", ...)
Ray Strode
2007-10-21
1
-7
/
+4
*
Make ply_trace restore errno appropriately
Ray Strode
2007-10-21
1
-0
/
+1
*
fix typo in function name
Ray Strode
2007-10-20
1
-4
/
+4
*
Make ply_create_directory more robust about trailing slashes
Ray Strode
2007-10-19
1
-1
/
+9
*
dump everything i'm working on into the main refactor branch for now
Ray Strode
2007-06-21
6
-8
/
+58
*
include errno.h into ply-logger.h
Ray Strode
2007-06-13
1
-2
/
+1
*
change ply_create_scratch directory to be a two step,
Ray Strode
2007-06-13
2
-14
/
+28
*
return true in the success path to ply_file_copy
Ray Strode
2007-06-13
1
-0
/
+1
*
don't leak fds in copy function
Ray Strode
2007-06-13
1
-6
/
+14
*
fix up the copy dir function
Ray Strode
2007-06-12
1
-1
/
+160
*
drop lame ply_filesystem_is_mounted function
Ray Strode
2007-06-11
2
-51
/
+0
*
add new untested ply_create_scratch_directory that creates
Ray Strode
2007-06-11
2
-0
/
+42
*
when copying an image to the frame buffer always read from the original width,
Ray Strode
2007-06-11
1
-1
/
+1
*
add untested recursive mkdir function (ply_create_directory)
Ray Strode
2007-06-10
2
-0
/
+43
*
add tests dir to Makefile
Ray Strode
2007-06-10
1
-1
/
+1
*
add lt versioning to libply
Ray Strode
2007-06-08
1
-0
/
+3
*
clean up the frame buffer fill apis to not ask for the width and
Ray Strode
2007-06-08
3
-34
/
+23
*
make the new frame buffer area cropping function actually work
Ray Strode
2007-06-08
1
-2
/
+12
*
disable partial screen updates for now, because I think it might be buggy
Ray Strode
2007-06-07
1
-0
/
+8
*
union the flush areas in the frame buffer more correctly,
Ray Strode
2007-06-07
1
-10
/
+44
*
don't block indefinitely if our timeout timer expires before hitting epoll_wait
Ray Strode
2007-06-07
1
-1
/
+4
*
add support for timeouts to the event loop
Ray Strode
2007-06-07
2
-21
/
+170
*
rename ply_event_loop_exit_closure_t to ply_event_loop_closure_t
Ray Strode
2007-06-07
1
-17
/
+17
*
drop funky workaround in event loop code
Ray Strode
2007-06-06
1
-2
/
+1
[prev]
[next]