5
I Use This!
Moderate Activity

Commits : Listings

Analyzed 26 minutes ago. based on code collected 27 minutes ago.
Nov 16, 2024 — Nov 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2025-01-21 08:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/linux-ci.yml * reenabled hbfimage contrinb library More... 10 months ago
2025-01-21 06:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/windows-ci.yml * disabled global -Wno-error=... C compiler parameters * set HB_BUILD_TEST="${{matrix.strictness}}" envvar More... 10 months ago
2025-01-21 01:11 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapigt.h ! removed dummy declaration for hb_inkeyExit() More... 10 months ago
2025-01-20 10:43 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbapifs.h ! added missing declaration for hb_fileParamGet() More... 10 months ago
2025-01-20 01:00 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/hbcurl.hbx ! added missing new functions: curl_easy_er_buff_get() and curl_multi_*() More... 10 months ago
2025-01-19 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/hbssl.h * set OPENSSL_API_COMPAT to 10100 instead of 10100 to reduce conflicts with OPENSSL_CONFIGURED_API More... 10 months ago
2025-01-19 14:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbfcdx/dbfcdx1.c % Removed always false dummy condition. For pPage->TagParent->MaxKeys >= 2 && ( ( iKeys + pPage->TagParent->MaxKeys - 1 ) / pPage->TagParent->MaxKeys ) == 1 the expression iKeys > ( ( pPage->TagParent->MaxKeys * 3 ) >> 1 ) was alwas false. As side effect this modification pacifies the buggy GCC warnings. More... 10 months ago
2025-01-19 02:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/hbssl.h * contrib/hbssl/rsa.c * renamed hb_RSA_par_free() to hb_RSA_par_remove() More... 10 months ago
2025-01-18 09:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/evp.c * clear key and iv buffers before passing them to EVP_BytesToKey() otherwise some uninitialized bytes are accessed and valgrind reports uninitialized memory access More... 10 months ago
2025-01-18 05:03 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rdd/dbfnsx/dbfnsx1.c * src/rtl/dates.c * src/rtl/hbtoken.c ! pacified few stupid warnings More... 10 months ago
2025-01-18 04:59 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/bio.c ! added missing BIO_free() call in HB_BIO destructor ! fixed BIO_free() function to properly operate on HB_BIO structure More... 10 months ago
2025-01-18 04:58 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/bio.c ! added missing BIO_free() call in HB_BIO destructor ! fixed BIO_free() function to properly operate on HB_BIO structure More... 10 months ago
2025-01-16 01:00 UTC+0100 Fazio Diego (diegohfazio gmail.com) More... 10 months ago
2025-01-10 10:15 UTC+0100 Aleksander Czajczynski (hb fki.pl) * src/rtl/listbox.prg * merged #371 from Kamil, thanks for the patch. Applied minor reformat .NOT. -> ! and added a comment about buggy ListBox:hitTest() on no-box dropdown in Cl*pper 5.3. More... 10 months ago
Merge branch 'listbox-fix' of https://github.com/kamilprzyb2/harbour-core More... 10 months ago
2025-01-09 12:00 UTC+0100 Kamil Przybylski (kprzybylski quay.pl) More... 10 months ago
Merge pull request #371 from kamilprzyb2/listbox-fix More... 10 months ago
2025-01-08 13:14 UTC+0100 Kamil Przybylski (kprzybylski quay.pl) More... 10 months ago
2025-01-07 22:49 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/hbcurl/hbcurl.ch * updated HB_CURLOPT_SSL_OPTIONS: HB_CURLSSLOPT_* More... 10 months ago
2025-01-07 21:43 UTC+0100 Emanuele Zavallone (emanuele.zavallone gmail.com) * contrib/hbcurl/easy.c * contrib/hbcurl/hbcurl.ch + added multi interface implementation More... 10 months ago
2025-01-07 12:24 UTC+0100 Aleksander Czajczynski (hb fki.pl) * src/common/hbver.c * indent cleanup More... 10 months ago
2025-01-02 14:33 UTC+0100 Aleksander Czajczynski (hb fki.pl) * config/global.mk * config/win/clang-noauto.mk * config/win/clang.mk * supplemented config for Windows clang cross compilers distributed in multilib fashion, like Martin Storsjo's: https://github.com/mstorsjo/llvm-mingw More... 11 months ago
2024-12-29 00:28 UTC+0100 Aleksander Czajczynski (hb fki.pl) * src/rtl/hbproces.c ! in process creating functions like hb_processRun(), *Open(), on Android: don't use setuid( getuid() ) method for resetting attributes as it rises "Bad system call" and the process is not executed. This fixes building Harbour in hbmk2 stage on Android device itself (for example using Termux) and can fix deploying multi-process Android apps. For devices older than Android 8, where the kernel was not hardened, please report any regresions, if you have such multi-process deployments. More... 11 months ago
2024-12-19 10:24 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/rddsql/sqlbase.c % cleanup unnecessary braces More... 11 months ago
Merge pull request #367 from EricLendvai/rddsql_add_timestamp_support More... 11 months ago
On branch rddsql_add_timestamp_support Changes to be committed: modified: ChangeLog.txt modified: contrib/rddsql/sqlbase.c modified: contrib/rddsql/sqlmix.c More... 11 months ago
2024-12-17 03:07 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbc ! fixed dependency macros - hbmk2 defines HB_HAS_* only for optional packages More... 11 months ago
2024-12-17 01:09 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbc * contrib/gtqtc/gtqtc.hbp ! fixed dependency macros More... 11 months ago
2024-12-15 20:54 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h * contrib/gtqtc/gtqtc.hbc * contrib/gtqtc/gtqtc.hbp * contrib/gtqtc/gtqtc1.cpp * updated to compile with Qt6 More... 11 months ago
2024-12-13 09:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/compiler/harbour.y * src/macro/macro.y * replaced depreciated bison macro %pure-parser with %define api.pure More... 11 months ago