summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | xrdpvr: compile fix for older ffmpegJay Sorg2013-01-022-4/+25
|/
* vrplayer: path and close changesJay Sorg2012-12-301-6/+13
|
* vrplayer: rpath changeJay Sorg2012-12-302-0/+7
|
* X11rdp: keyboard and offscreen bitmap fixJay Sorg2012-12-292-2/+6
|
* libxrdp: add our own mppc compression instead of using the freerdp mppcJay Sorg2012-12-284-12/+1079
|
* off screen bitmap creation, don't invalidate whole areaJay Sorg2012-12-284-11/+21
|
* Merge branch 'master' of https://github.com/FreeRDP/xrdpLaxmikant Rashinkar2012-12-2638-202/+353
|\
| * fixes, logging for off screenJay Sorg2012-12-232-0/+19
| |
| * X11rdp: create off screen pixmap if not created on useJay Sorg2012-12-2323-47/+86
| |
| * Merge pull request #45 from Osirium/patch/debug-loggingMarc-André Moreau2012-12-207-5/+34
| |\ | | | | | | update/fix some debug log calls and add the test of XRDP_DEBUG to make f...
| | * update/fix some debug log calls and add the test of XRDP_DEBUG to make files ↵LawrenceK2012-12-207-5/+34
| | | | | | | | | | | | so controlled by the autoconf option --enable-xrdpdebug
| * | Merge pull request #46 from Osirium/patch/channel-enablesMarc-André Moreau2012-12-202-28/+83
| |\ \ | | |/ | |/| Update allowed channel lists from entries in the connection entry prefix...
| | * Update allowed channel lists from entries in the connection entry prefixed ↵LawrenceK2012-12-202-28/+83
| |/ | | | | | | channel. Allows different settings for each preset connection.
| * Merge pull request #42 from Osirium/freerdp-refactor-06-dec-2012Marc-André Moreau2012-12-204-122/+116
| |\ | | | | | | Freerdp refactor 06 dec 2012
| | * Whoops got one of the security flags wrongLawrenceK2012-12-061-1/+1
| | |
| | * Use FREERDP_LIBS variable to access the frerdp libs, includes locationLawrenceK2012-12-061-1/+1
| | |
| | * fix SSE2 debug line, and add some debug of config settings.LawrenceK2012-12-061-1/+3
| | |
| | * Chnages due to the refctoring of freerdp, mainly the rdp settings object. ↵LawrenceK2012-12-062-120/+112
| | | | | | | | | | | | Also use FREERDP_LIBS in the make file for xrdplib to handle the shared libraries not being in a system directyory (private build?)
| * | Merge pull request #44 from Osirium/pull/add-strchrMarc-André Moreau2012-12-202-0/+15
| |\ \ | | | | | | | | Add g_strchr to os_calls
| | * | Add g_strchr to os_callsLawrenceK2012-12-202-0/+15
| |/ /
* | | o developer checkinLaxmikant Rashinkar2012-12-2619-256/+1458
|/ / | | | | | | o modified vrplayer to use threads
* | xrdpapi: send for all bytesJay Sorg2012-12-171-3/+29
| |
* | xrdpapi: use header for server to client writesJay Sorg2012-12-172-2/+41
| |
* | if mstsc, don't do pixmap to pixmap blitsJay Sorg2012-12-162-3/+18
| |
* | o development checkinLaxmikant Rashinkar2012-12-0813-55/+1058
| | | | | | | | o added vrplayer
* | Merge pull request #43 from Osirium/bug/xrdp-orders-text-2jsorg712012-12-061-3/+15
|\ \ | | | | | | Bug/xrdp orders text 2
| * | when processing a text order we where not correctly using the text length ↵LawrenceK2012-12-061-3/+15
| |/ | | | | | | this resulted in overrunning the order buffer and eventually corrupting the heap. Two fixes uses the data length and if the size is greater than max_packet_size attempt to send anyway otherwise you break the protocol.
| * Merge branch 'master' of git://github.com/FreeRDP/xrdpLawrenceK2012-12-04222-50128/+56278
| |\ | |/ |/|
* | chansrv: cleanup some clipboard codeJay Sorg2012-11-141-46/+60
| |
* | Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2012-11-141-0/+8
|\ \
| * \ Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2012-11-135-11/+155
| |\ \
| * | | added cplusplus guards to header file xrdpvr.hLaxmikant Rashinkar2012-11-131-0/+8
| | | |
* | | | chansrv: change for pasting over a wanJay Sorg2012-11-142-54/+111
| |/ / |/| |
* | | chansrv: work on clipboard c2s for wanJay Sorg2012-11-112-5/+141
| | |
* | | do not build xrdpvr unless --enable-xrdpvr is usedJay Sorg2012-11-102-2/+12
| | |
* | | xrdpvr: build fix, don't need AVDictionaryJay Sorg2012-11-101-4/+2
|/ /
* | Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2012-11-101-5/+12
|\ \
| * \ Merge branch 'master' of github.com:FreeRDP/xrdpJay Sorg2012-11-109-64/+179
| |\ \
| * | | fix for odd error when disconecting clientJay Sorg2012-11-101-5/+12
| | | |
* | | | forgot to add xrdpvr directory and filesLaxmikant Rashinkar2012-11-104-0/+779
| |/ / |/| |
* | | Merge branch 'master' of github.com:FreeRDP/xrdpLaxmikant Rashinkar2012-11-093-88/+123
|\ \ \ | |/ /
| * | chansrv: ignore directory clipboard copies for now and clean up loggingJay Sorg2012-11-073-47/+55
| | |
| * | chansrv: make sure ~/xrdp_client exists, other cleanupsJay Sorg2012-11-072-43/+68
| | |
| * | chansrv: fix build without --enable-fuseJay Sorg2012-11-071-0/+2
| | |
* | | o in login dialog set sesman-X11rdp as the default moduleLaxmikant Rashinkar2012-11-099-64/+179
|/ / | | | | | | o added support for video redirection without using TSMF
* | chansrv: clipboard file copy / paste working nowJay Sorg2012-11-055-66/+301
| |
* | chansrv: work on clipboard file copyJay Sorg2012-11-045-13/+224
| |
* | chansrv: work on clipboard file copy pasteJay Sorg2012-11-036-126/+267
| |
* | chansrv: added --enable-fuse optionJay Sorg2012-11-024-12/+25
| |
* | chansrv: debug fixJay Sorg2012-11-011-1/+1
| |