Block or Report
Block or report vszakats
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
1
#!/bin/sh
23# To the extent possible under law, Viktor Szakats
4# has waived all copyright and related or neighboring rights to this
5# script.
1,538 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2023
Created 156 commits in 4 repositories
Created 1 repository
Created a pull request in libssh2/libssh2 that received 12 comments
src: address compiler warnings
Bring down C compiler warnings (as seen in CI and local builds) from around 400 to zero. To reach this: add casts, adjust (mostly extending) types,…
+849
−684
•
12
comments
Opened 85 other pull requests in 4 repositories
libssh2/libssh2
2
open
48
merged
23
closed
- build: delete native Watcom wmake support with Win32
- netware: delete support
- tidy-up: fix/update URLs
- tidy-up: fix typos
- tidy-up: replace tabs and other whitespace
- ci: drop cmake --parallel
- ci: fix cmake warning with AppVeyor WinCNG builds
- src: more tolerant snprintf() local override
- src: silence compiler warnings 4 (alignment in WinCNG)
- src: silence compiler warnings 3 (change types)
- src: silence compiler warnings 2 (ZLIB interface)
-
ci: cmake
ENABLE_WERROR
->ON
- src: silence compiler warnings 1
- cmake: automatic exports macro tidy-up
- maketgz: add .xz, .bz2, .zip source archive formats
- rework how to enable insecure null-cipher/null-MAC
- delete legacy SSH2_MSG_KEX_DH_GEX_REQUEST_OLD build option
- cmake: separate compilation passes for shared/static
- ci: test with OpenSSL v1.1.1 on AppVeyor
- cmake: fix error with static lib off and example/tests on
- ci: speed up static-only build tests on AppVeyor
- ci: parallelize more
- ci: add MSVS 2022 jobs to appveyor
- ci: use static+shared builds to cut number of cmake jobs
- cmake/src: move build options before target definitions
- Some pull requests not shown.
curl/curl
10
closed
- cmake: delete unused HAVE__STRTOI64
- Makefile.mk: fix -g option in debug mode [ci skip]
- build: fix stdint/inttypes detection with non-autotools
- src: silence wmain() warning for all build methods
- wolfssl: add quic/ngtcp2 detection in cmake, and fix builds
- lib: silence clang/gcc -Wvla warnings in brotli headers
- misc: fix typos
-
Makefile.mk: delete redundant
HAVE_LDAP_SSL
macro [ci skip] - cmake: skip CA-path/bundle auto-detection in cross-builds
- cmake: fix enabling LDAPS on Windows