Armin Novak
|
89ab3c6c1b
|
[nodiscard] Fix all winpr_RAND usages
* Check return value and act on it.
* Initialize arrays that were missed before.
|
2026-02-27 15:52:26 +01:00 |
|
Armin Novak
|
822257bf7c
|
[c23,winpr] replace NULL with nullptr
|
2026-02-26 21:16:48 +01:00 |
|
Armin Novak
|
48267edf2f
|
[winpr] add WINPR_C_ARRAY_INIT
since C23 allows c++ style initializing replace direct use with this
macro
|
2026-02-25 19:23:08 +01:00 |
|
akallabeth
|
ba9897f8b7
|
[warnings] replace rand() function use
|
2024-08-29 17:13:53 +02:00 |
|
akallabeth
|
1d33095500
|
[warnings] fix cert-err33-c
Fix unused return values, cast to void if on purpose
|
2024-08-29 10:19:27 +02:00 |
|
akallabeth
|
d7ebec5a65
|
[tidy] move loop variable declaration to loop
|
2024-02-22 12:31:50 +01:00 |
|
akallabeth
|
0ba995655d
|
[clang-tidy] cppcoreguidelines-init-variables
|
2024-02-15 11:49:16 +01:00 |
|
Armin Novak
|
e61880d077
|
[standard] replace __FUNCTION__ with __func__
|
2023-07-27 20:02:43 +02:00 |
|
akallabeth
|
340f9dd775
|
Fixed conditional warnings
|
2022-04-28 12:37:19 +02:00 |
|
Armin Novak
|
5eea7fc12d
|
WINPR_UNUSED argc, argv for unit tests
|
2021-08-24 10:45:57 +02:00 |
|
akallabeth
|
6b36c6d417
|
Replace fopen and path functions with wrappers (#7043)
Functions like fopen, PathFileExists, PathMakePath need to call
the wide character versions on windows for utf-8 support.
|
2021-05-31 11:42:03 +02:00 |
|
Armin Novak
|
72ca88f49c
|
Reformatted to new style
|
2019-11-07 10:53:54 +01:00 |
|
Armin Novak
|
62c1696d4c
|
Removed use of unchecked sprintf
|
2018-08-27 14:34:42 +02:00 |
|
Armin Novak
|
db7753bc8b
|
Added RemoveDirectoryA, clean up test directories.
|
2015-06-09 13:16:28 +02:00 |
|
Armin Novak
|
7403cdc60c
|
Added PathMakePath function.
|
2015-06-09 13:16:28 +02:00 |
|