summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src/Makefile.am: make sure that the auto-generated rda_supported_technologies...Mihai Moldovan2023-09-151-3/+8
* src/Makefile.am: compile the source and install header files for the new gene...Mihai Moldovan2023-09-151-0/+2
* src/Makefile.am: compile the source and install header file for utilities.Mihai Moldovan2023-09-151-0/+2
* src/rda.c: add generic protocol support.Mihai Moldovan2023-09-151-1/+3
* src/rda_x2go.{c,h}: add generic protocol support.Mihai Moldovan2023-09-152-1/+91
* src/rda_ogon.{c,h}: add generic remote protocol support.Mihai Moldovan2023-09-152-0/+15
* src/: add rda_util.{c,h} for miscellaneous utilities.Mihai Moldovan2023-09-152-0/+62
* src/: add rda_protocol.{c,h} for generic remote protocol support.Mihai Moldovan2023-09-152-0/+261
* src/Makefile.am: Also enable -Werror for src/ folder.Mike Gabriel2021-06-071-0/+1
* src/rda.c: Initialize GList objects in rda_supported_technologies{,_by_name}(...Mike Gabriel2019-01-251-2/+2
* Support 'make distcheck'.Mike Gabriel2019-01-226-12/+5
* src/rda.pc.in: Fix Cflags: field. Use rda/ subfolder as include path.Mike Gabriel2019-01-201-1/+1
* happy new yearMike Gabriel2019-01-197-7/+7
* src/rda.h: Include rda_supported_technologies via non-local path.Mike Gabriel2019-01-191-1/+1
* Make rda_supported_technologies*() return GList objects.Mike Gabriel2019-01-192-5/+24
* Add rda_supported_technologies_by_name() function that sends technology names...Mike Gabriel2019-01-182-0/+18
* Move special remote technology pretty names to .c files providing features fo...Mike Gabriel2019-01-185-2/+22
* Fix wrong WITH_REMOTE_AWARENESS_*** macro names.Mike Gabriel2019-01-185-18/+18
* src/rda.h: Include rda_supported_technologies.h from local folder.Mike Gabriel2018-11-091-1/+1
* src/rda_supported_technologies.h.in: Generate header file that knows what RDA...Mike Gabriel2018-11-053-0/+45
* src/Makefile.am: Always compile rda_x2go.c and rda_ogon.c files. This partial...Mike Gabriel2018-11-021-2/+2
* automake: Add GObject Introspection support.Mike Gabriel2018-11-022-0/+27
* src/rda.c: Don't fail if no remote technology is enabled at configure time.Mike Gabriel2018-11-021-5/+4
* src/rda_*.c: White-space fix at end of file.Mike Gabriel2018-11-022-2/+2
* librda_la_SOURCES: add conditional sourcesrbuj2018-10-131-3/+2
* configure.ac et al.: Make it possible to enable/disable awareness for the sup...Mike Gabriel2018-09-085-0/+37
* src/*.h: Fix file names in comment header.Mike Gabriel2018-09-082-2/+2
* Ogon RDP support: initial draft to support Ogon RDP as remote desktop technol...Mike Gabriel2018-07-024-0/+153
* src/rda_x2go.c: Some tab stop fixes.Mike Gabriel2018-06-281-8/+8
* src/rda.c: Report a desktop session as local, if XDG_SEAT env var is set in t...Mike Gabriel2018-06-281-4/+10
* src/rda_x2go.c: Use g_spawn_command_line_sync() for suspending/terminating X2...Mike Gabriel2018-06-271-31/+15
* src/rda.pc.in: Make people use <rda/rda.h> in include headers, rather than <r...Mike Gabriel2018-06-271-1/+1
* src/rda.h: Fix prototype for rda_session_suspend(). Add prototype for rda_ses...Mike Gabriel2018-06-271-1/+4
* initial draft of the RDA shared libraryMike Gabriel2018-06-276-0/+390