Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-12 | erts: getsockname is not allowed on non-bound sockets | Lukas Larsson | |
This only produces an error on win32, but should not really be called on *nix either. | |||
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 | |
2014-09-10 | ssl: One more workaround as tcp has no delivery gurantee on application level | Ingela Anderton Andin | |
2014-09-10 | ssl: Prepare for release - soft upgrade | Ingela Anderton Andin | |
2014-09-10 | Fix typo in erlang-mode comment | goofansu | |
2014-09-09 | Merge branch 'anders/diameter/17.3_release/OTP-12093' into maint | Anders Svensson | |
* anders/diameter/17.3_release/OTP-12093: vsn -> 1.7.1 Update appup for OTP-12094 Update appup for OTP-12080 Update appup for OTP-12069 | |||
2014-09-09 | Merge branch 'anders/diameter/5014/OTP-12074' into maint | Anders Svensson | |
* anders/diameter/5014/OTP-12074: Don't leave extra bit in decoded AVP data | |||
2014-09-09 | Merge branch 'anders/diameter/Failed-AVP/OTP-12094' into maint | Anders Svensson | |
* anders/diameter/Failed-AVP/OTP-12094: Fix best effort decode of Failed-AVP Fix decode of Failed-AVP in RFC 3588 answer-message | |||
2014-09-09 | Merge branch 'anders/diameter/counters/OTP-12080' into maint | Anders Svensson | |
* anders/diameter/counters/OTP-12080: Fix counters for answer-message Count relayed messages on {relay, Rbit} Count request retransmissions Fix counting of outgoing requests | |||
2014-09-09 | Merge branch 'anders/diameter/info/OTP-12069' into maint | Anders Svensson | |
* anders/diameter/info/OTP-12069: Map binary process info to a reference/byte count Add info item for diameter:service_info/2 Add (process) info tuple to diameter:service_info/2 Add diameter_dbg:sizes/0 Tweak comments | |||
2014-09-09 | Merge branch 'sverk/crypto-check-version/OTP-12146' into maint | Sverker Eriksson | |
* sverk/crypto-check-version/OTP-12146: crypto: Verify OpenSSL library major version at load | |||
2014-09-09 | Remove debug printouts | Raimo Niskanen | |