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 |
|
Armin Novak
|
6a1cc0f031
|
[freerdp,api] mark function pointers [[nodiscard]]
|
2026-02-16 09:18:30 +01:00 |
|
akallabeth
|
7990eec166
|
[freerdp] mark all WINPR_ATTR_MALLOC also nodiscard
|
2026-01-26 13:39:39 +01:00 |
|
Pascal Nowack
|
eb3fdc3a22
|
rdpei/server: Add optional threaded handling of messages
|
2025-04-14 14:40:30 +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
|
61779694ee
|
[includes] improved c++ guards
|
2023-03-15 08:22:23 +01:00 |
|
Pascal Nowack
|
9d627e0df2
|
channels/server: Add APIs for DVCs to get notified of channel id
This allows server implementations to watch these channel ids for their
creation statuses.
|
2022-06-08 15:26:51 +02:00 |
|
akallabeth
|
8cc6582044
|
Unify struct definitions (#7633)
* Unified enum/struct definitions, fixed include issues
* Fixed mac compilation issues
* Added missing include
* Fixed windows server build warnings
* Fixed VS2010 build issue
* Removed unnecessary library linking
* Fixed ThreadPool WinXP compatibility
* Fixed pr review remarks
|
2022-02-14 14:59:22 +01:00 |
|
Armin Novak
|
d493cf6f07
|
Cleaned up rdpei channel, updated to current spec.
|
2020-11-23 10:29:47 +01:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
8b9e3fa51e
|
Fixed use of reserved keywords for include guards.
|
2017-07-20 09:35:41 +02:00 |
|
Martin Haimberger
|
52405a3e79
|
Remove WIN32ERROR type
All return values are UINT now.
|
2015-08-27 05:38:20 -07:00 |
|
Martin Haimberger
|
6348e41479
|
channel rdpei hardend
|
2015-06-18 03:04:32 -07:00 |
|
Hardening
|
ed6f380434
|
Add server-side RDPEI
This patch mutualize code between client and server for RDPEI. And add support for
the server-side.
|
2014-11-20 22:19:29 +01:00 |
|