Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-25 | Doc fix: link from erlang:now/0 to os:timestamp/0 | Magnus Henoch | |
Sometimes os:timestamp/0 is more appropriate than erlang:now/0. The documentation for the former has a link to the latter; this patch adds a link in the other direction to make os:timestamp/0 more visible. | |||
2012-07-25 | Did not handle timeout reason when IPv6 | Micael Karlberg | |
2012-07-24 | doc: Fix faulty tag in inet bit8 documentation | Björn-Egil Dahlberg | |
2012-07-24 | os_mon: Elucidate port program error messages | Björn-Egil Dahlberg | |
Try to avoid confusion of the message 'Erlang has closed' by clarifying that the message is sent from os_mon port programs. | |||
2012-07-24 | Add connect timeout | Micael Karlberg | |
2012-07-20 | Revise the autoconf tests for double middle endianness. | Mike Sperber | |
The previous iteration didn't work for big-endian systems. Now use code very close to what Erts does internally. Also, only warn when the double endianness is unknown - i.e. when we're cross-compiling. | |||
2012-07-20 | Improved debug printouts | Micael Karlberg | |
2012-07-19 | erts: Update doc to reflect VxWorks removal | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from documentation | Björn-Egil Dahlberg | |
2012-07-19 | Update preloaded erl_prim_loader and prim_file | Björn-Egil Dahlberg | |
2012-07-19 | snmp: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | megaco: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | diameter: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | mnesia: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | typer: Remove VxWorks | Björn-Egil Dahlberg | |
A comment referred to vxworks and was thusly removed | |||
2012-07-19 | ssh: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | inets: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | hipe: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | cosFileTransfer: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | asn1: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | orber: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | os_mon: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | runtime_tools: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | test_server: Remove VxWorks references in doc | Björn-Egil Dahlberg | |
2012-07-19 | test_server: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | stdlib: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2012-07-19 | kernel: Remove VxWorks | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from preloaded | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove vxworks from top make | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from heart and etc files | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from beam makefile | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from allocators | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from tests | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks sub-directory | Björn-Egil Dahlberg | |
2012-07-19 | erts: Remove VxWorks from drivers | Björn-Egil Dahlberg | |
2012-07-19 | Fix installation of javascript files on windows | Lukas Larsson | |
2012-07-19 | Merge branch 'maint' | Lukas Larsson | |
* maint: Fix bug where auto skipped tcs would disappear Allow non configlist returns from other cths Fix close of suite when end_per_suite is skipped | |||
2012-07-19 | Merge branch 'lukas/common_test/surefire_fix_skipped_end/OTP-10158' into maint | Lukas Larsson | |
* lukas/common_test/surefire_fix_skipped_end/OTP-10158: Fix bug where auto skipped tcs would disappear Allow non configlist returns from other cths Fix close of suite when end_per_suite is skipped | |||
2012-07-19 | Merge branch 'lukas/benchmarks/OTP-10156' | Lukas Larsson | |
* lukas/benchmarks/OTP-10156: Add mnesia tpc benchmark Add estone benchmarks to ts benchmark framework Add framework to ts to run benchmarks | |||
2012-07-19 | Merge branch 'maint' | Lukas Larsson | |
* maint: Add ct:notify and ct:sync_notify | |||
2012-07-19 | Merge branch 'lukas/common_test/ct_notify/OTP-10157' into maint | Lukas Larsson | |
* lukas/common_test/ct_notify/OTP-10157: Add ct:notify and ct:sync_notify | |||
2012-07-19 | Add ct:notify and ct:sync_notify | Lukas Larsson | |
2012-07-19 | Add mnesia tpc benchmark | Lukas Larsson | |
2012-07-19 | Add estone benchmarks to ts benchmark framework | Lukas Larsson | |
2012-07-19 | Add framework to ts to run benchmarks | Lukas Larsson | |
2012-07-19 | Merge branch 'lukas/runtime_tools/dtrace_userguide/OTP-10155' | Lukas Larsson | |
* lukas/runtime_tools/dtrace_userguide/OTP-10155: Add DTRACE and SYSTEMTAP howtos as User Guide | |||
2012-07-19 | Add DTRACE and SYSTEMTAP howtos as User Guide | Lukas Larsson | |
2012-07-19 | Merge branch 'lukas/add-howto-folder/OTP-10154' | Lukas Larsson | |
* lukas/add-howto-folder/OTP-10154: Add a testing HOWTO Move README and INSTALL to HOWTO folder Fix missing accounting for outbound distribution bytes. | |||
2012-07-19 | Add a testing HOWTO | Lukas Larsson | |