Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | Stopping httpc client... | Micael Karlberg | |
2011-06-15 | Added test cases for httpd. | Micael Karlberg | |
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Clients started stand-alone not properly handled. | Micael Karlberg | |
OTP-9365 | |||
2011-06-15 | Temporary solution for profile_name stuff. What about Pids??? | Micael Karlberg | |
2011-06-15 | SSL with IPv6 now works "in principle". | Micael Karlberg | |
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 Merge branch 'bmk/inets/httpc/remove_unnecessary_iolist_to_binary_usage2/OTP-9317' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | [httpc] Remove unnecessary usage of iolist_to_binary when | Micael Karlberg | |
processing body (for PUT and POST). Filipe David Manana OTP-9317 | |||
2011-06-15 | Remove path to erts bin dir from erlsrv arguments | Siri Hansen | |
The service will automatically use the start_erl.exe from the same directory as erlsrv.exe, and heart will use $PATH, which will always have the erts bin dir first. The reason is to avoid using old executables after upgrading erts via the release_handler. | |||
2011-06-15 | [ftp] FTP client doesn't work with IPv6 host. | Micael Karlberg | |
Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src | |||
2011-06-15 | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. | Micael Karlberg | |
Attila Rajmund Nohl. OTP-9343 Merge branch 'bmk/inets/resolv_doesnt_work_with_ipv6_addrs_in_http/OTP-9343' into bmk/inets/inets57_integration2 | |||
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-06-15 | Set proper version (5.7). | Micael Karlberg | |
2011-06-15 | Merge branch 'siri/stdlib/ensure-dir-no-read-access/OTP-9368' into dev | Siri Hansen | |
* siri/stdlib/ensure-dir-no-read-access/OTP-9368: Allow erl_tar to create directories inside directory with no read access | |||
2011-06-15 | Merge branch 'siri/sasl/release_handler-windows/OTP-9306' into dev | Siri Hansen | |
* siri/sasl/release_handler-windows/OTP-9306: Make release_handler work with windows services | |||
2011-06-15 | Make release_handler work with windows services | Siri Hansen | |
This commit adds test cases from release_handler_SUITE on windows, including some corrections in erlsrv and release_handler. | |||
2011-06-14 | Merge branch 'maint-r14' into dev | Micael Karlberg | |
2011-06-14 | Allow erl_tar to create directories inside directory with no read access | Siri Hansen | |
erl_tar:extract earlier failed when unpacking inside a directory which had some parent directory to which the user had no read access. This is corrected. | |||
2011-06-14 | Changed test case so that we do not have to make ets-table named | Ingela Anderton Andin | |
2011-06-14 | In some places SQLLEN should be used instead of SQLINTEGER to get correct ↵ | Ingela Anderton Andin | |
type casting even on 64 bit platforms | |||
2011-06-13 | Time out in test case needs to be longer to make sure clean up is | Ingela Anderton Andin | |
properly executed | |||
2011-06-13 | Update to handle ipv6-solaris behaviour | Ingela Anderton Andin | |
2011-06-13 | Test odbc with MySQL | Ingela Anderton Andin | |
Updated test framework to also be able to test the erlang odbc application with MySQL as database. Made minor changes to error-handling to improve interoperability with MySQL-drivers. | |||
2011-06-10 | Merge branch 'maint-r13' into maint-r14 | Micael Karlberg | |
2011-06-09 | Merge branch 'ia/ssl/denial-of-service/OTP-9364' into dev | Ingela Anderton Andin | |
* ia/ssl/denial-of-service/OTP-9364: Prevention of denial of service attack | |||
2011-06-08 | Merge branch 'sa/prim-file-fix' into dev | Raimo Niskanen | |
* sa/prim-file-fix: Update preloaded module Replace atom in DRV macro in prim_file with string | |||
2011-06-08 | Update preloaded module | Raimo Niskanen | |
2011-06-08 | Replace atom in DRV macro in prim_file with string | Stavros Aronis | |
An experimental version of Dialyzer discovered that the atom that replaced the DRV macro in prim_file ends up in calls to erlang:open_port({spawn, Driver}, Portopts) as the Driver argument. The documentation states that this call requires a string there. This change is also consistent with the one introduced in commit 0f03b1e9d2bef3bc830c31a369261af4c5234727 by Kostis Sagonas. | |||
2011-06-08 | Merge branch 'ta/warnings_as_errors' into dev | Raimo Niskanen | |
* ta/warnings_as_errors: yecc: add warnings_as_errors option leex: add warnings_as_errors option leex: fix typo in leex_SUITE | |||
2011-06-07 | Prevention of denial of service attack | Ingela Anderton Andin | |
2011-06-07 | Merge branch 'ia/ssl/session-table-clean-up/OTP-9346' into dev | Ingela Anderton Andin | |
* ia/ssl/session-table-clean-up/OTP-9346: The clean up of the session table now works as intended. | |||
2011-06-01 | Merge branch 'raimo/inet_dns-dialyzer-fix' into dev | Raimo Niskanen | |
* raimo/inet_dns-dialyzer-fix: Stop generating some unused clauses for make_dns_rr_opt/1 local to inet_dns | |||
2011-06-01 | yecc: add warnings_as_errors option | Tuncer Ayaz | |
2011-06-01 | leex: add warnings_as_errors option | Tuncer Ayaz | |
2011-06-01 | Merge branch 'ia/odbc/test-improvment' into dev | Ingela Anderton Andin | |
* ia/odbc/test-improvment: Modernized the test suites | |||
2011-06-01 | The clean up of the session table now works as intended. | Ingela Anderton Andin | |
In ssl-4.1.5 temporary clean-up processes would crash resulting in that the session table would not be cleaned up (e.i. using more and more memory) and error reports would be printed, but connections would not be affected. | |||
2011-06-01 | Merge branch 'hb/edoc/no_return/OTP-9350' into dev | Hans Bolinder | |
* hb/edoc/no_return/OTP-9350: Add no_return to the built-in types | |||
2011-06-01 | Fix typos in the epmd documentation | Holger Weiß | |
2011-05-31 | Stop generating some unused clauses for make_dns_rr_opt/1 local to inet_dns | Raimo Niskanen | |
2011-05-31 | Updated release notes. | Micael Karlberg | |
2011-05-31 | Add no_return to the built-in types | Hans Bolinder | |
Also fixed a Dialyzer warning (edoc_wiki.erl). | |||
2011-05-30 | leex: fix typo in leex_SUITE | Tuncer Ayaz | |
2011-05-30 | Peer/sockname resolv doesn't work with IPv6 addrs in HTTP. | Micael Karlberg | |
OTP-9343 | |||
2011-05-30 | Update version numbers | Björn-Egil Dahlberg | |
2011-05-30 | Modernized the test suites | Ingela Anderton Andin | |
Moved functionality of special specs odbc.dynspec and odbc.spec.win to the test suites. | |||
2011-05-27 | Changed SQLINTEGER to SQLSMALLINTEGER for sql_type in the function ↵ | Ingela Anderton Andin | |
encode_data_type | |||
2011-05-27 | OTP-9342: FTP client doesn't work with IPv6 | Micael Karlberg | |
OTP-9342: IpFamily config option was not handled OTP-9342: Release notes remain... OTP-9342: <credit>attila rajmund nohl</credit> | |||
2011-05-24 | Prepare releaseOTP_R14B03 | Erlang/OTP | |
2011-05-24 | Merge branch 'hb/kernel/opaque_decls/OTP-9337' into dev | Björn-Egil Dahlberg | |
* hb/kernel/opaque_decls/OTP-9337: Modify two opaque types | |||
2011-05-24 | Modify two opaque types | Hans Bolinder | |
Two opaque types that could cause warnings when running Dialyzer have been modified. |