Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-02 | Merge branch 'dgud/mnesia/log_header_bug/OTP-8960' into dev | Dan Gudmundsson | |
* dgud/mnesia/log_header_bug/OTP-8960: Created wrong header in dcd files when creating files at startup. | |||
2010-12-02 | Fix compatability issues with docbuilder for R11. | Lars Thorsen | |
2010-12-02 | Fix entity checking when option skip_external_dtd is used so there is no ↵ | Lars Thorsen | |
fatal error. | |||
2010-12-01 | Merge branch 'sverker/erl_interface-32intfix/OTP-8945' into dev | Sverker Eriksson | |
* sverker/erl_interface-32intfix/OTP-8945: Fix ei_decode_SUITE:test_ei_decode_long for halfword vm erl_interface: Fix erl_term_len for integers and refs | |||
2010-12-01 | Merge branch 'dev' of super:otp into dev | Lars Thorsen | |
* 'dev' of super:otp: eprof: fix badarith exception on divide | |||
2010-12-01 | Merge branch 'egil/tools/eprof-badarith-timer-resolution/OTP-8963' into dev | Björn-Egil Dahlberg | |
* egil/tools/eprof-badarith-timer-resolution/OTP-8963: eprof: fix badarith exception on divide | |||
2010-12-01 | Fix format_man_pages so it handles all man sections and remove ↵ | Lars Thorsen | |
warnings/errors in man pages | |||
2010-12-01 | Merge branch 'egil/debugger/fix-testcase' into dev | Björn-Egil Dahlberg | |
* egil/debugger/fix-testcase: debugger: fix int eval testcase | |||
2010-12-01 | Fix error when using module et in trace patterns | Lars Thorsen | |
2010-12-01 | Merge branch 'bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906' into dev | Ingela Anderton Andin | |
* bmk/inets/httpc_meybe_retry_queue_terminating/OTP-8906: Pipelined requests not handled properly when terminating. | |||
2010-12-01 | Merge branch 'ia/ssl/test-improvments' into dev | Ingela Anderton Andin | |
2010-12-01 | Merge branch 'ia/ssl-and-public_key-doc-and-dialyzer-fixes' into dev | Ingela Anderton Andin | |
* ia/ssl-and-public_key-doc-and-dialyzer-fixes: Fixed guard and test case Fixed broken links in the documentation and dialyzer warnings | |||
2010-12-01 | Merge branch 'ia/inets/url-encoding/OTP-8940' into dev | Ingela Anderton Andin | |
* ia/inets/url-encoding/OTP-8940: Changed file error handling to be consistent URL-encoding - add support in client and more usage in server. Also added missing include directory. | |||
2010-12-01 | Merge branch 'lukas/hipe/decode_packet_type' into dev | Lukas Larsson | |
* lukas/hipe/decode_packet_type: Update httppacket type to return both strings and binaries | |||
2010-12-01 | Prepare erl_docgen for using Dialyzer specs and types | Hans Bolinder | |
Support for using Dialyzer specifications and types has been added. This is an experimental release; changes are expected before the new functionality is used when building the OTP documentation. | |||
2010-11-30 | Merge branch 'sverker/ets_compress/OTP-8922' into dev | Sverker Eriksson | |
* sverker/ets_compress/OTP-8922: Improved ets_SUITE to better trouble shoot false memory leaks | |||
2010-11-30 | Improved ets_SUITE to better trouble shoot false memory leaks | Sverker Eriksson | |
2010-11-30 | Updated tests to avoid test case failure for non interesting reasons | Ingela Anderton Andin | |
Such reason is that pulic key generation or mnesia:stop might occasionally take very long time. | |||
2010-11-30 | eprof: fix badarith exception on divide | Björn-Egil Dahlberg | |
Error caused by low resolution timers. | |||
2010-11-30 | Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of ↵ | Ingela Anderton Andin | |
super:bmk_otp into dev | |||
2010-11-30 | Fix ei_decode_SUITE:test_ei_decode_long for halfword vm | Sverker Eriksson | |
2010-11-30 | Changed file error handling to be consistent | Ingela Anderton Andin | |
Internal server error is only used for emfile and enfile all other errors are treated as 404 file not found, except 403 eacces. | |||
2010-11-30 | Replaced error report with debug printout. | Micael Karlberg | |
Also added some verbosity (dbg) printouts in the transport module (for ip_comm listen). | |||
2010-11-30 | debugger: fix int eval testcase | Björn-Egil Dahlberg | |
2010-11-30 | Fixed guard and test case | Ingela Anderton Andin | |
Data to sign and verify should be inputed as binaries. Also cleaned up and moved some dialyzer specs. | |||
2010-11-30 | Merge branch 'lukas/common_test/rename_run_test/OTP-8936' into dev | Lukas Larsson | |
* lukas/common_test/rename_run_test/OTP-8936: Update edoc and command line help documentation to reflect change from run_test to ct_run | |||
2010-11-29 | Created wrong header in dcd files when creating files at startup. | Dan Gudmundsson | |
That caused a 'log_header' entry to added to the disc_copies tables. | |||
2010-11-29 | Merge branch 'bmk/httpc_suite_ipfamily_fix/20101109/OTP-8927' of ↵ | Ingela Anderton Andin | |
super:bmk_otp into dev | |||
2010-11-29 | Increase default maximum number of slots of Dets tables | Hans Bolinder | |
The default maximum number of slots of Dets tables has been changed to be equal to the maximum number of slots. | |||
2010-11-29 | Fixed broken links in the documentation and dialyzer warnings | Ingela Anderton Andin | |
2010-11-29 | Update edoc and command line help documentation to reflect change from ↵ | Lukas Larsson | |
run_test to ct_run | |||
2010-11-29 | Merge branch 'pan/embedded-mode-testcase/OTP-8905' into dev | Patrik Nyblom | |
* pan/embedded-mode-testcase/OTP-8905: Unload stray applications from application_SUITE before creating script Make testcase filter away bogus applications from earlier suites Add test loading all of OTP in boot script and running embedded | |||
2010-11-29 | Merge branch 'pan/gen_udp-connect-testcase/OTP-8860' into dev | Patrik Nyblom | |
* pan/gen_udp-connect-testcase/OTP-8860: Teach gen_udp_SUITE:connect testcase about econnreset on Windows | |||
2010-11-29 | Merge branch 'pan/code-clash-testcase/OTP-8852' into dev | Patrik Nyblom | |
* pan/code-clash-testcase/OTP-8852: Teach code_SUITE:clash Windows file system semantics | |||
2010-11-29 | Merge branch 'pan/auto-import-doc-fix/OTP-8848' into dev | Patrik Nyblom | |
* pan/auto-import-doc-fix/OTP-8848: Correct description of no_auto_import compiler directive | |||
2010-11-29 | More IPv6 fixing. This time in actual code (in the client). | Micael Karlberg | |
2010-11-29 | Update documentation after rename of run_test to ct_run | Lukas Larsson | |
2010-11-29 | URL-encoding - add support in client and more usage in server. Also | Ingela Anderton Andin | |
added missing include directory. | |||
2010-11-26 | Merge branch 'ta/fix-native-looping' into dev | Björn Gustavsson | |
* ta/fix-native-looping: error_handler: add no_native compiler directive | |||
2010-11-26 | Merge branch 'egil/superfluous-supervisor-report/OTP-8938' into dev | Björn-Egil Dahlberg | |
* egil/superfluous-supervisor-report/OTP-8938: Remove superfluous supervisor error report | |||
2010-11-26 | Merge branch 'dgud/wx/misc-bugs/OTP-8951' into dev | Dan Gudmundsson | |
* dgud/wx/misc-bugs/OTP-8951: Add wxSystemSettings Avoid eternal loops when quiting | |||
2010-11-26 | Fix typo in warnings | Stavros Aronis | |
2010-11-26 | Merge branch 'ia/ssl-decryption-error2/OTP-8930' into dev | Ingela Anderton Andin | |
* ia/ssl-decryption-error2/OTP-8930: Added alert in stream cipher case. | |||
2010-11-26 | Merge branch 'dgud/wx/separate-opengl' into dev | Dan Gudmundsson | |
* dgud/wx/separate-opengl: Fix non available opengl functions Add lib paths for *bsd variants Initilize opengl after setCurrent Update to OpenGL 4.1 Remove ostype sub dirs below wx/priv Windows and Mac build issues Add dialyser spec Better make dependecies for api generation Split opengl functionality into separate dynamic library | |||
2010-11-26 | Unload stray applications from application_SUITE before creating script | Patrik Nyblom | |
2010-11-26 | Added proper version. | Micael Karlberg | |
2010-11-25 | erl_interface: Fix erl_term_len for integers and refs | Sverker Eriksson | |
From R14B integers use all 32 bits of external format INTEGER_EXT. erl_term_len still had the 28-bit check and therefor returned a too large values (7 instead of 5) for integers of 29-32 bits. erl_term_len also returned a 2 bytes too small value for references. | |||
2010-11-25 | Make testcase filter away bogus applications from earlier suites | Patrik Nyblom | |
2010-11-25 | Add test loading all of OTP in boot script and running embedded | Patrik Nyblom | |
2010-11-24 | Merge branch 'egil/eprof-api-mismatch/OTP-8853' into dev | Björn-Egil Dahlberg | |
* egil/eprof-api-mismatch/OTP-8853: Fix eprof API mismatch of sort functionality |