Age | Commit message (Expand) | Author |
2014-09-11 | fix warning: Socket's InputStream not closed | Vlad Dumitrescu |
2014-09-11 | silence 'potential resource leak' warnings | Vlad Dumitrescu |
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 |
2014-09-11 | rename OtpNode.Acceptor.port to acceptorPort | Vlad Dumitrescu |
2014-09-11 | rename field 'self' to 'localNode' | Vlad Dumitrescu |
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-08 | Merge branch 'bjorn/asn1/misc-bug-fixes/OTP-12125' into maint | Björn Gustavsson |
2014-09-08 | Merge branch 'bjorn/asn1/decoding-robustness/OTP-12145' into maint | Björn Gustavsson |
2014-09-08 | Merge branch 'lucafavatella/improve-cpu_sup-error-when-slow-port-init' into m... | Marcus Arendt |
2014-09-05 | Merge branch 'rickard/memory_consuming_tuple_tests' into maint | Rickard Green |
2014-09-05 | Only run upper boundry tuple test with lots of memory | Rickard Green |
2014-09-05 | Merge branch 'vinoski/enif-schedule-nif' into maint | Rickard Green |
2014-09-05 | Fix leak of NIF exports | Rickard Green |
2014-09-05 | Use separate allocation type for NIF export | Rickard Green |
2014-09-05 | Merge branch 'hans/common_test/Makefile_fix' into maint | Hans Nilsson |
2014-09-05 | common_test: update Makefile for ct_property_test module. | Hans Nilsson |
2014-09-05 | Merge branch 'ia/public_key/utf8-doc' into maint | Ingela Anderton Andin |
2014-09-05 | Merge branch 'maint' of git-server:otp into maint | Ingela Anderton Andin |
2014-09-05 | public_key: Correct documentation of ASN-1 type utf8String | Ingela Anderton Andin |
2014-09-04 | Merge branch 'sverk/term_to_binary-realloc-size/OTP-12141' into maint | Sverker Eriksson |
2014-09-04 | Merge branch 'sverk/MIN_SMALL-to-integer' into maint | Sverker Eriksson |
2014-09-04 | erts: Correct conversion of MIN_SMALL numeral to fixnum | Sverker Eriksson |
2014-09-04 | Merge branch 'sverk/nif-inspect-copy-bug/OTP-9828' into maint | Sverker Eriksson |
2014-09-04 | Merge branch 'egil/fix-llvm-cc-warnings/OTP-12138' into maint | Björn-Egil Dahlberg |
2014-09-04 | Merge branch 'egil/maps-with-doc-tests/OTP-12137' into maint | Björn-Egil Dahlberg |
2014-09-03 | erts: Fix bug with enif_make_copy reallocating writable binary | Sverker Eriksson |
2014-09-03 | erts: Fix bug in term_to_binary that reallocates binary with wrong size | Sverker Eriksson |
2014-09-03 | Merge branch 'arekinath/ssh/aes-ctr' into maint | Marcus Arendt |
2014-09-03 | Merge branch 'hans/update_vsn.mk' into maint | Hans Nilsson |
2014-09-03 | ssh: update vsn.mk | Hans Nilsson |
2014-09-03 | inets: update vsn.mk | Hans Nilsson |
2014-09-03 | common_test: update vsn.mk | Hans Nilsson |
2014-09-02 | Merge branch 'hans/proptest/init/OTP-12119' into maint | Hans Nilsson |
2014-09-02 | ssh: Add simple experimental property test suites | Hans Nilsson |
2014-09-02 | inets: Add simple experimental property test suite | Hans Nilsson |
2014-09-02 | common_test: Add experimental module ct_property_test | Hans Nilsson |