Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-08 | [ct_netconfc] Update documentation | Siri Hansen | |
* Remove edoc comments in ct_netconfc.erl * Rewrite ct_netconfc.xml to use specs for functions and types * Add documentation of new functions in ct_netconfc | |||
2017-05-08 | [ct_netconfc] Start multiple sessions per SSH connection | Siri Hansen | |
The following new functions are added to ct_netconfc: * connect/1,2 - open an SSH connection to a netconf server * disconnect/1 - close the given SSH connectoin * session/1,2,3 - open an SSH channel on the give connection and send 'hello' to start a netconf session. This allows running multiple channels on on SSH connection, realizing one netconf session per channel. The existing ct_netconfc:open will always run one channel(session) per SSH connection. | |||
2017-05-05 | Merge pull request #1438 from josevalim/patch-10 | Björn Gustavsson | |
Remove unused variable warning in compile_SUITE | |||
2017-05-05 | Merge pull request #1437 from c0b/fix-typo/reference-manual | Hans Bolinder | |
system/doc/reference_manual/: fix a typo | |||
2017-05-05 | Merge pull request #1441 from peroksid/master | Hans Bolinder | |
Fixed typo. | |||
2017-05-05 | Revert "Updated OTP version" | Raimo Niskanen | |
This reverts commit 4f03eba5294f1c1bc922b07f1267e6b0099fd4b5. | |||
2017-05-05 | Revert "Prepare release" | Raimo Niskanen | |
This reverts commit dc57404252c47520f352834ad9be45ad684f96c9. | |||
2017-05-05 | Fixed typo. | Alexander Pugachev | |
2017-05-04 | Updated OTP versionOTP-20.0-rc1 | Erlang/OTP | |
2017-05-04 | Prepare release | Erlang/OTP | |
2017-05-04 | Set Release Candidate | Raimo Niskanen | |
2017-05-04 | Update copyright year | Raimo Niskanen | |
2017-05-04 | Update primary bootstrap | Björn Gustavsson | |
2017-05-04 | Update preloaded modules | Björn Gustavsson | |
2017-05-04 | Add missing release note for older debugger version | Peter Andersson | |
2017-05-04 | Fix missing release note | Raimo Niskanen | |
2017-05-04 | Merge branch 'rand/arbitrary_normal_distributions' | Raimo Niskanen | |
* rand/arbitrary_normal_distributions: Disable heavy test case | |||
2017-05-04 | Merge branch 'raimo/rand-dev/OTP-14295' | Raimo Niskanen | |
* raimo/rand-dev/OTP-14295: Adjust timetrap | |||
2017-05-04 | Remove unused variable warning in compile_SUITE | José Valim | |
2017-05-03 | Merge branch 'dgud/mnesia/snmp-sup' | Dan Gudmundsson | |
* dgud/mnesia/snmp-sup: mnesia: Remove not used mnesia_snmp_sup Do not call which_applications() | |||
2017-05-03 | Merge branch 'ingela/ssl/releasenote-fix' | Ingela Anderton Andin | |
* ingela/ssl/releasenote-fix: ssl: Move missing release note fix to correct place | |||
2017-05-03 | ssl: Move missing release note fix to correct place | Ingela Anderton Andin | |
Commit 87584ae85893df917ca83cb0c40748fd4da0f3bc added missing release note but not in the correct place. | |||
2017-05-02 | system/doc/reference_manual/: fix a typo | mr c0b | |
2017-05-02 | Merge branch 'ingela/ssl/missing-relnote' | Ingela Anderton Andin | |
* ingela/ssl/missing-relnote: ssl: Add missing release note | |||
2017-05-02 | ssl: Add missing release note | Ingela Anderton Andin | |
2017-05-02 | Merge branch 'hm/escript-doc' | Rickard Green | |
* hm/escript-doc: Improvements of escript documentation | |||
2017-05-02 | Merge branch 'maint' | Hans Bolinder | |
* maint: Updated OTP version Prepare release inets: Add missing release note dialyzer: Fix a bug regarding unknown types erl_mseg.c: don't use invalid indices in - > cache_powered_node[] Fix release note for OTP-14290 Conflicts: OTP_VERSION erts/emulator/sys/common/erl_mseg.c erts/vsn.mk lib/dialyzer/src/dialyzer_analysis_callgraph.erl | |||
2017-05-02 | Merge remote-tracking branch 'origin/hasse/correct_unknown_types' | Hans Bolinder | |
* origin/hasse/correct_unknown_types: hipe: Fix unknown type dialyzer: Fix unknown type | |||
2017-05-02 | mnesia: Remove not used mnesia_snmp_sup | Dan Gudmundsson | |
It is not used anymore, snmp indecies are now ets tables and not processes. | |||
2017-05-02 | Merge branch 'maint-19' into maint | Hans Bolinder | |
* maint-19: Updated OTP version Prepare release inets: Add missing release note dialyzer: Fix a bug regarding unknown types erl_mseg.c: don't use invalid indices in - > cache_powered_node[] Fix release note for OTP-14290 | |||
2017-05-02 | Do not call which_applications() | Dan Gudmundsson | |
Which may hang if an application start does wait for tables during initilization. | |||
2017-05-02 | Merge branch 'ingela/ssl/prepare-release' | Ingela Anderton Andin | |
* ingela/ssl/prepare-release: ssl: Prepare for release | |||
2017-05-02 | Disable heavy test case | Raimo Niskanen | |
2017-05-02 | Adjust timetrap | Raimo Niskanen | |
2017-05-02 | Merge branch 'dgud/wx/fixup-batch-break' | Dan Gudmundsson | |
* dgud/wx/fixup-batch-break: Fixup batch break | |||
2017-04-28 | ssl: Prepare for release | Ingela Anderton Andin | |
2017-04-28 | Updated OTP versionOTP-19.3.3 | Erlang/OTP | |
2017-04-28 | Prepare release | Erlang/OTP | |
2017-04-28 | Merge branch 'ingela/fix-inets-releasnote' into maint-19 | Erlang/OTP | |
* ingela/fix-inets-releasnote: inets: Add missing release note | |||
2017-04-28 | Merge branch 'hasse/dialyzer/fix_unknown_types/OTP-14368' into maint-19 | Erlang/OTP | |
* hasse/dialyzer/fix_unknown_types/OTP-14368: dialyzer: Fix a bug regarding unknown types | |||
2017-04-28 | Merge branch 'rickard/relnote-fix/OTP-14363' into maint-19 | Erlang/OTP | |
* rickard/relnote-fix/OTP-14363: Fix release note for OTP-14290 | |||
2017-04-28 | Merge branch 'mikpe/erts-erl_mseg-bad-cache-indexing/OTP-14360' into maint-19 | Erlang/OTP | |
* mikpe/erts-erl_mseg-bad-cache-indexing/OTP-14360: erl_mseg.c: don't use invalid indices in - > cache_powered_node[] | |||
2017-04-28 | Merge PR-1413/OTP-14385 | Sverker Eriksson | |
This is a dummy merge of g-andrade:feature/phash2_nif AGAIN as the commit message of 61e55780e2800e340e8ff16b5414f08373f89ef3 did not include ticket number OTP-14385. | |||
2017-04-28 | Dummy commit | Sverker Eriksson | |
2017-04-28 | Merge PR1413 from g-andrade/feature/phash2_nif | Sverker Eriksson | |
Support hashing terms from NIF code | |||
2017-04-28 | Merge PR-1431 from richcarl/mseg-debruijn-usage | Sverker Eriksson | |
Rename macro and add clarifying comment | |||
2017-04-28 | Merge branch 'sverker/internal-hash-opt' | Sverker Eriksson | |
2017-04-28 | Merge branch 'sverker/fix-debug-vm-windows' | Sverker Eriksson | |
2017-04-28 | Improvements of escript documentation | Håkan Mattsson | |
2017-04-28 | Merge branch 'zandra/kernel/nodenames/OTP-13805' | Zandra Norman | |
* zandra/kernel/nodenames/OTP-13805: kernel: Do not allow unicode in nodenames |