Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-18 | eldap: update version | Hans Nilsson | |
2014-09-18 | eldap: New very basic test suite. | Hans Nilsson | |
2014-09-18 | eldap: Enable all tcp options in eldap:open | Hans Nilsson | |
Options: OTP-12171 Correct error msgs for Options: OTP-12182 | |||
2014-09-18 | [ct] Fix path of cover export/import files | Siri Hansen | |
5a3c4668 accidentially changed the base directory for cover export and import files, if given as relative paths. This commit fixes this - the files are again expected to be given relative to the directory of the cover spec file itself, or else as absolute paths. | |||
2014-09-18 | ssh: Avoid timeout of init_per_test_case on some platforms | Ingela Anderton Andin | |
Also some code cleanup | |||
2014-09-18 | Add note about adjacent separator characters in string:tokens/2 | Siri Hansen | |
Adjacent separator characters are treated as one in string:tokens/2. This was shown in the example in the reference manual but it was not written in words. A note about this is now added. | |||
2014-09-18 | Add missing release notes | Rickard Green | |
2014-09-15 | Fixed typo: was/were | David N. Welton | |
2014-09-15 | Update release notes | Erlang/OTP | |
2014-09-15 | Update version numbers | Erlang/OTP | |
2014-09-15 | Merge branch 'siri/megaco/fix-appup' into maint | Siri Hansen | |
* siri/megaco/fix-appup: [megaco] Fix appup for OTP-17.3 | |||
2014-09-15 | common_test: Add p-tag to warning-tag | Hans Nilsson | |
2014-09-14 | Merge branch 'anders/diameter/17.3_release/OTP-12093' into maint | Anders Svensson | |
* anders/diameter/17.3_release/OTP-12093: Add recompilation admonition to 17.2 release notes | |||
2014-09-14 | Merge branch 'anders/diameter/Failed-AVP/OTP-12094' into maint | Anders Svensson | |
* anders/diameter/Failed-AVP/OTP-12094: Fix ?MODULE in preprocessed dictionary forms | |||
2014-09-14 | Add recompilation admonition to 17.2 release notes | Anders Svensson | |
That dictionaries need to be recompiled, which is the case whenever diameter_gen.hrl is modified. | |||
2014-09-12 | Fix ?MODULE in preprocessed dictionary forms | Anders Svensson | |
By replacing literal diameter_gen_relay atoms in forms extracted from that module by the name of the module in question. This has been wrong for some time, but only became noticable when the parent commit started using ?MODULE as more than a process dictionary key or tag to match on. In particular, the function dict/1 in diameter_gen.hrl (included by every dictionary module) can now return ?MODULE, which is (not surprisingly) expected to be the name of the dictionary module in question. It wasn't in the case of a module compiled from forms: it was diameter_gen_relay, since that's the module the forms were extracted from. The fix only affects dictionaries compiled from forms, as returned by diameter_make:codec/2. In particular, dictionaries compiled from Erlang source returned by this function, or by diameterc(1), are unaffected. | |||
2014-09-12 | [megaco] Fix appup for OTP-17.3 | Siri Hansen | |
2014-09-12 | edoc, erl_docgen: Enhance internal map type format | Björn-Egil Dahlberg | |
2014-09-12 | OtpErlangList.clone must not return null | Vlad Dumitrescu | |
2014-09-12 | handle empty .erlang.cookie without crashing | Vlad Dumitrescu | |
2014-09-11 | Fix broken deprecation warnings in ssh application | Sebastian Strollo | |
2014-09-11 | fix warning: Socket's InputStream not closed | Vlad Dumitrescu | |
The warning is issued if we assign the stream to a variable. The stream is getting closed together with the socket. | |||
2014-09-11 | silence 'potential resource leak' warnings | Vlad Dumitrescu | |
OtpInputStream and OtoOutputStream don't need closing (they are ByteArray*Streams) | |||
2014-09-11 | don't warn about some unused fields/variables | Vlad Dumitrescu | |
2014-09-11 | handle warnings about potential null pointers | Vlad Dumitrescu | |
2014-09-11 | keep all method parameters final | Vlad Dumitrescu | |
2014-09-11 | renamed method parameters hiding fields | Vlad Dumitrescu | |
2014-09-11 | add 'break' statements to make compiler happy | Vlad Dumitrescu | |
2014-09-11 | remove warnings from OtpMD5 | Vlad Dumitrescu | |
2014-09-11 | rename OtpNode.flags to connFlags | Vlad Dumitrescu | |
was colliding to AbstractNode.flags | |||
2014-09-11 | rename OtpNode.Acceptor.port to acceptorPort | Vlad Dumitrescu | |
was colliding with OtpLocalNode.port | |||
2014-09-11 | rename field 'self' to 'localNode' | Vlad Dumitrescu | |
field 'OtpLocalNode self' was colliding with 'OtpSelf self' in OtpConnection | |||
2014-09-11 | mark deprecated unused private constructor | Vlad Dumitrescu | |
2014-09-11 | simplify 'if' statements | Vlad Dumitrescu | |
2014-09-11 | remove warnings: @Override, switch fall-through | Vlad Dumitrescu | |
2014-09-11 | make serialVersionUID fields private | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary syntax (casts) | Vlad Dumitrescu | |
2014-09-11 | remove unused variables | Vlad Dumitrescu | |
2014-09-11 | removed unnecessary semicolons, imports, labels | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary null pointer checks | Vlad Dumitrescu | |
2014-09-11 | remove unnecessary Cloneable and Serializable | Vlad Dumitrescu | |
2014-09-11 | stdlib: Fix maps type pretty printing | Björn-Egil Dahlberg | |
Properly align union typed assoc values. | |||
2014-09-11 | public_key: Fix link errors in documentation | Ingela Anderton Andin | |
2014-09-11 | Do not rely on macros with implicit vars | José Valim | |
This commit also provides the benefit that the Label argument in gen:call/3 is no longer used, as we can access the sender in the From argument. Therefore, we should be able to change the Label to something more relevant in the future. | |||
2014-09-10 | let Java compiler output all warnings | Vlad Dumitrescu | |
2014-09-10 | Merge branch 'dgud/tools/emacs-fix' into maint | Dan Gudmundsson | |
* dgud/tools/emacs-fix: Add new bif to emacs mode | |||
2014-09-10 | Merge branch 'raimo/snmp/manager-ipv4+ipv6/OTP-12108' into maint | Raimo Niskanen | |
* raimo/snmp/manager-ipv4+ipv6/OTP-12108: Remove debug printouts Fix manager backwards compat for agent addr Update .appup Update documentation Clean up some config warts Raise timeout and see if testcases stabilize Merge manager net_if_mt into net_if Clean up config error handling and negative results Remove decommented code and clean up diff Implement IPv4+IPv6 in MT manager Avoid test case known to fail Improve testcase test for IPv6 capable host Write manager IPv4+IPv6 test Rewrite manager net_if for IPv4+IPv6 | |||
2014-09-10 | Merge branch 'ia/ssl/partial_chain/OTP-12149' into maint | Ingela Anderton Andin | |
* ia/ssl/partial_chain/OTP-12149: ssl: One more workaround as tcp has no delivery gurantee on application level ssl: Prepare for release - soft upgrade ssl, public_key: Add new option partial_chain | |||
2014-09-10 | Merge branch 'lukas/docfixes-17.3/OTP-12152' into maint | Lukas Larsson | |
* lukas/docfixes-17.3/OTP-12152: Fix some spelling misstakes | |||
2014-09-10 | Merge branch 'ia/inets/appup' into maint | Ingela Anderton Andin | |