Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-08 | Removed white space in function name tag as it breaks links | Ingela Anderton Andin | |
2011-03-08 | Merge branch 'bmk/snmp/fixing_snmpc_doc/OTP-9093' into dev | Micael Karlberg | |
2011-03-08 | Renamed snmpc(module) to (just) snmpc and | Micael Karlberg | |
snmpc to snmpc(command)... | |||
2011-03-08 | Change io.xml so that html anchors gets generated for all arities | Patrik Nyblom | |
2011-03-08 | Minor improvement of a script | Hans Bolinder | |
An unnecessary include directive has been removed. | |||
2011-03-08 | Merge branch 'hb/edoc/wiki_encoding/OTP-9109' into dev | Hans Bolinder | |
* hb/edoc/wiki_encoding/OTP-9109: Add encoding when parsing Wiki text | |||
2011-03-08 | Merge branch 'hb/edoc/elib_private/OTP-9110' into dev | Hans Bolinder | |
* hb/edoc/elib_private/OTP-9110: Clean up edoc_lib(3) | |||
2011-03-08 | Merge branch 'ia/odbc/prepare-release-and-bettre-error-msg/OTP-9111' into dev | Ingela Anderton Andin | |
* ia/odbc/prepare-release-and-bettre-error-msg/OTP-9111: Prepare relese and improved error messages OTP-9111 | |||
2011-03-08 | Prepare relese and improved error messages OTP-9111 | Ingela Anderton Andin | |
2011-03-08 | Merge branch 'ia/public_key/prepare-release' into dev | Ingela Anderton Andin | |
* ia/public_key/prepare-release: Prepare for release | |||
2011-03-08 | Merge branch 'ia/ssl/prepare-release' into dev | Ingela Anderton Andin | |
* ia/ssl/prepare-release: Prepare for release | |||
2011-03-08 | The emulator could get into a state where it didn't check for I/O. | Rickard Green | |
2011-03-08 | Merge branch 'jk/ssl_connection_hibernate' into dev | Ingela Anderton Andin | |
* jk/ssl_connection_hibernate: Add the option { hibernate_after, int() } to ssl:connect and ssl:listen OTP-9106 | |||
2011-03-07 | Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and ↵ | Kenneth Lundin | |
component relation attribute. | |||
2011-03-07 | Merge branch 'bmk/inets/httpd/dont_send_empty_chunk/OTP-9091' into dev | Micael Karlberg | |
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. | |||
2011-03-07 | Fixed release notes. | Micael Karlberg | |
2011-03-07 | Fix erroneous types | Kostis Sagonas | |
2011-03-07 | Eliminate two dialyzer warnings | Kostis Sagonas | |
2011-03-07 | Cleanup | Kostis Sagonas | |
2011-03-07 | Clean up edoc_lib(3) | Hans Bolinder | |
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. | |||
2011-03-07 | Merge branch 'dev' into bmk/inets/httpd/dont_send_empty_chunk/OTP-9091 | Micael Karlberg | |
2011-03-07 | Wrong version (downgrade for 5.5 was 5.4 instead which made | Micael Karlberg | |
5.4 appear in two places). | |||
2011-03-07 | Add encoding when parsing Wiki text | Hans Bolinder | |
EDoc used to fail on strings such as "���". Thanks to Richard Carlsson. | |||
2011-03-07 | Prepare for release | Ingela Anderton Andin | |
2011-03-07 | Prepare for release | Ingela Anderton Andin | |
2011-03-07 | Merge branch 'dgud/dialyzer-fixes' into dev | Dan Gudmundsson | |
OTP-9107 | |||
2011-03-07 | Add the option { hibernate_after, int() } to ssl:connect and ssl:listen | Jeroen Koops | |
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. | |||
2011-03-07 | Merge branch 'bmk/snmp/snmpc/OTP-9004' into dev | Micael Karlberg | |
Temporary fix for snmpc command line (ref man) documentation (actually renames the module instead). | |||
2011-03-07 | Temporary module "name" for the module snmpc. | Micael Karlberg | |
2011-03-07 | Merge branch 'dev' into bmk/snmp/snmpc/OTP-9004 | Micael Karlberg | |
2011-03-07 | Merge branch 'lars/xmerl/dialyzer-warnings/OTP-9074' into dev | Lars Thorsen | |
* lars/xmerl/dialyzer-warnings/OTP-9074: Removed dialyzer warning. | |||
2011-03-07 | Removed dialyzer warning. | Lars Thorsen | |
2011-03-07 | Merge branch 'lars/otp/documentation-build/OTP-9073' into dev | Lars Thorsen | |
* lars/otp/documentation-build/OTP-9073: Subsections below level 2 where not handled correct when generating html and pdf. | |||
2011-03-07 | Subsections below level 2 where not handled correct when generating html and ↵ | Lars Thorsen | |
pdf. | |||
2011-03-07 | Add short sleep to prevent timing issues on slow machines | Lukas Larsson | |
2011-03-07 | Update cover tests which depend on compiled files to be skipped if the ↵ | Lukas Larsson | |
compile testcase is skipped | |||
2011-03-07 | Merge branch 'bjorn/erts/fix-fun-call/OTP-9095' into dev | Björn Gustavsson | |
* bjorn/erts/fix-fun-call/OTP-9095: erts: Initialize register that may be referenced by garbage collection | |||
2011-03-07 | Merge branch 'raimo/kernel-implicit_inet6-testcase' into dev | Raimo Niskanen | |
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions | |||
2011-03-07 | Merge branch 'ia/workaround-crypto-start-inconsistency' into dev | Ingela Anderton Andin | |
* ia/workaround-crypto-start-inconsistency: Workaround for application:start(crypto) inconsistency | |||
2011-03-07 | Workaround for application:start(crypto) inconsistency | Ingela Anderton Andin | |
2011-03-07 | Merge branch 'pg/honor-start-type-in-rel-files' into dev | Siri Hansen | |
* pg/honor-start-type-in-rel-files: Honor start type in .rel files when building relup files OTP-9097 | |||
2011-03-07 | Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into dev | Siri Hansen | |
* 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 | |||
2011-03-07 | Merge branch 'siri/observer/improve-etop-doc/OTP-9104' into dev | Siri Hansen | |
* siri/observer/improve-etop-doc/OTP-9104: Improve documentation for etop | |||
2011-03-06 | Code cleanups and simplifications | Kostis Sagonas | |
2011-03-06 | Fix a bug in the calculation of circular dependencies | Kostis Sagonas | |
While at it, applied some cleanups and code modernizations suggested by tidier. | |||
2011-03-06 | Use lists:foreach/2 when the return is not needed | Kostis Sagonas | |
2011-03-06 | Put files alphabetically | Kostis Sagonas | |
2011-03-06 | Fix two erroneous specs of reltool.erl | Kostis Sagonas | |
The reltool module contained two seriously erroneous specs which caused bogus warnings when dialyzing reltool and some correct code of users. These were fixed (specs for start_link/1 and eval_server/3). While at it, did some tidier cleanups and some cosmetic changes. | |||
2011-03-05 | Improve documentation for etop | Siri Hansen | |
2011-03-04 | Merge branch 'bmk/snmp/snmpc_cleanup/OTP-9093' into dev | Micael Karlberg | |
Added doc (src) file for new snmpc (command). |