Age | Commit message (Collapse) | Author |
|
The new_binary() function takes a size argument that is an
int. In the 64-bit emulator (sizeof(int) == 4, sizeof(Uint) == 8),
any sizes >= 0x8000000 become 0xffffffff80000000 and above and
triggers a memory allocation failure.
Change the type of the size argument to Uint, and change any
callers that cast the argument to an int.
Correction-by: Jon Meredith
|
|
* hb/erl_docgen/bug_fixes/OTP-8975:
Minor improvement of a script
|
|
* lukas/tools/cover_mem_footprint/OTP-9043:
Fix spelling on analyse
Add short sleep to prevent timing issues on slow machines
Update cover tests which depend on compiled files to be skipped if the compile testcase is skipped
Conflicts:
lib/tools/test/cover_SUITE.erl
|
|
* kenneth/asn1/componentrelation/OTP-9092:
Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and component relation attribute.
|
|
|
|
|
|
* ia/public_key/doc/link-fix:
Removed white space in function name tag as it breaks links
|
|
|
|
|
|
snmpc to snmpc(command)...
|
|
An unnecessary include directive has been removed.
|
|
* hb/edoc/wiki_encoding/OTP-9109:
Add encoding when parsing Wiki text
|
|
* hb/edoc/elib_private/OTP-9110:
Clean up edoc_lib(3)
|
|
* ia/odbc/prepare-release-and-bettre-error-msg/OTP-9111:
Prepare relese and improved error messages OTP-9111
|
|
|
|
* ia/public_key/prepare-release:
Prepare for release
|
|
* ia/ssl/prepare-release:
Prepare for release
|
|
* jk/ssl_connection_hibernate:
Add the option { hibernate_after, int() } to ssl:connect and ssl:listen
OTP-9106
|
|
component relation attribute.
|
|
httpd_response:send_chunk handles empty list and empty binary -
i.e. no chunk is sent, but it does not handle a list with an
empty binary [<<>>]. This will be sent as an empty chunk - which
in turn will be encoded by http_chunk to the same as a final
chunk, which will make the http client believe that the end of
the page is reached.
|
|
|
|
The <c>edoc_lib</c> module is meant to be private, but since it is
referred to from other man pages it has been included in the OTP
documentation. This change makes all functions private except those
referred to from other pages.
|
|
|
|
5.4 appear in two places).
|
|
EDoc used to fail on strings such as "���".
Thanks to Richard Carlsson.
|
|
|
|
|
|
OTP-9107
|
|
When making an SSL connection (either as client or as server), the
process implementing the connection may use as much as hundreds of
kilobytes of memory, even when idle. This is problematic for any
application maintaining more than just a few SSL connections.
This patch introduces the option { hibernate_after, int() } to the
ssl:connect and ssl:listen functions, making the SSL connection
process go into hibernation after the specified number of milliseconds
of inactivity. This will reduce the memory used by the process to
just a few hundred bytes, making applications with thousands or
more SSL connections feasible, as long as most of the connections
are idle for most of the time (which is typically the case).
The approach of making the process go into hibernation only after
some time of inactivity was chosen because hibernation incurs some
CPU usage, and it is therefore not desirable for a process to
hibernate after each call.
|
|
Temporary fix for snmpc command line (ref man) documentation
(actually renames the module instead).
|
|
|
|
|
|
* lars/xmerl/dialyzer-warnings/OTP-9074:
Removed dialyzer warning.
|
|
|
|
* lars/otp/documentation-build/OTP-9073:
Subsections below level 2 where not handled correct when generating html and pdf.
|
|
pdf.
|
|
|
|
compile testcase is skipped
|
|
* bjorn/erts/fix-fun-call/OTP-9095:
erts: Initialize register that may be referenced by garbage collection
|
|
* raimo/kernel-implicit_inet6-testcase:
Improve implicit_inet6 testcase skip conditions
|
|
* ia/workaround-crypto-start-inconsistency:
Workaround for application:start(crypto) inconsistency
|
|
|
|
* pg/honor-start-type-in-rel-files:
Honor start type in .rel files when building relup files
OTP-9097
|
|
* siri/observer/slow-load-of-big-crashdumps/OTP-9051:
Wait longer than 5 sec instead of 2.5 sec for crashdump to be created in test
Bugfix: Never deliver empty chunk to inets
Fix file descriptor leak in crashdump_viewer:chunk_page
Minor bugfix related to improved performance of crashdump_viewer
Document new cdv script and cdv.bat file for starting crashdump viewer
Add shell script and .bat file to start crashdump_viewer
Fix slow parsing of crashdumps
|
|
* siri/observer/improve-etop-doc/OTP-9104:
Improve documentation for etop
|
|
|
|
Added doc (src) file for new snmpc (command).
|
|
* ks/process_status:
Document exiting and garbage_collecting process statuses
OTP-9102
|
|
* ks/hipe-icode-range-fix:
Cleanup specs
Fix bug in the simplification of inexact comparisons
Various cleanups and cosmetic changes
OTP-9101
|
|
* ks/code-spec-fixes:
Sanitize the specs of the code module
OTP-9100
|