Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-16 | Merge branch 'ia/odbc/type-issues' into major | Ingela Anderton Andin | |
* ia/odbc/type-issues: In some places SQLLEN should be used instead of SQLINTEGER to get correct type casting even on 64 bit platforms Changed SQLINTEGER to SQLSMALLINTEGER for sql_type in the function encode_data_type | |||
2011-06-16 | Merge branch 'ia/odbc/ipv6-solaris-eaddrnotavail' into major | Ingela Anderton Andin | |
* ia/odbc/ipv6-solaris-eaddrnotavail: Update to handle ipv6-solaris behaviour | |||
2011-06-16 | Merge branch 'ia/odbc/mysql' into major | Ingela Anderton Andin | |
* ia/odbc/mysql: Test odbc with MySQL | |||
2011-06-14 | Merge branch 'dev' into major | Micael Karlberg | |
2011-06-14 | Merge branch 'maint-r14' into dev | Micael Karlberg | |
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 | 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 'dev' into major | Ingela Anderton Andin | |
2011-06-10 | Merge branch 'egil/optimize-listdir/OTP-9023' into major | Björn-Egil Dahlberg | |
* egil/optimize-listdir/OTP-9023: Update preloaded prim_file.beam Fix boundry error where files might get lost Teach prim_file:list_dir/1,2 to use fname chunks | |||
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 | Update preloaded prim_file.beam | Björn-Egil Dahlberg | |
2011-06-08 | Fix boundry error where files might get lost | Björn-Egil Dahlberg | |
2011-06-08 | Teach prim_file:list_dir/1,2 to use fname chunks | Björn-Egil Dahlberg | |
The efile driver will now use chunked data on list_dir. This will lessen the number of sends to prim_file and hence improve performance. This method is utilized in both direct and async cases. | |||
2011-06-08 | Merge branch 'dev' into major | Raimo Niskanen | |
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 'dev' into major | Raimo Niskanen | |
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 'dev' into major | Björn-Egil Dahlberg | |
2011-06-07 | Merge branch 'dev' into major | Björn-Egil Dahlberg | |
2011-06-07 | Update version numbers for R15A development | Björn-Egil Dahlberg | |
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-05-31 | Stop generating some unused clauses for make_dns_rr_opt/1 local to inet_dns | Raimo Niskanen | |
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 | 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-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. | |||
2011-05-24 | Merge branch 'ia/ssl/ets-table-cleanup' into dev | Björn-Egil Dahlberg | |
* ia/ssl/ets-table-cleanup: Corrected last argument to timer:apply_after also corrected a dilyzer spec | |||
2011-05-24 | Merge branch 'ks/erl_bif_types-fixes' into dev | Björn-Egil Dahlberg | |
* ks/erl_bif_types-fixes: Fix crash when a contract range warning is emitted for a module already in plt Fix erroneous definition of t_binary_compiled_pattern() | |||
2011-05-24 | Corrected last argument to timer:apply_after also corrected a dilyzer spec | Ingela Anderton Andin | |
2011-05-23 | Merge branch 'hb/stdlib/spec_fix/OTP-9333' into dev | Hans Bolinder | |
* hb/stdlib/spec_fix/OTP-9333: Fix a spec and a type | |||
2011-05-23 | Fix crash when a contract range warning is emitted for a module already in plt | Stavros Aronis | |
Warnings about wrong contract ranges are post-processed to be displayed in the file/line that contains the contract, although they can also be emitted while processing other modules. For this relocation to succeed the module that contains the contract should be currently under analysis. If this is not the case the warning is displayed in the file/line of the call that proves the discrepancy in the contract. | |||
2011-05-23 | Fix erroneous definition of t_binary_compiled_pattern() | Kostis Sagonas | |
While at it: 1. Moved types in their proper place 2. Did minor cleanups and 3. Took out an unused function | |||
2011-05-23 | Fix a spec and a type | Hans Bolinder | |
A specification that could cause problems for Dialyzer has been fixed. An opaque type in erl_eval has been turned in to a ordinary type. This is a temporary fix. | |||
2011-05-23 | Merge branch 'bmk/snmp/manager/override_community_for_req/OTP-9236' into ↵ | Erlang/OTP | |
maint-r13 * bmk/snmp/manager/override_community_for_req/OTP-9236: Added (intial) override community stuff. Udated documentation (and version). | |||
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |