Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-01 | Added crypto-start-check to undef_funcs test case. | Micael Karlberg | |
2011-03-31 | Improved (httpc proxy) "test case skipping". | Micael Karlberg | |
2011-03-28 | A (hopefully) temporary skip of some of the httpc proxy | Micael Karlberg | |
test cases. | |||
2011-03-28 | A slightly more usefull debug printout (including httpd services). | Micael Karlberg | |
2011-03-28 | Merge branch 'bd/mod_esi_timeout_fix' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9158 | |||
2011-03-28 | Merge branch 'rj/fix-httpd-format' into bmk/inets/inet56_integration | Micael Karlberg | |
OTP-9157 | |||
2011-03-23 | Merge branch 'bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch 'bmk/inets/httpd/prevent_xss_in_error_pages/OTP-9124' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch ↵ | Micael Karlberg | |
'bmk/inets/httpd/make_mod_esi_deliver_accept_binary_data/OTP-9123' into bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch 'bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114' ↵ | Micael Karlberg | |
into bmk/inets/inet56_integration Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-03-18 | Merge branch 'bmk/inets/httpc/support_upload_body_streaming/OTP-9094' into ↵ | Micael Karlberg | |
bmk/inets/inet56_integration | |||
2011-03-18 | Fixed debug macro. | Micael Karlberg | |
Fixed appup file (not updated). Fixed application version. | |||
2011-03-17 | Merge branch 'dev' into bmk/inets/httpc/support_upload_body_streaming/OTP-9094 | Micael Karlberg | |
Conflicts: lib/inets/doc/src/notes.xml Fixed release notes after merge. | |||
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/httpd/make_mod_esi_deliver_accept_binary_data/OTP-9123 | |||
2011-03-17 | Merge branch 'dev' into bmk/inets/httpd/mod_sec_prop_docs_data_file/OTP-9131 | Micael Karlberg | |
2011-03-17 | Merge branch 'dev' into bmk/inets/httpd/prevent_xss_in_error_pages/OTP-9124 | Micael Karlberg | |
2011-03-17 | Merge branch 'dev' into ↵ | Micael Karlberg | |
bmk/inets/ftp/missing_spec_causes_dialyxer_problems/OTP-9114 Also fixed a bunch of "end-years" (was 2010 but should have been 2011, which the commit hook not happy with). | |||
2011-03-17 | Fix timeout message generated by mod_esi | Bernard Duggan | |
When a mod_esi request times out, the code to send a timeout response was incorrect and generated an internal server error as well as an invalid response line. | |||
2011-03-17 | Fix log messages formating in httpd | Ricardo Catalinas Jiménez | |
2011-03-16 | Update version numbers | Björn-Egil Dahlberg | |
2011-03-14 | Prepare releaseOTP_R14B02 | Erlang/OTP | |
2011-03-14 | Merge branch 'nick/CORBA/avoid_warnings/OTP-9050' into dev | Niclas Eklund | |
* nick/CORBA/avoid_warnings/OTP-9050: Corrected type of action in release notes. Corrected version in release notes file. Conflicts: lib/cosProperty/doc/src/notes.xml | |||
2011-03-14 | Corrected type of action in release notes. | Niclas Eklund | |
2011-03-14 | Corrected version in release notes file. | Niclas Eklund | |
2011-03-14 | Used the wrong security property names in documentation. | Micael Karlberg | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-11 | Update release version in install README | Björn-Egil Dahlberg | |
2011-03-11 | Update primary bootstrap | Björn-Egil Dahlberg | |
2011-03-11 | Merge branch 'pan/doc_link_corrections/OTP-9112' into dev | Björn-Egil Dahlberg | |
* pan/doc_link_corrections/OTP-9112: Remove link_check warnings re httpc.xml,sys.xml and unicode.xml Change io.xml so that html anchors gets generated for all arities | |||
2011-03-11 | [httpd] Prevent XSS in error pages. | Micael Karlberg | |
Prevent user controlled input from being interpreted as HTML in error pages by encoding the reserved HTML characters. | |||
2011-03-11 | Merge branch 'sa/dialyzer-missing-spec' into dev | Henrik Nord | |
* sa/dialyzer-missing-spec: Add spec to dialyzer_cl_parse:get_lib_dir/1 OTP-9129 | |||
2011-03-11 | Merge branch 'pg/hipe-remove-constants-pool' into dev | Niclas Axelsson | |
* pg/hipe-remove-constants-pool: Remove hipe constants pool OTP-9128 | |||
2011-03-11 | Merge branch 'ks/kernel-dialyzer-cleanups' into dev | Niclas Axelsson | |
* ks/kernel-dialyzer-cleanups: Add spec for function that does not return Strenghen spec Introduce types to avoid duplication in specs Add specs for functions that do not return Add specs for behaviour callbacks Simplify two specs OTP-9127 | |||
2011-03-11 | Add spec for function that does not return | Kostis Sagonas | |
2011-03-11 | Strenghen spec | Kostis Sagonas | |
2011-03-11 | Introduce types to avoid duplication in specs | Kostis Sagonas | |
2011-03-11 | Add specs for functions that do not return | Kostis Sagonas | |
2011-03-11 | Add specs for behaviour callbacks | Kostis Sagonas | |
2011-03-11 | Simplify two specs | Kostis Sagonas | |
2011-03-11 | Merge branch 'ks/dialyzer-r14b02-final-touches' into dev | Niclas Axelsson | |
* ks/dialyzer-r14b02-final-touches: Release notes and new version for R14B02 More descriptive warning when a tuple pattern matches a typed record Better blame assignment when a spec is erroneous Generate better warnings for failing guards Fix an erroneous warning Refactoring so that a flat string() is returned Renamed error/1 function and added specs Renamed error/1 function and added specs OTP-9126 | |||
2011-03-11 | Release notes and new version for R14B02 | Kostis Sagonas | |
2011-03-11 | More descriptive warning when a tuple pattern matches a typed record | Stavros Aronis | |
2011-03-11 | Better blame assignment when a spec is erroneous | Stavros Aronis | |
Applies to the specification of the return value of a function. | |||
2011-03-11 | Generate better warnings for failing guards | Stavros Aronis | |
2011-03-11 | Fix an erroneous warning | Kostis Sagonas | |
2011-03-11 | Refactoring so that a flat string() is returned | Kostis Sagonas | |
2011-03-11 | Renamed error/1 function and added specs | Kostis Sagonas | |
2011-03-11 | Renamed error/1 function and added specs | Kostis Sagonas | |
2011-03-11 | Merge branch 'bjorn/binary-overflow/OTP-9117' into dev | Björn Gustavsson | |
* bjorn/binary-overflow/OTP-9117: Fix 18 exabyte memory allocation failure | |||
2011-03-11 | Merge branch 'bjorn/doc-fixes' into dev | Björn Gustavsson | |
* bjorn/doc-fixes: Reference Manual: Replace "it's" with "its" Reference manual: Add missing right parenthesis Reference manual: Don't mention fault/{1,2} |