aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix buf in libcoopgamma_get_gamma_recv where all filters are given the priority of the first filterMattias Andrée2016-12-191-1/+1
* Fix errors and add testMattias Andrée2016-08-211-7/+10
* fix bugMattias Andrée2016-08-191-1/+2
* Do not hard code coopgammad command nameMattias Andrée2016-08-061-4/+9
* Fix filter removal bugMattias Andrée2016-08-061-13/+13
* Fix error recv bugMattias Andrée2016-08-061-1/+2
* Fix get-gamma bugsMattias Andrée2016-08-061-1/+6
* Fix bugsMattias Andrée2016-08-061-1/+4
* Fix bugsMattias Andrée2016-08-061-5/+8
* Appearently it is not easy to interrupt recv(3)Mattias Andrée2016-08-061-1/+20
* whitespaceMattias Andrée2016-08-061-2/+2
* Use MSG_NOSIGNAL when sendingMattias Andrée2016-08-061-1/+3
* Add debug output (socket communication) if -DDEBUG_MODE is usedMattias Andrée2016-08-041-0/+16
* Add libcoopgamma_skip_messageMattias Andrée2016-08-041-0/+13
* Fix bugs (and a tiny improvement)Mattias Andrée2016-08-041-3/+5
* Read colour space info from get-gamma-info responseMattias Andrée2016-08-041-8/+48
* Prepare for supporting the update to get-gamma-info: colourspace informationMattias Andrée2016-08-041-0/+22
* Fix bugsMattias Andrée2016-08-031-4/+4
* fix bugMattias Andrée2016-07-221-1/+1
* Fix inequality checkMattias Andrée2016-07-221-1/+1
* Fix libcoopgamma_get_methodsMattias Andrée2016-07-221-0/+1
* Fix bugMattias Andrée2016-07-221-1/+1
* Fix warningMattias Andrée2016-07-221-0/+3
* Add missing part of check_error: copy description (and of course call next_payload)Mattias Andrée2016-07-211-4/+19
* m api fixMattias Andrée2016-07-211-7/+6
* Add missing constMattias Andrée2016-07-211-4/+4
* m fixMattias Andrée2016-07-211-2/+2
* libcoopgamma_synchronise returns -1 and sets errno to 0 instead of returning -2Mattias Andrée2016-07-201-12/+9
* m fixMattias Andrée2016-07-201-3/+3
* typoMattias Andrée2016-07-201-9/+9
* m docMattias Andrée2016-07-201-2/+3
* mMattias Andrée2016-07-191-1/+1
* AttributesMattias Andrée2016-07-191-14/+38
* mMattias Andrée2016-07-191-2/+2
* mMattias Andrée2016-07-191-4/+4
* Fix warningsMattias Andrée2016-07-151-41/+91
* Implement libcoopgamma_connectMattias Andrée2016-07-151-2/+67
* Forgot to reset some dataMattias Andrée2016-07-151-0/+3
* mMattias Andrée2016-07-151-1/+1
* Add synchronous functionsMattias Andrée2016-07-151-1/+129
* Implement libcoopgamma_synchroniseMattias Andrée2016-07-151-12/+106
* m docMattias Andrée2016-07-151-0/+7
* Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchroniseMattias Andrée2016-07-151-1/+47
* m + Implement check_error, next_payload, and next_headerMattias Andrée2016-07-151-11/+116
* Implement libcoopgamma_set_gamma_recvMattias Andrée2016-07-151-0/+11
* Implement libcoopgamma_get_gamma_recvMattias Andrée2016-07-151-0/+131
* Implement libcoopgamma_get_crtcs_recv and libcoopgamma_get_gamma_info_recvMattias Andrée2016-07-151-0/+163
* Asynchronous communicationMattias Andrée2016-07-151-100/+330
* Inform the user that SIGCHLD must not be ignored or blocked for some functionMattias Andrée2016-07-151-0/+12
* mMattias Andrée2016-07-151-1/+1