aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcoopgamma.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* typoMattias Andrée2016-08-061-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Appearently it is not easy to interrupt recv(3)Mattias Andrée2016-08-061-3/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_skip_messageMattias Andrée2016-08-041-0/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* libcoopgamma_synchronise allows 0 calls to synchroniseMattias Andrée2016-08-041-1/+1
| | | | | This is useful for waiting for the server to close or keep the buffer from becoming full
* Prepare for supporting the update to get-gamma-info: colourspace informationMattias Andrée2016-08-041-0/+107
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m api fixMattias Andrée2016-07-211-5/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add missing constMattias Andrée2016-07-211-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-201-4/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* typoMattias Andrée2016-07-201-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m docMattias Andrée2016-07-201-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* AttributesMattias Andrée2016-07-191-0/+63
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-191-6/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Document macros, enums, structs, and unions in libcoopgamma.h.0Mattias Andrée2016-07-181-70/+69
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Fix warningsMattias Andrée2016-07-151-53/+83
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add synchronous functionsMattias Andrée2016-07-151-2/+80
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_synchroniseMattias Andrée2016-07-151-1/+28
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m docMattias Andrée2016-07-151-0/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchroniseMattias Andrée2016-07-151-1/+31
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + Implement check_error, next_payload, and next_headerMattias Andrée2016-07-151-4/+8
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_get_gamma_recvMattias Andrée2016-07-151-0/+6
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Asynchronous communicationMattias Andrée2016-07-151-26/+200
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Inform the user that SIGCHLD must not be ignored or blocked for some functionMattias Andrée2016-07-151-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-151-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Beginning on communication functionsMattias Andrée2016-07-151-2/+4
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement libcoopgamma_get_methodsMattias Andrée2016-07-141-7/+7
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* m + add prototypes for functions for communicating with the serverMattias Andrée2016-07-141-0/+128
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Implement initialise, destroy, marshal, and unmarshal functionsMattias Andrée2016-07-141-38/+41
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Prototypes for initialise, destroy, marshal, and unmarshal functionsMattias Andrée2016-07-141-3/+505
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* docMattias Andrée2016-07-141-6/+352
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* mMattias Andrée2016-07-141-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add structs and enumsMattias Andrée2016-07-141-0/+155
Signed-off-by: Mattias Andrée <maandree@kth.se>