Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-15 | Fix more misspellings of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of kept | Tuncer Ayaz | |
2011-09-15 | Updated http-server to make sure URLs in error-messages | Micael Karlberg | |
are URL-encoded. Added support in http-client to use URL-encoding. Also added the missing include directory for the inets application. OTP-8940 [httpd] Prevent XSS in error pages. Prevent user controlled input from being interpreted as HTML in error pages by encoding the reserved HTML characters. Michael Santos OTP-9124 | |||
2011-09-15 | Fix misspelling of compatibility in ssl_basic_SUITE | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of compatibility | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of accidentally | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of erroneous in xmerl_xsd | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of erroneous | Tuncer Ayaz | |
2011-09-15 | Fix misspelling of successful | Tuncer Ayaz | |
2011-09-15 | Fix typos in instrument(3) | Tuncer Ayaz | |
2011-09-15 | Fix typos in dbg(3) | Tuncer Ayaz | |
2011-09-15 | dialyzer: fix a small typo in list_to_bitstring test | Tuncer Ayaz | |
2011-09-15 | Fix typos in cover.erl | Tuncer Ayaz | |
2011-09-15 | Fix typos in mod_esi(3) | Tuncer Ayaz | |
2011-09-14 | Merge branch 'bjorn/compiler-options/OTP-9534' into dev | Björn Gustavsson | |
* bjorn/compiler-options/OTP-9534: sys_pre_expand: Don't duplicate options given in the source code | |||
2011-09-14 | Merge the fourth bootstrap stage into the third bootstrap stage | Björn Gustavsson | |
The sasl application used to have snmp MIBs, thus requiring the snmp and sasl applications to be built in separate bootstrap stage. Since the MIBs in sasl have been moved to the otp_mibs application, the third and fourth bootstrap stages can be merged. | |||
2011-09-14 | Remove unused lib/orber/include/Makefile | Björn Gustavsson | |
2011-09-14 | Remove lib/orber/include/* from the primary bootstrap | Björn Gustavsson | |
The include files for orber are included in the primary bootstrap, probably for historical reasons. They are not needed there, because no applications compiled in the secondary bootstrap need them. Therefore, install the lib/orber/include/* in the bootstrap at the end of the second bootstrap stage. | |||
2011-09-14 | sys_pre_expand: Don't duplicate options given in the source code | Björn Gustavsson | |
Any compiler options given with a -compile() attribute in source file would be included both at the beginning and the end of the option list for the compiler. Including the options twice is harmless during compilation, but since the options will also be available in Mod:module_info(compile), including them twice will waste memory. Include the options from the source first in the list so that they override options given on the command line. | |||
2011-09-14 | Handle #sctp_paddr_change and #sctp_pdapi_event from gen_sctp. | Anders Svensson | |
The events are enabled by default but diameter_sctp neither disabled nor dealt with them. Reception of such an event caused a transport process to crash. | |||
2011-09-14 | Merge branch 'lukas/erts/ets_order_testcases/OTP-9459' into dev | Lukas Larsson | |
* lukas/erts/ets_order_testcases/OTP-9459: Add a high value to test data to catch type cast truncation errors | |||
2011-09-13 | Merge branch 'ta/werror' into dev | Henrik Nord | |
* ta/werror: snmp: extend warnings_as_errors test systools: add warnings_as_errors option asn1ct: add warnings_as_errors option leex: optimize werror/1 yecc: optimize werror/1 yecc: use more descriptive name: 'werror' leex: use more descriptive name: 'werror' compile: optimize werror/1 compile: log warnings as errors if -Werror is enabled yecc: log warnings as errors if -Werror is enabled leex: log warnings as errors if -Werror is enabled yecc: honour -Werror passed from erlc leex: honour -Werror passed from erlc Do not write beam file if Werr and warnings /= [] parsetools: test if warnings_as_errors writes file OTP-9536 | |||
2011-09-12 | Cleanup ETS bif's in hipe:erl_bif_types.erl (for dialyzer) | Patrik Nyblom | |
2011-09-08 | [httpc] Rewrote cookie parsing. Among other things solving | Micael Karlberg | |
cookie processing from www.expedia.com. OTP-9434 | |||
2011-09-08 | Merge branch 'dc/fix_win32_static_crypto' into dev | Henrik Nord | |
* dc/fix_win32_static_crypto: Fix win32 OpenSSL static linking broken in 20c9d6e OTP-9532 | |||
2011-09-08 | Merge branch 'ms/ei-int-overflow-in-string-atom-enc' into dev | Henrik Nord | |
* ms/ei-int-overflow-in-string-atom-enc: ei: integer overflow in string/atom encoding OTP-9530 | |||
2011-09-08 | Merge branch 'sa/dialyzer-dev' into dev | Henrik Nord | |
* sa/dialyzer-dev: Add origin information to #fun_var closures Suppress some warnings about generation of non-returning funs Enhance Dialyzer's inference on comparisons Fix infinite loop in dataflow Minor fix in dead code Update r9c/{inets,mnesia} results in dialyzer's test suite OTP-9529 | |||
2011-09-08 | Merge branch 'fm/external_size_2' into dev | Henrik Nord | |
* fm/external_size_2: Add erlang:external_size/2 BIF OTP-9528 | |||
2011-09-08 | Merge branch 'ta/erl_compile-dead-code' into dev | Henrik Nord | |
* ta/erl_compile-dead-code: Remove dead code in erl_compile OTP-9527 | |||
2011-09-08 | snmp: extend warnings_as_errors test | Tuncer Ayaz | |
2011-09-08 | systools: add warnings_as_errors option | Tuncer Ayaz | |
2011-09-08 | asn1ct: add warnings_as_errors option | Tuncer Ayaz | |
2011-09-08 | leex: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | yecc: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | yecc: use more descriptive name: 'werror' | Tuncer Ayaz | |
2011-09-08 | leex: use more descriptive name: 'werror' | Tuncer Ayaz | |
2011-09-08 | compile: optimize werror/1 | Tuncer Ayaz | |
2011-09-08 | compile: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | yecc: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | leex: log warnings as errors if -Werror is enabled | Tuncer Ayaz | |
2011-09-08 | yecc: honour -Werror passed from erlc | Tuncer Ayaz | |
2011-09-08 | leex: honour -Werror passed from erlc | Tuncer Ayaz | |
2011-09-08 | Do not write beam file if Werr and warnings /= [] | Tuncer Ayaz | |
2011-09-07 | [crypto] Fix rand_uniform for negative values | Sverker Eriksson | |
Also let it throw badarg if 'Hi' is not larger than 'Lo'. | |||
2011-09-07 | Make comment reflect code in erl_interface/src/misc/ei_decode_term.c | Anneli Cuss | |
Note that ei_decode_term.h has the correct behaviour described! Also removed extraneous '/* return 0; */' comments. | |||
2011-09-07 | ei_decode_ei_term() returns 1 if index is incremented | Anneli Cuss | |
This documentation is a bit perplexing when viewed in light of erl_interface/src/misc/ei_decode_term.c. | |||
2011-09-06 | Changes inspired by running cppcheck(1) | Christian von Roques | |
2011-09-06 | Document crypto:sha_mac_96/2 to compute an SHA MAC, not MD5 | Christian von Roques | |
2011-09-06 | Support md2WithRSAEncryption certificates in public_key | Christian von Roques | |
2011-09-06 | Support 'md2' hash in crypto:rsa_sign/3 and crypto:rsa_verify/4 | Christian von Roques | |