Armin Novak
|
20a24fe36e
|
[freerdp,api] mark API functions [[nodiscard]]
Mark (most) of the API functions returning a value [[nodiscard]]. This
will assist application developers spotting bad return checks.
|
2026-02-17 10:23:34 +01:00 |
|
akallabeth
|
7990eec166
|
[freerdp] mark all WINPR_ATTR_MALLOC also nodiscard
|
2026-01-26 13:39:39 +01:00 |
|
akallabeth
|
afff514ca7
|
[compiler] add WINPR_ATTR_MALLOC
Add WINPR_ATTR_MALLOC checks to allocating functions to help compilers
find memory leaks or allocation mismatches
|
2024-09-12 20:09:22 +02:00 |
|
akallabeth
|
bb42d425ed
|
[gcc,clang] add support for attribute(malloc)
Mark all malloc like functions and add their appropriate free function
to let the compiler complain on mismatches
|
2024-02-02 15:10:40 +01:00 |
|
akallabeth
|
a5b42f0f84
|
[includes] untangled circular includes
|
2023-03-15 08:22:23 +01:00 |
|
akallabeth
|
61779694ee
|
[includes] improved c++ guards
|
2023-03-15 08:22:23 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
9d680904cc
|
Fixed compiler warnings #5210
|
2019-01-29 16:14:55 +01:00 |
|
Armin Novak
|
c8908c8be6
|
Updated windows shadow server assistance usage.
|
2018-11-22 11:11:31 +01:00 |
|
Armin Novak
|
6de2129a90
|
assistance v2 support
|
2018-11-22 11:11:31 +01:00 |
|
Armin Novak
|
74c15a6309
|
Fixed freerdp_assistance_file_new argument declaration
|
2015-12-14 14:18:50 +01:00 |
|
Marc-André Moreau
|
6b1fefea40
|
freerdp: fix remote assistance mode, add multi-address connection
|
2015-05-06 16:32:45 -04:00 |
|
Marc-André Moreau
|
86a68f0c0f
|
shadow: start Windows Desktop Sharing API support
|
2014-08-13 17:48:57 -04:00 |
|
Marc-André Moreau
|
21571eea88
|
channels/remdesk: add PassStub generation
|
2014-07-15 20:09:19 -04:00 |
|
Marc-André Moreau
|
b60eff8e42
|
channels/remdesk: start sending authentication data
|
2014-06-30 12:51:27 -04:00 |
|
Marc-André Moreau
|
7a50525880
|
libfreerdp-common: move assistance code
|
2014-06-30 09:40:24 -04:00 |
|