summaryrefslogtreecommitdiffstats
path: root/crypto/bio/bss_log.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 09/10Rich Salz
2016-03-29Make BIO opaqueMatt Caswell
2016-03-21RT4660: BIO_METHODs should be const.David Benjamin
2016-03-17Remove ultrix/mips support.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-10-05bio/bss_log.c: harmonize format string to silence -Wformat.Andy Polyakov
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-04-28remove malloc castsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-12RT3548: Remove unsupported platformsRich Salz
2014-08-09Undo a90081576c94f9f54de1755188a00ccc1760549aRich Salz
2014-08-08Remove DJGPP (and therefore WATT32) #ifdef's.Rich Salz
2014-02-25Avoid Windows 8 Getversion deprecated errors.Dr. Stephen Henson
2011-03-19After some adjustments, apply the changes OpenSSL 1.0.0d on OpenVMSRichard Levitte
2008-11-01Fix bss_log.c on Windows.Andy Polyakov
2007-10-13Bunch of constifications.Andy Polyakov
2003-11-28Netware-specific changes,Richard Levitte
2002-11-15WinCE patchesRichard Levitte
2002-11-14Fix to build better with DJGPP.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-02-14Add the configuration target VxWorks.Richard Levitte
2001-07-02Let's include cryptlib.h *before* things like NO_SYSLOG are tested orRichard Levitte
2001-07-01Changes to have OpenSSL compile on OS/2.Richard Levitte
2001-02-22Use e_os2.h rather than opensslconf.h, since some needed macros areRichard Levitte
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-08-17Add more diversity to the possible log levels. Now we have fullRichard Levitte
2000-08-03On Unicos, openlog() isn't constified, so let's not do that in xopenlog()Richard Levitte
2000-08-02*mumble* unicos 10.0.0.3 with Cray Standard C Version 6.2.0.0 has a syslog.hRichard Levitte
2000-06-16Change to have a single library that works on both Win9x and WinNT.Richard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-03-17Bugs correctedRichard Levitte
2000-03-14Typos corrected.Richard Levitte
2000-03-14Target added.Richard Levitte
2000-03-14Bugs corrected, and a couple of include files to get declarations forRichard Levitte
2000-03-14Typo correctedRichard Levitte
2000-03-10NO_SYSLOG is defined for MSDOS anyway. just don't include the UnixUlf Möller
2000-03-10Repair bss_log.Ulf Möller
2000-03-02Make bss_log.c a bit more readable, and implement it for VMS as well.Richard Levitte
2000-02-20Move the registration of callback functions to special functionsRichard Levitte
2000-02-20Fix gcc warnings.Ulf Möller
2000-01-24Add the PID to the output on Win32.Richard Levitte
1999-04-27Typo.Ulf Möller
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
1999-04-22Ultrix compatibility.Ulf Möller
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-17Massive constification.Ben Laurie
1999-03-08Various fixes to Win32, update ssleay.num, libeay.num, shuffle various #ifdefsDr. Stephen Henson