Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-23 | Fix SSH CLI when using custom "shell" option | Michael K. Schmidt | |
Also address compatibility issue with PuTTY | |||
2014-07-23 | Merge branch 'tuncer/system_principles-versions-typo' into maint | Henrik Nord | |
* tuncer/system_principles-versions-typo: Fix a minor typo in system_principles/versions.xml | |||
2014-07-22 | Update release notes | Erlang/OTP | |
2014-07-22 | Merge branch 'lukas/kernel/bind_with_fdopen/OTP-12061' into maint-r16 | Erlang/OTP | |
* lukas/kernel/bind_with_fdopen/OTP-12061: Fix default behaviour for legacy fdopen erts: Fix inet close on prebound fds kernel: When doing an fdopen we now also bind the fd to the specified addr/port | |||
2014-07-22 | Fix default behaviour for legacy fdopen | Henrik Nord | |
Update testcase for gen_udp:open/2 with option fd | |||
2014-07-22 | wip | Raimo Niskanen | |
2014-07-22 | Rewrite agent configuration parsing | Raimo Niskanen | |
2014-07-22 | erts: Fix inet close on prebound fds | Björn-Egil Dahlberg | |
Inet close must remove fd from select/poll without closing the fd. | |||
2014-07-22 | kernel: When doing an fdopen we now also bind the fd to the specified addr/port | Lukas Larsson | |
2014-07-21 | Fix minor grammatical errors in epmd docs | Derek Brown | |
Small grammar changes. | |||
2014-07-21 | jinterface: fix bug in equality for OtpErlangFun | Vlad Dumitrescu | |
Arrays (here: md5 and freeVars) must not be compared with equals, which is broken. | |||
2014-07-21 | Add info item for diameter:service_info/2 | Anders Svensson | |
To extract only process info from connections info, which can be useful to reduce the amount of information returned. Choose 'info' for the item since process_info is more than one word: all others are one. Don't choose memory since it's too specific: might want to use it for more. | |||
2014-07-21 | Add (process) info tuple to diameter:service_info/2 | Anders Svensson | |
To show process_info of interest. This is not yet documented since it may well change. | |||
2014-07-21 | Add diameter_dbg:sizes/0 | Anders Svensson | |
To return sizes of named ets tables. | |||
2014-07-21 | Tweak comments | Anders Svensson | |
2014-07-17 | Fix a minor typo in system_principles/versions.xml | Tuncer Ayaz | |
2014-07-16 | Include the cause when raising a new IOException | Garret Smith | |
2014-07-16 | Use compile options when dialyzing beam files | James Fish | |
Fetch the compile options from beam files, and use them when creating core from the abstract code. Previously the options were ignored. Test by Henrik Nordh | |||
2014-07-15 | odbc: Suppress signedness warnings for 'char *' | Björn-Egil Dahlberg | |
Three different pointer types are used for strings. SQLCHAR pointer - used against ODBC driver char pointer - used against erl_interface byte pointer - used internally SQLCHAR is 'unsigned char' while erl_interface is 'signed char' byte pointer should probably not be used at all. | |||
2014-07-15 | Merge branch 'nox/maps-shell-expansion' into maint | Bruce Yinhe | |
OTP-12063 * nox/maps-shell-expansion: Expand shell functions in map expressions | |||
2014-07-15 | Merge branch 'egil/fix-xmerl-example' into maint | Björn-Egil Dahlberg | |
* egil/fix-xmerl-example: xmerl: Fix xmerl example motorcycle2html | |||
2014-07-15 | Merge branch 'egil/maps-spec-to-doc-gen/OTP-12058' into maint | Björn-Egil Dahlberg | |
* egil/maps-spec-to-doc-gen/OTP-12058: edoc: More Map tests edoc: Fix Map type information for docs erl_docgen: Add Map type information for docs | |||
2014-07-15 | Merge branch 'egil/lcnt-histogram/OTP-12059' into maint | Björn-Egil Dahlberg | |
2014-07-14 | erts: Update preloaded erlang.beam | Björn-Egil Dahlberg | |
Specs for erlang:fun_info_mfa/1 | |||
2014-07-14 | tools: Use call instead of cast to stop lcnt server | Björn-Egil Dahlberg | |
Mitigate gen_server:cast/2 race conditions in testcases. | |||
2014-07-14 | tools: Add lcnt tests for new serializing | Björn-Egil Dahlberg | |
2014-07-14 | tools: Fix lcnt serializing | Björn-Egil Dahlberg | |
2014-07-12 | Implement --enable-sanitizers[=sanitizers] | Tuncer Ayaz | |
Similar to debugging with Valgrind, it's very useful to enable -fsanitize= switches to catch bugs at runtime. $ ./configure Result: no sanitizer enabled $ ./configure --enable-sanitizers Result: -fsanitize=address,undefined $ ./configure --enable-sanitizers=address,thread,undefined Result: -fsanitize=address,thread,undefined $ ./configure --enable-sanitizers=undefined Result: -fsanitize=undefined | |||
2014-07-11 | Merge branch 'sverk/alloc-size-overflow' into maint | Sverker Eriksson | |
* sverk/alloc-size-overflow: erts: Fix size overflow bugs in memory allocation | |||
2014-07-11 | stdlib: Use erlang:fun_info_mfa/1 in proc_lib:init_p/3 | Björn-Egil Dahlberg | |
2014-07-11 | erts: Test erlang:fun_info_mfa/1 | Björn-Egil Dahlberg | |
2014-07-11 | Merge branch 'vladdu/orber_macro_fixes' into maint | Bruce Yinhe | |
OTP-12062 | |||
2014-07-11 | Merge branch 'lharc/patch-1' into maint | Bruce Yinhe | |
OPT-12055 * lharc/patch-1: documentation: maps:values() returns list of keys | |||
2014-07-11 | erts: Introduce erlang:fun_info_mfa/1 | Björn-Egil Dahlberg | |
Introduced for proc_lib:init_p/3 | |||
2014-07-11 | Merge branch 'vinoski/vinoski/erl-sdio-option' into maint | Bruce Yinhe | |
OTP-12052 * vinoski/vinoski/erl-sdio-option: add missing description for erl +SDio option | |||
2014-07-11 | edoc: More Map tests | Björn-Egil Dahlberg | |
2014-07-11 | edoc: Fix Map type information for docs | Björn-Egil Dahlberg | |
2014-07-11 | [ct] Update runtime dependencies towards test_server | Siri Hansen | |
Ticket OTP-11971 introduced a runtime dependency towards test_server-3.7.1, since the interface between test_server and common_test was changed. Erroneously, the common_test.app file was not updated according to this. This has now been corrected. | |||
2014-07-11 | erl_docgen: Add Map type information for docs | Björn-Egil Dahlberg | |
2014-07-11 | Merge branch 'maint-17' into maint | Erland Schönbeck | |
2014-07-10 | Merge branch 'siri/alarm_handler-doc/OTP-12025' into maint | Siri Hansen | |
* siri/alarm_handler-doc/OTP-12025: Fix bug in alarm_handler documentation | |||
2014-07-10 | Fix bug in alarm_handler documentation | Siri Hansen | |
The documentation erroneously specified that clear_alarm/1 would clear *all* alarms with id AlarmId. This is now corrected according to the implementation - only the latest received alarm with the given AlarmId is cleared. | |||
2014-07-10 | Merge branch 'siri/sys-FormFunc-spec/OTP-11800' into maint | Siri Hansen | |
* siri/sys-FormFunc-spec/OTP-11800: Fix spec of format function in sys | |||
2014-07-10 | Updated OTP versionOTP-17.1.2 | Erlang/OTP | |
2014-07-10 | Prepare release | Erlang/OTP | |
2014-07-10 | Merge branch 'nox/filelib-wildcard-broken-link' into maint-17 | Erlang/OTP | |
* nox/filelib-wildcard-broken-link: Update stdlib appup file Update runtime dependencies Update preloaded Add tests of filelib and symlinks Fix handling of broken symlinks in filelib Conflicts: erts/preloaded/ebin/erl_prim_loader.beam | |||
2014-07-10 | Update stdlib appup file | Siri Hansen | |
Allow upgrade from OTP 17.1 to newer. | |||
2014-07-10 | maps:only/2 -> maps:with/2 | Igor Savchuk | |
2014-07-09 | tools: Add histogram to lcnt | Björn-Egil Dahlberg | |
2014-07-09 | erts: Add histogram to lcnt | Björn-Egil Dahlberg | |