summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-03-01terminal: apply terminal settings immediatelyRay Strode1-2/+2
2011-02-28utils: don't depend on PAGE_SIZERay Strode1-2/+6
2011-02-25main: convert tab to spacesRay Strode1-1/+1
2011-02-19tests: don't run during make checkRay Strode2-0/+6
2011-02-18terminal: unlock tty before mucking with itRay Strode1-22/+46
2011-02-09client: clean up warningsRay Strode1-4/+0
2011-02-09drm: clean up warningsRay Strode1-3/+1
2011-02-09frame-buffer: clean up warningsRay Strode1-7/+4
2011-02-09two-step: fix warningsRay Strode1-10/+0
2011-02-09space-flares: clean up warningRay Strode1-45/+4
2011-02-09text: clean up warningRay Strode1-3/+0
2011-02-09fade-throbber: clean up warningsRay Strode1-16/+0
2011-02-09throbgress: clean up warningsRay Strode1-14/+0
2011-02-09label: clean up warningsRay Strode1-2/+0
2011-02-09main: detach from terminal session on failureRay Strode1-0/+6
2011-02-09main: make duplicate plymouthd's a silent errorRay Strode1-2/+3
2011-02-09main: clean up warningsRay Strode1-10/+10
2011-02-09image: clean up warningRay Strode1-2/+1
2011-02-09text-progress-bar: clean up warningsRay Strode1-2/+4
2011-02-09region: clean up some warningsRay Strode1-6/+4
2011-02-09array: clean up a warningRay Strode1-0/+2
2011-02-09event-loop: clean up some warningsRay Strode1-6/+10
2011-02-09animation: add debug spewRay Strode1-4/+30
2011-02-09two-step: Add more debug spewRay Strode1-2/+54
2011-02-03boot-server: improve debug outputRay Strode1-11/+13
2011-02-03boot-server: fix debug output when message is from initRay Strode1-6/+14
2011-02-01drm: reduce minimum build requirementsLucian Muresan3-13/+37
2011-01-14pixel-buffer: Fix overflow in blend_two_pixel_valuesMartin Pitt1-1/+1
2010-11-19main: remove tty0 from list of fallback ttysRay Strode1-1/+0
2010-11-19main: Always translate tty0 to tty1Ray Strode1-6/+7
2010-11-19terminal: don't rely on strlen(bytes) for write sizeRay Strode1-2/+3
2010-11-19boot-client: fix fallback socket supportAndrey Borzenkov1-2/+5
2010-11-19utils: if concrete/abstract socket selectionAndrey Borzenkov1-1/+1
2010-11-15main: don't pause on crashRay Strode1-1/+1
2010-11-15terminal: Don't set ISTRIP in terminal attributesRay Strode2-2/+2
2010-11-02viewer: always dist desktop fileRay Strode1-1/+2
2010-10-20boot-server: don't print error when client goes awayRay Strode1-11/+11
2010-10-13image: replace deprecated libpng functionBrett Witherspoon1-1/+1
2010-10-11viewer: don't build viewer by defaultRay Strode1-0/+2
2010-10-07boot-server: make update handling asyncrhonousRay Strode1-0/+8
2010-10-07utils: use system default max for listen()Ray Strode1-5/+1
2010-10-07list: drop node_set_data methodRay Strode2-8/+0
2010-10-07progress: plug small memory leakRay Strode1-0/+2
2010-10-07main: NULL initialize "console" variableRay Strode1-0/+1
2010-10-06protocol: change socket pathRay Strode3-6/+16
2010-10-06protocol: drop leading \0 from socket pathRay Strode3-3/+3
2010-10-06utils: add support for "trimmed abstract" socketsRay Strode4-21/+44
2010-09-29viewer: Add a title to the status iconRay Strode1-1/+2
2010-09-26terminal-session: add debug messagesRay Strode1-0/+5
2010-09-26terminal-session: try to continue logging after tty disconnectRay Strode1-1/+20