Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-07 | Add example and testcase | Dan Gudmundsson | |
2011-07-07 | Add wxListItemAttr | Dan Gudmundsson | |
Needed in virtual listctrls. | |||
2011-07-07 | Generated code of previous commit | Dan Gudmundsson | |
2011-07-07 | Add support for virtual listctrls | Dan Gudmundsson | |
2011-07-05 | Re-generated with new doxygen | Dan Gudmundsson | |
Used doxygen 1.7.3 | |||
2011-07-01 | Merge branch 'siri/reltool/empty-radiobox/OTP-9384' into dev | Siri Hansen | |
* siri/reltool/empty-radiobox/OTP-9384: Do not add an empty radio box on the releases tab for the start_clean release | |||
2011-07-01 | Merge branch 'siri/reltool/duplicate-module-crash/OTP-9383' into dev | Siri Hansen | |
* siri/reltool/duplicate-module-crash/OTP-9383: Offer to set safe configuration if reltool:start fails | |||
2011-07-01 | Merge branch 'siri/sasl/compiler-warnings/OTP-9295' into dev | Siri Hansen | |
* siri/sasl/compiler-warnings/OTP-9295: Remove compiler warning for using deprecated module rexexp | |||
2011-06-30 | Do not add an empty radio box on the releases tab for the start_clean release | Siri Hansen | |
First, the radiobox is changed to a listbox, since this will allow multiple selections. This is however for future use - for now a selection will only cause a printout in the erlang shell. Second, add kernel and stdlib to the list of applications in order to make the picture complete and avoid an empty list (radio) box for the start_clean release. | |||
2011-06-30 | Merge branch 'egil/ei-fix-buffer-alignment/OTP-9390' into dev | Björn-Egil Dahlberg | |
* egil/ei-fix-buffer-alignment/OTP-9390: Align ei buffer according to size of pointers | |||
2011-06-29 | Align ei buffer according to size of pointers | Björn-Egil Dahlberg | |
2011-06-29 | Removed global name from the certificate tabel | Ingela Anderton Andin | |
We want the certificate table to be handled the same way as the session table and not have a global name, so that we may easier create a separate ssl-manager to handle erlang distribution over ssl. | |||
2011-06-28 | Merge branch 'ia/ssl/use-erlang-send-after-instead-of-timer-send-after' into dev | Ingela Anderton Andin | |
* ia/ssl/use-erlang-send-after-instead-of-timer-send-after: Use erlang:send_after instead of timer:send_after Conflicts: lib/ssl/test/ssl_session_cache_SUITE.erl | |||
2011-06-28 | Merge branch 'ia/ssl/inet-getopts-crash/OTP-9382' into dev | Ingela Anderton Andin | |
* ia/ssl/inet-getopts-crash/OTP-9382: Handle inet:getopts/2 and inet:setopts/2 crashes | |||
2011-06-28 | Merge branch 'dev' of super:otp into dev | Micael Karlberg | |
2011-06-28 | Merge branch 'maint-r14' into dev | Micael Karlberg | |
2011-06-28 | Prepare for release | Ingela Anderton Andin | |
2011-06-27 | Use erlang:send_after instead of timer:send_after | Ingela Anderton Andin | |
Also save latest delay cleanup timer ref so that we can use erlang:read_timer to write a more reliable test case. | |||
2011-06-27 | Handle inet:getopts/2 and inet:setopts/2 crashes | Ingela Anderton Andin | |
2011-06-27 | Rewrote test case so that it works | Ingela Anderton Andin | |
2011-06-22 | Fixed non-related ftp test case. | Micael Karlberg | |
[ftp] FTP client doesn't work with IPv6 host. Attila Rajmund Nohl OTP-9342 Merge branch 'bmk/inets/ftp/does_not_handle_ipv6/OTP-9342' into bmk/inets/inets57_integration2 | |||
2011-06-22 | Fixed non-related test case (ticket_6035). | Micael Karlberg | |
2011-06-22 | Offer to set safe configuration if reltool:start fails | Siri Hansen | |
If a module is duplicated in the library directories visible to reltool, and the configuration does not point out which file to use, then reltool:start will fail. This commit adds a pop-up which asks if it should continue with a "safe" configuration: [{incl_cond,exclude}, {app,kernel,[{incl_cond,include}]}, {app,stdlib,[{incl_cond,include}]}, {app,sasl,[{incl_cond,include}]}] | |||
2011-06-22 | Add support for SQL_WLONGVARCHAR | Hanfei Shen | |
2011-06-21 | Remove compiler warning for using deprecated module rexexp | Siri Hansen | |
2011-06-20 | Add more specs and types | Hans Bolinder | |
An incorrect spec, rpc:yield/1, has been fixed. | |||
2011-06-20 | Bugfixes | Hans Bolinder | |
2011-06-20 | Merge branch 'ia/odbc/on-more-platforms' into dev | Ingela Anderton Andin | |
* ia/odbc/on-more-platforms: Added code to handle old postgres drivers on solaris and running against postgres for linux 64 bits (MySQL 64 seems to be broken). Enabled odbc tests on mac | |||
2011-06-17 | Merge branch 'siri/sasl/release_handler-windows/OTP-9306' into dev | Siri Hansen | |
* siri/sasl/release_handler-windows/OTP-9306: Remove path to erts bin dir from erlsrv arguments | |||
2011-06-17 | Corrected appup-file (missing ','). | Micael Karlberg | |
2011-06-17 | Fixed ipv6 support detection. | Micael Karlberg | |
2011-06-17 | (httpc) test case cleanups. | Micael Karlberg | |
2011-06-17 | Added code to handle old postgres drivers on solaris and running against | Ingela Anderton Andin | |
postgres for linux 64 bits (MySQL 64 seems to be broken). | |||
2011-06-17 | Merge branch 'hb/parsetools/remove_dialyzer_warnings/OTP-8318' into dev | Hans Bolinder | |
* hb/parsetools/remove_dialyzer_warnings/OTP-8318: Remove Dialyzer warnings | |||
2011-06-16 | Enabled odbc tests on mac | Ingela Anderton Andin | |
2011-06-16 | Merge branch 'ia/odbc/mysql' into dev | Ingela Anderton Andin | |
* ia/odbc/mysql: Test odbc with MySQL | |||
2011-06-16 | Merge branch 'ia/odbc/ipv6-solaris-eaddrnotavail' into dev | Ingela Anderton Andin | |
* ia/odbc/ipv6-solaris-eaddrnotavail: Update to handle ipv6-solaris behaviour | |||
2011-06-16 | Merge branch 'ia/odbc/type-issues' into dev | 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/ssl/longer-timeout-in-testcase' into dev | Ingela Anderton Andin | |
* ia/ssl/longer-timeout-in-testcase: Time out in test case needs to be longer to make sure clean up is properly executed | |||
2011-06-16 | Merge branch 'ia/ssl/test-case-without-named-table' into dev | Ingela Anderton Andin | |
* ia/ssl/test-case-without-named-table: Changed test case so that we do not have to make ets-table named | |||
2011-06-16 | Remove Dialyzer warnings | Hans Bolinder | |
The code that deals with the POSIX version of regexps has been commented out. Robert will add an option as well as some way to set the option in the source file later. | |||
2011-06-15 | [httpc|httpd] Added support for IPv6 with ssl. | Micael Karlberg | |
OTP-5566 Merge branch 'bmk/inets/handle_ipv6_with_ssl2/OTP-5566' into bmk/inets/inets57_integration2 Conflicts: lib/inets/doc/src/notes.xml lib/inets/src/inets_app/inets.appup.src lib/inets/test/inets_test_lib.erl | |||
2011-06-15 | Uppdated appup-file. | Micael Karlberg | |
2011-06-15 | Fixed IPv6 test case selection. That is if a IPv6 test case should | Micael Karlberg | |
be run or not. | |||
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 | |