Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-19 | Implement kernel inet_dist_{listen,connect}_options | Raimo Niskanen | |
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 | wx: Fix connect when terminating | Dan Gudmundsson | |
The ddbe8a821ad commit was embarrassingly broken. | |||
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-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-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 | 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 | add missing release notes | Marcus Arendt | |
2014-12-10 | fix failed conflict resolution | Marcus Arendt | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-12-09 | Merge branch 'dgud/debugger/still-invoked-gs-functions/OTP-12357' into maint | Dan Gudmundsson | |
* dgud/debugger/still-invoked-gs-functions/OTP-12357: debugger: Do not use the old removed gs functionality | |||
2014-12-08 | Fix inet:getopts involving #sctp_paddrinfo{} | Simon Cornish | |
Handle peer addresses that are unconfirmed (i.e. in state SCTP_UNCONFIRMED). Handle unknown states instead of using ASSERT | |||
2014-12-08 | eldap: Clarifies documentation for start_tls and search | Hans Nilsson | |
2014-12-08 | ssh: Fix .app and .appup | Hans Nilsson | |
2014-12-08 | Merge branch 'rickard/appup-files/OTP-12358' into maint | Rickard Green | |
* rickard/appup-files/OTP-12358: Add .appup file | |||
2014-12-08 | Add .appup file | Rickard Green | |
2014-12-08 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Update megaco.appup.src | |||
2014-12-08 | Update megaco.appup.src | Rickard Green | |
2014-12-08 | debugger: Do not use the old removed gs functionality | Dan Gudmundsson | |
dbg_ui_trace module was invoked even though the module had been removed. | |||
2014-12-05 | Revert "ssh: Corrected ret val from ssh_connection:subsystem/4." | Marcus Arendt | |
This reverts commit d086394ebd3595d431835af80709977a6c1c7c89. | |||
2014-12-03 | Merge branch 'rickard/autoconf/OTP-12348' into maint | Rickard Green | |
* rickard/autoconf/OTP-12348: Distribute autoconf helpers | |||
2014-12-03 | Merge branch 'raimo/netns-opt-gen_udp/OTP-12314' into maint | Raimo Niskanen | |
* raimo/netns-opt-gen_udp/OTP-12314: Text netns option at socket open Fix handling netns option in gen_udp | |||
2014-12-03 | ssl: Correct appup | Ingela Anderton Andin | |
2014-12-02 | Distribute autoconf helpers | Rickard Green | |
Distribute aclocal.m4, install-sh, config.guess, and config.sub to applications at build time instead of having multiple identical copies committed in the repository. | |||
2014-12-02 | fix eacces spelling | Mikael Pettersson | |
2014-12-02 | ssh: Add soft upgrade for ptty_alloc | Ingela Anderton Andin | |
2014-12-02 | Replaced "Endianess" with "Endianness" everywhere | David Haguenauer | |