summaryrefslogtreecommitdiffstats
path: root/src/libply
Commit message (Expand)AuthorAgeFilesLines
...
* Add new array type to make managing arrays easierRay Strode2008-05-285-0/+191
* Add new ply_buffer_steal_bytes methodRay Strode2008-05-282-0/+15
* Fix same bug in ply_frame_buffer_area_intersect().Kristian Høgsberg2008-05-231-51/+28
* Factor out area union code from ply_frame_buffer_add_area_to_flush_area.Kristian Høgsberg2008-05-231-21/+28
* Fix bug in area union code.Kristian Høgsberg2008-05-231-10/+18
* Add new ply_buffer_remove_bytes_at_endRay Strode2008-05-222-0/+13
* Don't show timestamp and pid in verbose modeRay Strode2008-05-221-6/+2
* Only allow root clients to talk to daemonRay Strode2008-05-212-0/+43
* Add hook to ply-terminal-session to notify on boot output.Ray Strode2008-05-192-17/+14
* add hook to log all terminal session output to a user supplied bufferRay Strode2008-05-193-0/+16
* add new function to cancel pending timeoutsRay Strode2008-05-192-0/+30
* When removing exit handlers, remove all matches, not just the firstRay Strode2008-05-191-1/+0
* export ply_buffer_decapitate function as ply_buffer_remove_bytesRay Strode2008-05-182-9/+11
* Add new ply_buffer_append_from_fd functionRay Strode2008-05-182-0/+23
* add new ply-buffer classRay Strode2008-05-183-0/+283
* drop unused variableRay Strode2008-05-181-2/+1
* Add new function to be able to cancel event loop exit watchesRay Strode2008-05-142-0/+30
* Copy a row at a time to the card instead of a pixel at a timeRay Strode2007-12-131-9/+17
* Apply patch from Peter Jones to fix video on systems with row stride differen...Ray Strode2007-12-112-54/+24
* add ply-copy-dir-test.c and ply-copy-test.c to fix buildRay Strode2007-11-012-0/+132
* add ply-copy-dir-test.am to fix build for fresh clonesRay Strode2007-11-011-0/+11
* add ply-copy-test.am to fix build for fresh clonesRay Strode2007-10-311-0/+11
* add ply_unmount_filesystem function to handle lazy umountRay Strode2007-10-212-2/+11
* call chroot right before exec instead of right after forkRay Strode2007-10-212-1/+13
* don't error out if the directory already exists in the mkdir functionRay Strode2007-10-211-1/+1
* add ply_list_directory functionRay Strode2007-10-212-0/+39
* Use posix_openpt instead of open ("/dev/ptmx", ...)Ray Strode2007-10-211-7/+4
* Make ply_trace restore errno appropriatelyRay Strode2007-10-211-0/+1
* fix typo in function nameRay Strode2007-10-201-4/+4
* Make ply_create_directory more robust about trailing slashesRay Strode2007-10-191-1/+9
* dump everything i'm working on into the main refactor branch for nowRay Strode2007-06-216-8/+58
* include errno.h into ply-logger.hRay Strode2007-06-131-2/+1
* change ply_create_scratch directory to be a two step,Ray Strode2007-06-132-14/+28
* return true in the success path to ply_file_copyRay Strode2007-06-131-0/+1
* don't leak fds in copy functionRay Strode2007-06-131-6/+14
* fix up the copy dir functionRay Strode2007-06-121-1/+160
* drop lame ply_filesystem_is_mounted functionRay Strode2007-06-112-51/+0
* add new untested ply_create_scratch_directory that createsRay Strode2007-06-112-0/+42
* when copying an image to the frame buffer always read from the original width,Ray Strode2007-06-111-1/+1
* add untested recursive mkdir function (ply_create_directory)Ray Strode2007-06-102-0/+43
* add tests dir to MakefileRay Strode2007-06-101-1/+1
* add lt versioning to libplyRay Strode2007-06-081-0/+3
* clean up the frame buffer fill apis to not ask for the width andRay Strode2007-06-083-34/+23
* make the new frame buffer area cropping function actually workRay Strode2007-06-081-2/+12
* disable partial screen updates for now, because I think it might be buggyRay Strode2007-06-071-0/+8
* union the flush areas in the frame buffer more correctly,Ray Strode2007-06-071-10/+44
* don't block indefinitely if our timeout timer expires before hitting epoll_waitRay Strode2007-06-071-1/+4
* add support for timeouts to the event loopRay Strode2007-06-072-21/+170
* rename ply_event_loop_exit_closure_t to ply_event_loop_closure_tRay Strode2007-06-071-17/+17
* drop funky workaround in event loop codeRay Strode2007-06-061-2/+1