aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient/comm.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-08-06If send fails with EPIPE, set errno to ECONNRESET insteadMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@kth.se>
2016-07-09Bump yearMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@kth.se>
2015-10-11Whilst POSIX leaves it explicitly unspecify whether close(2) closes the fildes on interruption, Linux (and possibly some other kernels) specify ↵Mattias Andrée1-6/+1
that it does close. Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02typoMattias Andrée1-3/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add libmds_connection_establish_addressMattias Andrée1-11/+42
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-28remove redundent castMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-26libmdsclient: implement support for domain socketsMattias Andrée1-8/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-26libmdsclient: connect to the display (parsing is not yet implemented)Mattias Andrée1-2/+70
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25implement libmds_connection_send_unlockedMattias Andrée1-9/+79
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + docMattias Andrée1-3/+20
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: comm: init and destroyMattias Andrée1-3/+30
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + attributesMattias Andrée1-2/+2
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmds_connection: lockingMattias Andrée1-1/+23
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + begin on libmds_connection_tMattias Andrée1-0/+80
Signed-off-by: Mattias Andrée <maandree@operamail.com>