Marc-André Moreau
|
d0f413db12
|
winpr: initial port to Universal Windows Platform (UWP)
|
2016-02-05 16:28:45 -05:00 |
|
Bernhard Miklautz
|
cbbc680131
|
clipboard: fix of by one error on cleanup
|
2015-06-25 11:53:03 +02:00 |
|
Bernhard Miklautz
|
9f6fa7ef4c
|
Fix possible endless loops on cleanup.
Some cleanup code possibly create endless loops because an unsigned
type was used as run variable but the check was >= 0 in the for loop.
|
2015-06-24 12:26:13 +02:00 |
|
Bernhard Miklautz
|
77927c213e
|
android: fix misc compiler warnings
with gcc version arm-linux-androideabi-gcc (GCC) 4.8
|
2015-06-22 19:09:59 +02:00 |
|
Bernhard Miklautz
|
bf73f4e4f1
|
Fix unchecked strdups
* add missing checks
* adapt function return values where necessary
* add initial test for settings
|
2015-06-22 19:09:59 +02:00 |
|
Bernhard Miklautz
|
850de59b55
|
winpr: add checks for *alloc
Add missing checks if memory allocation was successful. Also adapt
caller(s) when possible.
|
2015-04-08 11:34:37 +02:00 |
|
Marc-André Moreau
|
08c8c6f285
|
channels/cliprdr: fix empty clipboard format lists, server-side locking
|
2014-12-20 13:07:30 -05:00 |
|
Marc-André Moreau
|
f2267a2277
|
libwinpr-clipboard: fix memory corruption and leaks
|
2014-12-04 13:19:10 -05:00 |
|
Marc-André Moreau
|
0818846d7c
|
winpr: fix build warnings
|
2014-11-21 15:12:49 -05:00 |
|
Marc-André Moreau
|
9258ecca37
|
libwinpr-clipboard: improve robustness
|
2014-11-20 12:08:01 -05:00 |
|
Marc-André Moreau
|
ce7302a999
|
wfreerdp: cleanup clipboard
|
2014-10-22 22:32:55 -04:00 |
|
Marc-André Moreau
|
83ecddd6c1
|
xfreerdp: replace cliprdr to wire format conversion
|
2014-10-17 20:40:11 -04:00 |
|
Marc-André Moreau
|
e8312e2dac
|
libwinpr-clipboard: add more synthetic clipboard formats
|
2014-10-17 19:14:54 -04:00 |
|
Marc-André Moreau
|
0e4659403f
|
libwinpr-clipboard: add basic clipboard synthesizers
|
2014-10-17 18:23:07 -04:00 |
|
Marc-André Moreau
|
c27888ed72
|
libwinpr-clipboard: initial clipboard synthetic format support
|
2014-10-17 16:45:36 -04:00 |
|
Marc-André Moreau
|
d98ce1a819
|
libwinpr-clipboard: initial commit
|
2014-10-17 15:19:05 -04:00 |
|