Armin Novak
|
3de666a80e
|
Improve signal handler printout.
|
2020-03-04 08:22:56 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
987ca5ec6a
|
Fixed another bunch of warnings.
|
2018-10-24 14:36:12 +02:00 |
|
Bernhard Miklautz
|
3a4e1adee7
|
utils: remove unnecessary debug message.
Change the level from info to debug as it's nothing a regular users
would have interest in.
|
2017-01-16 11:11:58 +01:00 |
|
Armin Novak
|
fb36121ba9
|
Added signal handler for android.
|
2016-10-06 13:43:07 +02:00 |
|
Armin Novak
|
2f519d7f16
|
Replaced logging in libfreerdp with wlog defines.
|
2014-09-15 08:48:46 +02:00 |
|
Armin Novak
|
f4c133eaf8
|
Replaced custom logging mechanism with WLog wrapper.
|
2014-08-07 16:51:24 +02:00 |
|
Mike McDonald
|
25f834043e
|
Modified FreeRDP core to ignore SIGPIPE signal. This signal was being generated during a call to SSL_shutdown when the socket is in a disconnected state. The proper way to handle this is to ignore SIGPIPE and allow the write system call to report an errno of EPIPE.
|
2014-01-20 11:20:50 -05:00 |
|
Marc-André Moreau
|
05bd6cff73
|
channels/rdpsnd: further experimentation with async alsa
|
2013-02-21 10:46:11 -05:00 |
|
Bernhard Miklautz
|
f91b88f714
|
added missing defined() in #elif
gcc >= 4.4 requires a condition in #elif.
|
2013-01-25 17:50:40 +01:00 |
|
Marc-André Moreau
|
8a32de3801
|
libfreerdp: purged source tree from deprecated memory utils
|
2012-11-21 21:22:06 -05:00 |
|
Marc-André Moreau
|
b3d8f79b5c
|
libfreerdp-utils: replace ARRAY_SIZE custom macro with ARRAYSIZE() windows macro
|
2012-11-21 20:50:28 -05:00 |
|
Marc-André Moreau
|
e764c81ad5
|
freerdp: fix building of libraries for Android
|
2012-10-13 20:31:01 -04:00 |
|
Marc-André Moreau
|
e60a092d81
|
freerdp: fix headers
|
2012-10-08 23:02:04 -04:00 |
|
Marc-André Moreau
|
d5d1eb7762
|
libfreerdp: add proper config.h inclusions
|
2012-08-14 17:09:01 -04:00 |
|
Marc-André Moreau
|
19028a27b0
|
libfreerdp: move all libraries to libfreerdp directory, one step closer to monolithic build option
|
2012-08-13 23:19:51 -04:00 |
|