Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-03 | ts: Recognize Windows 7 | Björn Gustavsson | |
2012-04-27 | erl_docgen: Do not overflow images for pdf doc gen | Björn-Egil Dahlberg | |
2012-04-27 | kernel: Fix missing documentation link anchors | Björn-Egil Dahlberg | |
2012-04-27 | megaco: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | inets: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssh: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | eunit: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | ssl: Fix parallel make for behaviours | Björn-Egil Dahlberg | |
2012-04-27 | wx: configure.in needs AC_LANG_SOURCE | Björn-Egil Dahlberg | |
2012-04-27 | gs: Suppress ignored result warning | Björn-Egil Dahlberg | |
* The whole 'handle_external_read' seems suspicious Keep original behaviour and just suppress | |||
2012-04-27 | Merge branch 'maint-r15' into maint | Lars Thorsen | |
* maint-r15: Update release notes Fix continuation bug in parse_default_decl_1/2 | |||
2012-04-25 | Update release notes | Erlang/OTP | |
2012-04-24 | Merge branch 'ia/ssh/options-check-OTP-10061' into maint | Ingela Anderton Andin | |
* ia/ssh/options-check-OTP-10061: Corrected ssh option handling | |||
2012-04-24 | Corrected ssh option handling | Ingela Anderton Andin | |
The option ip_v6_disabled and the undocumented option exec was incorrectly handled by the option checking code. There where two options for allowing user interaction one documented and one undocumented, they where merge to to be the documented one. For backwards compatibility the undocumented one is transformed to the documented one in the option checking code. | |||
2012-04-24 | Merge branch 'ia/ssh/close/OTP-10060' into maint | Ingela Anderton Andin | |
* ia/ssh/close/OTP-10060: Avoid sending two ssh close messages | |||
2012-04-23 | Fix continuation bug in parse_default_decl_1/2 | Lars Thorsen | |
2012-04-20 | Revert vsn.mk for crypto and private_key | Sverker Eriksson | |
Included them by "mistake". | |||
2012-04-20 | Merge branch 'sverk/crypto-rsa-key-opt' into maint | Sverker Eriksson | |
* sverk/crypto-rsa-key-opt: public_key: Use optimized RSA private key handling crypto: Optimize RSA private key handling crypto: Remove unnecessary dependency to libssl OTP-10064 OTP-10065 | |||
2012-04-20 | public_key: Use optimized RSA private key handling | Sverker Eriksson | |
by providing extra redundant information to crypto. | |||
2012-04-20 | crypto: Optimize RSA private key handling | Sverker Eriksson | |
by using extra redundant information as part of the key that will speed things up for OpenSSL. Affects rsa_sign, rsa_private_encrypt and rsa_private_decrypt. | |||
2012-04-20 | Avoid sending two ssh close messages | Ingela Anderton Andin | |
2012-04-17 | doc: Add 'is' to explanation of callback modules | Björn-Egil Dahlberg | |
2012-04-17 | doc: Fix typo in inet | Björn-Egil Dahlberg | |
2012-04-17 | Correct documentation, erl_bif_types and dialyzer tests | Patrik Nyblom | |
2012-04-17 | Extend erlang:port_info/1,2 to show the OS pid of a spawned process | Matthias Lang | |
When spawning OS (unix) processes with erlang:open_port, store the resulting unix pid so that it can be queried later on using erlang:port_info/1,2. | |||
2012-04-16 | Merge branch 'egil/inet-document-options/OTP-10053' into maint | Björn-Egil Dahlberg | |
* egil/inet-document-options/OTP-10053: kernel: Document ifaddr option kernel: Document tcp-, udp- and sctp_module option kernel: Remove bit8 option in spec kernel: Document bit8 option in inet:setopts/2 kernel: Initial doc of forgotten inet options | |||
2012-04-16 | kernel: Document ifaddr option | Björn-Egil Dahlberg | |
* same as ip option | |||
2012-04-16 | kernel: Document tcp-, udp- and sctp_module option | Björn-Egil Dahlberg | |
2012-04-16 | kernel: Remove bit8 option in spec | Björn-Egil Dahlberg | |
* The option is removed to force warnings for dialyzer | |||
2012-04-13 | kernel: Document bit8 option in inet:setopts/2 | Björn-Egil Dahlberg | |
* This is a highly specialized option which is probably not used and will be removed in R16 | |||
2012-04-12 | eldap: Update .gitignore | Björn-Egil Dahlberg | |
2012-04-12 | kernel: Initial doc of forgotten inet options | Björn-Egil Dahlberg | |
* UDP: ulticast_if, multicast_loop and multicast_ttl, add_membership and drop_membership * Inet: bit8, buffer, deliver, high_watermark, linger and low_watermark | |||
2012-04-11 | crypto: Remove unnecessary dependency to libssl | Sverker Eriksson | |
crypto only uses libcrypto. Superfluous dependency introduced in R14B04 by 52230a417ad0057. | |||
2012-04-03 | Update version numbers for R15B02 dev | Björn-Egil Dahlberg | |
2012-04-01 | Prepare releaseOTP_R15B01 | Erlang/OTP | |
2012-03-30 | Merge branch 'peppe/common_test/otp-10039' into maint | Peter Andersson | |
* peppe/common_test/otp-10039: Document the new timetrap interface | |||
2012-03-30 | Document the new timetrap interface | Peter Andersson | |
OTP-10039 | |||
2012-03-30 | Update copyright years | Björn-Egil Dahlberg | |
2012-03-30 | Merge branch 'gustav/sasl/release-handler-test-fix-temp' into maint | Gustav Simonsson | |
* gustav/sasl/release-handler-test-fix-temp: Moved test case to avoid a conflict between test cases. Temporarily fix for R15B01. | |||
2012-03-30 | Merge branch 'siri/crashdump_viewer/create_r14b_dump/OTP-10032' into maint | Siri Hansen | |
* siri/crashdump_viewer/create_r14b_dump/OTP-10032: [crashdump_viewer] Add case clause for testing with dump from R14B | |||
2012-03-30 | [crashdump_viewer] Add case clause for testing with dump from R14B | Siri Hansen | |
2012-03-30 | Merge branch 'siri/reltool/dialyzer/OTP-10035' into maint | Siri Hansen | |
* siri/reltool/dialyzer/OTP-10035: [reltool] Fix dialyzer warnings for R15B01 | |||
2012-03-30 | Merge branch 'ta/docs-maint' into maint | Gustav Simonsson | |
* ta/docs-maint: Fix typos in ct getting_started_chapter.xml Fix typos in driver.xml and erl_driver.xml Fix typos in INSTALL-WIN32.md OTP-10037 | |||
2012-03-30 | [eldap] Fix docs | Dan Gudmundsson | |
Fix copy paste errors | |||
2012-03-30 | Merge branch 'dgud/wx/misc-improvements/OTP-9947' into maint | Dan Gudmundsson | |
* dgud/wx/misc-improvements/OTP-9947: [wx] Fix list in list in list specs | |||
2012-03-29 | Merge branch 'kenneth/asn1/integer_range/OTP-9946' into maint | Kenneth Lundin | |
* kenneth/asn1/integer_range/OTP-9946: replace 5 sec timeout (too short) with monitor in asn1_db requests Correct handling of INTEGER (1..4 | 8 | 10 | 20) | |||
2012-03-29 | replace 5 sec timeout (too short) with monitor in asn1_db requests | Kenneth Lundin | |
This bug was introduced as part of the parallelization of test suites and is notpart of any released version | |||
2012-03-29 | [eldap] Fix doc | Dan Gudmundsson | |
Functions may not start with space, references do not work. | |||
2012-03-29 | [reltool] Fix dialyzer warnings for R15B01 | Siri Hansen | |
Records #mod{} and #app{} are used in ets:select and must therefore have '$1', '$2' and '_' as possible value of fields. | |||
2012-03-29 | [wx] Fix list in list in list specs | Dan Gudmundsson | |
To many lists |