aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* bio: remove TODOsPauli2021-06-021-4/+0
* Update copyright yearMatt Caswell2021-04-221-1/+1
* Link with uplink moduleTanzinul Islam2021-04-191-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-6/+6
* Update copyright yearMatt Caswell2020-11-051-1/+1
* Work around Windows ftell() bug as per Microsoft engineering's suggestionRichard Levitte2020-10-211-0/+9
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Replace FUNCerr with ERR_raise_dataRich Salz2019-08-021-7/+10
* Remove HEADER_BSS_FILE_C module include guardDr. Matthias St. Pierre2019-07-241-33/+28
* Deprecate SYSerr, add new FUNCerr macroRich Salz2019-07-221-4/+4
* Add ERR_put_func_error, and use it.Rich Salz2019-07-221-4/+4
* Keep the externally visible macro BIO_FLAGS_UPLINK in bio.hBernd Edlinger2019-06-261-21/+21
* cygwin: drop explicit O_TEXTCorinna Vinschen2019-02-181-4/+5
* Following the license change, modify the boilerplates in crypto/bio/Richard Levitte2018-12-061-1/+1
* Add comments to NULL func ptrs in bio_method_stDaniel Bevenius2017-12-181-2/+2
* Remove email addresses from source code.Rich Salz2017-10-131-7/+1
* BIO range checking.Pauli2017-07-071-23/+23
* Undo commit d420ac2Rich Salz2017-07-051-5/+5
* Check fflush on BIO_ctrl callRich Salz2017-04-281-4/+9
* Fix stdio build following BIO size_t workMatt Caswell2016-10-281-0/+4
* Create BIO_write_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* Create BIO_read_ex() which handles size_t argumentsMatt Caswell2016-10-281-0/+2
* If errno is ENXIO in BSS_new_file(), set BIO_R_NO_SUCH_FILERichard Levitte2016-09-081-1/+5
* Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov2016-06-221-83/+2
* Copyright consolidation 09/10Rich Salz2016-05-171-54/+6
* DJGPP adjustmentsRichard Levitte2016-05-121-0/+30
* BIO: respect opening in text modeRichard Levitte2016-04-111-1/+5
* bio/bss_file.c: since VS2015 one can't tell apart own and "alien" FILEAndy Polyakov2016-04-071-2/+5
* RT4660: BIO_METHODs should be const.David Benjamin2016-03-211-4/+4
* Remove Netware and OS/2Rich Salz2016-03-171-19/+2
* GH601: Various spelling fixes.FdaSilvaYY2016-02-051-2/+2
* Refactoring BIO: Small adjustmentsRichard Levitte2016-02-031-1/+0
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-5/+5
* Fix no-stdio buildDavid Woodhouse2015-09-291-0/+54
* RT3479: Add UTF8 support to BIO_read_filename()David Woodhouse2015-09-211-3/+10
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-2/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-390/+374
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-2/+7
* More commentsMatt Caswell2015-01-221-1/+1
* RT3548: Remove unsupported platformsRich Salz2015-01-121-14/+14
* bss_file.c: refine UTF8 logic.Andy Polyakov2010-12-111-3/+9
* bss_file.c: refine UTF-8 logic on Windows.Andy Polyakov2010-04-281-18/+35
* bss_file.c: reserve for option to encode file name with UTF-8.Andy Polyakov2010-04-211-1/+21
* bss_file.c: fix MSC 6.0 warning.Andy Polyakov2010-03-221-1/+1
* Fix UPLINK typo.Andy Polyakov2010-03-151-2/+2
* Prevent ignored return value warningDr. Stephen Henson2009-10-041-2/+9