Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-09 | file_SUITE: Assume 64-bit windows has enough memory | Raimo Niskanen | |
Temporary workaround until there is a memory info function conveniantly usable from test suites. | |||
2012-01-09 | erts: Badarg if port output overflows iov_len | Raimo Niskanen | |
2011-12-21 | prim_file_SUITE: large_file success depends on wordsize | Raimo Niskanen | |
Check VM wordsize to see if a driver command with data larger than 32-bit size is supposed to succeed. On wordsize 4 machines (32-bit) {error,einval} is expected since the total size passed to a driver can not exceed sizeof(ErlDrvSizeT). | |||
2011-12-20 | file_SUITE: Increase timeout for large_file | Raimo Niskanen | |
Windows needs large timeout. | |||
2011-12-20 | file_SITE,prim_file_SUITE: Accept old OpenBSD pecularity | Raimo Niskanen | |
2011-12-20 | prim_file_SUITE: large_write - meaner test data and check result content | Raimo Niskanen | |
2011-12-20 | file_SUITE: large_write - check mem size before creating huge binary | Raimo Niskanen | |
2011-12-20 | erts: rewrite efile_writev to handle partial writes correctly | Raimo Niskanen | |
2011-12-20 | erts: Bugfix - driver_deq freed wrong length due to short type (int) | Raimo Niskanen | |
2011-12-20 | prim_file_SUITE: Add large_write/1 | Björn Gustavsson | |
Test writing slightly more than 4GB as an io list with smaller binaries. | |||
2011-12-20 | file_SUITE: Add large_write/1 | Björn Gustavsson | |
Test writing 2GB to a file in one go. | |||
2011-12-20 | file_SUITE: Refactor large_file/1 | Björn Gustavsson | |
Factor out support functions from large_file/1 so that we can write other test cases that use large files. | |||
2011-12-20 | file_SUITE: Fix unix_free/1 | Björn Gustavsson | |
unix_free/1 returned the total size of the disk, not the free space. | |||
2011-12-14 | Update snmp to correct versionOTP_R15B | Björn-Egil Dahlberg | |
2011-12-13 | [xmerl] Remove trailing blanks | Lars Thorsen | |
OTP-9821 | |||
2011-12-13 | [xmerl] Fix bug in namespace handling for attributes | Lars Thorsen | |
The uniqueness check of attributes failed when the namespace_conformant flag was set to true. | |||
2011-12-12 | Prepare release | Erlang/OTP | |
2011-12-12 | Make vxwork build | Björn-Egil Dahlberg | |
2011-12-12 | Update preloaded modules | Björn-Egil Dahlberg | |
OTP-9810 OTP-9812 OTP-9813 OTP-9814 OTP-9818 | |||
2011-12-12 | Merge remote branch 'origin/peppe/common_test/r15b_docs' | Peter Andersson | |
* origin/peppe/common_test/r15b_docs: Update basics chapter and introduce getting started chapter Document the tc_logfile data Document new CSS look and the basic_html flag Document info functions for init/end_per_suite/group Document the group info function Document changes in test specifications (groups) and style sheets Document group specifications in all/0 and the group info function OTP-9156 | |||
2011-12-12 | Update basics chapter and introduce getting started chapter | Peter Andersson | |
2011-12-12 | Document the tc_logfile data | Peter Andersson | |
2011-12-12 | Document new CSS look and the basic_html flag | Peter Andersson | |
2011-12-12 | Document info functions for init/end_per_suite/group | Peter Andersson | |
2011-12-12 | Document the group info function | Peter Andersson | |
2011-12-12 | Document changes in test specifications (groups) and style sheets | Peter Andersson | |
2011-12-12 | Document group specifications in all/0 and the group info function | Peter Andersson | |
2011-12-10 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green | |
* rickard/alloc-opt/OTP-7775: Fix thread progress debug code for has_reached_wakeup() | |||
2011-12-10 | Fix thread progress debug code for has_reached_wakeup() | Rickard Green | |
2011-12-10 | Merge branch 'dgud/wx/behaviour-spec' | Dan Gudmundsson | |
* dgud/wx/behaviour-spec: [wx] Add handle_cast to avoid behaviour warning [wx] Avoid missing wx_object behaviour warning [wx] Remove warnings Add an additional cast when casting buffer offsets, to remove warnings "cast to pointer from integer of different size" [wx] Add callback specs to wx_object | |||
2011-12-09 | Merge branch 'pan/win64-fixes' | Patrik Nyblom | |
* pan/win64-fixes: Update INSTALL-WIN32.md to reflect changes in R15B Make erl_alloc.c use correct strtol variant on windows Set absolute limit on number of threads in ethread_SUITE OTP-9130 | |||
2011-12-09 | Update INSTALL-WIN32.md to reflect changes in R15B | Patrik Nyblom | |
2011-12-09 | Merge branch 'raimo/driver-API-doc' | Raimo Niskanen | |
* raimo/driver-API-doc: Driver API: Update documentation for 64-bit sizes | |||
2011-12-09 | Update preloaded modules | Björn-Egil Dahlberg | |
2011-12-09 | Driver API: Update documentation for 64-bit sizes | Raimo Niskanen | |
2011-12-09 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-12-09 | Update copyright years | Björn-Egil Dahlberg | |
2011-12-09 | Merge branch 'egil/update-readme' | Björn-Egil Dahlberg | |
* egil/update-readme: Update INSTALL.md with new test platforms Update system readme to reflect R15B | |||
2011-12-09 | Update INSTALL.md with new test platforms | Björn-Egil Dahlberg | |
* New test platforms * Note OpenSSL 0.9.7 -> 0.9.8 | |||
2011-12-09 | [wx] Add handle_cast to avoid behaviour warning | Dan Gudmundsson | |
2011-12-09 | [wx] Avoid missing wx_object behaviour warning | Dan Gudmundsson | |
Copy wx_object to bootstrap compiler | |||
2011-12-09 | Merge branch 'r15b_app_versions' | Peter Andersson | |
* r15b_app_versions: Update common_test and test_server vsn | |||
2011-12-09 | Update common_test and test_server vsn | Peter Andersson | |
2011-12-09 | Merge remote branch 'origin/peppe/common_test/capture_io' | Peter Andersson | |
* origin/peppe/common_test/capture_io: Fix error in documentation Create ct interface to the test_server:capture_* functions OTP-9775 | |||
2011-12-09 | Merge remote branch 'origin/peppe/common_test/groups' | Peter Andersson | |
* origin/peppe/common_test/groups: Change init/end_per_group/0 -> init/end_per_group/1 Add config info suite Add tests for group specification and info function Implement support for overriding group properties with test specification Implement support for overriding group properties with all/0 Implement the group info function OTP-9235 OTP-9569 OTP-9809 | |||
2011-12-09 | Merge branch 'dgud/observer/gui/OTP-4779' | Dan Gudmundsson | |
* dgud/observer/gui/OTP-4779: [observer] Add basic documentation [observer] Do not start polling tables until user view them [observer] Move rpc calls to runtime tools [observer] Added an application viewer [observer] Remove unused time from process view [observer] Change process_info stack to be listctrl [observer] Fix listctrl colum size calculation [observer] Add more trace functionality [observer] Use standard popup menu | |||
2011-12-09 | Merge branch 'dgud/mnesia/read-sticky-bug/OTP-9786' | Dan Gudmundsson | |
* dgud/mnesia/read-sticky-bug/OTP-9786: [mnesia] Read record from correct node [mnesia] Fixed sticky read lock bug [mnesia] Whitespace fixes Conflicts: lib/mnesia/src/mnesia_log.erl | |||
2011-12-09 | Merge branch 'lars/doc-include-path-error' | Lars Thorsen | |
* lars/doc-include-path-error: Fix error in dtd include paths to xsltproc. | |||
2011-12-09 | Merge branch 'nk/jinterface_better_buffer_alloc' | Henrik Nord | |
* nk/jinterface_better_buffer_alloc: restore Java5 compatibility JInterface: improve OtpOutputStream buffer allocation OTP-9806 | |||
2011-12-09 | restore Java5 compatibility | Nico Kruber | |