summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | xorg driver, work on randrJay Sorg2013-07-176-34/+137
| | | |
* | | | xorg driver, work on randrJay Sorg2013-07-173-8/+150
| | | |
* | | | xorg driver, added randrJay Sorg2013-07-165-2/+286
| | | |
* | | | xorg driver, added make clean to toplevel makefileJay Sorg2013-07-161-2/+10
| | | |
* | | | xorg driver, added top level makefileJay Sorg2013-07-161-0/+8
| | | |
* | | | xorg driver, mouse, keybaord working in 1.7.0 and newer xorgJay Sorg2013-07-163-86/+127
| | | |
* | | | work on Xorg keyboard and mouse driversJay Sorg2013-07-142-13/+302
| | | |
* | | | work on Xorg keyboard and mouse driversJay Sorg2013-07-143-1/+357
| | | |
* | | | xorg driver, fix for older xorg-server and added some notesJay Sorg2013-07-142-0/+12
| | | |
* | | | work on xorg driverJay Sorg2013-07-131-0/+86
| | | |
* | | | work on xorg driverJay Sorg2013-07-135-49/+11
| | | |
* | | | xorg, add mouse driverJay Sorg2013-07-132-0/+38
| | | |
* | | | xorg, add keyboard driverJay Sorg2013-07-132-0/+38
| | | |
* | | | work on xorg driverJay Sorg2013-07-133-17/+38
| | | |
* | | | work on xorg driverJay Sorg2013-07-137-42/+267
| | | |
* | | | xorg, work on driverJay Sorg2013-07-134-8/+7
| | | |
* | | | xorg: work on Xorg driverJay Sorg2013-07-124-19/+67
| | | |
* | | | xorg: work on Xorg driverJay Sorg2013-07-1248-15/+2247
| | | |
* | | | xorg: work on Xorg driverJay Sorg2013-07-123-2/+580
| | | |
* | | | xorg driver skeletonJay Sorg2013-07-124-0/+107
| | | |
* | | | vrplayer: got rid of some usleep compile errorsJay Sorg2013-07-113-0/+9
| | | |
* | | | libxrdp: started adding fastpath supportJay Sorg2013-07-092-3/+22
| | | |
* | | | Merge remote-tracking branch 'xrdp-org/master'Jay Sorg2013-07-082-5/+8
|\| | |
| * | | Merge pull request #86 from cocoon/masterMarc-André Moreau2013-07-052-5/+8
| |\ \ \ | | |/ / | |/| | Dynamically build initscript paths from given prefix
| | * | xrdp initscript add BASE var, add SDAEMON var, replace fullpathscocoon2013-07-051-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with combined path var -DAEMON=/usr/sbin/xrdp +BASE=__BASE__ (PREFIX gets replaced by given prefix, or as fallback /usr/local on Ubuntu) +DAEMON=${BASE}/sbin/xrdp +SDAEMON=${BASE}/sbin/xrdp-sesman
| | * | dynamically insert prefix path into init scriptcocoon2013-07-051-0/+1
| |/ / | | | | | | using sed -i when running make install
| * | X11rdp: Makefile seperator fixJay Sorg2013-06-231-1/+1
| | |
* | | fix Makefile error, fix for warningsJay Sorg2013-07-082-1/+3
| | |
* | | Merge branch 'master' of github.com:neutrinolabs/xrdpJay Sorg2013-07-021-1/+1
|\ \ \
| * \ \ Merge pull request #1 from speidy/masterjsorg712013-06-281-1/+1
| |\ \ \ | | | |/ | | |/| chansrv: sound: fix for pulse simplesound
| | * | chansrv: fix for pulse simple method, to get it work again.speidy2013-06-251-1/+1
| | | |
* | | | chansrv: no logic change, work on warningJay Sorg2013-07-0210-87/+32
|/ / /
* | | optimize libmem.cJay Sorg2013-06-281-82/+61
| | |
* | | added libmem and a testJay Sorg2013-06-284-0/+514
| | |
* | | Merge branch 'master' of github.com:neutrinolabs/xrdpLaxmikant Rashinkar2013-06-2710-44/+163
|\ \ \
| * | | xup: from Marc, added missing bgcolorJay Sorg2013-06-271-0/+5
| |/ /
| * | work on neutrinordp proxy, cursor and glyphJay Sorg2013-06-232-29/+100
| | |
| * | libxrdp: no logic change, warnings and code cleanupJay Sorg2013-06-232-13/+19
| |/
| * chansrv: no logic change, EOL and coding style cleanupJay Sorg2013-06-232-18/+24
| |
| * Merge pull request #81 from luv/masterjsorg712013-06-233-0/+26
| |\ | | | | | | Small fixes in sound and clipboard
| | * Revert "Fix path to config.c in sesman/tools/Makefile.am"Lukas Vacek2013-06-221-1/+1
| | | | | | | | | | | | This reverts commit a0f8afca500702408f577a3b64f792700d40c01e.
| | * Fix sound and clipboard crashesLukas Vacek2013-06-223-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - In case clipboard is not initialized, clipboard_data_in returns (fixes a segfault) - If less than 4 bytes are sent to sound_send_wave_data_chunk, it returns (fixes a segfault) - When sending sound initiliazation messages set g_chan in chansrv to 0, so the server waits for client to reply (this makes sound work afte reconnecting) - In process_message_channel_setup, clear any leftover data in chan_items
| | * Fix path to config.c in sesman/tools/Makefile.amLukas Vacek2013-06-221-1/+1
| |/
| * Merge pull request #80 from neutrinolabs/masterjsorg712013-06-2113-35/+505
| |\ | | | | | | Xv, vrplayer, sesman fixes
| | * sesman: pid string match xrdp lengthJay Sorg2013-06-191-2/+2
| | |
| | * sesman: fix for reading pid fileJay Sorg2013-06-191-0/+1
| | |
| | * X11rdp: added install to makefileJay Sorg2013-06-181-0/+4
| | |
| * | Merge pull request #79 from neutrinolabs/masterjsorg712013-06-12139-557/+372
| |\ \ | | | | | | | | neutrinordp
| * \ \ Merge pull request #74 from neutrinolabs/masterjsorg712013-06-0810-12/+94
| |\ \ \ | | | | | | | | | | neutrinordp
* | | | | vrplayer: pause video during window move and resizeLaxmikant Rashinkar2013-06-272-10/+94
| |_|_|/ |/| | |