aboutsummaryrefslogtreecommitdiff
path: root/console-client
Commit message (Expand)AuthorAgeFilesLines
* Fix parallel buildSamuel Thibault2016-02-291-3/+3
* Add missing libraries to fix link errorsFlavio Cruz2015-12-301-2/+3
* fix compiler warnings in hurd/console-clientFlavio Cruz2015-12-291-1/+1
* fix compiler warnings in hurd/console-clientFlavio Cruz2015-12-298-25/+34
* console-client: Fix lower range of binary searchDiego Nieto Cid2015-06-051-4/+4
* console-client: assert preconditionDiego Nieto Cid2015-06-051-0/+4
* console-client: fix binary searchJustus Winter2015-05-231-2/+4
* console-client: avoid nested functionJustus Winter2015-05-231-17/+18
* console-client: fix build with -O0Justus Winter2015-05-231-1/+1
* Explicit the keymap compatibility flagsSamuel Thibault2015-02-022-94/+92
* console-client: Fix typos in commentsStefan Weil2015-01-038-14/+14
* console-client: make the demuxer payload-awareJustus Winter2014-12-071-2/+10
* Make the ncursesw driver of the console client compile properlyMarek Benc2014-07-171-5/+3
* Avoid compiler warning about empty bodiesJustus Winter2014-05-261-1/+2
* Include the MIG-generated server header filesJustus Winter2014-04-151-0/+1
* console-client: drop DIST_FILES from MakefileJustus Winter2014-04-121-4/+0
* Handle fonts with multiple-of-8 bbox widthSamuel Thibault2014-03-261-2/+6
* Fix setting LGE flagSamuel Thibault2014-03-261-2/+2
* Align VGA buffersSamuel Thibault2014-03-261-2/+5
* Fix handling of console readlink errorsSamuel Thibault2014-03-161-8/+22
* Fix vcs_readlink propagating error returned by console_current_idSamuel Thibault2014-03-161-0/+2
* Fix crash on accessing vcs without a console being activeSamuel Thibault2014-03-161-3/+3
* Fix crash on opening /dev/kbd or mouse without any console being activeSamuel Thibault2014-03-161-4/+11
* Add --font-width option to force 8/9 pixel font widthSamuel Thibault2014-02-135-11/+66
* Fix typosSamuel Thibault2014-02-121-2/+2
* console-client: remove spurious pthread_spin_unlocksJustus Winter2013-12-091-2/+0
* Normalize whitespace at the end of each file to '\n'Justus Winter2013-11-094-4/+0
* console-client: replace function epilogue with console_exitJustus Winter2013-10-131-2/+1
* console-client: minor stylistic fixJustus Winter2013-10-131-1/+1
* console-client: fix error handlingJustus Winter2013-10-131-0/+1
* console-client: entitle console_exit with the noreturn attributeJustus Winter2013-10-131-1/+1
* console-client: remove the pid file on clean exitsJustus Winter2013-10-131-0/+5
* Fix gcc warningSamuel Thibault2013-09-211-0/+2
* Fix gcc warningSamuel Thibault2013-09-211-0/+1
* Fix gcc warningSamuel Thibault2013-09-211-0/+2
* Fix cursor sizeSamuel Thibault2013-09-191-2/+2
* console-client: add daemonizing supportJustus Winter2013-08-282-7/+112
* Fix descriptor leakMiguel Figueiredo2013-06-011-2/+1
* Remove unused variableMiguel Figueiredo2013-06-011-2/+0
* Fix console hang on unknown key pressSamuel Thibault2013-05-011-2/+2
* Add io_select_timeout to the io interfaceRichard Braun2013-02-284-12/+45
* Include <stdlib.h> or <mach.h> where neededPino Toscano2013-02-251-0/+1
* Fix comment styleSamuel Thibault2012-12-171-2/+2
* Fix double call to pthread_mutex_unlock in repeat_event().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in kbd_repeat_key().Cyril Roelandt2012-12-171-6/+3
* Fix double call to pthread_mutex_unlock in console_move_mouse().Cyril Roelandt2012-12-171-2/+0
* Switch from cthreads to pthreadsRichard Braun2012-11-2712-230/+275
* Remove condition implicationsRichard Braun2012-11-242-4/+2
* Add more keymapsSamuel Thibault2012-09-231-0/+268
* Fix out-of-tree buildSamuel Thibault2012-07-101-1/+2