Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | Merge branch 'raimo/inet_res-crash-rest-time-0/OTP-9221' into dev | Raimo Niskanen | |
* raimo/inet_res-crash-rest-time-0/OTP-9221: Do not UDP send when there is 0 ms left to wait for reply Check return values from UDP send functions Cleanup timeout handling, fix bug for remaining time =:= 0 Add DNS proxy and first test case for late answer | |||
2011-04-21 | Do not UDP send when there is 0 ms left to wait for reply | Raimo Niskanen | |
2011-04-21 | Check return values from UDP send functions | Raimo Niskanen | |
2011-04-21 | Cleanup timeout handling, fix bug for remaining time =:= 0 | Raimo Niskanen | |
2011-04-21 | Add DNS proxy and first test case for late answer | Raimo Niskanen | |
2011-04-15 | Merge branch 'ms/heart-rem-garbage-append' into dev | Henrik Nord | |
* ms/heart-rem-garbage-append: heart: remove garbage appended to heart command OTP-9224 | |||
2011-04-08 | Merge branch 'mk/net-kernel-epmd-return-list' into dev | Henrik Nord | |
* mk/net-kernel-epmd-return-list: Fix list returned by net_kernel:epmd_module OTP-9215 | |||
2011-04-06 | heart: remove garbage appended to heart command | Michael Santos | |
heart:get_cmd/0 is documented to return an empty string if the command is cleared. get_cmd/0 returns 2 extra bytes: 1 byte for the trailing null, 1 byte from the op (the op is an unsigned char and 2 bytes are allocated for it in the returned buffer). 1> heart:get_cmd(). {ok,[0,0]} 2> heart:set_cmd("echo hello"). ok 3> heart:get_cmd(). {ok,[101,99,104,111,32,104,101,108,108,111,0,0]} 4> heart:clear_cmd(). ok 5> heart:get_cmd(). {ok,[0,99]} | |||
2011-04-05 | Merge branch 'ks/hipe-ppc64' into dev | Henrik Nord | |
* ks/hipe-ppc64: Enable HiPE by default when compiling for PPC64 Translate RTL to PPC code on PPC64 too Changes in ppc files for PPC64 Additions for the PPC64 backend Changes for the PPC64 backend Added loader for ppc64 New files for the 64-bit backends Cleanup tags OTP-9198 | |||
2011-03-30 | Merge branch 'hw/call-chmod-without-f' into dev | Henrik Nord | |
* hw/call-chmod-without-f: Call chmod without the "-f" flag Conflicts: erts/emulator/test/Makefile lib/asn1/test/Makefile lib/crypto/test/Makefile lib/debugger/test/Makefile lib/docbuilder/test/Makefile lib/edoc/test/Makefile lib/erl_interface/test/Makefile lib/inviso/test/Makefile lib/parsetools/test/Makefile lib/percept/test/Makefile lib/ssl/test/Makefile lib/syntax_tools/test/Makefile lib/test_server/test/Makefile lib/tools/test/Makefile OTP-9170 | |||
2011-03-30 | Merge branch 'rc/rpc_pmap-typo' into dev | Henrik Nord | |
* rc/rpc_pmap-typo: Fix typo in doc of rpc:pmap/3 OTP-9168 | |||
2011-03-25 | Merge branch 'pan/tcp_send_timeout/OTP-9145' into dev | Patrik Nyblom | |
* pan/tcp_send_timeout/OTP-9145: Add testcase Teach tcp_recv not to cancel send timer | |||
2011-03-25 | Merge branch 'pan/win_init_restart_oldshell/OTP-9139' into dev | Patrik Nyblom | |
* pan/win_init_restart_oldshell/OTP-9139: Add testcase Teach win32/sys.c (fd-driver) not to leak readers causing init:restart to fail Make Erlang build with Latest MS SDK, 7.1 (and VStudio 2010) | |||
2011-03-25 | Fix inet:port/1 doc to match implementation/spec | Tuncer Ayaz | |
2011-03-21 | Add testcase | Patrik Nyblom | |
2011-03-21 | Add testcase | Patrik Nyblom | |
2011-03-16 | Update version numbers | Björn-Egil Dahlberg | |
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-11 | Add spec for function that does not return | Kostis Sagonas | |
2011-03-11 | Strenghen spec | Kostis Sagonas | |
2011-03-11 | Introduce types to avoid duplication in specs | Kostis Sagonas | |
2011-03-11 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-11 | Add specs for behaviour callbacks | Kostis Sagonas | |
2011-03-11 | Simplify two specs | Kostis Sagonas | |
2011-03-07 | Merge branch 'raimo/kernel-implicit_inet6-testcase' into dev | Raimo Niskanen | |
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions | |||
2011-03-04 | Merge branch 'ks/code-spec-fixes' into dev | Niclas Axelsson | |
* ks/code-spec-fixes: Sanitize the specs of the code module OTP-9100 | |||
2011-03-03 | Merge branch 'sverker/dialyzer_kernel_fixes' into dev | Sverker Eriksson | |
* sverker/dialyzer_kernel_fixes: Fix dialyzer warning in os:start_port_srv_loop Update preloaded modules Fix three dialyzer warnings in kernel | |||
2011-03-02 | inets/httpc: Polish documentation | Christian von Roques | |
* Assure store_cookies (and verify_cookies) is documented instead of the nonexistent store_cookie and verify_cookie. * Make sure the cookies option is not called cookie in comments. * Sprinkle <c>...</c> arround symbols and code snippets in text. * Grammar, wording, and punctuation fixes. * Formalize See gen_tcp:connect/3,4 using <seealso>. | |||
2011-03-02 | Fix dialyzer warning in os:start_port_srv_loop | Sverker Eriksson | |
Rewrote the code a bit to silence dialyzer. Seems dialyzer can't handle a function that either returns or loops forever depending on function argument. | |||
2011-03-01 | Fix three dialyzer warnings in kernel | Sverker Eriksson | |
Joint effort by Kostis, pan, egil & sverker | |||
2011-02-24 | Merge branch 'bjorn/fix-dialyzer-warnings' into dev | Björn Gustavsson | |
* bjorn/fix-dialyzer-warnings: v3_kernel_pp: Eliminate dialyzer warning inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | |||
2011-02-24 | Merge branch 'bjorn/fix-os_find_executable/OTP-8983' into dev | Björn Gustavsson | |
* bjorn/fix-os_find_executable/OTP-8983: Never allow os:find_executable/1 to return the path of directories | |||
2011-02-23 | kernel: Eliminate compiler warning | Björn Gustavsson | |
2011-02-23 | inet6_tcp_dist: Eliminate dialyzer warning for "tuple fun" | Björn Gustavsson | |
Replace the "tuple fun" with an external fun. | |||
2011-02-22 | Fix typo in doc of rpc:pmap/3 | Ricardo Catalinas Jiménez | |
2011-02-18 | Merge branch 'mh/file-fix_spec' into dev | Niclas Axelsson | |
* mh/file-fix_spec: Fix -spec for file:write_file/3 OTP-9067 | |||
2011-02-17 | Update gethostname test cases for v6 to use the v6 hosts instead of v4 | Lukas Larsson | |
2011-02-17 | Rename Suite Callback to Common Test Hook | Lukas Larsson | |
2011-02-17 | Update init_per_testcase to kill all slaves when called. | Lukas Larsson | |
This is to prevent testcases which fail to before to chain with the ones run after. | |||
2011-02-17 | Update and add cover spec files to work with common_test | Lukas Larsson | |
2011-02-17 | Update all test specs | Lukas Larsson | |
2011-02-17 | Fix formatting for kernel | Lukas Larsson | |
2011-02-17 | Add init_per_suite and end_per_suite | Lukas Larsson | |
2011-02-17 | Add ts_install_scb to suite/0 | Lukas Larsson | |
2011-02-17 | Update kernel tests to conform with common_test standard | Lukas Larsson | |
2011-02-17 | Update all fin_per_testcase to end_per_testcase. | Lukas Larsson | |
2011-02-14 | Added loader for ppc64 | Kostis Sagonas | |
2011-02-14 | Fix -spec for file:write_file/3 | Magnus Henoch | |
Change type for second parameter from binary() to iodata(), since the function explicitly takes steps to accept lists as well as binaries. | |||
2011-02-14 | Never allow os:find_executable/1 to return the path of directories | Björn Gustavsson | |