summaryrefslogtreecommitdiff
path: root/crypto/bio/bss_log.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-270/+321
* indent has problems with comments that are on the right hand side of a line.Matt Caswell2015-01-221-2/+5
* Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson2014-02-251-1/+1
* Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte2011-03-191-3/+29
* Fix bss_log.c on Windows.Andy Polyakov2008-11-011-41/+12
* Bunch of constifications.Andy Polyakov2007-10-131-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-0/+2
* WinCE patchesRichard Levitte2002-11-151-1/+2
* Fix to build better with DJGPP.Richard Levitte2002-11-141-2/+6
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* Add the configuration target VxWorks.Richard Levitte2002-02-141-1/+1
* Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte2001-07-021-2/+1
* Changes to have OpenSSL compile on OS/2.Richard Levitte2001-07-011-1/+1
* Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte2001-02-221-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-7/+9
* Add more diversity to the possible log levels. Now we have fullRichard Levitte2000-08-171-15/+41
* On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte2000-08-031-5/+5
* *mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte2000-08-021-1/+1
* Change to have a single library that works on both Win9x and WinNT.Richard Levitte2000-06-161-5/+37
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-4/+4
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-7/+7
* Bugs correctedRichard Levitte2000-03-171-7/+19
* Typos corrected.Richard Levitte2000-03-141-3/+3
* Target added.Richard Levitte2000-03-141-0/+1
* Bugs corrected, and a couple of include files to get declarations forRichard Levitte2000-03-141-3/+10
* Typo correctedRichard Levitte2000-03-141-1/+1
* NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller2000-03-101-3/+1
* Repair bss_log.Ulf Möller2000-03-101-15/+13
* Make bss_log.c a bit more readable, and implement it for VMS as well.Richard Levitte2000-03-021-53/+133
* Move the registration of callback functions to special functionsRichard Levitte2000-02-201-0/+1
* Fix gcc warnings.Ulf Möller2000-02-201-2/+1
* Add the PID to the output on Win32.Richard Levitte2000-01-241-3/+11
* Typo.Ulf Möller1999-04-271-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-9/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-2/+2
* Ultrix compatibility.Ulf Möller1999-04-221-0/+4
* Change functions to ANSI C.Ulf Möller1999-04-191-17/+6
* Massive constification.Ben Laurie1999-04-171-2/+2
* Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson1999-03-081-1/+2
* Fix the Win32 compile environment and add various changes so it will now compileDr. Stephen Henson1999-03-031-0/+3
* Add syslogging BIO.Ben Laurie1999-02-221-0/+244