Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-22 | kernel: When doing an fdopen we now also bind the fd to the specified addr/port | Lukas Larsson | |
2014-02-14 | fix calculation of variable | Henrik Nord | |
thanks to Alexander Demidenko | |||
2014-02-14 | ssh: The server ssh_cli does not delay tty_geometry requests in case no tty ↵ | Hans Nilsson | |
is allocated | |||
2014-02-14 | ssh: fix 'known_hosts' bug in ssh_file | Hans Nilsson | |
2014-02-14 | ssh: Changed order of decode clauses to temp fix decode error | Hans Nilsson | |
2014-02-14 | ssh: Fixes memory crash | Hans Nilsson | |
2014-02-14 | Fix that result on stderr sent back to ssh:exec had length info present | Hans Nilsson | |
2014-01-24 | Prepare releaseOTP_R16B03-1 | Erlang/OTP | |
2014-01-24 | Merge branch 'ia/ssl/secure-renegotiate/OTP-11595' into maint | Ingela Anderton Andin | |
* ia/ssl/secure-renegotiate/OTP-11595: ssl: Incorrect inputed cipherlist lead server to think that the client did not support secure renegotiation | |||
2014-01-22 | ssl: Incorrect inputed cipherlist lead server to think that the client | Ingela Anderton Andin | |
did not support secure renegotiation | |||
2014-01-21 | Smoke test erl_syntax:revert/1 | Anthony Ramine | |
This tries to make bugs like 87156887b7d82a2db53f60441a4af87034cb8789 not happen again. The new test takes each file in the stdlib app, passes their forms through the erl_syntax representation, reverts them and compiles them. | |||
2014-01-21 | Fix reverting of local implicit funs in erl_syntax | Anthony Ramine | |
This partially reverts 290dc2b08a2f92157ac5358fba815f4dbb32f8f2 in which implicit funs were mistakenly thought to be using abstract terms for their name and arity. | |||
2014-01-21 | [xmerl] Fix problem with header of next XML document is in the buffer | Lars Thorsen | |
when using xmerl_sax_parser:stream/2 function. | |||
2014-01-21 | [xmerl] Fix bug in SAX parser when next doc start in the same buffer | Lars Thorsen | |
2014-01-21 | Merge branch 'dgud/wx/more-fixes/OTP-11444' into maint | Dan Gudmundsson | |
* dgud/wx/more-fixes/OTP-11444: wx: Fix hanging wx calls Update wx build instsructions for Darwin wx: Remove compiler option -fomit-frame-pointer on Darwin wx: Fix crash when garbage collect event handlers (debugger caused seg fault) wx: Fix LDFLAGS for Mac | |||
2014-01-21 | Merge branch 'ia/inets/httpd-manager-improvments/OTP-11557' into maint | Ingela Anderton Andin | |
* ia/inets/httpd-manager-improvments/OTP-11557: inets: Prepare for release inets: Remove log message as it causes more harm than use at the moment inets: Mend broken max_clients check inets: Start CT'ify httpd_SUITE inets: Remove use of default gen_server timeout | |||
2014-01-21 | Merge branch 'ia/odbc/configure/OTP-11574' into maint | Ingela Anderton Andin | |
* ia/odbc/configure/OTP-11574: odbc: Fix configure check to work proparly on windows | |||
2014-01-16 | wx: Fix hanging wx calls | Dan Gudmundsson | |
wxWakeUpIdle doesn't always work on wxGTK and the workaround is to periodically invoke it, so the gui-thread doesn't get stuck in poll. Previously it was only called when NOT in batch mode, however if the wxWakeUpIdle call after a batch_begin command did not wake up the thread it would still get stuck in poll. | |||
2014-01-15 | wx: Remove compiler option -fomit-frame-pointer on Darwin | Dan Gudmundsson | |
Causes a segfault when building on 10.9 with -mmacosx-version-min=10.9 | |||
2014-01-15 | odbc: Fix configure check to work proparly on windows | Ingela Anderton Andin | |
2014-01-15 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-01-14 | ssl: fix elliptic curve selection in server mode | Andreas Schultz | |
The server code erroneously took the list of curves supported by the client from it's own hello extension, effectively breaking curve selection all together. Also the default fallback secp256k1 curve is not supported by all clients. secp256r1 is recommended as part of the NIST Suite B cryptographic suites. The chances are much better that all clients support it, so use that as fallback. | |||
2014-01-14 | ssl: Prepare for release | Ingela Anderton Andin | |
2014-01-14 | ssl: Add missing options validation of server_name_indication | Ingela Anderton Andin | |
2014-01-14 | wx: Fix crash when garbage collect event handlers (debugger caused seg fault) | Dan Gudmundsson | |
wxStyledTextCtrl had no wrapper class so, because it was not detected that it had virtual destructors, thus references to it was not cleaned up on destruction. When a process dies and wx cleans up the event handlers access was made to the deleted object and caused a seg fault. Added a testcase which I thought could provoke the bug but didn't. | |||
2014-01-14 | wx: Fix LDFLAGS for Mac | Dan Gudmundsson | |
MacOSX min version must be applied to LDFLAGS otherwise linking with static wxWidgets libraries doesn't work. | |||
2014-01-13 | inets: Prepare for release | Ingela Anderton Andin | |
2014-01-13 | inets: Remove log message as it causes more harm than use at the moment | Ingela Anderton Andin | |
2014-01-10 | inets: Mend broken max_clients check | Ingela Anderton Andin | |
Conflicts: lib/inets/src/http_server/httpd_manager.erl | |||
2014-01-10 | inets: Start CT'ify httpd_SUITE | Ingela Anderton Andin | |
2013-12-19 | inets: Remove use of default gen_server timeout | Ingela Anderton Andin | |
If you need a timeout between client and server use a server side timeout instead of the default gen_server:call/2 timeout that is quite useless. Also remove legacy code that has no further use. | |||
2013-12-09 | Prepare releaseOTP_R16B03 | Erlang/OTP | |
2013-12-09 | [sasl] Test bugfix in branch 'schlagert/fix_emulator_upgrades' | Siri Hansen | |
OTP-11529 | |||
2013-12-05 | Merge branch 'schlagert/fix_emulator_upgrades' into maint | Raimo Niskanen | |
* schlagert/fix_emulator_upgrades: Fix boot file generation for intermediate releases. | |||
2013-12-05 | inets: Restore ftp test files for the inets_{,sup_}SUITE to not fail | Hans Nilsson | |
2013-12-05 | Merge branch 'ia/inets/cuddle-with-tests' into maint | Ingela Anderton Andin | |
* ia/inets/cuddle-with-tests: inets: Add crypto start check to ssl test cases | |||
2013-12-04 | Update event handling documentation | Peter Andersson | |
2013-12-04 | Merge branch 'peppe/common_test/r16b03_docs' into maint | Peter Andersson | |
* peppe/common_test/r16b03_docs: Update documentation OTP-10631 OTP-11305 OTP-11523 OTP-11524 | |||
2013-12-04 | Merge branch 'anders/diameter/doc/OTP-11519' into maint | Anders Svensson | |
* anders/diameter/doc/OTP-11519: Assorted doc fixes/tweaks | |||
2013-12-03 | Update documentation | Peter Andersson | |
2013-12-03 | Assorted doc fixes/tweaks | Anders Svensson | |
2013-12-03 | Merge branch 'hans/ssh/cli_delays' into maint | Hans Nilsson | |
* hans/ssh/cli_delays: ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953) | |||
2013-12-03 | ftp: fix sockname dialyzer warning including ftp:sockname/1 bug | Hans Nilsson | |
2013-12-03 | ssh: Fix long cli delays. (Part of OTP-11339, OTP-10953) | Hans Nilsson | |
A step in fixing the tickets. | |||
2013-12-03 | Merge branch 'sverk/crypto-no_answer_from_tc_supervisor' into maint | Sverker Eriksson | |
* sverk/crypto-no_answer_from_tc_supervisor: crypto: Add more lazy_eval to avoid no_answer_from_tc_supervisor | |||
2013-12-03 | Fix boot file generation for intermediate releases. | Tobias Schlager | |
A previous refactoring messed up the paths used in the start.boot file used in intermediate releases generated for emulator upgrades. | |||
2013-12-03 | Merge branch 'peppe/common_test/hook_skip_failure' into maint | Peter Andersson | |
* peppe/common_test/hook_skip_failure: Fix CT hook pre_end_per_group causing crash when returning {skip,Reason} OTP-11409 | |||
2013-12-03 | inets: Add crypto start check to ssl test cases | Ingela Anderton Andin | |
2013-12-03 | Fix observer retrieval of alloc info | Rickard Green | |
This commit only bump the runtime_tools version. The actual fix is in commit 6cd261deb5fec413eb196b620a4618cfa0781458 (merged to maint branch), but should have been part of this commit. | |||
2013-12-02 | Merge branch 'nox/crypto-uninitialized-vars' into maint | Henrik Nord | |
* nox/crypto-uninitialized-vars: Fix some uninitialized pointers in crypto OTP-11510 |