summaryrefslogtreecommitdiffstats
path: root/xup
Commit message (Collapse)AuthorAgeFilesLines
* Declare unified module interface and use it in modulesPavel Roskin2016-07-081-4/+6
| | | | | This fixes loading modules compiled with a C++ compiler. Remote thandle type, it's unused. Use tintptr for module data. Don't cast pointers to long, they won't fit on Win64.
* Cast the result of g_shmat() to the destination typePavel Roskin2016-07-081-2/+2
|
* Use g_new or g_new0 when C++ compiler would complain about implicit castPavel Roskin2016-07-081-1/+1
|
* Fix warnings detected by -Wwrite-stringsPavel Roskin2016-07-082-4/+4
|
* Return correct error code from process_server_paint_rect_shmem_ex()Pavel Roskin2016-05-061-1/+1
|
* Typo fixesPavel Roskin2016-05-041-1/+1
|
* Fix warnings about unused variables and functionsPavel Roskin2016-04-211-4/+0
|
* Fix more format warningsPavel Roskin2016-04-211-1/+1
|
* Move headers from EXTRA_DIST to sources, sort alphabeticallyPavel Roskin2016-02-211-3/+3
| | | | There should be no functional difference.
* Stop redefining libdir, use moduledir for ${libdir}/xrdpPavel Roskin2016-02-121-1/+1
| | | | | | | libdir is for shared and static libraries. Some xrdp libraries are loaded dynamically from a non-standard directory, so they are used like modules. Having separate libdir and moduledir would eventually allow to separate dynamically loaded modules from shared libraries.
* Add missing spaces in the strings that are split for line wrappingPavel Roskin2016-02-121-1/+1
|
* Replace "charactor" with "character" everywherePavel Roskin2016-01-302-8/+8
|
* Merge AM_CFLAGS and INCLUDES info AM_CPPFLAGSPavel Roskin2016-01-291-4/+2
| | | | | | | | | AM_CPPFLAGS is for flags passed to the preprocessor, such as defines and includes. AM_CFLAGS is for flags affecting the compiler, such as debug and optimization settings. INCLUDES is an obsolete name. Users can pass INCLUDES and break compilation. AM_CPPFLAGS is more explicit that the flags come from Automake and should not be overridden.
* xup: no logic change, add loggingJay Sorg2015-11-021-0/+6
|
* xup: fix for when Xorg/X11rdp to xup message payload is zeroJay Sorg2015-07-181-3/+7
|
* add timeout to trans_get_wait_objs_rwJay Sorg2015-07-131-1/+1
|
* update the copyright yearJay Sorg2015-07-122-2/+2
|
* set the source for xup moduleJay Sorg2015-07-111-0/+5
|
* update the module APIJay Sorg2015-07-101-10/+9
|
* xup: move to trans for ioJay Sorg2015-07-102-250/+161
|
* fix for case where shmget can return an shmid of zeroJay Sorg2015-02-092-2/+19
|
* coverity: uninitialized scalar variableLaxmikant Rashinkar2014-07-281-0/+3
|
* coverity: Resource leak (2nd round)Laxmikant Rashinkar2014-07-271-0/+6
|
* coverity: improper use of negative valueLaxmikant Rashinkar2014-07-261-0/+5
|
* work on codec modeJay Sorg2014-07-191-0/+1
|
* xup: check for g_shmat failure and change error caseJay Sorg2014-07-031-4/+6
|
* more fixes for 32 bit colorJay Sorg2014-06-101-3/+3
|
* xup: don't need to clear on connectJay Sorg2014-05-191-5/+1
|
* work on codec mode jpegJay Sorg2014-03-222-6/+22
|
* o default login limit is now 50 users (instead of 10)Laxmikant Rashinkar2014-02-281-6/+6
| | | | | o we now wait for 30 seconds for session connection (instead of 1) o if AUTO_LOGON flag is set but username is null, we force login dialog to show up
* added server_paint_rectsJay Sorg2014-02-182-8/+73
|
* xup: added process_server_paint_rect_shmem_exJay Sorg2014-02-091-2/+57
|
* xup: no logic change, seperate one big function outJay Sorg2014-02-031-250/+579
|
* xup: call shmdt on disconnectJay Sorg2014-01-281-5/+7
|
* log client ip with pid, etcJay Sorg2013-10-021-2/+6
|
* xup: pid logging, use log_messageJay Sorg2013-10-021-4/+6
|
* add pid loggingJay Sorg2013-10-011-0/+30
|
* merges from authentic8Jay Sorg2013-09-262-2/+164
|\
| * part of merge, no logic change, add -g to Makefile and LLOGLN to xup.cJay Sorg2013-08-221-0/+6
| |
| * Hand-apply patch (compositing) from Authentic8: 5d5e470 81c9c29 b0c2c10 ↵Jim Grandy2013-08-222-2/+80
| | | | | | | | 27d8a01 a96a217 e512090 a9a6762 9c02bfa bd26fcc c0d29d9 676dd35 3b26737
| * Hand-apply patches (glyph cache) from Authentic8 branch: 653869c 30f23d4 ↵Jim Grandy2013-08-222-1/+58
| | | | | | | | 74b015d 4e51e6d 2829087
| * Hand-apply patches (rail improvements) from Authentic8 branch: 507694d, ↵Jim Grandy2013-08-221-0/+22
| | | | | | | | 0e21d45, 44447d5, e452e4f, 3d05576, dd69d8f
* | X11rdp: work on off screen bitmap, size limit, use ack for screen delayed ↵Jay Sorg2013-09-091-2/+6
| | | | | | | | drawing
* | xup: add shared memory option for X11rdp and xrdpJay Sorg2013-08-182-1/+73
|/
* xup: from Marc, added missing bgcolorJay Sorg2013-06-271-0/+5
|
* work on new(color) cursorsJay Sorg2013-03-182-3/+32
|
* o moved from GNU General Public License to Apache License, Version 2.0Laxmikant Rashinkar2012-09-192-701/+758
| | | | | o applied new coding standards to all .c files o moved some files around
* xup: add some rail messages to the interfaceJay Sorg2012-07-312-1/+119
|
* xup: do not set tcp options for unix domain socketJay Sorg2012-07-171-2/+2
|
* autotools: change top_srcdir to top_builddir for LIBADDJay Sorg2012-07-131-1/+1
|