aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)Author
2011-03-09The number of test nodes where to small for the testsuiteDan Gudmundsson
A miss introduced when converting to common_test
2011-03-09Abort/restart if network has changed, can be a partioned networkDan Gudmundsson
2011-03-09Merge branch 'ks/typer' into devNiclas Axelsson
* ks/typer: (22 commits) Add release notes and up version Strengthen some specs Allow for --show_success_typings spelling also Add '--show_success_typings' option Fix crash in oveloaded contracts with overlapping domains Fix a type error and do some further cleanup Type cleanups and simplifications Cleanup the analysis record Remove typer_annotator.erl and typer.hrl Remove typer_info.erl file Remove typer_options.erl file Remove typer_preprocess.erl file Delete typer_map.erl file, really this time Delete typer_map.erl file Various cleanups Fix Typer's hanging when module name doesn't match filename Moved option to its proper position Clean up of comments Up version to reflect major rewrite Add '--no_spec' option to Typer ... OTP-9113
2011-03-09Remove link_check warnings re httpc.xml,sys.xml and unicode.xmlPatrik Nyblom
2011-03-09Update init_per_suite to not crash when there is no suite/0Lukas Larsson
2011-03-09Merge branch 'hb/erl_docgen/bug_fixes/OTP-8975' into devHans Bolinder
* hb/erl_docgen/bug_fixes/OTP-8975: Minor improvement of a script
2011-03-09Add release notes and up versionKostis Sagonas
2011-03-08Merge branch 'lukas/tools/cover_mem_footprint/OTP-9043' into devLukas Larsson
* 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
2011-03-08Update links info in ct_hooks to point to the right placeLukas Larsson
2011-03-08Merge branch 'kenneth/asn1/componentrelation/OTP-9092' into devKenneth Lundin
* kenneth/asn1/componentrelation/OTP-9092: Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and component relation attribute.
2011-03-08Merge branch 'dev' of super:otp into devKenneth Lundin
2011-03-08Fix spelling on analyseLukas Larsson
2011-03-08Removed white space in function name tag as it breaks linksIngela Anderton Andin
2011-03-08Renamed snmpc(module) to (just) snmpc andMicael Karlberg
snmpc to snmpc(command)...
2011-03-08Change io.xml so that html anchors gets generated for all aritiesPatrik Nyblom
2011-03-08Minor improvement of a scriptHans Bolinder
An unnecessary include directive has been removed.
2011-03-08Merge branch 'hb/edoc/wiki_encoding/OTP-9109' into devHans Bolinder
* hb/edoc/wiki_encoding/OTP-9109: Add encoding when parsing Wiki text
2011-03-08Merge branch 'hb/edoc/elib_private/OTP-9110' into devHans Bolinder
* hb/edoc/elib_private/OTP-9110: Clean up edoc_lib(3)
2011-03-08Merge branch 'ia/odbc/prepare-release-and-bettre-error-msg/OTP-9111' into devIngela Anderton Andin
* ia/odbc/prepare-release-and-bettre-error-msg/OTP-9111: Prepare relese and improved error messages OTP-9111
2011-03-08Prepare relese and improved error messages OTP-9111Ingela Anderton Andin
2011-03-08Merge branch 'ia/public_key/prepare-release' into devIngela Anderton Andin
* ia/public_key/prepare-release: Prepare for release
2011-03-08Merge branch 'ia/ssl/prepare-release' into devIngela Anderton Andin
* ia/ssl/prepare-release: Prepare for release
2011-03-08Merge branch 'jk/ssl_connection_hibernate' into devIngela Anderton Andin
* jk/ssl_connection_hibernate: Add the option { hibernate_after, int() } to ssl:connect and ssl:listen OTP-9106
2011-03-07Fixed crash in asn1ct_check occuring for SEQUENCE with extension mark and ↵Kenneth Lundin
component relation attribute.
2011-03-07Fixed release notes.Micael Karlberg
2011-03-07Fix erroneous typesKostis Sagonas
2011-03-07Eliminate two dialyzer warningsKostis Sagonas
2011-03-07CleanupKostis Sagonas
2011-03-07Clean 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-07Merge branch 'dev' into bmk/inets/httpd/dont_send_empty_chunk/OTP-9091Micael Karlberg
2011-03-07Wrong version (downgrade for 5.5 was 5.4 instead which madeMicael Karlberg
5.4 appear in two places).
2011-03-07Add encoding when parsing Wiki textHans Bolinder
EDoc used to fail on strings such as "���". Thanks to Richard Carlsson.
2011-03-07Prepare for releaseIngela Anderton Andin
2011-03-07Prepare for releaseIngela Anderton Andin
2011-03-07Merge branch 'dgud/dialyzer-fixes' into devDan Gudmundsson
OTP-9107
2011-03-07Add the option { hibernate_after, int() } to ssl:connect and ssl:listenJeroen 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-07Merge branch 'bmk/snmp/snmpc/OTP-9004' into devMicael Karlberg
Temporary fix for snmpc command line (ref man) documentation (actually renames the module instead).
2011-03-07Temporary module "name" for the module snmpc.Micael Karlberg
2011-03-07Removed dialyzer warning.Lars Thorsen
2011-03-07Subsections below level 2 where not handled correct when generating html and ↵Lars Thorsen
pdf.
2011-03-07Add short sleep to prevent timing issues on slow machinesLukas Larsson
2011-03-07Update cover tests which depend on compiled files to be skipped if the ↵Lukas Larsson
compile testcase is skipped
2011-03-07Merge branch 'raimo/kernel-implicit_inet6-testcase' into devRaimo Niskanen
* raimo/kernel-implicit_inet6-testcase: Improve implicit_inet6 testcase skip conditions
2011-03-07Merge branch 'ia/workaround-crypto-start-inconsistency' into devIngela Anderton Andin
* ia/workaround-crypto-start-inconsistency: Workaround for application:start(crypto) inconsistency
2011-03-07Workaround for application:start(crypto) inconsistencyIngela Anderton Andin
2011-03-07Merge branch 'pg/honor-start-type-in-rel-files' into devSiri Hansen
* pg/honor-start-type-in-rel-files: Honor start type in .rel files when building relup files OTP-9097
2011-03-07Merge branch 'siri/observer/slow-load-of-big-crashdumps/OTP-9051' into devSiri 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-06Code cleanups and simplificationsKostis Sagonas
2011-03-06Fix a bug in the calculation of circular dependenciesKostis Sagonas
While at it, applied some cleanups and code modernizations suggested by tidier.
2011-03-06Use lists:foreach/2 when the return is not neededKostis Sagonas