index
:
delta/erlang.git
HansN-patch-1
HansN/common_test/rephrase_ct_prop_test_doc
IngelaAndin-httpc-typo
KennethL-patch-1
KennethL/erl_docgen/erlref_update
baserock/morph
baserock/ps/proto-web-system
baserock/ps/try-erlang
bjorn/contributing
bjorn/contributing-1
bjorn/work
bmk/kernel/20200514/sctp_and_udp_recv_hangs_on_close/OTP-16654
dgud-string-depr
dgud/stdlib/gen-async-call
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
kenneth/asn1_paramtype/OTP-17227
klarna/mnesia_ext
kuba/ssl/doc_typeos_using_ssl
lukas/erts/win32-read_file_info-links
lukas/kernel/docs-assert
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-23
maint-24
maint-25
maint-26
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
master-pu
meta
pu
sverker-erts-alloc-doc-fix
sverker-ets-doc-1
sverker-ets-patch-1
sverker/doc-fix-billion
sverker/enif_open_resource_type-doc
github.com: erlang/otp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
erts
/
preloaded
/
src
/
socket.erl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix specs
Raimo Niskanen
2020-01-29
1
-52
/
+51
*
Merge domain+type+proto in one getopt
Raimo Niskanen
2020-01-28
1
-87
/
+107
*
Cleanup timeout handling
Raimo Niskanen
2020-01-24
1
-189
/
+178
*
Cleanup parameter check functions
Raimo Niskanen
2020-01-23
1
-8
/
+14
*
Cleanup try-catch handling
Raimo Niskanen
2020-01-23
1
-70
/
+45
*
Fix close and abort handling
Raimo Niskanen
2020-01-23
1
-12
/
+23
*
Clean up send code and ref handling
Raimo Niskanen
2020-01-22
1
-101
/
+103
*
Do not self-close socket for econnreset
Raimo Niskanen
2020-01-22
1
-16
/
+0
*
Implement level 'otp' option 'meta'
Raimo Niskanen
2020-01-17
1
-0
/
+5
*
Rename SOCK_/SOCKET_ -> ESOCK_
Raimo Niskanen
2020-01-17
1
-413
/
+413
*
[esock] Add accept counter(s)
Micael Karlberg
2020-01-15
1
-1
/
+2
*
[esock] Add [read|write] max package size counter
Micael Karlberg
2020-01-14
1
-2
/
+3
*
Merge branch 'hauleth/ft/do-not-check-type_proto-combination' into maint
Raimo Niskanen
2020-01-14
1
-29
/
+24
|
\
|
*
Fix spec
Raimo Niskanen
2020-01-09
1
-3
/
+2
|
*
feat(socket): do not check Type/Proto combination
Łukasz Niemier
2020-01-09
1
-26
/
+22
*
|
[esock] Make it posssible to select based on controlling process
Micael Karlberg
2020-01-08
1
-0
/
+6
*
|
[esock] Add interface functions to the socket registry
Micael Karlberg
2020-01-08
1
-2
/
+56
*
|
[erts|esock] Add preliminary socket registry
Micael Karlberg
2020-01-08
1
-2
/
+7
|
/
*
[esock] Add new sockaddr "type" for family packet
Micael Karlberg
2019-11-25
1
-1
/
+12
*
[esock] Updated spec for function bind
Micael Karlberg
2019-11-25
1
-1
/
+2
*
[esock] Renamed sock_extended_err type
Micael Karlberg
2019-11-25
1
-4
/
+4
*
[esock] Corrected types and documentation
Micael Karlberg
2019-11-25
1
-14
/
+31
*
decode ICMP[v6] errors in sock_extended_err on Linux
Andreas Schultz
2019-11-25
1
-7
/
+25
*
add Linux sock_extended_err support to socket
Andreas Schultz
2019-11-25
1
-0
/
+13
*
[esock] Yet another 'shut dialyzer up'
Micael Karlberg
2019-10-28
1
-0
/
+6
*
[esock] The TCP socket option cork was not supported
Micael Karlberg
2019-10-22
1
-2
/
+5
*
[esock] Add conversion of 'tcp' socket option value
Micael Karlberg
2019-10-22
1
-1
/
+6
*
[esock] Disable the peek-off 'socket' option
Micael Karlberg
2019-10-18
1
-4
/
+6
*
[esock] Add support for IPv6 socket option tclass
Micael Karlberg
2019-10-14
1
-14
/
+24
*
[esock] Fixed and updated handling of IPv6 socket option hoplimit
Micael Karlberg
2019-10-10
1
-10
/
+18
*
[esock] Updated the ip_tos type
Micael Karlberg
2019-10-09
1
-0
/
+2
*
[esock] Type cleanup
Micael Karlberg
2019-10-08
1
-19
/
+6
*
[esock|doc] Adding and adjusting stuff for documentation
Micael Karlberg
2019-10-08
1
-16
/
+8
*
[esock] Add support for checking for send_flags support
Micael Karlberg
2019-10-08
1
-32
/
+54
*
[esock] Correct ip_tos type spelling
Micael Karlberg
2019-10-08
1
-4
/
+4
*
[esock] Add "support" for socket 'socket' option passcred
Micael Karlberg
2019-10-08
1
-3
/
+5
*
Merge pull request #2400 from stolen/socket_msg_types
Micael Karlberg
2019-10-08
1
-7
/
+10
|
\
|
*
socket_nif: improve support for sendmsg ctrl types
Danil Zagoskin
2019-10-02
1
-7
/
+10
*
|
feat: allow ICMP over DGRAM socket
Łukasz Niemier
2019-10-02
1
-0
/
+1
|
/
*
[esock] Updated select-info
Micael Karlberg
2019-07-30
1
-4
/
+4
*
[esock] Dialyzer related cleanup
Micael Karlberg
2019-07-24
1
-5
/
+5
*
[esock] Incorrect socket address guard in sendto
Micael Karlberg
2019-07-24
1
-15
/
+6
*
[esock] Handle wildcard address 'broadcast' when binding
Micael Karlberg
2019-07-17
1
-6
/
+14
*
[esock] Add test case for socket option bindtodevice
Micael Karlberg
2019-07-17
1
-2
/
+2
*
[esock] Add test case for socket option acceptconn
Micael Karlberg
2019-07-17
1
-0
/
+2
*
[esock] Make it it work for IPv6
Micael Karlberg
2019-07-08
1
-5
/
+9
*
[esock|doc] Add documentation for the (socket) info function
Micael Karlberg
2019-06-27
1
-1
/
+14
*
[esock] Counters for individual sockets
Micael Karlberg
2019-06-26
1
-2
/
+23
*
[esock] Add debug function
Micael Karlberg
2019-06-24
1
-5
/
+14
*
[esock] Add command (nif) function
Micael Karlberg
2019-06-24
1
-2
/
+30
[next]