aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* libmdsclient: implement support for domain socketsMattias Andrée2015-08-264-20/+110
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: connect to the display (parsing is not yet implemented)Mattias Andrée2015-08-268-7/+232
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-base: missed to change this earlier, protocol family is PF_, not AF_, which would be address familyMattias Andrée2015-08-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* implement libmds_connection_send_unlockedMattias Andrée2015-08-252-16/+121
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: libmdsclient: prefix and inclusion-guardsMattias Andrée2015-08-251-0/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add pkg-config files and soname to libs and versioned so filesMattias Andrée2015-08-256-10/+88
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-08-251-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: index + add chapter for libmdsclient and libmdslltkMattias Andrée2015-08-251-2/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* info: typoMattias Andrée2015-08-251-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + docMattias Andrée2015-08-252-8/+45
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: comm: init and destroyMattias Andrée2015-08-252-6/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + add header composing macrosMattias Andrée2015-08-252-5/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mMattias Andrée2015-08-251-14/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* attributesMattias Andrée2015-08-2523-35/+118
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + attributesMattias Andrée2015-08-2516-35/+139
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmds_connection: lockingMattias Andrée2015-08-252-2/+95
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* sed is a buil depMattias Andrée2015-08-251-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* m + begin on libmds_connection_tMattias Andrée2015-08-255-6/+180
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update todoMattias Andrée2015-08-251-0/+5
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* add header for libmdsclient that includes all libmdsclient headersMattias Andrée2015-08-251-0/+26
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* whitespaceMattias Andrée2015-08-251-1/+0
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* ...Mattias Andrée2015-08-251-10/+16
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmds_compose_v: make it easy to exclude headers conditionallyMattias Andrée2015-08-251-10/+32
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* fix m bugMattias Andrée2015-08-251-2/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: libmds_compose_v is not a candidate for gnu_printfMattias Andrée2015-08-251-0/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: add function to find unused message idMattias Andrée2015-08-252-0/+72
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsclient: add identity macros for optimisation functions that may or may not disappear in the future, and may or may not get alternatives, ↵Mattias Andrée2015-08-251-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>
* libmdsclient: add message composing functionMattias Andrée2015-08-252-0/+266
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* begin on libmdsclient: header cherrypickingMattias Andrée2015-08-254-5/+907
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* typoMattias Andrée2015-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-colour: implement list-coloursMattias Andrée2015-08-241-4/+39
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* introduce the `Origin command`-headerMattias Andrée2015-08-2410-61/+147
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kkbd: decipher mapping_query and fix a minor bug in itMattias Andrée2015-08-241-16/+35
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kkbd: handle_keyboard_enumeration did not add the keyboard, what an oversightMattias Andrée2015-08-241-1/+15
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kkbd: decipher handle_keyboard_enumeration and fix a minor bug in itMattias Andrée2015-08-241-14/+40
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* update info manual for the new parameter in construct_error_messageMattias Andrée2015-08-241-1/+3
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-clipboard: improve wipe_and_freeMattias Andrée2015-08-241-2/+8
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* hash-list: styleMattias Andrée2015-08-241-10/+10
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* style + error messages should include message id + fix buffer overflowMattias Andrée2015-08-243-44/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* libmdsserver: styleMattias Andrée2015-08-241-13/+13
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-server: styleMattias Andrée2015-08-243-6/+49
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: fix buffer overflowMattias Andrée2015-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-registry: fix memory free upon error bugMattias Andrée2015-08-241-6/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-colour: style + fix buffer overflow + send message idMattias Andrée2015-08-242-46/+43
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds: styleMattias Andrée2015-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-clipboard: m + styleMattias Andrée2015-08-241-66/+41
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-echo: styleMattias Andrée2015-08-241-10/+4
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizesMattias Andrée2015-08-242-13/+38
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kkbd: styleMattias Andrée2015-08-241-44/+11
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>
* mds-kkbd: fix order of parameters in sprintfMattias Andrée2015-08-241-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@operamail.com>