Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-30 | kernel: fixed specs to inet:ntoa/1 | Fredrik Gustafsson | |
2013-07-30 | kernel: changed tests where inet_parse:ntoa/1 was used to inet:parse/1 | Fredrik Gustafsson | |
2013-07-30 | kernel: added ntoa documentation and exported it in inet.erl | Fredrik Gustafsson | |
2013-07-30 | kernel: clarified inet:parse_address/1 referrering to old code | Fredrik Gustafsson | |
2013-07-21 | Fix indentation of User switch command help in Erlang shell | syl20bnr | |
2013-07-11 | Refactor away ?line macro in code_SUITE | Björn-Egil Dahlberg | |
2013-07-11 | Fix tests for erts app-file | Björn-Egil Dahlberg | |
2013-06-19 | Update version numbers for R16B02 development | Magnus Lidén | |
2013-06-17 | Prepare releaseOTP_R16B01 | Erlang/OTP | |
2013-06-12 | Update copyright years | Björn-Egil Dahlberg | |
2013-06-10 | Merge branch 'raimo/inet-gethostbyname-lowercase-search/OTP-10689' into maint | Raimo Niskanen | |
* raimo/inet-gethostbyname-lowercase-search/OTP-10689: Add test cases for host lookup case (in)sensitivity Improve case (in)sensitivity for host lookups | |||
2013-06-07 | Add test cases for host lookup case (in)sensitivity | Raimo Niskanen | |
2013-06-07 | Improve case (in)sensitivity for host lookups | Raimo Niskanen | |
2013-06-04 | Merge branch 'siri/cuddle-with-tests' into maint | Siri Hansen | |
* siri/cuddle-with-tests: Delete 'icky' dirs and symlinks after kernel tests [ct_netconfc] Improve error printout Fix interactive_shell_SUITE to handle node name with quotes | |||
2013-06-04 | Delete 'icky' dirs and symlinks after kernel tests | Siri Hansen | |
This is to avoid lingering files on windows. | |||
2013-06-03 | Merge branch 'lukas/r16b01/testcase-fixes/OTP-11138' into maint | Lukas Larsson | |
* lukas/r16b01/testcase-fixes/OTP-11138: Do not fail if there is no variables file Run iter max ports on a seperate vm with smaller port table Set max ports for slave node Decrease sleep timer | |||
2013-05-28 | Merge branch 'avi/fix-os-cmd-win/OTP-11104' into maint | Fredrik Gustafsson | |
* avi/fix-os-cmd-win/OTP-11104: Add testcase to exported Added primary bootstrap for os.beam kernel: redefined deep_list_command test Remove unnecessary whitespaces in os.erl and os_SUITE.erl Fix deep list argument error under Windows in os:cmd/1 | |||
2013-05-22 | Fix interactive_shell_SUITE to handle node name with quotes | Siri Hansen | |
Some test hosts have e.g. '-' in the name, which causes the node name to have single quotes. This commit updates the suite to handle this correctly. | |||
2013-05-16 | Merge branch 'rickard/inet_opts/OTP-11075' into maint | Rickard Green | |
* rickard/inet_opts/OTP-11075: Make high_msgq_watermark and low_msgq_watermark generic inet options Conflicts: erts/preloaded/ebin/prim_inet.beam | |||
2013-05-06 | Make high_msgq_watermark and low_msgq_watermark generic inet options | Rickard Green | |
2013-05-02 | Add testcase to exported | Fredrik Gustafsson | |
2013-04-30 | kernel: redefined deep_list_command test | Fredrik Gustafsson | |
2013-04-30 | Remove unnecessary whitespaces in os.erl and os_SUITE.erl | Aleksandr Vinokurov | |
Conflicts: lib/kernel/test/os_SUITE.erl | |||
2013-04-30 | Fix deep list argument error under Windows in os:cmd/1 | Aleksandr Vinokurov | |
Because of leeway in implementing os:cmd/1 under different OS there is a difference in results when calling it with deep list argument. os:cmd/1 specifies io_lib:chars() type for its argument and io_lib functions can produce deep lists inspite of io_lib:chars() result type specification. This commit flattens the argument for erlang:open_port/2 (which is used under Windows) and expands the os_SUITE to regress the bug. | |||
2013-04-17 | Merge branch 'bjorn/fix-encoding/OTP-11041' into maint | Björn Gustavsson | |
* bjorn/fix-encoding/OTP-11041: Encode Erlang source files with non-ascii characters in UTF-8 | |||
2013-04-17 | Encode Erlang source files with non-ascii characters in UTF-8 | Björn Gustavsson | |
To ensure that 'master' compiles when we merge 'maint' to it, regardless of which encoding is default in 'master', all source files with non-ascii characters *must* have the encoding specified. | |||
2013-04-15 | Merge branch 'lh/demonitor-flush/OTP-11039' into maint | Fredrik Gustafsson | |
* lh/demonitor-flush/OTP-11039: Use erlang:demonitor(Ref, [flush]) where applicable | |||
2013-04-11 | Optimize communication with file io server | Anthony Ramine | |
The file module communicates with a file io server with the following protocol for file operations: > {file_request,From,ReplyAs,Request} < {file_reply,ReplyAs,Reply} The ReplyAs value is sent by the client side to match against when receiving the reply and is otherwise left untouched and passed as is by the server. This commit enables receive optimizations by using the reference of the server monitor, changing the protocol to: > {file_request,From,MonitorRef,Request} < {file_reply,MonitorRef,Reply} As the shape of the messages is not changed, backwards compatibility is not a concern. | |||
2013-04-05 | Use erlang:demonitor(Ref, [flush]) where applicable | Loïc Hoguin | |
2013-03-18 | Fix a test case | Hans Bolinder | |
interactive_shell_SUITE: nodes names with '-' | |||
2013-03-18 | Correct a disk_log testcase | Hans Bolinder | |
2013-03-14 | Set max ports for slave node | Lukas Larsson | |
2013-03-08 | kernel: Document application:ensure_started/1,2 | Björn-Egil Dahlberg | |
2013-03-05 | tests: Refactor away ?line macro in test suite | Björn-Egil Dahlberg | |
Refactor away ?line macro in application_SUITE | |||
2013-03-05 | kernel: Tests for application:ensure_started/1,2 | Björn-Egil Dahlberg | |
2013-03-05 | kernel: Add application:ensure_started/1,2 | Björn-Egil Dahlberg | |
Similar to application:start/1,2 except it returns 'ok' on already started applications instead of {'error', {'already_started', ...}}. | |||
2013-02-27 | Update version numbers for R16B01 development | Björn-Egil Dahlberg | |
2013-02-25 | Prepare releaseOTP_R16B | Erlang/OTP | |
2013-02-25 | Update to work with new default windows max ports | Lukas Larsson | |
2013-02-22 | Update copyright years | Björn-Egil Dahlberg | |
2013-02-22 | Merge branch 'hb/file_name_type/OTP-10852' | Patrik Nyblom | |
* hb/file_name_type/OTP-10852: Introduce new type file:name_all() | |||
2013-02-22 | Merge branch 'bjorn/unicode-doc/OTP-10852' | Björn Gustavsson | |
* bjorn/unicode-doc/OTP-10852: file: Document list_dir_all/1 and read_link_all/1 file: Remove note about Unicode handling being experimental filelib: Update documentation | |||
2013-02-21 | Merge branch 'pan/unicode_filename_warnings' | Björn Gustavsson | |
* pan/unicode_filename_warnings: prim_file: Fix error return from prim_file:list_dir/1 | |||
2013-02-21 | Introduce new type file:name_all() | Hans Bolinder | |
2013-02-20 | Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851' | Fredrik Gustafsson | |
* ks/hipe_bif-remove_refs_from/OTP-10851: Fixed test to allow for lists:foreach/2 call Change the return value of hipe_bifs:remove_refs_from/1 | |||
2013-02-20 | Merge branch 'sverk/is_module_native-fix' | Sverker Eriksson | |
* sverk/is_module_native-fix: erts: Fix code:is_module_native OTP-10870 | |||
2013-02-20 | prim_file: Fix error return from prim_file:list_dir/1 | Björn Gustavsson | |
When the run-time system was started with +fnue, the error tuple indicating a non-translatable filename was added as a non-proper list tail inside an {ok,Files} term. | |||
2013-02-19 | Use ~ts for filenames | Hans Bolinder | |
2013-02-19 | Fixed test to allow for lists:foreach/2 call | Kostis Sagonas | |
2013-02-18 | erts: Fix code:is_module_native | Sverker Eriksson | |
code:is_module_native returned false for hipe compiled module if the first function in the module was a BIF stub |