5
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 18, 2025 — Jun 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2026-05-14 14:50 UTC+0200 Aleksander Czajczynski (hb fki.pl) * contrib/sddsqlt3/core.c ! fix RDDI_EXECUTE operation of SQLITE3 SDD, where SQL statement error instead of raising a .prg runtime error, mostly led to a hard GPF. Additional minor fix is that error message is now converted from UTF8 to HVM codepage. More... about 1 month ago
2026-02-28 15:33 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/evppkey.c ! disabled EVP_PKEY_get_encoded_public_key() in LibreSSL builds More... 4 months ago
2026-02-27 21:27 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * use Qt::MiddleButton: instead of case Qt::MidButton: in Qt5 builds More... 4 months ago
2026-02-26 23:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbx * excluded HB_GT_QTC[3-7] functions More... 4 months ago
2026-02-26 23:12 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/evppkey.c ! added missing OpenSSL version check for new function EVP_PKEY_get1_encoded_public_key(). OpenSSL 3.0.0 is required otherwise empty string is returned. More... 4 months ago
2026-02-26 20:50 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/evppkey.c * contrib/hbssl/hbssl.hbx + added new PRG function EVP_PKEY_get_encoded_public_key( <pKey> ) -> <cPubKeyData> More... 4 months ago
2026-02-16 23:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.hbp ! give HB_WITH_QT higher priority then the general setting HB_BUILD_3RDEXT=no More... 4 months ago
2026-02-12 02:39 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * package/harbour.spec + addedhbbmp library More... 4 months ago
2026-02-08 04:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc.h * contrib/gtqtc/gtqtc1.cpp * try to find good monospace font at startup * changed default font weight from bold to normal More... 4 months ago
2026-02-07 20:58 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * set HighDpiScaleFactorRoundingPolicy to Round for new QT versions except Android builds. It fixes problem with proportional fonts in QT6 though in some environments it may not give the optimal results. This setting can be overwritten at runtime by QT_SCALE_FACTOR_ROUNDING_POLICY environment variable. More... 4 months ago
2026-02-06 13:53 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/gtqtc/gtqtc1.cpp * contrib/gtqtc/gtqtc1.cpp * use default GT startup code (#include "hbgtreg.h") ! removed ChildRemoved event from list of events ending resize process, it should fix resizing problem with current WMs. + added small hack to easy detect QT version used to compile GTQTC + added compile time switch HB_QTC_NO_HIGHDPI_SCALING It's dirty hack to "fix" problem with font scaling in QT6 but it's nit real solution. The same effect can be achieved by setting an environment variable QT_ENABLE_HIGHDPI_SCALING=0 before application using GTQTC is started so it's rather a marker to signal the problem. More... 4 months ago
2026-02-04 00:37 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/hbzebra/tests/pclqr.prg + added small example on how a zebra produced QR-code can fit to a direct PCL5 printing pipeline More... 5 months ago
2026-01-17 12:21 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * ChangeLog.txt * src/rtl/dateshb.c ; fixed description of hb_UTCToTS() function, the second parameter should be @<nUTCOffset> not @<lUTCOffset>, the correct syntax is: hb_UTCToTS( <tUTCTime> [, @<nUTCOffset> ] ) -> <tLocalTime> Thanks to Eric. More... 5 months ago
2026-01-13 16:24 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c * contrib/hbcurl/hbcurl.ch ! CURLOPT_KRBLEVEL has been deprecated since 8.17.0 More... 5 months ago
2026-01-13 14:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/harbour.hbx * src/harbour.def * src/rtl/version.c + added new PRG function hb_osIsWine() More... 5 months ago
2026-01-09 17:42 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/ssl_hb.c ! fixed buffer overflow ! fixed GPF on wrong parameters More... 5 months ago
2025-12-23 00:42 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/d2i.c * contrib/hbssl/hbssl.hbx * added new PRG function which converts ASN.1 DER SEQUENCE (RFC 3279) to IEEE P1363 Fixed Field Concatenation ( R || S ): D2I_ECDSA_SIG_RS( <cSigDER> ) -> <cSigRS> More... 6 months ago
2025-12-21 12:06 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/x509.c ! fixed compilation with OpenSSL < 1.1 More... 6 months ago
2025-12-21 10:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/hbssl.hbx * contrib/hbssl/evppkey.c + added new PRG functions: EVP_PKEY_CTX_get_RSA_PSS_saltlen( <pKeyCTX>, @<nSaltLen> ) -> <nRetCode> EVP_PKEY_CTX_set_RSA_PSS_saltlen( <pKeyCTX>, <nSaltLen> ) -> <nRetCode> EVP_PKEY_CTX_get_signature_md( <pKeyCTX>, @<nEvpHash> ) -> <nRetCode> EVP_PKEY_CTX_set_signature_md( <pKeyCTX>, <nEvpHash> | <cEvpHash> ) -> <nRetCode> EVP_PKEY_sign_init( <pKeyCTX> ) -> <nRetCode> EVP_PKEY_sign( <pKeyCTX>, @<cSignature>, <cData> ) -> <nRetCode> EVP_PKEY_verify_init( <pKeyCTX> ) -> <nRetCode> EVP_PKEY_verify( <pKeyCTX>, <cSignature>, <cData> ) -> <nRetCode> More... 6 months ago
2025-12-15 11:10 UTC+0100 Aleksander Czajczynski (hb fki.pl) * src/vm/runner.c ! fix indentation More... 6 months ago
Merge pull request #394 from lailton/master More... 6 months ago
HB_HRBLOAD: support optional filename More... 6 months ago
2025-12-14 03:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbzebra/datamtrx.c * extended GCC excessive diagnostics workaround also for GCC-15 to fix strict mode in CI More... 6 months ago
2025-12-13 19:38 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbdate.h * src/common/hbdate.c * changed the following C functions: HB_BOOL hb_timeStrGetUTC( const char * szTime, int * piHour, int * piMinutes, int * piSeconds, int * piMSec, int * piUTCOffset ); HB_BOOL hb_timeStampStrGetUTC( const char * szDateTime, int * piYear, int * piMonth, int * piDay, int * piHour, int * piMinutes, int * piSeconds, int * piMSec, int * piUTCOffset ); to HB_BOOL hb_timeStrGetUTC( const char * szTime, int * piHour, int * piMinutes, int * piSeconds, int * piMSec, int * piUTCOffset, HB_BOOL * pfUTC ); HB_BOOL hb_timeStampStrGetUTC( const char * szDateTime, int * piYear, int * piMonth, int * piDay, int * piHour, int * piMinutes, int * piSeconds, int * piMSec, int * piUTCOffset, HB_BOOL * pfUTC ); Warning: incompatibility !!! New parameter HB_BOOL * pfUTC has been added. These functions are used by Harbour internally but if someone uses them in his code then he should add NULL to passed parameters. + added new C function: HB_BOOL hb_timeStampStrGetDTU( const char * szDateTime, long * plJulian, long * plMilliSec, HB_BOOL * pfUTC ); ; the parameter pfUTC is used to retrieve information if time string represents UTC time. More... 6 months ago
2025-12-12 04:09 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/harbour.hbx * src/harbour.def * src/rtl/dateshb.c + added new PRG function which converts UTC time to local time: hb_UTCToTS( <tUTCTime> [, @<lUTCOffset> ) -> <tLocalTime> More... 6 months ago
2025-12-11 00:15 UTC+0100 Aleksander Czajczynski (hb fki.pl) * src/vm/macro.c * workaround MinGW/GCC 15+ excessive diagnostics in hb_macroTextSymbol() to fix strict mode in CI, manifested with either of those messages: error: 'memcpy' specified bound 4294967295 exceeds maximum object size 2147483647 [-Werror=stringop-overflow=] error: 'memcpy' accessing 4294967295 bytes at offsets 4 and 0 overlaps 6442450943 bytes at offset -2147483648 [-Werror=restrict] More... 6 months ago
2025-12-10 22:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * README.md * package/harbour.spec + added --with localpng RPM build switch More... 6 months ago
2025-12-10 22:22 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * src/rtl/cdpapi.c ! added missing variable initialization More... 6 months ago
2025-12-10 17:00 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/d2i.c * use HB_SSL_CONST instead of explicit const for some ancient (<0.9.8) OpenSSL versions More... 6 months ago
2025-12-10 16:29 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/evpmd.c * contrib/hbssl/hbssl.h * moved hb_EVP_MD_ptr_to_id() function from static to public area More... 6 months ago