summaryrefslogtreecommitdiff
path: root/e_os.h
Commit message (Expand)AuthorAgeFilesLines
* [Forgotten commits?]levitte2001-07-021-0/+7
* Some platforms (most notably Windows) do not have a $HOME by default.levitte2001-05-031-0/+1
* Make all configuration macros available for application by makinglevitte2001-02-191-30/+27
* Change preferences for sockets of EGD-style entropy daemons to a morejaenicke2001-02-071-1/+1
* Add automatic query of EGD sockets to RAND_poll(). The EGD sockets arejaenicke2001-01-091-0/+6
* Because /dev/urandom has a better chance of giving us a good andlevitte2001-01-081-1/+1
* Change RAND_poll for Unix to try a number of devices and only readlevitte2001-01-081-3/+5
* Remove what was described by someone as "an EAY hack for compilinglevitte2000-10-011-13/+0
* Include arpa/inet.h, since that's where htons() and friends arelevitte2000-09-291-0/+2
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>levitte2000-09-211-1/+6
* Add a configuration for Sony News 4.levitte2000-09-141-1/+5
* QNX 4 support.bodo2000-09-011-0/+4
* Comment about bcopy on SunOS 4.x.bodo2000-06-091-1/+2
* Another attempt to allow compiling on SunOS 4.*.bodo2000-06-081-1/+5
* Typo...levitte2000-06-041-1/+1
* CygWin32 support.ulf2000-06-031-4/+4
* strtoul is not used anywhere.bodo2000-05-311-1/+0
* When compiling with /opt/SUNWspro/SC4.2/bin/cc on Solaris, __svr4__ isbodo2000-05-311-1/+1
* Add a couple of macros that make OpenSSL compilable on SunOS 4.1.4.levitte2000-05-191-0/+5
* MacOS changes.ulf2000-05-151-0/+1
* ssize_t for Ultrixulf2000-03-231-0/+6
* Problems with the Windows build.ulf2000-03-201-3/+1
* e_os.h: don't do double work with status codes.levitte2000-03-181-7/+1
* The previous exit code handling was completely bogus for VMS.levitte2000-03-171-7/+27
* On NeXT, ssize_t is int, not long (see <sys/types.h> -- the definitionbodo2000-03-111-2/+4
* ssize_tulf2000-03-101-0/+5
* {NEXT,OPEN}STEP don't have pid_t.bodo2000-03-071-0/+3
* It started with finding a misplaced #endif. Then I wanted to see thelevitte2000-03-021-32/+31
* WINDOWS is defined in e_os.h. The problem was WIN32 (the new egcs uses _WIN32).ulf2000-01-201-0/+4
* remove debug modification that I checked in accidentallyulf2000-01-161-1/+1
* New function RAND_pseudo_bytes() generated pseudorandom numbers thatulf2000-01-161-1/+1
* MacOS updates. Initial support for GUSI (MacOS socket implementation)appro1999-12-261-3/+7
* Even more late break-in MacOS tidbits...appro1999-12-191-1/+1
* Late break-in patch for MacOS support.appro1999-12-191-1/+5
* MacOS updates.appro1999-12-191-3/+11
* Make md_rand.c more robust.bodo1999-10-261-1/+1
* Update Borland C++ builder support.bodo1999-10-251-0/+1
* Initial support for MacOS.appro1999-09-111-0/+22
* Use closesocket macro consistently, not close directly, for easierbodo1999-09-031-2/+2
* Another <unistd.h> ...bodo1999-06-101-1/+4
* Move the Win32 #undefs of X509_NAME and PKCS7_ISSUER_AND_SERIAL so they willsteve1999-05-211-3/+0
* Older versions of SINIX C development system inherited a bug frombodo1999-05-211-0/+3
* Don't install e_os.h in include/openssl, use it only as a localbodo1999-05-201-2/+2
* e_os2.h is used for things that must be visible when external applicationsbodo1999-05-151-11/+5
* VMS support.ulf1999-05-131-17/+73
* Add new -out option to asn1parse to allow the parsed data to be output.steve1999-05-121-0/+3
* Support additional Win32 compilers.ulf1999-05-061-2/+7
* Remove NOPROTO-related macros.ulf1999-04-261-10/+0
* Remove NOPROTO definitions and error code comments.ulf1999-04-261-14/+0
* Add missing funtions from non ANSI section of header files and add missingsteve1999-03-081-1/+1