aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-06Do not hard code coopgammad command nameMattias Andrée1-4/+9
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Fix filter removal bugMattias Andrée1-13/+13
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Fix error recv bugMattias Andrée1-1/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Fix get-gamma bugsMattias Andrée1-1/+6
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Fix bugsMattias Andrée1-1/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Fix bugsMattias Andrée1-5/+8
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Appearently it is not easy to interrupt recv(3)Mattias Andrée2-4/+24
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06whitespaceMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-06Use MSG_NOSIGNAL when sendingMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-04Add debug output (socket communication) if -DDEBUG_MODE is usedMattias Andrée1-0/+16
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-04Add libcoopgamma_skip_messageMattias Andrée5-1/+53
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-04Fix bugs (and a tiny improvement)Mattias Andrée1-3/+5
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-04libcoopgamma_synchronise allows 0 calls to synchroniseMattias Andrée1-1/+1
This is useful for waiting for the server to close or keep the buffer from becoming full
2016-08-04Read colour space info from get-gamma-info responseMattias Andrée1-8/+48
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-04Prepare for supporting the update to get-gamma-info: colourspace informationMattias Andrée5-0/+334
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-08-03Fix bugsMattias Andrée1-4/+4
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22fix bugMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22Fix inequality checkMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22Fix libcoopgamma_get_methodsMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22mMattias Andrée1-1/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22Fix bugMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22fix makefileMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22Fix warningMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-22Add build systemMattias Andrée20-0/+3091
Signed-off-by: Mattias Andrée <maandree@kth.se>