summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
AgeCommit message (Expand)Author
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2021-06-02bio: remove TODOsPauli
2021-04-22Update copyright yearMatt Caswell
2021-04-19Link with uplink moduleTanzinul Islam
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-11-05Update copyright yearMatt Caswell
2020-10-21Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-08-02Replace FUNCerr with ERR_raise_dataRich Salz
2019-07-24Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre
2019-07-22Deprecate SYSerr, add new FUNCerr macroRich Salz
2019-07-22Add ERR_put_func_error, and use it.Rich Salz
2019-06-26Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger
2019-02-18cygwin: drop explicit O_TEXTCorinna Vinschen
2018-12-06Following the license change, modify the boilerplates in crypto/bio/Richard Levitte
2017-12-18Add comments to NULL func ptrs in bio_method_stDaniel Bevenius
2017-10-13Remove email addresses from source code.Rich Salz
2017-07-07BIO range checking.Pauli
2017-07-05Undo commit d420ac2Rich Salz
2017-04-28Check fflush on BIO_ctrl callRich Salz
2016-10-28Fix stdio build following BIO size_t workMatt Caswell
2016-10-28Create BIO_write_ex() which handles size_t argumentsMatt Caswell
2016-10-28Create BIO_read_ex() which handles size_t argumentsMatt Caswell
2016-09-08If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov
2016-05-17Copyright consolidation 09/10Rich Salz
2016-05-12DJGPP adjustmentsRichard Levitte
2016-04-11BIO: respect opening in text modeRichard Levitte
2016-04-07bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-17Remove Netware and OS/2Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-02-03Refactoring BIO: Small adjustmentsRichard Levitte
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-09-29Fix no-stdio buildDavid Woodhouse
2015-09-21RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22More commentsMatt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2010-12-11bss_file.c: refine UTF8 logic.Andy Polyakov
2010-04-28bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov
2010-04-21bss_file.c: reserve for option to encode file name with UTF-8.Andy Polyakov
2010-03-22bss_file.c: fix MSC 6.0 warning.Andy Polyakov
2010-03-15Fix UPLINK typo.Andy Polyakov
2009-10-04Prevent ignored return value warningDr. Stephen Henson