Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-05 | Add proper release notes entry for OTP-9628. | Micael Karlberg | |
2011-11-28 | Add ssl (and crypto and public_key) ensure tests. | Micael Karlberg | |
That is, for test cases that depend of a running ssl app, added tests that ssl is actually running (actually the key app here is crypto, since the simplest way to test if ssl works is by testing if crypto does...). | |||
2011-11-28 | Be more forgiving when waiting for the response... | Micael Karlberg | |
2011-11-28 | Handle more possible results from parsing the response. | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Forgot to rename plt target... | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Make dialyzer targets more general... | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/own_dialyzer_plt' into bmk/inets/inets58_integration2 | Micael Karlberg | |
2011-11-23 | Added priv subdir (inets/priv/plt) as plt destination. | Micael Karlberg | |
2011-11-23 | Merge branch 'bmk/inets/dialyzer_fixes/OTP-9736' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 | |||
2011-11-23 | Fixed acceptor exit warnings (detected by dialyzer). | Micael Karlberg | |
Also fixed cookie_header/3 and updated documented accordingly. Also added documentation for undocumented URI parse option. | |||
2011-11-23 | Added dialyzer targets for building inets plt and running | Micael Karlberg | |
dialyzer on inets. | |||
2011-11-22 | Added release notes for OTP-9733. | Micael Karlberg | |
2011-11-22 | Merge branch 'bmk/inets/httpd/bad_msg_size/OTP-9733' into ↵ | Micael Karlberg | |
bmk/inets/inets58_integration2 | |||
2011-11-22 | Added release notes for OTP-9736. | Micael Karlberg | |
2011-11-22 | Used wrong interface module (http instead of httpc: copy-and-paste). | Micael Karlberg | |
2011-11-22 | [httpd] Sometimes entries in the transfer log was written with the message | Micael Karlberg | |
size as list of numbers. This list was actually the size as a string, e.g. "123", written with the control sequence ~w. This has now been corrected so that any string is converted to an integer (if possible). OTP-9733 | |||
2011-11-22 | Revert "Update version numbers for pre-release of R15" | Björn-Egil Dahlberg | |
This reverts commit e21ff9b0b69219ab3853be7e80813156113152b7. | |||
2011-11-22 | Update version numbers for pre-release of R15OTP_R15A | Björn Gustavsson | |
2011-11-21 | Various minor dialyzer related cleanup. | Micael Karlberg | |
2011-11-19 | Merge branch 'dgud/observer/gui/OTP-4779' | Dan Gudmundsson | |
* dgud/observer/gui/OTP-4779: [observer] Implemented basic tracing functionality [observer] Work around wxWidgets windows bug [observer] Rework tracing part of the gui [observer] Fix portability bugs [observer] Improve process_info window [observer] Misc cleanup and fixes [observer] Clean up code [observer] Add a [d]ets viewer, tv replacement [observer] Started on a wx gui | |||
2011-11-18 | Merge branch 'pan/osx_gcc_fixes' | Patrik Nyblom | |
* pan/osx_gcc_fixes: Fix typo in erts/configure.in Make OTP build w/alternative gcc on MacOS Lion OTP-9712 | |||
2011-11-18 | Merge branch 'pan/binary_match_scope/OTP-9701' | Patrik Nyblom | |
* pan/binary_match_scope/OTP-9701: Remove remaining gcc 4.6 assigned-but-not-used warnings from erts Remove GCC 4.6 set-but-not-used warning from erl_bif_binary Make binary:match with scope return correct values | |||
2011-11-18 | Merge branch 'sverk/hipe-without-fpe/OTP-9724' | Sverker Eriksson | |
* sverk/hipe-without-fpe/OTP-9724: otp_build: Disable FPE by default on Linux stdlib: Make sure qlc_SUITE:otp_6964 restores backtrace_depth erts: Add test for inf/NaN intermediate float results hipe,erts: Allow hipe without floating point exceptions hipe: Fix bug in hipe_rtl_lcm:calc_killed_expr_bb erts: Rename macros used by float instructions without FPE | |||
2011-11-18 | Merge branch 'sa/dialyzer-behaviours' | Henrik Nord | |
* sa/dialyzer-behaviours: Wrap up behaviours patch for Dialyzer Detection of callback-spec discrepancies Allow none() as return value in callbacks Behaviour callback discrepancy detection for Dialyzer Add lookup function for callbacks Store callbacks in codeserver and PLT Collect callback definitions during compilation Update inets results OTP-9731 | |||
2011-11-18 | [observer] Implemented basic tracing functionality | Dan Gudmundsson | |
Use ttb which does most of the work already. | |||
2011-11-18 | Merge branch 'ia/public_key/ssl/git-ignore' | Ingela Anderton Andin | |
* ia/public_key/ssl/git-ignore: Updated public_key and ssl ignores | |||
2011-11-18 | Merge branch 'lukas/common_test/make_cth_non_alpha/OTP-9449' | Björn-Egil Dahlberg | |
* lukas/common_test/make_cth_non_alpha/OTP-9449: Remove alpha notice since CTH are now final | |||
2011-11-18 | Merge branch 'peppe/common_test/css_and_xhtml' | Peter Andersson | |
* peppe/common_test/css_and_xhtml: Make absolute paths in log files relative Fix bad error printout Copy default CSS file to log directory before test run Add CSS stylesheet for the text and tables in Common Test and Test Server OTP-9706 | |||
2011-11-18 | Wrap up behaviours patch for Dialyzer | Stavros Aronis | |
Enable warnings by default, add two options for suppressing them, fix warning formatting and update testsuites. | |||
2011-11-18 | Detection of callback-spec discrepancies | Stavros Aronis | |
2011-11-18 | Allow none() as return value in callbacks | Stavros Aronis | |
2011-11-18 | Behaviour callback discrepancy detection for Dialyzer | Stavros Aronis | |
2011-11-18 | [orber] Remove usage of ssl:seed/1 | Lars Thorsen | |
2011-11-18 | Make absolute paths in log files relative | Peter Andersson | |
2011-11-18 | Merge branch 'siri/sasl/upgrade-erts/OTP-9438' | Siri Hansen | |
* siri/sasl/upgrade-erts/OTP-9438: Fix bug in erts upgrade on windows Add release vsn info to erts_vsn_changed warning Check for sasl application in systools:make_script and make_relup Add syntax check of relup to check_install_release and install_release Add documentation for upgrade from pre R15 to post R15 sasl Handle upgrade from pre R15 to post R15 sasl Step version of sasl to 2.2 for R15 Document upgrade instructions restart_new_emulator and restart_emulator Wait for two restarts in upgrade_restart test Add restart_new_emulator instruction to kernel, stdlib and sasl appups Distinguish restart_new_emulator from restart_emulator in upgrade instructions Upgrade erts: merge sys.config for tmp release instead of using old Allow regexp for version in .appup Restart emulator before running upgrade script when erts is upgraded Conflicts: lib/sasl/src/release_handler.erl lib/sasl/test/release_handler_SUITE.erl | |||
2011-11-18 | Add lookup function for callbacks | Stavros Aronis | |
2011-11-18 | Store callbacks in codeserver and PLT | Stavros Aronis | |
2011-11-18 | Collect callback definitions during compilation | Stavros Aronis | |
2011-11-18 | Update inets results | Stavros Aronis | |
2011-11-18 | [erl_docgen] Add an application ref page | Lars Thorsen | |
2011-11-18 | [erl_docgen] Added the info file. | Lars Thorsen | |
2011-11-18 | [erl_docgen] Tidy up the documentation moved from docbuilder to erl_docgen | Lars Thorsen | |
2011-11-18 | [erl_docgen] Add missing xhtml-special.ent and xhtml-symbol.ent | Lars Thorsen | |
2011-11-18 | Remove docbuilder application | Lars Thorsen | |
2011-11-18 | [erl_docgen] Update references to modules that changed name | Lars Thorsen | |
2011-11-18 | [erl_docgen] Move files from docbuilder to erl_docgen | Lars Thorsen | |
2011-11-18 | Fix syntax bug in generated eix files | Lars Thorsen | |
2011-11-18 | gen_udp_SUITE:buffer_size test case fix | Raimo Niskanen | |