Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2012-03-29 | Fix descriptions of ssl_client_options and ssl_server_options | Lars Thorsen | |
2012-03-29 | Merge branch 'dgud/eldap' into maint | Dan Gudmundsson | |
* dgud/eldap: [eldap] Fix parse_port error handling [eldap] Add rudimentary docs [eldap] Add asn.1 compilation options [eldap] Add dereference options in search [eldap] Remove broken functionality [eldap] Add infrastructure [eldap] Initial copy of Tobbe's eldap client OTP-10034 | |||
2012-03-29 | Merge branch 'peppe/common_test/otp-10029' into maint | Peter Andersson | |
* peppe/common_test/otp-10029: Update documentation OTP-9972 | |||
2012-03-29 | Update documentation | Peter Andersson | |
OTP-9972 OTP-9659 OTP-9855 OTP-9880 OTP-9973 OTP-9986 OTP-9992 OTP-9935 | |||
2012-03-28 | Moved test case to avoid a conflict between test cases. | Gustav Simonsson | |
This is a temporarily fix for R15B01. | |||
2012-03-28 | Merge branch 'ia/ssl/dialyzer-specs' into maint | Ingela Anderton Andin | |
* ia/ssl/dialyzer-specs: Corrected dialyzer specs and exported some dialyzer specs | |||
2012-03-28 | [xmerl] Fix bug for comments in XSD files | Lars Thorsen | |
2012-03-28 | [eldap] Fix parse_port error handling | Dan Gudmundsson | |
Dialyzer found that. | |||
2012-03-28 | [xmerl] Fix error message and documentation bug | Lars Thorsen | |
2012-03-27 | Merge remote branch 'origin/peppe/common_test/otp-10022' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10022: Fix problem with wrong data_dir sent to hooks if init_per_* is missing | |||
2012-03-27 | Merge remote branch 'origin/peppe/common_test/otp-10021' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-10021: Increase test margin for user timetraps | |||
2012-03-27 | Corrected dialyzer specs and exported some dialyzer specs | Ingela Anderton Andin | |
2012-03-27 | [eldap] Add rudimentary docs | Dan Gudmundsson | |
2012-03-27 | Correct handling of INTEGER (1..4 | 8 | 10 | 20) | Kenneth Lundin | |
2012-03-26 | Fix bug related with infinitely looping functions | Stavros Aronis | |
Depending of the ordering of the functions during dataflow, a function with an infinite loop might be identified as one that always crashes. This is fixed now, by allowing restoration of the infinitely-looping status. | |||
2012-03-26 | Report only actual unknown types otherwise no message is sent | Stavros Aronis | |
2012-03-26 | Use wx:wx_object() type now that it is exported | Kostis Sagonas | |
2012-03-26 | Up version | Kostis Sagonas | |
2012-03-26 | Add warnings_as_errors option | Kostis Sagonas | |
2012-03-26 | Fix problem with wrong data_dir sent to hooks if init_per_* is missing | Peter Andersson | |
2012-03-26 | Merge branch 'ud/fix-return-do_get_disc_copy2' into maint | Gustav Simonsson | |
* ud/fix-return-do_get_disc_copy2: Fixes value returned by mnesia_loader:do_get_disc_copy2/4 OTP-10015 OTP-10016 | |||
2012-03-26 | Merge branch 'as/ssl-tls-prf-function' into maint | Gustav Simonsson | |
* as/ssl-tls-prf-function: Some protocols (e.g. EAP-PEAP, EAP-TLS, EAP-TTLS) that use TLS as transport layer need to generate additional application specific key material One way to generate such material is to use the TLS PRF and key material from the TLS session itself OTP-10024 | |||
2012-03-26 | runtime_tools: Add dyntrace_SUITE | Björn Gustavsson | |
2012-03-26 | Increase test margin for user timetraps | Peter Andersson | |
2012-03-26 | Merge remote branch 'origin/peppe/common_test/otp-9988_9871.merged' into maint | Peter Andersson | |
* origin/peppe/common_test/otp-9988_9871.merged: Fix various problems with the user timetrap implementation Fix dialyzer reported errors Implement support for user controlled timetraps OTP-9988 |