Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-20 | Merge branch 'anders/diameter/pool/OTP-12428' into maint | Anders Svensson | |
* anders/diameter/pool/OTP-12428: Add pool_size test to config suite | |||
2015-03-20 | Add pool_size test to config suite | Anders Svensson | |
Overlooked in commit 4b691d8d. | |||
2015-03-19 | Merge branch 'johanclaesson/maint' into maint | Zandra Hird | |
* johanclaesson/maint: Fix tags completion in erlang.el for GNU Emacs 23+ OTP-12583 | |||
2015-03-19 | Merge branch 'kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581' into maint | Björn-Egil Dahlberg | |
* kovyl2404/maint/cpu_sup_big_loadavg/OTP-12581: Handle big loadavg values correctly | |||
2015-03-18 | Merge branch 'egil/dialyzer/fix-find_terminals/OTP-12577' into maint | Björn-Egil Dahlberg | |
* egil/dialyzer/fix-find_terminals/OTP-12577: dialyzer: Add missing clause for map in find_terminals | |||
2015-03-18 | Handle big loadavg values correctly | Viacheslav V. Kovalev | |
Do not crash with badmatch when integer part of loadavg has more than 2 digits. | |||
2015-03-18 | Merge branch 'qrilka/patch-3' into maint | Zandra Hird | |
* qrilka/patch-3: Minor comment fix | |||
2015-03-18 | Merge branch 'jeffweiss/fix_eldap_doc_infinity_typo' into maint | Zandra Hird | |
* jeffweiss/fix_eldap_doc_infinity_typo: fix `infinity` typo in eldap docs | |||
2015-03-18 | Merge branch 'wmalik/minor-fixes' into maint | Zandra Hird | |
* wmalik/minor-fixes: Fix proc_lib doc Remove commented out code Fix make_hash description | |||
2015-03-18 | Always report ok to event handlers after successful cfg or tc func | Peter Andersson | |
Also make sure test_server never reports failures that can be mistaken for positive results. | |||
2015-03-18 | Merge branch 'peppe/common_test/change_pre_post_io_test_timing' into maint | Peter Andersson | |
* peppe/common_test/change_pre_post_io_test_timing: Modify test timing by enabling time multiplier and scaling OTP-12574 | |||
2015-03-18 | Modify test timing by enabling time multiplier and scaling | Peter Andersson | |
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/enable_time_scaling' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/enable_time_scaling: Enable timetrap scaling for all tests | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/fix_xcomp' into maint | Peter Andersson | |
* origin/peppe/fix_xcomp: Modify the xcomp file for ARM and enable more flags Fix problem with variables not getting assigned during installation OTP-11441 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/tc_log_format' into maint | Peter Andersson | |
* origin/peppe/common_test/tc_log_format: Modify the top section of the test case log file OTP-12518 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/log_cache_problem' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/log_cache_problem: Fix problem with directories not listed in expected order OTP-11400 | |||
2015-03-18 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/ct_netconfc_action_ok' into maint * origin/peppe/common_test/ct_netconfc_action_ok: Handle {ok,Data} in RPC reply (decode_rpc_reply) OTP-12491 | |||
2015-03-18 | Merge remote-tracking branch 'origin/peppe/common_test/public_event_mgr' ↵ | Peter Andersson | |
into maint * origin/peppe/common_test/public_event_mgr: Add documentation Add API functions for reading CT event manager references OTP-12506 | |||
2015-03-18 | Enable timetrap scaling for all tests | Peter Andersson | |
2015-03-17 | dialyzer: Add missing clause for map in find_terminals | Björn-Egil Dahlberg | |
Reported-by: Ali Sabil | |||
2015-03-17 | tools: Fix a Unicode bug in the tags module | Hans Bolinder | |
2015-03-16 | Fix tags completion in erlang.el for GNU Emacs 23+ | Johan Claesson | |
The tag completion code was changed in GNU Emacs 23.1 in a way that broke erlang.el tag completion. This commit fix that for Emacs 23.1 and later. Add progress report while building completion table. Add completion of module_info/0 for all modules. Add lib/tools/emacs/*.elc to .gitignore. | |||
2015-03-16 | Merge branch 'ia/public_key/crls_dialyzer' into maint | Ingela Anderton Andin | |
* ia/public_key/crls_dialyzer: public_key: dialyzer fixes | |||
2015-03-16 | ssh: uppdate version in vsn.mk | Hans Nilsson | |
2015-03-16 | eldap: uppdate version in vsn.mk | Hans Nilsson | |
2015-03-16 | Minor comment fix | Kirill Zaborsky | |
2015-03-15 | Modify the top section of the test case log file | Peter Andersson | |
2015-03-13 | Fix problem with variables not getting assigned during installation | Peter Andersson | |
2015-03-13 | Merge branch 'raimo/infinite-loop-gethostbyname/OTP-12133' into maint | Raimo Niskanen | |
* raimo/infinite-loop-gethostbyname/OTP-12133: Restore lookup order after test | |||
2015-03-13 | public_key: dialyzer fixes | Ingela Anderton Andin | |
2015-03-12 | Fix problem with directories not listed in expected order | Peter Andersson | |
2015-03-12 | Merge branch 'shijiang1130/master' into maint | Zandra Hird | |
* shijiang1130/master: Add client example for using the SSH module OTP-12558 | |||
2015-03-12 | Merge branch 'bjorn/asn1/double-ellipses/OTP-12546' into maint | Björn Gustavsson | |
* bjorn/asn1/double-ellipses/OTP-12546: asn1ct_gen: Correct generation of .hrl files for multiple ellipses Fix BER code generation | |||
2015-03-11 | fix `infinity` typo in eldap docs | jeffweiss | |
Prior to this commit the eldap docs mistakenly referenced an atom of `inifinity` for a possible timeout value. This commit corrects the timeout value to `infinity`. | |||
2015-03-11 | Merge branch 'dgud/testcasecuddle' into maint | Dan Gudmundsson | |
* dgud/testcasecuddle: mnesia: Flush late messages Add Debug info mnesia: better debug info when tests fail mnesia: Ensure tables are loaded before testing them | |||
2015-03-10 | Merge branch 'josevalim/jv-binary-ets' into maint | Zandra Hird | |
* josevalim/jv-binary-ets: Support binary standard input in ets:i/1 OTP-12550 | |||
2015-03-09 | Merge branch 'mururu/fix-type' into maint | Zandra Hird | |
* mururu/fix-type: Fix typos in the public_key doc OTP-12549 | |||
2015-03-09 | Merge branch 'erland/ssh/time/OTP-12444' into maint | Erland Schönbeck | |
* erland/ssh/time/OTP-12444: Update misleading comment in ssh_basic_SUITE Update new time API and be back-compatible in ssh Use new time API and be back-compatible in ssh otp_SUITE: Ignore undefined functions in ssh | |||
2015-03-09 | Restore lookup order after test | Raimo Niskanen | |
2015-03-09 | Merge branch 'ia/public_key/crl/OTP-12547' into maint | Ingela Anderton Andin | |
* ia/public_key/crl/OTP-12547: public_key: Improve CRL handling support | |||
2015-03-09 | public_key: Improve CRL handling support | Ingela Anderton Andin | |
2015-03-06 | asn1ct_gen: Correct generation of .hrl files for multiple ellipses | Björn Gustavsson | |
2015-03-06 | Fix BER code generation | Dan Gudmundsson | |
PKIX1Explicit-2009 did not compile. This commit was cherry-picked from 3ab3b07a already merged into master. | |||
2015-03-06 | Add client example for using the SSH module | Linus.yuan | |
2015-03-06 | Merge branch 'peppe/common_test/makefile_issue' into maint | Peter Andersson | |
* peppe/common_test/makefile_issue: Have make ignore the chmod command line in the makefile if it fails OTP-12179 | |||
2015-03-06 | Merge branch 'peppe/common_test/ct_telnet_timeout_error' into maint | Peter Andersson | |
* peppe/common_test/ct_telnet_timeout_error: Make sure total_timeout can get triggered before idle_timeout OTP-12335 | |||
2015-03-06 | Merge remote-tracking branch ↵ | Peter Andersson | |
'origin/peppe/common_test/inconsistent_return_value' into maint * origin/peppe/common_test/inconsistent_return_value: Add tests Make it possible to skip test case by returning skipped tag OTP-12359 | |||
2015-03-06 | Merge remote-tracking branch 'origin/peppe/common_test/on_tc_fail_log' into ↵ | Peter Andersson | |
maint * origin/peppe/common_test/on_tc_fail_log: Modify some tests to verify that new functionality works Make it possible to print in the test case log from on_tc_* hook funcs OTP-12468 | |||
2015-03-05 | Handle {ok,Data} in RPC reply (decode_rpc_reply) | Peter Andersson | |
OTP-12491 | |||
2015-03-05 | Update misleading comment in ssh_basic_SUITE | Erland Schönbeck | |