aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-08-26libmdsclient: connect to the display (parsing is not yet implemented)Mattias Andrée5-4/+227
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25mds-base: missed to change this earlier, protocol family is PF_, not AF_, which would be address familyMattias Andrée1-1/+1
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ée2-0/+18
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-25mMattias Andrée1-14/+3
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25attributesMattias Andrée23-35/+118
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25m + attributesMattias Andrée16-35/+139
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ée4-5/+179
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-25add header for libmdsclient that includes all libmdsclient headersMattias Andrée1-0/+26
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>
2015-08-24mds-colour: implement list-coloursMattias Andrée1-4/+39
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24introduce the `Origin command`-headerMattias Andrée8-51/+83
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-kkbd: decipher mapping_query and fix a minor bug in itMattias Andrée1-15/+34
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-kkbd: handle_keyboard_enumeration did not add the keyboard, what an oversightMattias Andrée1-1/+15
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-kkbd: decipher handle_keyboard_enumeration and fix a minor bug in itMattias Andrée1-14/+40
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-clipboard: improve wipe_and_freeMattias Andrée1-2/+8
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24hash-list: styleMattias Andrée1-10/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24style + error messages should include message id + fix buffer overflowMattias Andrée3-44/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24libmdsserver: styleMattias Andrée1-13/+13
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-server: styleMattias Andrée3-6/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-registry: fix buffer overflowMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-registry: fix memory free upon error bugMattias Andrée1-6/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-colour: style + fix buffer overflow + send message idMattias Andrée2-46/+43
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds: styleMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-clipboard: m + styleMattias Andrée1-66/+41
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-echo: styleMattias Andrée1-10/+4
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-respawn: typo + mds-kkbd: doc, derp, and minimise some buffer sizesMattias Andrée2-13/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-kkbd: styleMattias Andrée1-44/+11
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-kkbd: fix order of parameters in sprintfMattias Andrée1-1/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-vt: typo and styleMattias Andrée1-20/+10
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-colour: pregenerate textual colour listsMattias Andrée1-29/+166
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mds-colour: broadcast updatesMattias Andrée2-17/+153
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24hash list optimisationMattias Andrée1-21/+96
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24m todo + implement get-colourMattias Andrée1-4/+38
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24mMattias Andrée1-2/+1
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-24info: construct_error_message and send_errorMattias Andrée1-2/+0
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-23error transmissionsMattias Andrée3-2/+230
Signed-off-by: Mattias Andrée <maandree@operamail.com>
2015-08-23mds-colour: marshal colour list + implement set-colourMattias Andrée2-5/+49
Signed-off-by: Mattias Andrée <maandree@operamail.com>