openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Harbour Project
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
27 minutes
ago. based on code collected
27 minutes
ago.
Nov 16, 2024 — Nov 16, 2025
Showing page 3 of 666
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
2025-01-28 12:23 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/bio.c ! do not leave dummy BIO declaration for OpenSSL < 1.1.0
Przemysław Czerpak
More...
10 months ago
2025-01-28 12:01 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/bio.c ! use BIO_ADDR* in OpenSSL >= 1.1.0 and do not use it in LibreSSL
Przemysław Czerpak
More...
10 months ago
2025-01-28 11:34 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/hbssl.hbx * contrib/hbssl/bio.c ! fixed BIO_set_conn_int_port() to work with OpenSSL >= 1.1 (emulation with BIO_set_conn_port()) ! fixed BIO_get_conn_ip() to work with OpenSSL >= 1.1 (emulation with BIO_get_conn_address() and BIO_ADDR_hostname_string()) + added BIO_get_conn_address(), it returns HB_SOCKET compatible array with address
Przemysław Czerpak
More...
10 months ago
Merge pull request #377
Aleksander Czajczynski
More...
10 months ago
2025-01-26 09:57 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/3rd/sqlite3/sqlite3.hbp * use -Wno-unknown-warning-option also in GCC MacOSX builds
Przemysław Czerpak
More...
10 months ago
2025-01-26 09:37 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * reenabled freebsd builds * be sure N_CPUS is always set * show compiler version before build
Przemysław Czerpak
More...
10 months ago
Update vm1-ci.yml
druzus
More...
10 months ago
2025-01-25 23:25 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * add path to sysctl call
Przemysław Czerpak
More...
10 months ago
2025-01-25 17:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * enablkled freeimage * set HB_BUILD_TEST to ${{matrix.strictness}} * reenabled full strict build
Przemysław Czerpak
More...
10 months ago
2025-01-25 17:14 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/bio.c * contrib/hbssl/evpciph.c * contrib/hbssl/evpenc.c * contrib/hbssl/evpmd.c * contrib/hbssl/ssl.c * updated to compile with newer versions of LibreSSL
Przemysław Czerpak
More...
10 months ago
2025-01-25 12:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c ! fixed curl_easy_getinfo( <curl>, CURLINFO_CERTINFO, <arg> ) call. The argument should be 'struct curl_certinfo **' not 'struct curl_slist **'
Przemysław Czerpak
More...
10 months ago
2025-01-25 11:14 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbcurl/core.c ! declare buffer for CURLOPT_ERRORBUFFER as 'char *' instead of 'unsigned char *', the exact buffer type is chcked in typecheck-gcc.h and 'unsigned char *' does not pass this test ; QUESTION: Why curl_easy_setopt( <pCurl>, HB_CURLOPT_ER_BUFF_SETUP, [<nBufSize>] ) accepts <nBufSize> parameter? Buffer smaller then CURL_ERROR_SIZE means GPF and larger waste of memory. The only acceptable value for <nBufSize> is CURL_ERROR_SIZE. The allocate buffer should be initialized with '\0' otherwise we will have other GPF trap when user call curl_easy_er_buff_get() before any error is set. This bug was fixed in CURL 7.60.0.
Przemysław Czerpak
More...
10 months ago
2025-01-25 10:19 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * .github/workflows/vm2-ci.yml * updated to always set number of CPUs for -j GNU make switch, using unlimited number of forks (-j without parameter) causes 'Resource temporarily unavailable' error
Przemysław Czerpak
More...
10 months ago
Update vm1-ci.yml
druzus
More...
10 months ago
Update vm1-ci.yml
druzus
More...
10 months ago
Update vm1-ci.yml
druzus
More...
10 months ago
2025-01-24 19:12 UTC-0300 Mario Wan Stadnik (wanstadnik gmail.com)
Mario Wan Stadnik
More...
10 months ago
2025-01-24 15:02 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/hbct/dattime3.c ! fixed in block variable declaration for strict ANSI C compat * code formatting ; both borrowed from Viktor's fork, thanks https://github.com/vszakats/hb/commit/aa4665f16ff92443681fc0b7a2f4a6bd67c6a199 https://github.com/vszakats/hb/commit/d9f37296b01bb5a5fef1afb50c91ec0ed4fe900e
Aleksander Czajczynski
More...
10 months ago
2025-01-24 13:28 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * switched the runner from macos-latest to ubuntu-latest Support for macOS runners has been deprecated.
Przemysław Czerpak
More...
10 months ago
2025-01-24 13:23 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm1-ci.yml * updated to recent cross-platform-actions releae
Przemysław Czerpak
More...
10 months ago
2025-01-24 12:32 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbwin/olecore.c * pacified false MSVC warning. It's very seldom situation that I'm adding code to pacify false compiler warnings anyhow in this case it cost in practice nothing so I decided to do that.
Przemysław Czerpak
More...
10 months ago
2025-01-24 10:10 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/hbssl.hbm * added -Wno-error=deprecated-declarations to suppress errors in Solaris strict builds compiled with -Werror EVP_des_*() except EVP_des_ede3*()), EVP_desx_*(), EVP_rc[24]*() and EVP_md[245]*() are deprecated
Przemysław Czerpak
More...
10 months ago
2025-01-24 09:21 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbssl/ssl.c * contrib/hbssl/sslctx.c * protect access to SSLv3_*() functions with #ifndef OPENSSL_NO_SSL3_METHOD
Przemysław Czerpak
More...
10 months ago
2025-01-24 07:02 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/vm2-ci.yml * reenabled solaris build with release 11.4-gcc
Przemysław Czerpak
More...
10 months ago
2025-01-23 17:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * include/hbdate.h * src/common/hbdate.c * src/harbour.def + added new 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 ); They can decode timestamp value with ISO 8601 UTC offset.
Przemysław Czerpak
More...
10 months ago
2025-01-23 11:47 UTC+0100 Aleksander Czajczynski (hb fki.pl) * contrib/hbcurl/core.c * contrib/hbcurl/hbcurl.ch * contrib/hbcurl/hbcurl.hbx * applied more cleanups, following Viktor Szakats guidance in hisrepo: https://github.com/vszakats/hb/commit/61276032177e2f4e8cfac22080c1e0b14eb0d432 - add `HB_CURLM_ERROR` to indicate error in hbcurl wrapper. - replace use of `HB_CURLM_INTERNAL_ERROR` with `HB_CURLM_ERROR`. - sync Harbour variable integer sizes with curl ones. - tidy up a variable scopes. - drop unused variable. - omit `hb_ret()` (it's a no-op). - formatting. - add functions to `hbcurl.hbx`.
Aleksander Czajczynski
More...
10 months ago
2025-01-22 21:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * utils/hbmk2/hbmk2.prg * do not interrupt whole build process when optional dependency package is disabled explicitly by -depcontrol=<optdeppkg>:no
Przemysław Czerpak
More...
10 months ago
2025-01-21 09:45 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/windows-ci.yml * install freeimage only in 64-bit environment, it's not available in the 32-bit one
Przemysław Czerpak
More...
10 months ago
2025-01-21 09:08 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * .github/workflows/linux-ci.yml * disabled global -Wno-error=... C compiler parameters * set HB_BUILD_TEST="${{matrix.strictness}}" envvar
Przemysław Czerpak
More...
10 months ago
2025-01-21 08:46 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/3rd/sqlite3/sqlite3.hbp * do not enable -Wno-error=stringop-overread C compiler flag in MS-Windows clang builds and HB_BUILD_TEST='strict' - this C clang version does not support it
Przemysław Czerpak
More...
10 months ago
←
1
2
3
4
5
6
7
8
9
…
665
666
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree