Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-04 | Merge branch 'klyr/fix-ssl-npn-doc-2/OTP-11457' into maint | Fredrik Gustafsson | |
* klyr/fix-ssl-npn-doc-2/OTP-11457: Fix client_preferred_next_protocols documentation | |||
2013-11-04 | Merge branch 'cmeiklejohn/csm-fix-memsup-problems/OTP-11454' into maint | Fredrik Gustafsson | |
* cmeiklejohn/csm-fix-memsup-problems/OTP-11454: Fix incorrect reporting of memory on OS X via memsup. | |||
2013-11-01 | Typo fix ambigous -> ambiguous | Leo Correa | |
2013-11-01 | Fix client_preferred_next_protocols documentation | Julien Barbot | |
2013-11-01 | Merge branch 'tsloughter/ssh_doc_fix/OTP-11449' into maint | Fredrik Gustafsson | |
* tsloughter/ssh_doc_fix/OTP-11449: fix private_key type documentation in ssh_server_key_api | |||
2013-10-31 | Fix incorrect reporting of memory on OS X via memsup. | Christopher Meiklejohn | |
Application memsup should be calculating free memory using the speculative pages, in the same manner that the Activity Monitor and top programs on OS X do. In addition, correct page size to 4096, based on verification of available memory between top, vm_stat and Activity Monitor. | |||
2013-10-31 | Merge branch 'gomoripeti/pgo-cover-export-all/OTP-11439' into maint | Fredrik Gustafsson | |
* gomoripeti/pgo-cover-export-all/OTP-11439: tools: Fix compile_beam_opts testcase Take compiler options from beam in cover:compile_beam | |||
2013-10-31 | fix private_key type documentation in ssh_server_key_api | Tristan Sloughter | |
2013-10-31 | Remove extraneous dev debug code left in the close function. | Ken Key | |
We do not need a traceback on every close in inet_tls_dist and this breaks using nodetool in control scripts on SSL clustered nodes | |||
2013-10-30 | tools: Fix compile_beam_opts testcase | Fredrik Gustafsson | |
2013-10-30 | Take compiler options from beam in cover:compile_beam | Péter Gömöri | |
Similarly to cover compiling from source (in this case some user specified compiler options are allowed) when cover compiling from existing beam take a filtered list of compiler options from the beamfile. This way e.g. export_all can be preserved. See use case in eb02beb1c3 | |||
2013-10-29 | Merge branch 'hawk/regexp_marker/OTP-11442' into maint | Fredrik Gustafsson | |
* hawk/regexp_marker/OTP-11442: Add XML marker for regexp syntax | |||
2013-10-29 | eldap: re-fixed earlier bug fix... | Hans Nilsson | |
2013-10-28 | eldap: minor doc change after review. | Hans Nilsson | |
2013-10-28 | eldap: Doc | Hans Nilsson | |
2013-10-28 | eldap: Minor change (error code) | Hans Nilsson | |
2013-10-28 | eldap: Changed instruction in test/README | Hans Nilsson | |
2013-10-28 | eldap: Add START_TLS (OTP-11336) | Hans Nilsson | |
2013-10-28 | ssh: Add ssh:sockname/1 incl doc and tests | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-28 | ssh: Add function ssh:peername/1 with test | Hans Nilsson | |
OTP-11345, sto575, tsk374 | |||
2013-10-25 | Add XML marker for regexp syntax | Håkan Mattsson | |
2013-10-25 | Merge branch 'puzza007/emacs_iodata_nonempty_string_builtin_types/OTP-11394' ↵ | Fredrik Gustafsson | |
into maint * puzza007/emacs_iodata_nonempty_string_builtin_types/OTP-11394: Add iodata, nonempty_string to built-in type highlighting for emacs | |||
2013-10-24 | Remove test_server_h from cover spec file | Peter Andersson | |
2013-10-23 | Merge branch 'ates/sctp_errors_fix/OTP-11379' into maint | Fredrik Gustafsson | |
* ates/sctp_errors_fix/OTP-11379: Update primary bootstrap Add more SCTP errors as described in RFC 4960 | |||
2013-10-22 | tools: Add Erlang-specific compilation error regexp for erlang-eunit | Fredrik Gustafsson | |
This defvar was removed in a87a9699735b0a25f99397fba9576f5756da54d3 which made eunit fail on running tests in emacs. | |||
2013-10-21 | Merge branch 'egil/orber/remove-old-ssl-test/OTP-11418' into maint | Björn-Egil Dahlberg | |
2013-10-21 | Merge branch 'mhssler/fix-doc-typos/OTP-11414' into maint | Fredrik Gustafsson | |
* mhssler/fix-doc-typos/OTP-11414: Fix ssh doc typos Fix gen_sctp doc typo Fix erts erlang.xml doc typo | |||
2013-10-21 | Merge branch 'bjorn/asn1/fix-extensible-single-values/OTP-11415' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-extensible-single-values/OTP-11415: PER/UPER: Correct encoding for single-value extensible constraints asn1ct_value: Handle named INTEGERs with constraints | |||
2013-10-18 | Merge branch 'bjorn/asn1/fix-default-values/OTP-11319' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-default-values/OTP-11319: Fix broken handling of default values for BIT STRINGs | |||
2013-10-18 | common_test: Add terminate/1 | Fredrik Gustafsson | |
2013-10-17 | Merge branch 'bjorn/asn1/fix-dot-erlang-issue/OTP-11360' into maint | Björn Gustavsson | |
* bjorn/asn1/fix-dot-erlang-issue/OTP-11360: Cope with .erlang files that print to stdout | |||
2013-10-16 | Merge branch 'robertoaloi/cth_fix_terminate/OTP-11401' into maint | Fredrik Gustafsson | |
* robertoaloi/cth_fix_terminate/OTP-11401: common_test: added code_change/3 for gen_event behaviour The gen_event callback module expects terminate/2, not terminate/1 | |||
2013-10-16 | Fix ssh doc typos | Martin Hässler | |
ssh_rsa changed to 'ssh-rsa' and missing space added. | |||
2013-10-16 | Fix gen_sctp doc typo | Martin Hässler | |
'one-to-may' should be 'one-to-many' | |||
2013-10-15 | Merge branch 'blt/gen_server-typo/OTP-11398' into maint | Fredrik Gustafsson | |
* blt/gen_server-typo/OTP-11398: Change 'recive' to 'receive' in gen_server.erl | |||
2013-10-14 | Merge branch 'fenollp/treewide_remove_unexpected_0xff/OTP-11323' into maint | Fredrik Gustafsson | |
* fenollp/treewide_remove_unexpected_0xff/OTP-11323: Remove ^L characters hidden randomly in the code. Not those used in text files as delimiters. | |||
2013-10-14 | Merge branch 'ia/inets/http-client-cancel-request/OTP-11312' into maint | Ingela Anderton Andin | |
* ia/inets/http-client-cancel-request/OTP-11312: inets: httpc - Remove dead error handling code inets: httpc make httpc_cancel_request/[1,2] asynchronous httpc: Enhanched error handling inets: httpc improve pipelining | |||
2013-10-14 | Merge branch 'ia/ssl/ecc-gnutls/OTP-11370' into maint | Ingela Anderton Andin | |
* ia/ssl/ecc-gnutls/OTP-11370: ssl: Fix dialyzer spec ssl: Honor TLS client ECC extension | |||
2013-10-14 | ssl: Fix dialyzer spec | Ingela Anderton Andin | |
2013-10-14 | Merge remote branch 'origin/peppe/common_test/missing_error_reports' into maint | Peter Andersson | |
* origin/peppe/common_test/missing_error_reports: Use normal- instead of scaled timeouts in test case | |||
2013-10-14 | Merge branch 'kostis/dialyzer_R16B02_fixes/OTP-11374' into maint | Fredrik Gustafsson | |
* kostis/dialyzer_R16B02_fixes/OTP-11374: Fix crash when using remote types in the tail of list types Adopt a convention about unknown modules No reason for calls to unknown modules Use the modern version of is_subtype Adopt a convention about unknown modules Fix a comment Add some more comments about what the test does | |||
2013-10-14 | ssl: Honor TLS client ECC extension | Ingela Anderton Andin | |
Also the server should only send ECC point formats extension not ECC curve extension. | |||
2013-10-12 | Change 'recive' to 'receive' in gen_server.erl | Brian L. Troutwine | |
A small spelling correction merely; no functionality change. | |||
2013-10-11 | common_test: added code_change/3 for gen_event behaviour | Fredrik Gustafsson | |
2013-10-11 | Merge branch 'bjorn/observer/fix-doc-bug/OTP-11335' into maint | Björn Gustavsson | |
* bjorn/observer/fix-doc-bug/OTP-11335: Documentation of tracer/2: Use the correct option name 'overload_check' | |||
2013-10-11 | Merge branch 'ali/fix-inet-typespec/OTP-11377' into maint | Fredrik Gustafsson | |
* ali/fix-inet-typespec/OTP-11377: Fix the typespec for the inet:ifget/2 and inet:ifget/3 return value | |||
2013-10-10 | Use normal- instead of scaled timeouts in test case | Peter Andersson | |
2013-10-10 | Add iodata, nonempty_string to built-in type highlighting for emacs | Paul Oliver | |
These built-in types were missing from emacs highlighting | |||
2013-10-10 | public_key: change encoding to utf8 | Fredrik Gustafsson | |
2013-10-10 | Merge branch 'weisslj/fix-httpd-timeout-options/OTP-11276' into maint | Fredrik Gustafsson | |
* weisslj/fix-httpd-timeout-options/OTP-11276: inets: added testcase for keep_alive_timeout Add test for httpd config option 'script_timeout' Fix httpd config option 'script_timeout' Fix httpd config option 'keep_alive_timeout' |