Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xorg driver skeleton | Jay Sorg | 2013-07-12 | 4 | -0/+107 |
| | |||||
* | vrplayer: got rid of some usleep compile errors | Jay Sorg | 2013-07-11 | 3 | -0/+9 |
| | |||||
* | libxrdp: started adding fastpath support | Jay Sorg | 2013-07-09 | 2 | -3/+22 |
| | |||||
* | Merge remote-tracking branch 'xrdp-org/master' | Jay Sorg | 2013-07-08 | 2 | -5/+8 |
|\ | |||||
| * | Merge pull request #86 from cocoon/master | Marc-André Moreau | 2013-07-05 | 2 | -5/+8 |
| |\ | | | | | | | Dynamically build initscript paths from given prefix | ||||
| | * | xrdp initscript add BASE var, add SDAEMON var, replace fullpaths | cocoon | 2013-07-05 | 1 | -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 script | cocoon | 2013-07-05 | 1 | -0/+1 |
| |/ | | | | | using sed -i when running make install | ||||
| * | X11rdp: Makefile seperator fix | Jay Sorg | 2013-06-23 | 1 | -1/+1 |
| | | |||||
* | | fix Makefile error, fix for warnings | Jay Sorg | 2013-07-08 | 2 | -1/+3 |
| | | |||||
* | | Merge branch 'master' of github.com:neutrinolabs/xrdp | Jay Sorg | 2013-07-02 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge pull request #1 from speidy/master | jsorg71 | 2013-06-28 | 1 | -1/+1 |
| |\ \ | | | | | | | | | chansrv: sound: fix for pulse simplesound | ||||
| | * | | chansrv: fix for pulse simple method, to get it work again. | speidy | 2013-06-25 | 1 | -1/+1 |
| | | | | |||||
* | | | | chansrv: no logic change, work on warning | Jay Sorg | 2013-07-02 | 10 | -87/+32 |
|/ / / | |||||
* | | | optimize libmem.c | Jay Sorg | 2013-06-28 | 1 | -82/+61 |
| | | | |||||
* | | | added libmem and a test | Jay Sorg | 2013-06-28 | 4 | -0/+514 |
| | | | |||||
* | | | Merge branch 'master' of github.com:neutrinolabs/xrdp | Laxmikant Rashinkar | 2013-06-27 | 10 | -44/+163 |
|\ \ \ | |||||
| * | | | xup: from Marc, added missing bgcolor | Jay Sorg | 2013-06-27 | 1 | -0/+5 |
| |/ / | |||||
| * | | work on neutrinordp proxy, cursor and glyph | Jay Sorg | 2013-06-23 | 2 | -29/+100 |
| | | | |||||
| * | | libxrdp: no logic change, warnings and code cleanup | Jay Sorg | 2013-06-23 | 2 | -13/+19 |
| |/ | |||||
| * | chansrv: no logic change, EOL and coding style cleanup | Jay Sorg | 2013-06-23 | 2 | -18/+24 |
| | | |||||
| * | Merge pull request #81 from luv/master | jsorg71 | 2013-06-23 | 3 | -0/+26 |
| |\ | | | | | | | Small fixes in sound and clipboard | ||||
| | * | Revert "Fix path to config.c in sesman/tools/Makefile.am" | Lukas Vacek | 2013-06-22 | 1 | -1/+1 |
| | | | | | | | | | | | | This reverts commit a0f8afca500702408f577a3b64f792700d40c01e. | ||||
| | * | Fix sound and clipboard crashes | Lukas Vacek | 2013-06-22 | 3 | -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.am | Lukas Vacek | 2013-06-22 | 1 | -1/+1 |
| |/ | |||||
| * | Merge pull request #80 from neutrinolabs/master | jsorg71 | 2013-06-21 | 13 | -35/+505 |
| |\ | | | | | | | Xv, vrplayer, sesman fixes | ||||
| | * | sesman: pid string match xrdp length | Jay Sorg | 2013-06-19 | 1 | -2/+2 |
| | | | |||||
| | * | sesman: fix for reading pid file | Jay Sorg | 2013-06-19 | 1 | -0/+1 |
| | | | |||||
| | * | X11rdp: added install to makefile | Jay Sorg | 2013-06-18 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #79 from neutrinolabs/master | jsorg71 | 2013-06-12 | 139 | -557/+372 |
| |\ \ | | | | | | | | | neutrinordp | ||||
| * \ \ | Merge pull request #74 from neutrinolabs/master | jsorg71 | 2013-06-08 | 10 | -12/+94 |
| |\ \ \ | | | | | | | | | | | neutrinordp | ||||
* | | | | | vrplayer: pause video during window move and resize | Laxmikant Rashinkar | 2013-06-27 | 2 | -10/+94 |
| |_|_|/ |/| | | | |||||
* | | | | Merge branch 'master' of github.com:neutrinolabs/xrdp | Laxmikant Rashinkar | 2013-06-15 | 7 | -5/+459 |
|\ \ \ \ | |||||
| * | | | | X11rdp: work on xv, still off by default | Jay Sorg | 2013-06-15 | 2 | -5/+12 |
| | | | | | |||||
| * | | | | X11rdp: work on xv | Jay Sorg | 2013-06-14 | 3 | -6/+224 |
| | | | | | |||||
| * | | | | X11rdp: added rdpxv.c | Jay Sorg | 2013-06-13 | 1 | -0/+228 |
| | |_|/ | |/| | | |||||
| * | | | replace macro AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Jay Sorg | 2013-06-12 | 1 | -1/+1 |
| | | | | |||||
| * | | | X11rdp: update to pixman 0.30 | Jay Sorg | 2013-06-11 | 2 | -3/+4 |
| | | | | |||||
* | | | | vrplayer: added feature to automatically restart media on end of stream | Laxmikant Rashinkar | 2013-06-15 | 8 | -32/+44 |
|/ / / | |||||
* | | | Merge branch 'master' of github.com:neutrinolabs/xrdp | Laxmikant Rashinkar | 2013-06-08 | 172 | -403/+942 |
|\ \ \ | |||||
| * | | | copyright year update | Jay Sorg | 2013-06-08 | 132 | -143/+143 |
| | |/ | |/| | |||||
| * | | X11rdp: log client cursor caps | Jay Sorg | 2013-06-08 | 1 | -0/+8 |
| | | | |||||
| * | | enable new_cursors xrdp.ini setting | Jay Sorg | 2013-06-08 | 1 | -0/+8 |
| | | | |||||
| * | | adding xrdp.ini option to turn off new cursors | Jay Sorg | 2013-06-07 | 4 | -2/+8 |
| | | | |||||
| * | | Merge remote-tracking branch 'xrdp-org/master' | Jay Sorg | 2013-06-06 | 4 | -4/+33 |
| |\ \ | | |/ | |||||
| | * | pulse: change some errors to debug | Jay Sorg | 2013-06-06 | 1 | -3/+2 |
| | | | |||||
| | * | more pulse notes | Jay Sorg | 2013-06-06 | 2 | -0/+27 |
| | | | |||||
| | * | X11rdp: fix for buildx.sh | Jay Sorg | 2013-06-05 | 1 | -1/+4 |
| | | | |||||
| * | | Merge remote branch 'xrdp-org/master' | Jay Sorg | 2013-06-03 | 34 | -254/+742 |
| |\ \ | | |/ | |||||
| | * | startwm.sh add back startup logic | Jay Sorg | 2013-05-29 | 1 | -24/+100 |
| | | | |||||
| | * | merge from pmhahn | Jay Sorg | 2013-05-29 | 20 | -210/+622 |
| | |\ |