| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-08-06 | Appearently it is not easy to interrupt recv(3) | Mattias Andrée | 1 | -3/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-08-04 | Add libcoopgamma_skip_message | Mattias Andrée | 1 | -0/+8 | |
| 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 | Prepare for supporting the update to get-gamma-info: colourspace information | Mattias Andrée | 1 | -0/+107 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | m api fix | Mattias Andrée | 1 | -5/+2 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-21 | Add missing const | Mattias Andrée | 1 | -4/+5 | |
| 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 | typo | Mattias Andrée | 1 | -10/+10 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-20 | m doc | Mattias Andrée | 1 | -2/+3 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | Attributes | Mattias Andrée | 1 | -0/+63 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-19 | m | Mattias Andrée | 1 | -6/+6 | |
| 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 | 1 | -53/+83 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Add synchronous functions | Mattias Andrée | 1 | -2/+80 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_synchronise | Mattias Andrée | 1 | -1/+28 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m doc | Mattias Andrée | 1 | -0/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchronise | Mattias Andrée | 1 | -1/+31 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | m + Implement check_error, next_payload, and next_header | Mattias Andrée | 1 | -4/+8 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Implement libcoopgamma_get_gamma_recv | Mattias Andrée | 1 | -0/+6 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Asynchronous communication | Mattias Andrée | 1 | -26/+200 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-15 | Inform the user that SIGCHLD must not be ignored or blocked for some function | Mattias Andrée | 1 | -0/+10 | |
| 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 | Beginning on communication functions | Mattias Andrée | 1 | -2/+4 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | Implement libcoopgamma_get_methods | Mattias Andrée | 1 | -7/+7 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | m + add prototypes for functions for communicating with the server | Mattias Andrée | 1 | -0/+128 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | Implement initialise, destroy, marshal, and unmarshal functions | Mattias Andrée | 1 | -38/+41 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | Prototypes for initialise, destroy, marshal, and unmarshal functions | Mattias Andrée | 1 | -3/+505 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | doc | Mattias Andrée | 1 | -6/+352 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | m | Mattias Andrée | 1 | -1/+1 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
| 2016-07-14 | Add structs and enums | Mattias Andrée | 1 | -0/+155 | |
| Signed-off-by: Mattias Andrée <maandree@kth.se> | |||||
