aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix man-page uninstall bug1.0Mattias Andrée2016-08-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Do not hard code coopgammad command nameMattias Andrée2016-08-061-4/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix filter removal bugMattias Andrée2016-08-061-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix error recv bugMattias Andrée2016-08-061-1/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix get-gamma bugsMattias Andrée2016-08-061-1/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-061-1/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-061-5/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Appearently it is not easy to interrupt recv(3)Mattias Andrée2016-08-062-4/+24
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* whitespaceMattias Andrée2016-08-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Use MSG_NOSIGNAL when sendingMattias Andrée2016-08-061-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add debug output (socket communication) if -DDEBUG_MODE is usedMattias Andrée2016-08-041-0/+16
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_skip_messageMattias Andrée2016-08-045-1/+53
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugs (and a tiny improvement)Mattias Andrée2016-08-041-3/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libcoopgamma_synchronise allows 0 calls to synchroniseMattias Andrée2016-08-041-1/+1
| | | | | This is useful for waiting for the server to close or keep the buffer from becoming full
* Read colour space info from get-gamma-info responseMattias Andrée2016-08-041-8/+48
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Prepare for supporting the update to get-gamma-info: colourspace informationMattias Andrée2016-08-045-0/+334
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugsMattias Andrée2016-08-031-4/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* fix bugMattias Andrée2016-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix inequality checkMattias Andrée2016-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix libcoopgamma_get_methodsMattias Andrée2016-07-221-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-221-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix bugMattias Andrée2016-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* fix makefileMattias Andrée2016-07-221-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningMattias Andrée2016-07-221-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add build systemMattias Andrée2016-07-2220-0/+3091
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_set_gamma_sync.3Mattias Andrée2016-07-221-0/+105
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_gamma_sync.3Mattias Andrée2016-07-221-0/+102
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-222-8/+0
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_gamma_info_sync.3Mattias Andrée2016-07-211-0/+82
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_crtcs_sync.3Mattias Andrée2016-07-211-0/+57
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_set_gamma_recv.3Mattias Andrée2016-07-211-0/+52
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_gamma_recv.3Mattias Andrée2016-07-211-0/+98
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_gamma_info_recv.3Mattias Andrée2016-07-211-0/+86
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing part of check_error: copy description (and of course call next_payload)Mattias Andrée2016-07-211-4/+19
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_crtcs_recv.3Mattias Andrée2016-07-211-0/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add libcoopgamma_set_gamma_send.3Mattias Andrée2016-07-212-4/+144
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m api fixMattias Andrée2016-07-212-12/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m refMattias Andrée2016-07-213-0/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m fix + add libcoopgamma_get_gamma_send.3Mattias Andrée2016-07-212-1/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing constMattias Andrée2016-07-212-8/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m fixMattias Andrée2016-07-211-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Add libcoopgamma_get_gamma_info_send.3Mattias Andrée2016-07-212-1/+79
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* fix doc styleMattias Andrée2016-07-2018-37/+37
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-201-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m fixMattias Andrée2016-07-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_get_crtcs_send.3Mattias Andrée2016-07-201-0/+76
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-201-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_synchronise.3Mattias Andrée2016-07-201-0/+93
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libcoopgamma_synchronise returns -1 and sets errno to 0 instead of returning -2Mattias Andrée2016-07-201-12/+9
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-201-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>