summaryrefslogtreecommitdiff
path: root/crypto/o_fopen.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-121-1/+1
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-3/+1
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Following the license change, modify the boilerplates in crypto/Richard Levitte2018-12-061-1/+1
* Add missing include file.Pauli2018-09-171-3/+1
* crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov2018-08-131-0/+18
* Set error code on alloc failuresRich Salz2018-04-031-2/+3
* Update copyright yearMatt Caswell2018-04-031-1/+1
* o_fopen.c: compensate for e_os.h omission.Andy Polyakov2018-03-221-1/+4
* o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov2018-03-211-0/+3
* Fix a few if(, for(, while( inside code.FdaSilvaYY2016-07-201-1/+1
* Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov2016-06-221-0/+103