aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/bio/b_print.c
Commit message (Expand)AuthorAgeFilesLines
* Certain flag macros were tested with #if instead if #ifdef...Richard Levitte2002-08-021-1/+1
* make b_print.c consistent with the rest of OpenSSL:Bodo Möller2002-05-141-0/+7
* Make the huge buffer smaller, so the size becomes reasonable for small-stack ...Richard Levitte2002-05-091-1/+3
* Move an assert() to avoid core dumps when a static buffer hasn't been given.Richard Levitte2002-05-091-2/+3
* name confusion with HP library function prototype (?)Ulf Möller2001-12-101-2/+2
* Merge in the following changes (from the main trunk log):Richard Levitte2001-05-021-5/+9
* A small change that only went to the engine-0.9.6 branch...Richard Levitte2001-04-051-0/+1
* Change the printing mahine used by BIO_printf() and friends so it canRichard Levitte2000-09-071-160/+89
* Increase print buffer (10K instead of just 2K).Bodo Möller2000-09-051-1/+1
* ConsistencyBodo Möller2000-09-041-1/+1
* Added BIO_vprintf() and BIO_vsnprintf(). The former because I'veRichard Levitte2000-08-181-5/+24
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* New function ERR_error_string_n.Bodo Möller2000-04-141-51/+73
* Let's care about the compiler warnings for both cases, shall we?Richard Levitte2000-03-041-2/+4
* gcc warningsUlf Möller2000-03-041-4/+17
* Hack b_print.c to implement asprintf() functionality. Not enabled byRichard Levitte2000-03-021-46/+165
* Bug fix.Ulf Möller2000-02-291-1/+1
* Typo corrected.Richard Levitte2000-02-281-1/+1
* Short is always promoted to int when passed as a function argument.Richard Levitte2000-02-271-3/+2
* Don't include sys/types.h if NO_SYS_TYPES_H is defined.Richard Levitte2000-02-261-1/+3
* Let's avoid compiler warnings over types.Richard Levitte2000-02-261-2/+3
* Gets around VC++ compiler pickiness. (long != double)Geoff Thorpe2000-02-251-1/+1
* different snprintf version.Ulf Möller2000-02-251-566/+575
* Use public domain snprintf() implementation by Patrick Powell to avoidUlf Möller2000-02-241-1/+613
* Use ANSI stdarg.Ulf Möller1999-05-051-11/+6
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-1/+1
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+92