Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-15 | Merge branch 'arekinath/openbsd-build/OTP-12404' into maint | Marcus Arendt | |
* arekinath/openbsd-build/OTP-12404: Fix compile breakage on OpenBSD | |||
2015-01-14 | Merge branch 'marcus/rabbe-doc-typos/OTP-12399' into maint | Marcus Arendt | |
* marcus/rabbe-doc-typos/OTP-12399: fix doc typos found by Rabbe Fogelholm | |||
2015-01-14 | Merge branch 'dotsimon/sctp_paddrinfo_state' into maint | Marcus Arendt | |
* dotsimon/sctp_paddrinfo_state: Fix inet:getopts involving #sctp_paddrinfo{} | |||
2015-01-14 | Merge branch 'nox/http_uri-fragment/OTP-12398' into maint | Marcus Arendt | |
* nox/http_uri-fragment/OTP-12398: Properly parse URI fragments | |||
2015-01-14 | Merge branch 'dgud/wx/connect-when-terminating/OTP-12374' into maint | Dan Gudmundsson | |
* dgud/wx/connect-when-terminating/OTP-12374: wx: Fix connect when terminating | |||
2015-01-14 | wx: Fix connect when terminating | Dan Gudmundsson | |
The ddbe8a821ad commit was embarrassingly broken. | |||
2015-01-13 | Merge branch 'essen/irregardless' into maint | Marcus Arendt | |
* essen/irregardless: Fix "irregardless" -> "regardless" | |||
2015-01-13 | Merge branch 'dgud/debugger/save-state-mac/OTP-12378' into maint | Dan Gudmundsson | |
* dgud/debugger/save-state-mac/OTP-12378: debugger: Fix debugger save options on mac | |||
2015-01-13 | Merge branch 'dgud/wx/connect-when-terminating/OTP-12374' into maint | Dan Gudmundsson | |
* dgud/wx/connect-when-terminating/OTP-12374: wx: Do not crash server when going down | |||
2015-01-13 | fix doc typos found by Rabbe Fogelholm | Marcus Arendt | |
2015-01-08 | Fix "irregardless" -> "regardless" | Loïc Hoguin | |
2015-01-07 | Merge branch 'tombenner/doc_fixes' into maint | Marcus Arendt | |
* tombenner/doc_fixes: Fix grammar and formatting issues Fix typo ("to use to use") Add a comma after "For example" when appropriate Use colons before <code> when appropriate Move periods inside parenthetical sentences Add an apostrophe to contractions of "let us" | |||
2015-01-07 | Merge branch 'derek121/mnesia-doc-fixes' into maint | Marcus Arendt | |
* derek121/mnesia-doc-fixes: Fix grammar | |||
2015-01-02 | Properly parse URI fragments | Anthony Ramine | |
This fixes a bug in httpc where redirection URIs could lead to bad requests if they contained fragments. | |||
2014-12-28 | Fix grammar and formatting issues | Tom Benner | |
2014-12-28 | Fix typo ("to use to use") | Tom Benner | |
2014-12-28 | Add a comma after "For example" when appropriate | Tom Benner | |
2014-12-28 | Use colons before <code> when appropriate | Tom Benner | |
2014-12-28 | Move periods inside parenthetical sentences | Tom Benner | |
2014-12-27 | Add an apostrophe to contractions of "let us" | Tom Benner | |
2014-12-26 | Fix grammar | Derek Brown | |
2014-12-22 | Merge branch 'mikpe/fix-eacces-spelling' into maint | Bruce Yinhe | |
* mikpe/fix-eacces-spelling: fix eacces spelling | |||
2014-12-19 | debugger: Fix debugger save options on mac | Dan Gudmundsson | |
wxFileDialog:getPaths(FD) always return the empty list on mac when using file dialog. | |||
2014-12-19 | Merge branch 'hans/eldap/bad_return_close/OTP-12349' into maint | Hans Nilsson | |
* hans/eldap/bad_return_close/OTP-12349: eldap: Remove trailing white space. eldap: Test cases for a few return values (open, close) eldap: updated eldap:close in tests eldap: Makes close/1 return as documented. | |||
2014-12-19 | Merge branch 'hans/eldap/test_improvents/OTP-12355' into maint | Hans Nilsson | |
* hans/eldap/test_improvents/OTP-12355: eldap: Corrects SSL over IPv6 test. eldap: Removes eldap_misc_SUITE that is now included in eldap_basic_SUITE. eldap: Add encode/decode tests. eldap: Merge eldap_connections_SUITE into eldab_basic_SUITE eldap: Adds ssl to connections test suite eldap: Updates basic test suite - Splits one large testcase into smaller ones. - Makes tests independent - Adds some tests. | |||
2014-12-19 | wx: Do not crash server when going down | Dan Gudmundsson | |
If a connect request was made during the takedown of wx it would crash. | |||
2014-12-18 | Merge branch 'haguenau/fix-endianness-speling' into maint | Bruce Yinhe | |
* haguenau/fix-endianness-speling: Replaced "Endianess" with "Endianness" everywhere | |||
2014-12-17 | eldap: Remove trailing white space. | Hans Nilsson | |
2014-12-17 | eldap: Test cases for a few return values (open, close) | Hans Nilsson | |
2014-12-17 | eldap: updated eldap:close in tests | Hans Nilsson | |
2014-12-17 | eldap: Makes close/1 return as documented. | Hans Nilsson | |
2014-12-17 | eldap: Corrects SSL over IPv6 test. | Hans Nilsson | |
2014-12-17 | eldap: Removes eldap_misc_SUITE that is now included in eldap_basic_SUITE. | Hans Nilsson | |
2014-12-17 | eldap: Add encode/decode tests. | Hans Nilsson | |
2014-12-17 | eldap: Merge eldap_connections_SUITE into eldab_basic_SUITE | Hans Nilsson | |
2014-12-17 | eldap: Adds ssl to connections test suite | Hans Nilsson | |
2014-12-17 | eldap: Updates basic test suite | Hans Nilsson | |
- Splits one large testcase into smaller ones. - Makes tests independent - Adds some tests. | |||
2014-12-17 | Merge branch 'ia/ssh/ssh-connection-protocol-timeout/OTP-12004' into maint | Ingela Anderton Andin | |
* ia/ssh/ssh-connection-protocol-timeout/OTP-12004: ssh: Improve errorhandling in ssh_connection.erl | |||
2014-12-17 | ssh: Improve errorhandling in ssh_connection.erl | Ingela Anderton Andin | |
If a channel is closed by the peer while using a function with call semantics in ssh_connection.erl return {error, closed}. Document that the functions can return {error, timeout | closed} and not only ssh_request_status() | |||
2014-12-17 | Merge branch 'marcus/revert-ssh-testcase2/OTP-12004' into maint | Marcus Arendt | |
* marcus/revert-ssh-testcase2/OTP-12004: fix failed conflict resolution | |||
2014-12-12 | Merge branch 'hans/eldap/doc_fixes/OTP-12354' into maint | Hans Nilsson | |
2014-12-12 | Merge branch 'marcus/fix-eldap-notes' into maint | Marcus Arendt | |
* marcus/fix-eldap-notes: add missing release notes | |||
2014-12-12 | add missing release notes | Marcus Arendt | |
2014-12-11 | Fix compile breakage on OpenBSD | Alex Wilson | |
Some of the structs and functions needed by memsup.c are in vmmeter.h on OpenBSD, too. | |||
2014-12-10 | Merge branch 'rickard/atomic64/OTP-12351' into maint | Rickard Green | |
* rickard/atomic64/OTP-12351: Use the new 64-bit atomic ops API Introduce a 64-bit atomic ops API | |||
2014-12-10 | Use the new 64-bit atomic ops API | Rickard Green | |
2014-12-10 | Introduce a 64-bit atomic ops API | Rickard Green | |
The 64-bit atomic ops API is implemented by * native word size atomic ops on 64-bit architectures, and * native double word size atomic ops on 32-bit architectures when available. When native double word size atomic is not available, the fallback using modification counters is used. | |||
2014-12-10 | fix failed conflict resolution | Marcus Arendt | |
2014-12-09 | Updated OTP versionOTP-17.4 | Erlang/OTP | |
2014-12-09 | Prepare release | Erlang/OTP | |