Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-15 | asn1ct_gen: Clean up generation of values | Björn Gustavsson | |
2017-02-15 | Merge pull request #1321 from bjorng/bjorn/stdlib/tilde-s-for-atoms | Björn Gustavsson | |
Make "~s" fail for Unicode atoms | |||
2017-02-15 | Merge branch 'fix-source-typos' | Björn Gustavsson | |
* fix-source-typos: (25 commits) Fixed typos in system/doc Fixed typos in lib/xmerl Fixed typos in lib/wx Fixed typos in lib/stdlib Fixed typos in lib/snmp Fixed typos in lib/ssl Fixed typos in lib/ssh Fixed typos in PKCS-8.asn1 file Fixed typos in lib/parsetools Fixed typos in lib/orber Fixed typos in lib/mnesia Fixed typos in lib/megaco Fixed typos in lib/kernel Fixed typos in lib/jinterface Fixed typos in lib/inets Fixed typos in lib/hipe Fixed typos in lib/eunit Fixed typos in lib/erl_interface Fixed typos in lib/eldap Fixed typos in lib/edoc ... | |||
2017-02-15 | Merge branch 'jur0/fix-function-name' | Björn Gustavsson | |
* jur0/fix-function-name: Fix function name | |||
2017-02-15 | Merge pull request #1340 from josevalim/jv-erl-expand-records-to-maps | Björn Gustavsson | |
Use maps instead of dict in erl_expand_records | |||
2017-02-15 | Merge pull request #1341 from josevalim/jv-compile-extra-chunks | Björn Gustavsson | |
Add extra_chunks option to compile OTP-14221 | |||
2017-02-15 | Return correct state in the case of failure | Karolis Petrauskas | |
2017-02-14 | Merge branch 'sverker/magic-destructor-veto' | Sverker Eriksson | |
* sverker/magic-destructor-veto: erts: Add deallocation veto for magic destructors | |||
2017-02-14 | erts: Add deallocation veto for magic destructors | Sverker Eriksson | |
A magic destructor can return 0 and thereby take control and prolong the lifetime of a magic binary. | |||
2017-02-14 | ssh: allow a list of fingerprint algos in silently_accept_hosts option | Hans Nilsson | |
2017-02-14 | public_key: generate a list of ssh fingerprints on request | Hans Nilsson | |
2017-02-14 | Merge branch 'maint' | Hans Nilsson | |
2017-02-14 | Merge branch 'hans/ssh/cuddle_tests' into maint | Hans Nilsson | |
2017-02-14 | erts: Fix round/1 for large floats | Sverker Eriksson | |
1> round(6209607916799025.0). 6209607916799026 Problem: Adding/subtracting 0.5 and large double floats between (1 bsl 52) and (1 bsl 53) does not give reliable results. Solution: Use round() function in math.h. | |||
2017-02-14 | ssh: new test - try access outside sftp tree | Hans Nilsson | |
2017-02-14 | Fixed typos in system/doc | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/xmerl | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/wx | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/stdlib | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/snmp | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/ssl | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/ssh | Andrew Dryga | |
2017-02-14 | Fixed typos in PKCS-8.asn1 file | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/parsetools | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/orber | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/mnesia | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/megaco | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/kernel | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/jinterface | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/inets | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/hipe | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/eunit | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/erl_interface | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/eldap | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/edoc | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/diameter | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/dialyzer | Andrew Dryga | |
2017-02-14 | Fixed typos in lib/asn1 | Andrew Dryga | |
2017-02-14 | Fixed typos in erts | Andrew Dryga | |
2017-02-14 | Fixed typos in bootstrap/lib | Andrew Dryga | |
2017-02-14 | Merge branch 'maint' | Ingela Anderton Andin | |
2017-02-14 | Merge branch 'ingela/ssl/handshake-match/ERL-347/OTP-14222' into maint | Ingela Anderton Andin | |
* ingela/ssl/handshake-match/ERL-347/OTP-14222: ssl: Test case robustness ssl: Avoid SSL/TLS hello format confusion | |||
2017-02-13 | Merge branch 'rickard/magic-indirection' | Rickard Green | |
* rickard/magic-indirection: Magic indirection | |||
2017-02-13 | Magic indirection | Rickard Green | |
2017-02-13 | Merge branch 'bjorn/cuddle-with-tests' | Björn Gustavsson | |
* bjorn/cuddle-with-tests: ets_tough_SUITE: Add the gen_server behavior ets_tough_SUITE: Remove functions that are never called ets_SUITE: Eliminate internal exports used for spawn/apply lists_SUITE: Run the droplast/1 test case random_{iolist,unicode_list}: Remove unused functions stdlib test: Eliminate export_all from re_SUITE and friends asn1_SUITE: Make sure that there are no unused functions Simplify running of asn1 app tests asn1_SUITE: Remove unused functions | |||
2017-02-13 | ssl: Test case robustness | Ingela Anderton Andin | |
2017-02-12 | Add extra_chunks option to compile | José Valim | |
This allow languages such as Elixir and LFE to attach extra chunks to the .beam file without having to parse the beam file after compilation. This commit also cleans up the interface to beam_asm, allowing chunks to be passed from the compiler without a need to change beam_asm API on every new chunk. | |||
2017-02-12 | Use maps instead of dict in erl_expand_records | José Valim | |
2017-02-12 | Check for directory with correct path | Karolis Petrauskas | |
When opening file in the ssh_sftpd, directory check should be performed on the server's file tree. | |||
2017-02-12 | Fix relative path handling in sftpd | Karolis Petrauskas | |
Relative path handling fixed to allow opening a file by a path relative to the current working directory. |