Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | add aes ecb to crypto library | andreaP | |
2015-01-07 | Merge branch 'maint' | Marcus Arendt | |
2014-12-29 | Merge branch 'lemenkov/use_os_getenv_2' | Marcus Arendt | |
* lemenkov/use_os_getenv_2: fix missing include Start using os:getenv/2 fun Introduce os:getenv/2 | |||
2014-12-26 | Fix grammar | Derek Brown | |
2014-12-22 | Merge branch 'maint' | Bruce Yinhe | |
2014-12-22 | Merge branch 'mikpe/fix-eacces-spelling' into maint | Bruce Yinhe | |
* mikpe/fix-eacces-spelling: fix eacces spelling | |||
2014-12-22 | Merge branch 'arekinath/aes-evp/OTP-12380' | Marcus Arendt | |
* arekinath/aes-evp/OTP-12380: crypto: use EVP for AES-CBC | |||
2014-12-19 | fix missing include | Marcus Arendt | |
2014-12-19 | Merge branch 'lukas/erts/crashdump_improvements/OTP-12377' | Lukas Larsson | |
* lukas/erts/crashdump_improvements/OTP-12377: erts: Make main thread safe from pipe closed event erts: Improve crash dumps erts: Rename sys_sigset to sys_signal erts: Introduce thread suspend functions erts: Remove usage of QUANTIFY signal erts: Add support for thread names ets: Increase data available in crash dumps and ets:info erts: Start compilation of beam_emu earlier | |||
2014-12-19 | ets: Increase data available in crash dumps and ets:info | Lukas Larsson | |
OTP-12376 | |||
2014-12-19 | Merge branch 'maint' | Hans Nilsson | |
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 | eldap: fix merge conflict | Hans Nilsson | |
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-18 | Merge branch 'maint' | Bruce Yinhe | |
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 'maint' | Ingela Anderton Andin | |
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 'maint' | Marcus Arendt | |
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-16 | Merge branch 'sverk/ets-take-2/OTP-12309' | Sverker Eriksson | |
* sverk/ets-take-2/OTP-12309: erts: Optimize ets:lookup and ets:take for bags Implement ets:take/2 | |||
2014-12-15 | Start using os:getenv/2 fun | Peter Lemenkov | |
See #535 Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-12-15 | Introduce os:getenv/2 | Peter Lemenkov | |
Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-12-12 | Merge branch 'maint' | Hans Nilsson | |
2014-12-12 | Merge branch 'hans/eldap/doc_fixes/OTP-12354' into maint | Hans Nilsson | |
2014-12-12 | Merge branch 'maint' | Marcus Arendt | |
2014-12-12 | add missing release notes | Marcus Arendt | |
2014-12-10 | Merge branch 'ia/scrapinghub/closing_httpc_handler_on_closed_while_send' | Ingela Anderton Andin | |
* ia/scrapinghub/closing_httpc_handler_on_closed_while_send: inets: Fix typo inets: stop httpc_handler on 'connection closed' send error | |||
2014-12-10 | Merge tag 'OTP-17.4' | Marcus Arendt | |
=== OTP-17.4 === Changed Applications: - asn1-3.0.3 - common_test-1.9 - compiler-5.0.3 - crypto-3.4.2 - debugger-4.0.2 - dialyzer-2.7.3 - diameter-1.8 - edoc-0.7.16 - eldap-1.1 - erl_docgen-0.3.7 - erl_interface-3.7.20 - erts-6.3 - eunit-2.2.9 - hipe-3.11.2 - inets-5.10.4 - jinterface-1.5.12 - kernel-3.1 - megaco-3.17.3 - mnesia-4.12.4 - observer-2.0.3 - odbc-2.10.22 - otp_mibs-1.0.10 - parsetools-2.0.12 - percept-0.8.10 - runtime_tools-1.8.15 - snmp-5.1.1 - ssh-3.1 - ssl-5.3.8 - stdlib-2.3 - syntax_tools-1.6.17 - test_server-3.7.2 - tools-2.7.1 - wx-1.3.2 Unchanged Applications: - cosEvent-2.1.15 - cosEventDomain-1.1.14 - cosFileTransfer-1.1.16 - cosNotification-1.1.21 - cosProperty-1.1.17 - cosTime-1.1.14 - cosTransactions-1.2.14 - et-1.5 - gs-1.5.16 - ic-4.3.6 - orber-3.7.1 - os_mon-2.3 - ose-1.0.2 - public_key-0.22.1 - reltool-0.6.6 - sasl-2.4.1 - typer-0.9.8 - webtool-0.8.10 - xmerl-1.3.7 Conflicts: OTP_VERSION erts/vsn.mk | |||
2014-12-10 | fix failed conflict resolution | Marcus Arendt | |
2014-12-09 | Prepare release | Erlang/OTP | |
2014-12-09 | Merge remote-tracking branch 'upstream/master' | Hans Nilsson | |
2014-12-09 | Merge remote-tracking branch 'upstream/maint' into maint | Hans Nilsson | |
2014-12-09 | Merge branch 'maint' | Hans Nilsson | |
2014-12-09 | ssh: Fix syntax error in .appup | Hans Nilsson | |
2014-12-09 | Merge branch 'maint' | Marcus Arendt | |
2014-12-09 | revert ssh testcase | Marcus Arendt | |
2014-12-09 | Merge branch 'maint' | Dan Gudmundsson | |
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 | eldap: Clarifies documentation for start_tls and search | Hans Nilsson | |