summaryrefslogtreecommitdiff
path: root/apps/s_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-7/+7
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-497/+485
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* coverity 966576 - close socket in error pathTim Hudson2014-05-081-0/+3
* PR#3342 fix resource leak coverity issue 966577Tim Hudson2014-05-081-1/+1
* Fix warnings.Ben Laurie2011-12-021-4/+3
* i variable is used on some platformsDr. Stephen Henson2010-07-051-0/+1
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-151-4/+2
* Moving up the inclusion of e_os.h was a bad idea.Richard Levitte2009-08-261-2/+8
* Move up the inclusion of e_os.h so OPENSSL_SYS_VMS_DECC has a chanceRichard Levitte2009-08-251-6/+6
* Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe2008-11-121-3/+1
* size_tification.Ben Laurie2008-11-011-1/+3
* fix warningNils Larsch2006-11-061-1/+1
* Bug fix.Ulf Möller2006-05-011-2/+2
* fix problems found by coverity: remove useless codeNils Larsch2006-03-151-2/+0
* Netware patch submitted by Verdon Walker" <VWalker@novell.com> in PRRichard Levitte2005-06-131-5/+9
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-261-1/+1
* Add DTLS support.Ben Laurie2005-04-261-25/+42
* signed vs. unsigned.Richard Levitte2005-04-201-1/+1
* Give everything prototypes (well, everything that's actually used).Ben Laurie2005-03-311-1/+1
* DJGPP update.Andy Polyakov2005-01-041-1/+0
* Use BUF_strlcpy() instead of strcpy().Richard Levitte2003-12-271-1/+1
* Netware-specific changes,Richard Levitte2003-11-281-2/+36
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-8/+8
* Disable this module if OPENSSL_NO_SOCK is defined.Richard Levitte2002-11-221-1/+9
* WinCE patchesRichard Levitte2002-11-151-0/+2
* Fix to build better with DJGPP.Richard Levitte2002-11-141-11/+17
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-3/+6
* I forgot there was a reason why the inclusions and definition of u_intRichard Levitte2001-02-201-7/+8
* Get e_os2.h to get all the system definitions correctly.Richard Levitte2001-02-201-0/+1
* Include opensslconf.h or the like early to make sure system macros getRichard Levitte2001-02-201-8/+8
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-15/+15
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-1/+1
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-3/+3
* Avoid a warning.Bodo Möller2000-03-141-2/+4
* cleaning up a littleBodo Möller2000-03-121-152/+16
* VMS updates.Ulf Möller1999-07-281-5/+6
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* Avoid type conflict on Unix with DEC C.Ulf Möller1999-06-041-1/+1
* VMS support bug fixes.Ulf Möller1999-05-131-3/+5
* VMS support.Ulf Möller1999-05-131-3/+34
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-6/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-1/+1
* Work with -pedantic!Ben Laurie1999-04-231-2/+2
* Fix lots of warnings.Ulf Möller1999-04-201-2/+3
* Change functions to ANSI C.Ulf Möller1999-04-191-55/+18
* Some tiny fixes.Bodo Möller1999-04-141-1/+2
* Don't shadow.Ben Laurie1999-04-031-2/+2
* Avoid EADDRINUSE for s_server.Bodo Möller1999-04-021-0/+6