Age | Commit message (Expand) | Author |
2010-12-15 | Use 32-bit atomics for mutex and rwmutex flags | Rickard Green |
2010-12-15 | Use 32-bit atomics for events | Rickard Green |
2010-12-15 | Add support for 32-bit atomics | Rickard Green |
2010-12-15 | Merge branch 'egil/fix-distribution-testcase' into dev | Björn-Egil Dahlberg |
2010-12-15 | kernel: fix faulty distribution testcase | Björn-Egil Dahlberg |
2010-12-15 | Fix .gitignore | Björn-Egil Dahlberg |
2010-12-15 | Remove ancient distribution message DOP_NODE_LINK from all code | Patrik Nyblom |
2010-12-15 | Fixes a race condition found in percept_db start/1 function. | Ahmed Omar |
2010-12-14 | Merge branch 'nick/orber/old_ssl_option/OTP-8994' into maint-r13 | Erlang/OTP |
2010-12-14 | Merge branch 'nick/orber/recursive_types/OTP-8868' into maint-r13 | Erlang/OTP |
2010-12-14 | Move atomic API into own files | Rickard Green |
2010-12-14 | Add support for 64-bit atomics on Windows | Rickard Green |
2010-12-14 | Remove unused ethread time functionality | Rickard Green |
2010-12-14 | Support for recursive unions and structs. Break loop if recursive TypeCode. | Niclas Eklund |
2010-12-14 | Teach VM not to dump core on bad dist message structure | Patrik Nyblom |
2010-12-14 | Fix segfault for NULL return value fields from getifaddrs() | Raimo Niskanen |
2010-12-13 | Fix native code compiler infinite loop and update type info for 're' | Kostis Sagonas |
2010-12-11 | Introduce ethr_sint_t and use it for atomics | Rickard Green |
2010-12-10 | Merge branch 'maint-r13' of super:otp into nick/orber/recursive_types/OTP-8868 | Niclas Eklund |
2010-12-10 | The SSL option {ssl_imp, old} was not used if ssl_generation was set to 2. On... | Niclas Eklund |
2010-12-10 | Fix wrong erl_compare_ext result comparing lists | Vitaliy Batichko |
2010-12-10 | Correct erl_global{register, unregister} functions | Vitaliy Batichko |
2010-12-10 | Update test support so that if common test fails to be stopped in a suite, th... | Lukas Larsson |
2010-12-10 | Fix a couple typos in filename encoding docs | Tuncer Ayaz |
2010-12-09 | Teach win_con.c about scroll wheels | Patrik Nyblom |
2010-12-09 | Add tests for SCB's with same id and fixed bug relating to it | Lukas Larsson |
2010-12-09 | Add test suites for failing in init/1 function | Lukas Larsson |
2010-12-09 | Added tests for starting SCB's with arguments and fixed a bug with how SCB's ... | Lukas Larsson |
2010-12-08 | Add PID (~p) type parameters to ei_format | Vitaliy Batichko |
2010-12-08 | Add char (~c) type parameters to ei_format | Vitaliy Batichko |
2010-12-08 | Add so that failures in SCB:init/1 causes the entire scb scope to fail | Lukas Larsson |
2010-12-08 | Fix bug which caused scb to be added too much when initiated in the suite inf... | Lukas Larsson |
2010-12-08 | Started work on documenting suite callbacks, this is a partial commit | Lukas Larsson |
2010-12-08 | Add locking mechanism for scb state when using parallel groups | Lukas Larsson |
2010-12-08 | Add state update tests for suite callbacks | Lukas Larsson |
2010-12-08 | Update ct_framework calls to allow manipulation of test results in end_tc wit... | Lukas Larsson |
2010-12-08 | Add test case for init_per_suite recover scenario | Lukas Larsson |
2010-12-08 | Add testcase for config updates | Lukas Larsson |
2010-12-08 | Update all post_*_per_* to also take the Config argument which the *_per_* wa... | Lukas Larsson |
2010-12-08 | Remove supurflous comments and _SUITE files | Lukas Larsson |
2010-12-08 | Add init_per_suite skip and fail test cases | Lukas Larsson |
2010-12-08 | Add on_tc_fail and on_tc_skip functionality | Lukas Larsson |
2010-12-08 | Remove scope_tc test case as it should not be possble to have this scope | Lukas Larsson |
2010-12-08 | Refactor tests to use '_' and '$proplist' | Lukas Larsson |
2010-12-08 | Add possibility to use '_' and '$proplist' anywhere in a event spec | Lukas Larsson |
2010-12-08 | Add special tagging for scb in order for event generation to be backward comp... | Lukas Larsson |
2010-12-08 | Update to be compatible with how common_test tests the ct framework | Lukas Larsson |
2010-12-08 | Add tags to tests | Lukas Larsson |
2010-12-08 | Add on_tc_skip function | Lukas Larsson |
2010-12-08 | Add scoping for suite and groups | Lukas Larsson |