platform/upstream/freerdp.git
2015-05-20 Marc-André... cmake: add PULSE_FOUND variable to FindPulse.cmake
2015-05-20 Marc-André... Merge branch 'master' of github.com:FreeRDP/FreeRDP
2015-05-20 Marc-André... Merge pull request #2633 from clivest/progressive_codec...
2015-05-20 Marc-André... Merge pull request #2635 from clivest/gdi_gfx_leaked_re...
2015-05-20 Clive StevensFix two cases of leaked regions in gdi/gfx
2015-05-20 Clive StevensFix rounding error in progressive codec
2015-05-19 Bernhard MiklautzMerge pull request #2627 from nfedera/fix-x11-polyregion
2015-05-18 Norbert Federaclient/x11: fix + simplify invalidate_poly_region
2015-05-18 Marc-André... Merge pull request #2624 from kwitaszczyk/master
2015-05-18 Konrad WitaszczykQueryContextAttributes shouldn't return an error when...
2015-05-17 HardeningMerge pull request #2623 from nfedera/fix-xfclient...
2015-05-17 Norbert Federaclient/x11: fixed if statements with empty body
2015-05-15 Marc-André... Merge pull request #2622 from kwitaszczyk/master
2015-05-15 Konrad WitaszczykPass valid context to CompleteAuthToken function in...
2015-05-15 Bernhard MiklautzMerge pull request #2621 from nfedera/fix-mac-async...
2015-05-14 Norbert Federatransport/mfreerdp: fix async transport
2015-05-14 HardeningMerge pull request #2620 from nfedera/fix-gdi-cache
2015-05-14 Norbert Federagdi: fix nullification of instance->context->cache
2015-05-13 HardeningMerge pull request #2611 from nfedera/fix-async-transpo...
2015-05-12 HardeningMerge pull request #2613 from oshogbo/gethostname
2015-05-12 HardeningMerge pull request #2612 from oshogbo/style
2015-05-12 Mariusz ZaborskiAt least at FreeBSD - the gethostname(3) function can...
2015-05-12 Mariusz ZaborskiFunction return bool, so lets return FALSE if 0 or...
2015-05-11 Norbert Federatransport: fixed multiple errors in async thread
2015-05-11 MartinHaimbergerMerge pull request #2605 from nfedera/fix-2015-05-08-01
2015-05-11 MartinHaimbergerMerge pull request #2607 from nfedera/remove_free_null_...
2015-05-11 Norbert Federafree can handle NULL perfectly fine
2015-05-08 Norbert Federafixed multiple missing gdi return value checks
2015-05-08 Bernhard MiklautzMerge pull request #2594 from baruchsiach/fix-math-2
2015-05-08 Norbert FederaMerge pull request #2577 from hardening/listen_from_socket
2015-05-08 David FORTReturn FALSE under Win32
2015-05-08 David FORTTest the number of listening handles
2015-05-08 David FORTAdd the ability to have listener from an existing socket
2015-05-07 Bernhard MiklautzMerge pull request #2596 from akallabeth/wlog_default_o...
2015-05-07 Marc-André... wfreerdp: fix and improve remote assistance
2015-05-07 Marc-André... wfreerdp: fix build
2015-05-07 HardeningMerge pull request #2601 from nfedera/fix-2015-05-07-01
2015-05-07 Norbert FederaMerge pull request #2597 from clivest/bitstream_read_fix
2015-05-07 Norbert FederaMerge pull request #2598 from clivest/stream_leak_fix
2015-05-07 Norbert FederaMerge pull request #2599 from hardening/fix_wayland_colors
2015-05-07 Norbert FederaMerge pull request #2603 from hardening/rail_empty_titl...
2015-05-07 Norbert FederaMerge pull request #2604 from hardening/rail_fix
2015-05-07 Norbert Federaserver/shadow: added missing error message
2015-05-07 David FORTFix empty window title
2015-05-07 David FORTFix remoteApps
2015-05-07 Norbert FederaFix unchecked CreateDirectory calls
2015-05-07 Norbert FederaFix unchecked CreateSemaphore calls
2015-05-07 Norbert FederaFix unchecked CreateMutex calls
2015-05-06 Marc-André... freerdp: fix remote assistance mode, add multi-address...
2015-05-06 David FORTFix colors with the wayland client
2015-05-06 Clive StevensFix whitespace
2015-05-06 Clive StevensFix bitstream reading
2015-05-06 Clive StevensFix two cases of potentially leaked streams
2015-05-06 Armin NovakFixed broken indent.
2015-05-06 Armin NovakNot writing messages if level is WLOG_OFF.
2015-05-06 Armin NovakConsole logging to stdout and stderr
2015-05-06 Martin FleiszMerge pull request #2592 from nfedera/fix-2015-05-05-01
2015-05-05 Baruch SiachDon't disable C99 long double math on non Unix platforms
2015-05-05 Marc-André... Merge branch 'master' of github.com:awakecoding/FreeRDP
2015-05-05 Marc-André... Merge pull request #2587 from floppym/armfix
2015-05-05 Marc-André... Merge pull request #2589 from baruchsiach/fix-math
2015-05-05 Norbert FederaFix unchecked CreateThread calls and misc fixes
2015-05-04 MartinHaimbergerMerge pull request #2582 from nfedera/fix-2015-04-28-01
2015-05-03 Baruch SiachDon't use unavailable C99 long double math functions
2015-05-01 Mike GilbertRemove the ARM_FP_ABI option
2015-04-30 Bernhard MiklautzMerge pull request #2584 from baruchsiach/fix-eventfd-2
2015-04-30 Norbert FederaIncrease API version to 1.2.3
2015-04-29 Baruch SiachFix build with newer uclibc versions
2015-04-29 Norbert FederaFix unchecked CreateEvent calls and misc fixes
2015-04-29 Norbert FederaMerge pull request #2579 from akallabeth/mutex_debug_log
2015-04-29 Armin NovakAdded EBUSY to success states.
2015-04-28 Armin NovakBetter error handling on mutex destroy.
2015-04-28 HardeningMerge pull request #2578 from jonathankap/master
2015-04-28 Armin NovakEnsuring mutex is unlocked on destroy.
2015-04-28 Jonathan KaplanFix issue when numWindowIds is 0
2015-04-28 Armin NovakAdded mutex debug flag.
2015-04-27 Norbert FederaMerge pull request #2575 from bmiklautz/gdi_fix
2015-04-26 Bernhard Miklautzgdi: fix problem with gdi_SelectObject check(s)
2015-04-24 Marc-André... Merge pull request #2568 from nfedera/fix-2015-04-23-01
2015-04-24 Norbert Federacodec/rfx: simplification, segfault/malloc fixes
2015-04-24 Bernhard MiklautzMerge pull request #2572 from bceverly/OpenBSD-2015...
2015-04-24 Bryan EverlyAdded support for manpage construction for OpenBSD
2015-04-23 Marc-André... libwinpr-crt: make fallback byteswap macros type safe
2015-04-23 Norbert Federacodec/rfx: error checking and various fixes
2015-04-22 Bernhard MiklautzMerge pull request #2566 from bceverly/OpenBSD-2015...
2015-04-22 Bryan EverlyRemoved compiler warning about obsolete header file...
2015-04-22 Bryan EverlyMoved declaration of OPENBSD to higher in the file...
2015-04-22 Bernhard MiklautzMerge pull request #2564 from akallabeth/pthread_mutex_...
2015-04-22 HardeningMerge pull request #2555 from akallabeth/wayland_warnin...
2015-04-22 Armin NovakUpdated to new freerdp_get_event_handles API.
2015-04-22 Armin NovakUpdated wayland client to new API.
2015-04-22 Norbert FederaMerge pull request #2554 from akallabeth/event_fix
2015-04-22 HardeningMerge pull request #2544 from bmiklautz/boolenization
2015-04-22 Bernhard MiklautzIncrease API version to 1.2.2
2015-04-22 Armin NovakFixed pthread_mutex_timedjoin detection.
2015-04-22 HardeningMerge pull request #2562 from bceverly/OpenBSD-2015...
2015-04-21 Bryan EverlyModified code to use bulitin pthread functions on OpenBSD
2015-04-21 Bryan EverlyNecessary changes to get latest branch working on OpenB...
2015-04-21 Bryan EverlyNecessary changes to get latest branch working on OpenB...
2015-04-21 Bernhard MiklautzMerge pull request #2537 from MartinHaimberger/mh-autod...
next