Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-12 | erts: Remove enif_have_dirty_schedulers() | Sverker Eriksson | |
and add 'dirty_scheduler_support' to ErlNifSysInfo | |||
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 | Merge branch 'ia/public_key/links' into maint | Ingela Anderton Andin | |
* ia/public_key/links: public_key: Fix link errors in documentation | |||
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-11 | Update preloaded | Marcus Arendt | |
2014-09-11 | Merge branch 'lrascao/fix_bug_windows_directory_symlinks' into maint | Marcus Arendt | |
* lrascao/fix_bug_windows_directory_symlinks: fix indentation, add comment describing windows symlink creation assumption fix escript archive symlinked across drives OTP-12155 OTP-12154 OTP-12153 | |||
2014-09-10 | Correct SSL_RUNTIME_LIBDIR when erl_xcomp_sysroot ends with a / | Sverker Eriksson | |
2014-09-10 | Add configure option --with-ssl-incl=PATH | Sverker Eriksson | |
to be used together with --with-ssl=PATH if the include directory is in another location. | |||
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 | erts: Correct dirty scheduler NIF API for Windows | Sverker Eriksson | |
enif_schedule_nif() put LAST of the unconditional functions to keep the order which is vital for ABI compatibility on Windows. The conditional dirty scheduler stuff moved down at the end of the list to keep them out of the way. We don't want them mess things up then they become unconditional some day. | |||
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 | |
2014-09-09 | Fix manager backwards compat for agent addr | Raimo Niskanen | |