aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-07-15Implement libcoopgamma_connectMattias Andrée1-2/+67
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Forgot to reset some dataMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Add synchronous functionsMattias Andrée2-3/+209
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Implement libcoopgamma_synchroniseMattias Andrée2-13/+134
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15m docMattias Andrée2-0/+14
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Add libcoopgamma_set_nonblocking and prototype for libcoopgamma_synchroniseMattias Andrée2-2/+78
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15m + Implement check_error, next_payload, and next_headerMattias Andrée2-15/+124
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Implement libcoopgamma_set_gamma_recvMattias Andrée1-0/+11
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Implement libcoopgamma_get_gamma_recvMattias Andrée2-0/+137
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Implement libcoopgamma_get_crtcs_recv and libcoopgamma_get_gamma_info_recvMattias Andrée1-0/+163
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Asynchronous communicationMattias Andrée2-126/+530
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Inform the user that SIGCHLD must not be ignored or blocked for some functionMattias Andrée2-0/+22
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15mMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-15Beginning on communication functionsMattias Andrée2-4/+182
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14m + Implement libcoopgamma_get_method_and_site and libcoopgamma_get_socket_fileMattias Andrée1-1/+200
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Implement libcoopgamma_get_pid_fileMattias Andrée1-0/+17
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Implement libcoopgamma_get_methodsMattias Andrée2-7/+209
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14m + add prototypes for functions for communicating with the serverMattias Andrée2-0/+132
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Implement initialise, destroy, marshal, and unmarshal functionsMattias Andrée2-38/+843
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14Prototypes for initialise, destroy, marshal, and unmarshal functionsMattias Andrée1-3/+505
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14docMattias Andrée1-6/+352
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-14mMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>