| Age | Commit message (Collapse) | Author | 
|---|
|  |  | 
|  | Start up of SASl when compared log level is all | 
|  | * hasse/remove_old_IO_requests/OTP-15695:
  stdlib: Remove old I/O-requests from test suites
  stdlib (doc): Do not mention old requests
  snmp: Update old format I/O-request
  sasl: Use encoding when reading terms
  parsetools (doc): Update old format I/O-requests
  mnesia: Update old format I/O-request
  kernel: Update old format I/O-requests
  stdlib: Remove no longer used function
  kernel: Remove commented out code
  stdlib: Remove commented out code | 
|  |  | 
|  | * maint:
  kernel: Correct a test case in global_SUITE | 
|  | * hasse/kernel/global_tests:
  kernel: Correct a test case in global_SUITE | 
|  |  | 
|  | The functions io:columns() and io:rows() only worked correctly inside
interactive erlang shells before this fix. These functions returned
{error,enotsup} before this fix even if stdout and stdin were
connected to a terminal when they were invoked from an escript or a
program started with e.g., `erl -noshell`.
This commit fixes issue ERL-717. | 
|  | * john/erts/merge-fd-file-info/OTP-15956:
  file: allow read_file_info on file descriptors | 
|  |  | 
|  | * maint:
  Refine test cases
  Remove test code that fails on Windows | 
|  | * raimo/udp-send-TOS/OTP-15422:
  Refine test cases
  Remove test code that fails on Windows | 
|  | Allowed SASL startup when compared levels include all/none as per PR 2301.
This was achieved by adding another macro for this (?IS_LEVEL_ALL); documentation updated to show the change | 
|  |  | 
|  |  | 
|  | * sverker/re-enable-big-creation/OTP-15603:
  doc: Add links between dist flags and external tags (DTD updated)
  erts: Fix docs for new pid,port,ref external tags
  erts: Document new EPMD response ALIVE2_X_RESP
  erl_interface: Support 32-bit creation local cnode
  jinterface: Remove old encoding of pid,port,refs
  epmd: Support 32-bit creation values in local node
  erl_interface: Remove old encoding of pid,port,refs
  erts: Remove old encoding of pids, ports and refs
  erts: Make DFLAG_BIG_CREATION mandatory | 
|  |  | 
|  | garazdawi/lukas/erts/fix_active_n_close_win32/ERL-960/OTP-15901
Fix {active,N} close race condition on windows | 
|  |  | 
|  | ingela/merge-294
* ingela/raimo/udp-send-TOS/ERIERL-294/OTP-15747:
  Introduce udp send ancillary data argument down to inet_drv
  Fix old warnings | 
|  |  | 
|  |  | 
|  |  | 
|  | * raimo/incomplete-socket-close/ERIERL-353/OTP-15370:
  Copy linger zero flag from listen socket
  Test linger zero flag from listen socket | 
|  |  | 
|  | * siri/logger/relatve-log-file-path/OTP-15850:
  [logger] Store file name as absolute path in logger_std_h | 
|  | When a close is detected on windows, we need to keep track of
it as it will not trigger again. | 
|  |  | 
|  | * sverker/seq-trace-label-old-heap-bug/ERL-700/OTP-15849:
  erts: Fix faulty spec for seq_trace:set_token/2
  erts: Fix seq_trace:print/2 for arbitrary labels
  erts: Fix bug in seq_trace:set_token(label,_) | 
|  |  | 
|  | Would raise badarg if Label was not atom or small integer. | 
|  | If internal seq-trace tuple is on old heap
an incorrect ref from old to new heap was made. | 
|  | jhogberg/john/erts/seq-trace-on-spawn/OTP-15232/ERL-700
Propagate seq_trace tokens to spawned processes | 
|  | If the log file name was given as a relative path, logger_std_h
erroneously tried to create a new file in a new location if the
current working directory of the node was changed. This is now
corrected. | 
|  | file: allow open/2 to work on directories
OTP-15835 | 
|  | This commit makes the test case `t_connect_timeout` in the test suite
gen_tcp_api_SUITE more reliable by searching for unused IP addresses
in a larger range of IP addresses. | 
|  | Prior to this change, providing multiple -mode flags to erl would start
the code server as 'interactive', regardless of their value ('-mode
embedded -mode embedded' would start erl as in interactive mode).
With this change, the extra -mode flags are ignored, and a warning gets
logged. | 
|  | This reverts revert-commit d293c3ff700c1a0992a32dc3da9ae18964893c23. | 
|  | This is useful mainly to ensure that a new file has been persisted
to disk by calling file:sync/1 or file:datasync/1 on file's parent
directory. | 
|  |  | 
|  | This was broken in 7c63a98c28d477. | 
|  | If 'erl -sname 1 -sname 2' is run the node is not started
in distribution mode at all. This fix makes the last sname
be used. | 
|  | * sverker/revert-big-creation:
  Revert "erts: Make DFLAG_BIG_CREATION mandatory"
  Revert "erts: Remove old encoding of pids, ports and refs"
  Revert "erl_interface: Remove old encoding of pid,port,refs"
  Revert "epmd: Support 32-bit creation values in local node"
  Revert "jinterface: Remove old encoding of pid,port,refs"
  Revert "erl_interface: Support 32-bit creation local cnode"
  Revert "erts: Document new EPMD response ALIVE2_X_RESP" | 
|  | * siri/cuddle-master:
  [logger] Skip test logger_std_h:reopen_changed_log on Windows | 
|  | This reverts commit bd8f6106d44a58c261920eef72842bb3bc5a4968.
PLUS a little change in epmd_srv.c:750 ("4" -> "replylen")
that was part of e2cf4a8a4b03b9f430ba228276c3b2629159e832
by mistake. | 
|  | This may happen if priv_dir is mounted on NFS or similar. | 
|  |  | 
|  | * john/kernel/cuddle-file-suite:
  file_name_SUITE: Darwin 18 broke support for 'icky' names
  file_SUITE: Ignore EILSEQ on Darwin in +fnu/latin1 test | 
|  |  | 
|  | There's no way to create the file in question, so we may as well
skip the test. |