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
*
Only set TCP_NODELAY if the protocol is TCP
Matt Caswell
2018-05-31
1
-1
/
+1
*
apps/s_socket.c: address rare TLSProxy failures on Windows.
Andy Polyakov
2018-05-21
1
-0
/
+18
*
Don't set TCP_NODELAY on a UDP socket
Matt Caswell
2018-05-11
1
-1
/
+2
*
apps/s_socket.c: fix memory sanitizer problem in ACCEPT printout.
Andy Polyakov
2018-04-18
1
-2
/
+4
*
apps/s_socket.c: print only dynamically allocated port in do_server.
Andy Polyakov
2018-04-17
1
-1
/
+5
*
apps/{s_client.c|s_socket}.c: omit usleep calls.
Andy Polyakov
2018-04-08
1
-13
/
+0
*
apps/s_socket.c: disable the Nagle algorithm.
Andy Polyakov
2018-04-08
1
-1
/
+2
*
openssl s_server: print the accepting address and socket
Richard Levitte
2018-04-04
1
-1
/
+29
*
Add BIO_bind function to bind local address for a socket.
John Hughes
2018-02-19
1
-0
/
+49
*
Fix some style nits in commit eee8a40
Bernd Edlinger
2018-01-26
1
-6
/
+8
*
Make the s_server command listen on IPv6 only when requested
Bernd Edlinger
2018-01-25
1
-3
/
+24
*
Enable the cookie callbacks to work even in TLS in the apps
Matt Caswell
2018-01-24
1
-1
/
+13
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
1
-1
/
+1
*
Fix intermittent Windows and Cygwin failures in s_server
Richard Levitte
2018-01-15
1
-0
/
+14
*
Use constant value 1 instead of SHUT_WR in do_server
Bernd Edlinger
2018-01-14
1
-7
/
+1
*
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
[next]