FreeRDP/libfreerdp
Raul Fernandes db9052e37f Optimize function xcrush_copy_bytes()
Use memcpy to copy the bytes when we can assure that the memory areas does not overlap.
When the areas overlap, copy the area that doesn't overlap repeatly.
With this change, the copy is ~30x faster.
2020-04-25 16:25:36 +02:00
..
cache Refactored pointer and/xor data copying 2020-04-22 14:21:47 +02:00
codec Optimize function xcrush_copy_bytes() 2020-04-25 16:25:36 +02:00
common Added raw function wrapping X509_digest 2020-03-06 11:37:35 +01:00
core Fixed #6101: POINTER_LARGE_UPDATE serialization 2020-04-22 14:21:47 +02:00
crypto Fixed #6099: Add a flag for legacy hash entries 2020-04-22 18:14:39 +02:00
gdi Check for int overflow in gdi_InvalidateRegion 2020-04-09 18:00:51 +02:00
locale
primitives Fixed format string warnings. 2020-04-11 09:43:01 +02:00
utils Improve signal handler printout. 2020-03-04 08:22:56 +01:00
CMakeLists.txt Fixed #6067: Better CMake warning for deactivated image scaling 2020-04-13 09:56:19 +02:00
freerdp.pc.in
FreeRDPConfig.cmake.in