| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compilation with openssl 4 (#2765) HEAD master | 2026-06-13 | 1 | -1/+12 | |
| * | KviSSL: add SSL_OP_IGNORE_UNEXPECTED_EOF option to avoid "unexpected eof whil... | 2026-02-14 | 1 | -0/+3 | |
| * | SSL: ignore SIGPIPE in SSL_connect(); fix #2701 (#2726) | 2025-11-10 | 1 | -0/+8 | |
| * | SSL updates (#2575) | 2023-12-04 | 1 | -4/+38 | |
| * | KviSSL: fix deprecations for openssl 3 (#2544)•••Co-authored-by: Fabio Bas <fabio.bas@officineinformatiche.net> | 2023-07-09 | 1 | -0/+8 | |
| * | KviSSL: Check SSL_in_init before SSL_shutdown | 2019-06-25 | 1 | -2/+4 | |
| * | Apply all modernize-* fixes from clang-tidy except for modernize-use-auto | 2018-11-14 | 1 | -2/+2 | |
| * | Support 64-bit X509 certificate serial numbers (#2363)•••Support 64-bit X509 certificate serial numbers Avoid "too large" errors when querying the serial number of a certificate when it doesn't fit in a 32-bit integer. Use strings to query and store certificate serial numbers | 2018-04-11 | 1 | -9/+19 | |
| * | Support OpenSSL 1.1.0 (#2223)•••Fixes #2151. | 2017-12-11 | 1 | -10/+41 | |
| * | Add SSL socket support to I/O Graph traffic tracking•••Fixes #612 | 2016-09-12 | 1 | -1/+5 | |
| * | cleanups: remove more dead code odd spaces | 2016-05-07 | 1 | -41/+8 | |
| * | cleanup duplicate includes | 2016-05-04 | 1 | -1/+0 | |
| * | Apply clang-tidy: modernize-use-default | 2016-04-30 | 1 | -2/+1 | |
| * | Apply clang-tidy: modernize-use-nullptr | 2016-04-30 | 1 | -31/+31 | |
| * | Apply clang-format | 2016-04-29 | 1 | -272/+331 | |
| * | general: More useless typo fixes | 2016-04-23 | 1 | -1/+1 | |
| * | KviSSLMaster: Properly free allocated memory | 2016-04-17 | 1 | -1/+1 | |
| * | KviSSL: Properly open files on Windows (#1927)•••Fixes #1150 | 2016-04-11 | 1 | -8/+16 | |
| * | [AV] update for the last weeks deployment (mostly due to NSIS 2.50)•••- don't cache OpenSSL, its the same version currently - update spellchecker - migrate to cygwin64 - in preparation for OpenSSL 1.1, search for libcrypto and make an implicit include explicit. no this doesn't make it work fully, KviSSL still needs to be fixed and CMakes FindOpenSSL doesn't find it without changes either. | 2016-03-27 | 1 | -0/+1 | |
| * | copyright headers: fix broken boilerplate wording linkss -> terms and opinion... | 2015-11-28 | 1 | -1/+1 | |
| * | Copyright Headers: Cosmetic typos irc -> IRC | 2015-10-28 | 1 | -1/+1 | |
| * | - massive trailing whitespace cleanup (yes, one of these "you can hate me for...•••- apply patch by d00p: show the correct protocol version instead of just "SSLv3/TLSv1", thanks! - fix compilation on qt 5.4 on windows git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6398 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2014-11-21 | 1 | -22/+22 | |
| * | Always set SO_NOSIGPIPE on all sockets under osx; should fix the "crash-after...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6348 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2013-08-01 | 1 | -8/+0 | |
| * | always avoid sigpipe on osx, not only on shutdown•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6123 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-04-07 | 1 | -5/+9 | |
| * | hopefully fixed the sigpipe-on-ssl_shutdown crash under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6103 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-03-18 | 1 | -15/+2 | |
| * | explicitly added header inclusion to avoid compilation problem with previous ...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6099 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-03-18 | 1 | -0/+4 | |
| * | fixed not-existing #ifdef directive•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6098 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-03-18 | 1 | -1/+1 | |
| * | attempt to avoid SIGPIPE closing a stuck ssl connection under osx•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6085 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-02-28 | 1 | -8/+9 | |
| * | fixed #440 for osx; updated INSTALL-Win32.txt for openssl>=1.0 •••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6078 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2012-02-27 | 1 | -3/+17 | |
| * | More renames, fix the spelling of KVIrc etc...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5254 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2010-12-29 | 1 | -1/+1 | |
| * | Kill system memmove, ix86 asm and kvi_memmove stuff: modern gcc coupled to gl...•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5235 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2010-12-27 | 1 | -3/+3 | |
| * | More renaming & cleanup.•••git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5233 17fca916-40b9-46aa-a4ea-0a15b648b75c | 2010-12-26 | 1 | -0/+866 |
