index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
/
s_socket.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow an endpoint to read the alert data before closing the socket
Matt Caswell
2017-09-08
1
-0
/
+17
*
(Re)move some things from e_os.h
Rich Salz
2017-08-22
1
-2
/
+1
*
Fix bogus use of BIO_sock_should_retry.
Bernd Edlinger
2017-07-17
1
-1
/
+1
*
Fix return value checking for BIO_sock_init
Paul Yang
2017-06-26
1
-3
/
+3
*
Fix some variable references in init_client
Matt Caswell
2017-04-25
1
-4
/
+5
*
Add a -sctp option to s_client
Matt Caswell
2017-04-25
1
-3
/
+26
*
Add a -sctp option to s_server
Matt Caswell
2017-04-25
1
-5
/
+26
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-102
/
+6
*
Remove stale errors from early connection attempts in a client
Matt Caswell
2016-05-04
1
-0
/
+2
*
Fix no-sock
Matt Caswell
2016-03-21
1
-0
/
+1
*
ISSUE 43: Add BIO_sock_shutdown
Rich Salz
2016-03-07
1
-3
/
+3
*
Fix typo, reformat comment.
Rich Salz
2016-02-24
1
-6
/
+5
*
Remove unused parameters from internal functions
Rich Salz
2016-02-22
1
-39
/
+13
*
The protocol variable has lost its use, remove it
Richard Levitte
2016-02-11
1
-12
/
+2
*
Use the protocol we know rather than BIO_ADDRINFO_protocol(res)
Richard Levitte
2016-02-10
1
-2
/
+2
*
Don't assert protocol equality
Richard Levitte
2016-02-10
1
-4
/
+2
*
Refactoring BIO: Adapt s_client and s_server
Richard Levitte
2016-02-03
1
-529
/
+169
*
Rename some BUF_xxx to OPENSSL_xxx
Rich Salz
2015-12-16
1
-1
/
+1
*
Explicitly cast INVALID_SOCKET to (int) to address warnings on Windows.
Andy Polyakov
2015-10-05
1
-6
/
+6
*
Use bio_err not stderr in apps.
Rich Salz
2015-06-09
1
-4
/
+2
*
memset, memcpy, sizeof consistency fixes
Rich Salz
2015-05-06
1
-5
/
+5
*
Remove apps cache for gethostbyname
Rich Salz
2015-05-05
1
-50
/
+2
*
free null cleanup finale
Rich Salz
2015-05-01
1
-2
/
+1
*
In apps, malloc or die
Rich Salz
2015-04-30
1
-5
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-1
/
+1
*
Big apps cleanup (option-parsing, etc)
Rich Salz
2015-04-24
1
-18
/
+52
*
Re-align some comments after running the reformat script.
Matt Caswell
2015-01-22
1
-7
/
+7
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-585
/
+584
*
RT3548: Remove unsupported platforms
Rich Salz
2015-01-12
1
-48
/
+3
*
mark all block comments that need format preserving so that
Tim Hudson
2014-12-30
1
-1
/
+1
*
RT3548: Remove unsupported platforms.
Rich Salz
2014-12-22
1
-1
/
+1
*
Undo a90081576c94f9f54de1755188a00ccc1760549a
Rich Salz
2014-08-09
1
-1
/
+6
*
Remove DJGPP (and therefore WATT32) #ifdef's.
Rich Salz
2014-08-08
1
-6
/
+1
*
s_client/s_server: support unix domain sockets
Geoff Thorpe
2014-05-09
1
-1
/
+137
*
coverity 966576 - close socket in error path
Tim Hudson
2014-05-09
1
-0
/
+3
*
PR#3342 fix resource leak coverity issue 966577
Tim Hudson
2014-05-09
1
-1
/
+1
*
apps: constify some string parameters
Geoff Thorpe
2014-04-25
1
-6
/
+6
*
Provisional DTLS 1.2 support.
Dr. Stephen Henson
2013-03-26
1
-2
/
+2
*
don't call gethostbyname if OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL is set
Dr. Stephen Henson
2012-11-19
1
-0
/
+4
*
add -naccept <n> option to s_server to automatically exit after <n> connections
Dr. Stephen Henson
2012-11-18
1
-2
/
+4
*
Version skew reduction: trivia (I hope).
Ben Laurie
2012-06-04
1
-4
/
+2
*
Fix warning.
Ben Laurie
2011-03-12
1
-0
/
+1
*
Constify.
Ben Laurie
2011-01-09
1
-2
/
+4
*
i variable is used on some platforms
Dr. Stephen Henson
2010-07-05
1
-0
/
+1
*
Fix warnings.
Ben Laurie
2010-06-12
1
-4
/
+2
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-3
/
+1
*
size_tification.
Ben Laurie
2008-11-01
1
-1
/
+3
*
fix warning
Nils Larsch
2006-11-06
1
-1
/
+1
*
Bug fix.
Ulf Möller
2006-05-01
1
-2
/
+2
*
fix problems found by coverity: remove useless code
Nils Larsch
2006-03-15
1
-2
/
+0
[next]