aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2016-12-19Fix buf in libcoopgamma_get_gamma_recv where all filters are given the priority of the first filterMattias Andrée1-1/+1
2016-08-21Fix errors and add testMattias Andrée2-7/+283
2016-08-19fix bugMattias Andrée1-1/+2
2016-08-06typoMattias Andrée1-1/+1
2016-08-06Do not hard code coopgammad command nameMattias Andrée1-4/+9
2016-08-06Fix filter removal bugMattias Andrée1-13/+13
2016-08-06Fix error recv bugMattias Andrée1-1/+2
2016-08-06Fix get-gamma bugsMattias Andrée1-1/+6
2016-08-06Fix bugsMattias Andrée1-1/+4
2016-08-06Fix bugsMattias Andrée1-5/+8
2016-08-06Appearently it is not easy to interrupt recv(3)Mattias Andrée2-4/+24
2016-08-06whitespaceMattias Andrée1-2/+2
2016-08-06Use MSG_NOSIGNAL when sendingMattias Andrée1-1/+3
2016-08-04Add debug output (socket communication) if -DDEBUG_MODE is usedMattias Andrée1-0/+16
2016-08-04Add libcoopgamma_skip_messageMattias Andrée2-0/+21
2016-08-04Fix bugs (and a tiny improvement)Mattias Andrée1-3/+5
2016-08-04libcoopgamma_synchronise allows 0 calls to synchroniseMattias Andrée1-1/+1
2016-08-04Read colour space info from get-gamma-info responseMattias Andrée1-8/+48
2016-08-04Prepare for supporting the update to get-gamma-info: colourspace informationMattias Andrée2-0/+129
2016-08-03Fix bugsMattias Andrée1-4/+4
2016-07-22fix bugMattias Andrée1-1/+1
2016-07-22Fix inequality checkMattias Andrée1-1/+1
2016-07-22Fix libcoopgamma_get_methodsMattias Andrée1-0/+1
2016-07-22Fix bugMattias Andrée1-1/+1
2016-07-22Fix warningMattias Andrée1-0/+3
2016-07-21Add missing part of check_error: copy description (and of course call next_payload)Mattias Andrée1-4/+19
2016-07-21m api fixMattias Andrée2-12/+8
2016-07-21Add missing constMattias Andrée2-8/+9
2016-07-21m fixMattias Andrée1-2/+2
2016-07-20mMattias Andrée1-4/+5
2016-07-20libcoopgamma_synchronise returns -1 and sets errno to 0 instead of returning -2Mattias Andrée1-12/+9
2016-07-20m fixMattias Andrée1-3/+3
2016-07-20typoMattias Andrée2-19/+19
2016-07-20m docMattias Andrée2-4/+6
2016-07-19mMattias Andrée1-1/+1
2016-07-19AttributesMattias Andrée2-14/+101
2016-07-19mMattias Andrée1-2/+2
2016-07-19mMattias Andrée2-10/+10
2016-07-18Document macros, enums, structs, and unions in libcoopgamma.h.0Mattias Andrée1-70/+69
2016-07-15Fix warningsMattias Andrée2-94/+174
2016-07-15Implement libcoopgamma_connectMattias Andrée1-2/+67
2016-07-15Forgot to reset some dataMattias Andrée1-0/+3
2016-07-15mMattias Andrée1-1/+1
2016-07-15Add synchronous functionsMattias Andrée2-3/+209
2016-07-15Implement libcoopgamma_synchroniseMattias Andrée2-13/+134
2016-07-15m docMattias Andrée2-0/+14
2016-07-15Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchroniseMattias Andrée2-2/+78
2016-07-15m + Implement check_error, next_payload, and next_headerMattias Andrée2-15/+124
2016-07-15Implement libcoopgamma_set_gamma_recvMattias Andrée1-0/+11
2016-07-15Implement libcoopgamma_get_gamma_recvMattias Andrée2-0/+137