aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmdsclient (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-09-04add libmds_messageMattias Andrée2-0/+609
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-03mMattias Andrée1-3/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02m doc fix + info: communication utiltiesMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02typoMattias Andrée4-7/+7
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-02whitespaceMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-09-01typoMattias Andrée2-5/+5
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-31add libmds_connection_establish_addressMattias Andrée2-11/+63
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-28doc proto-utilMattias Andrée1-0/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-28typoMattias Andrée1-1/+1
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-28implement inet address parsingMattias Andrée2-27/+60
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-26libmdsclient: begin on inet supportMattias Andrée1-2/+90
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-26libmdsclient: implement support for domain socketsMattias Andrée4-20/+110
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-26libmdsclient: connect to the display (parsing is not yet implemented)Mattias Andrée4-4/+226
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25implement libmds_connection_send_unlockedMattias Andrée2-15/+120
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25add pkg-config files and soname to libs and versioned so filesMattias Andrée1-0/+9
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + docMattias Andrée2-8/+45
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: comm: init and destroyMattias Andrée2-6/+43
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + add header composing macrosMattias Andrée1-5/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + attributesMattias Andrée3-4/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmds_connection: lockingMattias Andrée2-2/+95
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + begin on libmds_connection_tMattias Andrée3-5/+178
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25whitespaceMattias Andrée1-1/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25...Mattias Andrée1-10/+16
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmds_compose_v: make it easy to exclude headers conditionallyMattias Andrée1-10/+32
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25fix m bugMattias Andrée1-2/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: libmds_compose_v is not a candidate for gnu_printfMattias Andrée1-0/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: add function to find unused message idMattias Andrée2-0/+72
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: add identity macros for optimisation functions that may or may not disappear in the future, and may or may not get alternatives, ↵Mattias Andrée1-0/+8
this way it programmer can use them if they are available and full back to the regular function otherwise Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25libmdsclient: add message composing functionMattias Andrée2-0/+266
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25begin on libmdsclient: header cherrypickingMattias Andrée2-0/+884
Signed-off-by: Mattias Andrée <maandree@operamail.com>