| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-12-19 | Fix buf in libcoopgamma_get_gamma_recv where all filters are given the priority of the first filter | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-21 | Fix errors and add test | Mattias Andrée | 2 | -7/+283 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-19 | fix bug | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | typo | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Do not hard code coopgammad command name | Mattias Andrée | 1 | -4/+9 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Fix filter removal bug | Mattias Andrée | 1 | -13/+13 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Fix error recv bug | Mattias Andrée | 1 | -1/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Fix get-gamma bugs | Mattias Andrée | 1 | -1/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Fix bugs | Mattias Andrée | 1 | -1/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Fix bugs | Mattias Andrée | 1 | -5/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Appearently it is not easy to interrupt recv(3) | Mattias Andrée | 2 | -4/+24 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | whitespace | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-06 | Use MSG_NOSIGNAL when sending | Mattias Andrée | 1 | -1/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | Add debug output (socket communication) if -DDEBUG_MODE is used | Mattias Andrée | 1 | -0/+16 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | Add libcoopgamma_skip_message | Mattias Andrée | 2 | -0/+21 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | Fix bugs (and a tiny improvement) | Mattias Andrée | 1 | -3/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | libcoopgamma_synchronise allows 0 calls to synchronise | Mattias Andrée | 1 | -1/+1 | |
| This is useful for waiting for the server to close or keep the buffer from becoming full | |||||
| 2016-08-04 | Read colour space info from get-gamma-info response | Mattias Andrée | 1 | -8/+48 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | Prepare for supporting the update to get-gamma-info: colourspace information | Mattias Andrée | 2 | -0/+129 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-03 | Fix bugs | Mattias Andrée | 1 | -4/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-22 | fix bug | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-22 | Fix inequality check | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-22 | Fix libcoopgamma_get_methods | Mattias Andrée | 1 | -0/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-22 | Fix bug | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-22 | Fix warning | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | Add missing part of check_error: copy description (and of course call next_payload) | Mattias Andrée | 1 | -4/+19 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | m api fix | Mattias Andrée | 2 | -12/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | Add missing const | Mattias Andrée | 2 | -8/+9 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | m fix | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | m | Mattias Andrée | 1 | -4/+5 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | libcoopgamma_synchronise returns -1 and sets errno to 0 instead of returning -2 | Mattias Andrée | 1 | -12/+9 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | m fix | Mattias Andrée | 1 | -3/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | typo | Mattias Andrée | 2 | -19/+19 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | m doc | Mattias Andrée | 2 | -4/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | Attributes | Mattias Andrée | 2 | -14/+101 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | m | Mattias Andrée | 1 | -2/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | m | Mattias Andrée | 2 | -10/+10 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-18 | Document macros, enums, structs, and unions in libcoopgamma.h.0 | Mattias Andrée | 1 | -70/+69 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Fix warnings | Mattias Andrée | 2 | -94/+174 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_connect | Mattias Andrée | 1 | -2/+67 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Forgot to reset some data | Mattias Andrée | 1 | -0/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Add synchronous functions | Mattias Andrée | 2 | -3/+209 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_synchronise | Mattias Andrée | 2 | -13/+134 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m doc | Mattias Andrée | 2 | -0/+14 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchronise | Mattias Andrée | 2 | -2/+78 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m + Implement check_error, next_payload, and next_header | Mattias Andrée | 2 | -15/+124 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_set_gamma_recv | Mattias Andrée | 1 | -0/+11 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_get_gamma_recv | Mattias Andrée | 2 | -0/+137 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
