aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient/comm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update year and e-mail addressMattias Andrée2017-11-051-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Work on changing style, and an important typo fixMattias Andrée2017-11-051-130/+131
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* If send fails with EPIPE, set errno to ECONNRESET insteadMattias Andrée2016-08-061-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Bump yearMattias Andrée2016-07-091-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Whilst POSIX leaves it explicitly unspecify whether close(2) closes the fildes on interruption, Linux (and possibly some other kernels) specify ↵Mattias Andrée2015-10-111-6/+1
| | | | | | that it does close. Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-09-021-3/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add libmds_connection_establish_addressMattias Andrée2015-08-311-11/+42
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* remove redundent castMattias Andrée2015-08-281-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: implement support for domain socketsMattias Andrée2015-08-261-8/+7
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: connect to the display (parsing is not yet implemented)Mattias Andrée2015-08-261-2/+70
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement libmds_connection_send_unlockedMattias Andrée2015-08-251-9/+79
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + docMattias Andrée2015-08-251-3/+20
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: comm: init and destroyMattias Andrée2015-08-251-3/+30
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + attributesMattias Andrée2015-08-251-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmds_connection: lockingMattias Andrée2015-08-251-1/+23
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + begin on libmds_connection_tMattias Andrée2015-08-251-0/+80
Signed-off-by: Mattias Andrée <maandree@operamail.com>