Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change license, change style, clean up, flat file hier, clean valgrind output in test | Mattias Andrée | 2019-10-22 | 1 | -2620/+0 |
* | Fix buf in libcoopgamma_get_gamma_recv where all filters are given the priority of the first filter | Mattias Andrée | 2016-12-19 | 1 | -1/+1 |
* | Fix errors and add test | Mattias Andrée | 2016-08-21 | 1 | -7/+10 |
* | fix bug | Mattias Andrée | 2016-08-19 | 1 | -1/+2 |
* | Do not hard code coopgammad command name | Mattias Andrée | 2016-08-06 | 1 | -4/+9 |
* | Fix filter removal bug | Mattias Andrée | 2016-08-06 | 1 | -13/+13 |
* | Fix error recv bug | Mattias Andrée | 2016-08-06 | 1 | -1/+2 |
* | Fix get-gamma bugs | Mattias Andrée | 2016-08-06 | 1 | -1/+6 |
* | Fix bugs | Mattias Andrée | 2016-08-06 | 1 | -1/+4 |
* | Fix bugs | Mattias Andrée | 2016-08-06 | 1 | -5/+8 |
* | Appearently it is not easy to interrupt recv(3) | Mattias Andrée | 2016-08-06 | 1 | -1/+20 |
* | whitespace | Mattias Andrée | 2016-08-06 | 1 | -2/+2 |
* | Use MSG_NOSIGNAL when sending | Mattias Andrée | 2016-08-06 | 1 | -1/+3 |
* | Add debug output (socket communication) if -DDEBUG_MODE is used | Mattias Andrée | 2016-08-04 | 1 | -0/+16 |
* | Add libcoopgamma_skip_message | Mattias Andrée | 2016-08-04 | 1 | -0/+13 |
* | Fix bugs (and a tiny improvement) | Mattias Andrée | 2016-08-04 | 1 | -3/+5 |
* | Read colour space info from get-gamma-info response | Mattias Andrée | 2016-08-04 | 1 | -8/+48 |
* | Prepare for supporting the update to get-gamma-info: colourspace information | Mattias Andrée | 2016-08-04 | 1 | -0/+22 |
* | Fix bugs | Mattias Andrée | 2016-08-03 | 1 | -4/+4 |
* | fix bug | Mattias Andrée | 2016-07-22 | 1 | -1/+1 |
* | Fix inequality check | Mattias Andrée | 2016-07-22 | 1 | -1/+1 |
* | Fix libcoopgamma_get_methods | Mattias Andrée | 2016-07-22 | 1 | -0/+1 |
* | Fix bug | Mattias Andrée | 2016-07-22 | 1 | -1/+1 |
* | Fix warning | Mattias Andrée | 2016-07-22 | 1 | -0/+3 |
* | Add missing part of check_error: copy description (and of course call next_payload) | Mattias Andrée | 2016-07-21 | 1 | -4/+19 |
* | m api fix | Mattias Andrée | 2016-07-21 | 1 | -7/+6 |
* | Add missing const | Mattias Andrée | 2016-07-21 | 1 | -4/+4 |
* | m fix | Mattias Andrée | 2016-07-21 | 1 | -2/+2 |
* | libcoopgamma_synchronise returns -1 and sets errno to 0 instead of returning -2 | Mattias Andrée | 2016-07-20 | 1 | -12/+9 |
* | m fix | Mattias Andrée | 2016-07-20 | 1 | -3/+3 |
* | typo | Mattias Andrée | 2016-07-20 | 1 | -9/+9 |
* | m doc | Mattias Andrée | 2016-07-20 | 1 | -2/+3 |
* | m | Mattias Andrée | 2016-07-19 | 1 | -1/+1 |
* | Attributes | Mattias Andrée | 2016-07-19 | 1 | -14/+38 |
* | m | Mattias Andrée | 2016-07-19 | 1 | -2/+2 |
* | m | Mattias Andrée | 2016-07-19 | 1 | -4/+4 |
* | Fix warnings | Mattias Andrée | 2016-07-15 | 1 | -41/+91 |
* | Implement libcoopgamma_connect | Mattias Andrée | 2016-07-15 | 1 | -2/+67 |
* | Forgot to reset some data | Mattias Andrée | 2016-07-15 | 1 | -0/+3 |
* | m | Mattias Andrée | 2016-07-15 | 1 | -1/+1 |
* | Add synchronous functions | Mattias Andrée | 2016-07-15 | 1 | -1/+129 |
* | Implement libcoopgamma_synchronise | Mattias Andrée | 2016-07-15 | 1 | -12/+106 |
* | m doc | Mattias Andrée | 2016-07-15 | 1 | -0/+7 |
* | Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchronise | Mattias Andrée | 2016-07-15 | 1 | -1/+47 |
* | m + Implement check_error, next_payload, and next_header | Mattias Andrée | 2016-07-15 | 1 | -11/+116 |
* | Implement libcoopgamma_set_gamma_recv | Mattias Andrée | 2016-07-15 | 1 | -0/+11 |
* | Implement libcoopgamma_get_gamma_recv | Mattias Andrée | 2016-07-15 | 1 | -0/+131 |
* | Implement libcoopgamma_get_crtcs_recv and libcoopgamma_get_gamma_info_recv | Mattias Andrée | 2016-07-15 | 1 | -0/+163 |
* | Asynchronous communication | Mattias Andrée | 2016-07-15 | 1 | -100/+330 |
* | Inform the user that SIGCHLD must not be ignored or blocked for some function | Mattias Andrée | 2016-07-15 | 1 | -0/+12 |