Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-20 | Fix driver monitor implementation | Rickard Green | |
2017-02-16 | Handle magic refs in db_cleanup_offheap_comp() | Rickard Green | |
2017-02-16 | Merge branch 'maint' | Hans Nilsson | |
2017-02-16 | Merge branch 'hans/ssh/ssh_acceptor_bug/OTP-14108' into maint | Hans Nilsson | |
2017-02-16 | Merge branch 'maint' | Hans Nilsson | |
2017-02-16 | Merge branch 'hans/public_key/ssh_fingerprint_algorithm_list/OTP-14223' into ↵ | Hans Nilsson | |
maint | |||
2017-02-16 | Merge branch 'maint' | Sverker Eriksson | |
2017-02-16 | Merge branch 'sverker/enif_send-noproc-fix/OTP-14229' into maint | Sverker Eriksson | |
* sverker/enif_send-noproc-fix: erts: Fix enif_send from noproc and no msg_env | |||
2017-02-16 | Merge branch 'maint' | Sverker Eriksson | |
2017-02-16 | Merge branch 'sverker/include-module-literal-size/OTP-14228' into maint | Sverker Eriksson | |
* sverker/include-module-literal-size: erts: Add size of literals to module code size | |||
2017-02-16 | Merge branch 'maint' into 'master' | Sverker Eriksson | |
2017-02-16 | Merge branch 'sverker/round-bug/OTP-14227' into maint | Sverker Eriksson | |
* sverker/round-bug/OTP-14227: erts: Fix round/1 for large floats | |||
2017-02-16 | Merge pull request #1323 from bitwalker/erl_tar2 | Björn Gustavsson | |
Update erl_tar to support PAX format (redux) OTP-14226 | |||
2017-02-16 | Update erl_tar to support PAX format, etc. | Paul Schoenfelder | |
This commit introduces the following key changes: - Support for reading tar archives in formats currently in common use, such as v7, STAR, USTAR, PAX, and GNU tar's extensions to the STAR/USTAR format. - Support for writing PAX archives, only when necessary, using USTAR when possible for greater portability. These changes result in lifting of some prior restrictions: - Support for reading archives produced by modern tar implementations when other restrictions described below are present. - Support for filenames which exceed 100 bytes in length, or paths which exceed 255 bytes (see USTAR format specification for more details on this restriction). - Support for filenames of arbitrary length - Support for unicode metadata (the previous behaviour of erl_tar was actually violating the spec, by writing unicode-encoded data to fields which are defined to be 7-bit ASCII, even though this technically worked when using erl_tar at source and destination, it may not have worked with other tar utilities, and this implementation now conforms to the spec). - Support for uid/gid values which cannot be converted to octal integers. | |||
2017-02-16 | Merge branch 'maint' | Lars Thorsen | |
2017-02-16 | Merge branch 'lars/xmerl/standard-namespace-problem/OTP-14139' into maint | Lars Thorsen | |
* lars/xmerl/standard-namespace-problem/OTP-14139: [xmerl] Correct handling of implicit XML namespace | |||
2017-02-15 | ssh: handle return values and exceptions from ssh_acceptor:handle_connection | Hans Nilsson | |
2017-02-15 | ssh: More exact test for is_tcp_socket | Hans Nilsson | |
2017-02-15 | ssh: Add error case for bad socket | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: speling error | Hans Nilsson | |
2017-02-15 | ssh: reword documentation | Hans Nilsson | |
2017-02-15 | [xmerl] Correct handling of implicit XML namespace | Lars Thorsen | |
The namespace_conformant option did not work when parsing documents without explicit XML namespace declaration. | |||
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-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 | 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 | |