Commit graph

19 commits

Author SHA1 Message Date
Mirek Fidler
fdc5585546 Core/SSL: flagSSL_USEMALLOC 2025-11-07 11:39:13 +01:00
Mirek Fidler
92b6299c9b CtrlLib: Fixed DisplayPopup issue 2025-10-14 11:49:42 +02:00
Mirek Fidler
9a5b2dcee2 .removed DLOGs 2025-10-08 08:13:48 +02:00
Mirek Fidler
b277c8ee98 Core: CPU_Cores refactored to support >64, Ignoring leaks in new OpenSSL, Stream::Put(const char *s) now allows and ignores nullptr 2025-10-07 16:48:58 +02:00
Mirek Fidler
d927fe46a0 Core/SSL: Removed openssl/engine.h include (no more supported in fedora), added openssl/rand.h (was include by engine.h); RichEdit: Diagram improvements 2025-07-02 09:56:59 +02:00
Mirek Fidler
a1ca4a04ca Core/SSL: Fixed UPP_HEAP problem 2022-02-14 08:28:46 +01:00
Mirek Fidler
34ff691308 sizeof(wchar) is changed to 4 (32 bits) to support non BMP unicode characters
This might bring some incompatibilities in the code that expects wchar to be 16 bit, which
  escpecially involves dealing with Win32 (and to lesser extend MacOS) APIs, so if your application
  is doing that, please check all instances of WCHAR (UniChar on MacOS) or even wchar
  especially type casts.

  To support host APIs, char16 is introduced (but there is no 16-bit String varian).

  Use ToSystemCharsetW, FromSystemCharsetW to convert texts to Win32 API.

- Support of drawing non-BMP characters in GUI
- Vastly improved character font replacement code (when drawing characters missing with requested font, replacement font is used)
- Last instances of Win32 ANSI calls (those ending with A) are removed
- UTF handling routines are refactored and their's naming is unified
- RTF is now being able to handle non-BMP characters (RTF is used as clipboard format for RichText)

Other minor changes:

- fixed TryRealloc issue
- improved MemoryCheck
- Removed MemoryAlloc48/MemoryFree48
- In theide Background parsing should less often cause delays in the main thread
2021-12-02 12:03:19 +01:00
cxl
f3ecaf5f32 Core/SSL: Removed deprecated stuff
git-svn-id: svn://ultimatepp.org/upp/trunk@14504 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-26 22:20:20 +00:00
cxl
d2ea86c98b Core/SSL: Added OPENSSL_thread_stop to cleanup after thread exit
git-svn-id: svn://ultimatepp.org/upp/trunk@14500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-05-25 16:12:27 +00:00
cxl
58e0fdebaf uppsrc: docs & removed #ifdef MTs
git-svn-id: svn://ultimatepp.org/upp/trunk@13925 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 10:05:16 +00:00
cxl
48eb19fff1 uppsrc: thread__ -> thread_local
git-svn-id: svn://ultimatepp.org/upp/trunk@13388 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2019-06-13 09:00:26 +00:00
cxl
c02bb2da33 Core/SSL: Fixed issues with memory allocation and freeing
git-svn-id: svn://ultimatepp.org/upp/trunk@11763 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2018-02-06 09:37:03 +00:00
cxl
cb93eab610 Core/SSL: SSL 1.1 support
git-svn-id: svn://ultimatepp.org/upp/trunk@10927 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2017-03-09 10:45:36 +00:00
cxl
7710948f88 uppsrc: .icpp files replaced by INITIALIZE/INITIALIZER
git-svn-id: svn://ultimatepp.org/upp/trunk@10424 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-11-13 09:24:24 +00:00
cxl
ddfd077072 Core/SMTP
git-svn-id: svn://ultimatepp.org/upp/trunk@4845 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-22 13:52:57 +00:00
cxl
8aace300c4 Core/SSL: SSL support for TcpSocket and HttpRequest finally working...
git-svn-id: svn://ultimatepp.org/upp/trunk@4783 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-14 17:07:15 +00:00
cxl
dd15130216 .Core/SSL
git-svn-id: svn://ultimatepp.org/upp/trunk@4773 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-11 18:33:10 +00:00
cxl
0732cca77d .developing SSL
git-svn-id: svn://ultimatepp.org/upp/trunk@4762 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 13:52:20 +00:00
cxl
1b29afcae2 Core: TcpSocket, Thread::AtExit
git-svn-id: svn://ultimatepp.org/upp/trunk@4761 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2012-04-09 13:51:08 +00:00