aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This _WIN32-specific patch makes it possible to "wrap" OpenSSL in anotherAndy Polyakov2008-12-221-1/+1
* Netware support.Dr. Stephen Henson2008-01-031-2/+6
* add additional checks + cleanupNils Larsch2006-01-291-0/+3
* Keep disclaiming 16-bit platform support. For now remove WIN16 referencesAndy Polyakov2005-12-181-1/+1
* Make cygwin work in directories mounted with 'text' attribute.Andy Polyakov2005-11-031-3/+2
* Fix typo.Andy Polyakov2005-09-291-1/+1
* Fix missing applink call.Andy Polyakov2005-09-291-1/+4
* Allow BIO_s_file to open and sequentially access files larger than 2GB onAndy Polyakov2005-06-061-0/+18
* Engage Applink in mingw. Note that application-side module is notAndy Polyakov2005-05-181-1/+6
* OPENSSL_Applink update.Andy Polyakov2005-05-171-12/+50
* Minor cygwin update.Andy Polyakov2004-12-271-1/+1
* Don't define fd for platforms that do not use it, as some may not declare fil...Richard Levitte2004-03-241-1/+4
* Make sure fd is defined where it should.Richard Levitte2004-03-211-7/+7
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-5/+5
* Netware-specific changes,Richard Levitte2003-11-281-1/+14
* Uhmm, It seem to have forgotten one file when I committed the MSDOSRichard Levitte2003-09-281-3/+20
* OS/2 does binary by default, apparently.Richard Levitte2002-12-291-1/+1
* Handle read errors.Ben Laurie2002-06-111-0/+6
* New functionsBodo Möller2002-01-241-1/+1