FreeRDP/libfreerdp/utils
Hardening 542811291c Use poll() instead of select() when available
select() has the major drawback that it cannot handle file descriptor
that are bigger than 1024. This patch makes use of poll() instead of
select() when poll() support is available.
2014-07-03 15:26:49 +02:00
..
test winpr-crt: fix bit rotation macros 2014-05-23 14:00:46 -04:00
bitmap.c Replace printf(...) by fprintf(stderr, ...) 2013-03-28 23:06:34 +01:00
CMakeLists.txt Add a ringbuffer implementation targetting byte sending 2014-05-21 17:27:36 +02:00
event.c clipboard: add events for file clipping. 2014-03-10 14:25:56 +08:00
msusb.c Remove config.h inclusion in debug.h 2014-04-15 18:36:22 +02:00
passphrase.c added missing defined() in #elif 2013-01-25 17:50:40 +01:00
pcap.c Fixed various memory leaks and compiler warnings. 2013-09-05 12:14:33 +02:00
profiler.c Fixed warmings (string formats) 2013-10-25 14:59:38 -04:00
rail.c libfreerdp-core: fix asynchronous queueing of RemoteApp messages 2013-10-22 16:28:23 -04:00
ringbuffer.c freerdp: fix incorrect copyright headers 2014-05-22 15:56:47 -04:00
signal.c 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
stopwatch.c wfreerdp: fix most build warnings 2014-02-10 22:12:13 -05:00
svc_plugin.c xfreerdp: fix multiple egfx-related memory leaks 2014-06-20 13:52:13 -04:00
tcp.c Use poll() instead of select() when available 2014-07-03 15:26:49 +02:00
time.c Further changes to fix issue 574\685. 2013-04-08 14:42:49 +01:00
uds.c freerdp: fix headers 2012-10-08 23:02:04 -04:00