summaryrefslogtreecommitdiffstats
path: root/crypto/o_fopen.c
AgeCommit message (Expand)Author
2022-10-12crypto: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2020-11-26Update copyright yearMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/Richard Levitte
2018-09-17Add missing include file.Pauli
2018-08-13crypto/o_fopen.c: alias fopen to fopen64.Andy Polyakov
2018-04-03Set error code on alloc failuresRich Salz
2018-04-03Update copyright yearMatt Caswell
2018-03-22o_fopen.c: compensate for e_os.h omission.Andy Polyakov
2018-03-21o_fopen.c,rand/randfile.c: compensate for e_os.h omission.Andy Polyakov
2016-07-20Fix a few if(, for(, while( inside code.FdaSilvaYY
2016-06-22Move OS-specific fopen quirks to o_fopen.c.Andy Polyakov