summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* dialyzer: Expand opaque types before other typesHans Bolinder2015-06-181-11/+31
* Merge branch 'egil/cuddle-tests'Björn-Egil Dahlberg2015-06-171-27/+28
|\
| * kernel: Remove ?line macros in inet_SUITE:t_gethostbyaddr/1Björn-Egil Dahlberg2015-06-091-27/+28
* | Merge branch 'egil/license-compliance/OTP-12848'Björn-Egil Dahlberg2015-06-171-2/+1
|\ \
| * | Revert "Add number of entries to mnesia copy debug message"Björn-Egil Dahlberg2015-06-161-2/+1
* | | Merge branch 'legoscia/dbg-doc'Henrik Nord2015-06-171-3/+4
|\ \ \
| * | | Fix markup in dbg.xmlMagnus Henoch2015-06-171-3/+4
* | | | Merge branch 'egil/fix-compiler-beam_bool/OTP-12844'Björn-Egil Dahlberg2015-06-173-9/+109
|\ \ \ \
| * | | | compiler: Add regressions_SUITEBjörn-Egil Dahlberg2015-06-172-0/+99
| * | | | compiler: Fix beam_bool pass for get_map_elementsBjörn-Egil Dahlberg2015-06-171-9/+10
* | | | | Merge branch 'nybek/fix_so_linger_zero__simple'Raimo Niskanen2015-06-175-3/+352
|\ \ \ \ \
| * | | | | Fix socket option {linger, {true, 0}} to abort TCP connectionsRory Byrne2015-06-091-2/+35
| * | | | | Apply 'show_econnreset' socket option to send errors as wellRory Byrne2015-06-092-3/+181
| * | | | | Add 'show_econnreset' TCP socket optionRory Byrne2015-06-095-3/+141
* | | | | | Merge branch 'ia/ssl/test-cuddle'Ingela Anderton Andin2015-06-1615-38/+0
|\ \ \ \ \ \
| * | | | | | ssl: Remove unnecessary suite callbackIngela Anderton Andin2015-06-1515-38/+0
* | | | | | | Fix typo in commentYuki Ito2015-06-161-1/+1
* | | | | | | Merge branch 'nybek/fix_supervisor_get_childspec'Zandra Hird2015-06-162-14/+42
|\ \ \ \ \ \ \
| * | | | | | | Fix supervisor:get_childspec/2 for simple_one_for_oneRory Byrne2015-06-092-14/+42
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'ia/ssh/doc/message-types'Ingela Anderton Andin2015-06-161-17/+17
|\ \ \ \ \ \ \
| * | | | | | | ssh: Modernize type definitionsIngela Anderton Andin2015-06-161-17/+17
* | | | | | | | Merge branch 'mhssler/doc-os-unsetenv-unicode'Henrik Nord2015-06-161-2/+3
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | stdlib: Document os:unsetenv Unicode supportMartin Hässler2015-05-211-2/+3
* | | | | | | | Merge branch 'ia/inets/deprecate'Ingela Anderton Andin2015-06-1614-234/+207
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | inets: Fix race condition in httpcIngela Anderton Andin2015-06-161-0/+2
| * | | | | | | inets: Remove use of httpd_conf:clean/1 and httpd_conf:custom_clean/3Ingela Anderton Andin2015-06-1611-102/+106
| * | | | | | | inets: Remove use of httpd_conf:make_integer/1Ingela Anderton Andin2015-06-152-9/+15
| * | | | | | | inets: Deprecate functions in util module httpd_conf.erlIngela Anderton Andin2015-06-152-123/+84
| | |_|/ / / / | |/| | | | |
* | | | | | | Remove void() type in documentationPeter Andersson2015-06-169-35/+35
* | | | | | | Merge branch 'peppe/common_test/ct_run_start_and_help'Peter Andersson2015-06-163-154/+169
|\ \ \ \ \ \ \
| * | | | | | | Change default start actions and update documentationPeter Andersson2015-06-093-154/+169
* | | | | | | | Merge branch 'sverk/ets-file2tab-preserve-opts/OTP-12814'Sverker Eriksson2015-06-152-13/+30
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | stdlib: Make ets:file2tab preserve read/write_concurrencySverker Eriksson2015-06-152-12/+29
| * | | | | | | stdlib: Fix ets_SUITE:tabfile_ext4Sverker Eriksson2015-06-081-1/+1
* | | | | | | | Merge branch 'ia/ssl/test-fips'Ingela Anderton Andin2015-06-151-1/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | ssl: Filter suites for openssl FIPS if necessaryIngela Anderton Andin2015-06-101-1/+25
* | | | | | | | | dialyzer: Fix a minor bug concerning opaque typesHans Bolinder2015-06-151-4/+14
* | | | | | | | | dialyzer: Modify warning for comparison of opaque typesHans Bolinder2015-06-156-24/+95
* | | | | | | | | dialyzer: Modify the handling of parametrized opaque typesHans Bolinder2015-06-1518-67/+291
* | | | | | | | | Merge branch 'ia/ssl/unknown-hash/OTP-12829'Ingela Anderton Andin2015-06-151-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssl: Add unassigned valuesIngela Anderton Andin2015-06-101-0/+2
| * | | | | | | | | ssl: Do not crash on proprietary hash_sign algorithmsIngela Anderton Andin2015-06-081-2/+4
| |/ / / / / / / /
* | | | | | | | | Merge branch 'hans/ssh/cuddle_tests'Hans Nilsson2015-06-152-15/+103
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssh: fix bad ssh_basic_SUITE dir_options groupHans Nilsson2015-06-151-10/+27
| * | | | | | | | | ssh: add test case + corr for ssh_info:print/1Hans Nilsson2015-06-152-7/+78
* | | | | | | | | | Merge branch 'gomoripeti/tools/cover-no-beam/OTP-12806'Björn Gustavsson2015-06-153-4/+55
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cover: handle undefined module when analysing to filePéter Gömöri2015-06-103-4/+55
* | | | | | | | | | | Merge branch 'bjorn/mnesia/doc'Björn Gustavsson2015-06-1519-5378/+5040
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Update asn1 documentationxsipewe2015-06-0519-5378/+5040
* | | | | | | | | | | | dialyzer: Simplify some codeHans Bolinder2015-06-151-41/+15