Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-01 | Merge branch 'lemenkov/os_getenv_2/OTP-12342' | Marcus Arendt | |
* lemenkov/os_getenv_2/OTP-12342: Introduce os:getenv/2 | |||
2014-12-01 | Merge branch 'maint' | Raimo Niskanen | |
2014-12-01 | Merge branch 'raimo/snmp/dev' into maint | Raimo Niskanen | |
* raimo/snmp/dev: Try to increase test case timeouts Honor bind_to for manager net_if family inet | |||
2014-12-01 | Merge branch 'maint' | Hans Nilsson | |
2014-12-01 | ssh: Implements and tests erl_tar read from remote host. | Hans Nilsson | |
2014-12-01 | ssh: crypto framework for ssh_sftp:open_tar added | Hans Nilsson | |
2014-12-01 | Merge branch 'maint' | Ingela Anderton Andin | |
2014-12-01 | Merge branch 'ia/ssh/gracefull-termination/OTP-12185' into maint | Ingela Anderton Andin | |
* ia/ssh/gracefull-termination/OTP-12185: ssh: Gracefully handle bad input | |||
2014-11-28 | Merge branch 'maint' | Hans Nilsson | |
* maint: eldap: Fix timeout missing in ssl:connect | |||
2014-11-28 | Merge branch 'maint' | Siri Hansen | |
2014-11-28 | Merge branch 'vladdu/jinterface_format/OTP-12333' | Marcus Arendt | |
* vladdu/jinterface_format/OTP-12333: [jinterface] cleanup code according to new style [jinterface] add Eclipse projects and settings | |||
2014-11-27 | eldap: Fix timeout missing in ssl:connect | Hans Nilsson | |
2014-11-27 | Merge branch 'siri/gen_server/try-catch/OTP-12263' into maint | Siri Hansen | |
* siri/gen_server/try-catch/OTP-12263: Add spec for gen_server:terminate/6,7 | |||
2014-11-27 | Merge branch 'maint' | Dan Gudmundsson | |
2014-11-27 | Merge branch 'dgud/asn1/fix-seqtag/OTP-12326' into maint | Dan Gudmundsson | |
* dgud/asn1/fix-seqtag/OTP-12326: asn1: Fix EXTERNAL (1994 variant) type conversion | |||
2014-11-27 | Merge branch 'maint' | Marcus Arendt | |
2014-11-27 | Merge branch 'josevalim/jv-cover-last-expr-maint/OTP-12328' into maint | Marcus Arendt | |
* josevalim/jv-cover-last-expr-maint/OTP-12328: Fix cover bug on last expressions with empty clauses | |||
2014-11-26 | asn1: Fix EXTERNAL (1994 variant) type conversion | Dan Gudmundsson | |
Missed to add seqtag handling for EXTERNAL type conversion, bug introduced in c266196c016fc1156c7a18cfeec4920ee4075519 | |||
2014-11-26 | Introduce os:getenv/2 | Peter Lemenkov | |
Signed-off-by: Peter Lemenkov <[email protected]> | |||
2014-11-26 | Merge branch 'maint' | Marcus Arendt | |
2014-11-26 | Merge branch 'dotsimon/asn1_automatic_tags/OTP-12318' into maint | Marcus Arendt | |
* dotsimon/asn1_automatic_tags/OTP-12318: Fix IMPLICIT tagging when TagDefault is AUTOMATIC Add test for IMPLICIT tagging when TagDefault is AUTOMATIC | |||
2014-11-26 | Merge branch 'nox/read_file_info-raw/OTP-12325' into maint | Lukas Larsson | |
* nox/read_file_info-raw/OTP-12325: kernel: Do not check unsync:ed file size Introduce new option 'raw' in file_info functions | |||
2014-11-26 | Merge branch 'maint' | Dan Gudmundsson | |
2014-11-26 | Merge branch 'maint' | Lukas Larsson | |
* maint: kernel: Do not check unsync:ed file size Introduce new option 'raw' in file_info functions | |||
2014-11-26 | Merge branch 'nox/read_file_info-raw/OTP-12325' into maint | Lukas Larsson | |
* nox/read_file_info-raw/OTP-12325: kernel: Do not check unsync:ed file size Introduce new option 'raw' in file_info functions | |||
2014-11-26 | Merge branch 'dgud/mnesia/match_object_bug/OTP-12304' into maint | Dan Gudmundsson | |
* dgud/mnesia/match_object_bug/OTP-12304: mnesia: Fix match_object bug | |||
2014-11-26 | Merge branch 'dgud/testcasecuddling' into maint | Dan Gudmundsson | |
* dgud/testcasecuddling: stdlib: Fix timing issue in testcase | |||
2014-11-26 | Merge branch 'maint' | Marcus Arendt | |
2014-11-26 | Merge branch 'RumataEstor/odbc-sign-bug' into maint | Marcus Arendt | |
* RumataEstor/odbc-sign-bug: add odbc:start/stop in testcase Fix signedness bug Fix odbcserver warnings Delete odbcserver unused variables Test to reveal odbcserver protocol bug | |||
2014-11-25 | Merge branch 'maint' | Rickard Green | |
* maint: Implement support for double word atomics using libatomic_ops Improve usage of libatomic_ops for word size atomics Optimize atomic ops with release barrier for 32-bit PowerPC | |||
2014-11-25 | Merge branch 'rickard/libatomic_ops_improvements/OTP-12302' into maint | Rickard Green | |
* rickard/libatomic_ops_improvements/OTP-12302: Implement support for double word atomics using libatomic_ops Improve usage of libatomic_ops for word size atomics | |||
2014-11-25 | Merge branch 'maint' | Bruce Yinhe | |
2014-11-25 | Merge branch 'garret-smith/gs-elf_format-typo' into maint | Bruce Yinhe | |
OTP-12322 * garret-smith/gs-elf_format-typo: Fix typo in llvm/elf_format.hrl | |||
2014-11-25 | [jinterface] cleanup code according to new style | Vlad Dumitrescu | |
2014-11-25 | [jinterface] add Eclipse projects and settings | Vlad Dumitrescu | |
For other IDEs, use these as reference. In short, the formatting style is: - indentation uses only spaces; each level is 4 positions - no trailing whitespace - mostly default Java style formatting (any difference is minor) - always use {} - use 'final' as much as possible | |||
2014-11-25 | kernel: Do not check unsync:ed file size | Lukas Larsson | |
2014-11-25 | Merge branch 'maint' | Hans Bolinder | |
* maint: dialyzer: correct record updates | |||
2014-11-24 | Fix IMPLICIT tagging when TagDefault is AUTOMATIC | Simon Cornish | |
This patch fixes a bug with compliance to X.680 (200811) s31.2.7 Basically, when TagDefault is AUTOMATIC then tags are IMPLICIT unless EXPLICIT is given. | |||
2014-11-24 | dialyzer: correct record updates | Hans Bolinder | |
Correct a bug introduced in commit 8498a3. | |||
2014-11-24 | Merge branch 'maint' | Lukas Larsson | |
* maint: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | Merge branch 'lukas/erts/isfinite-fix/OTP-12268' into maint | Lukas Larsson | |
* lukas/erts/isfinite-fix/OTP-12268: erts: Use finite instead of isfinite with gcc | |||
2014-11-24 | erts: Use finite instead of isfinite with gcc | Lukas Larsson | |
Turns out that isfinite emits a function call and not an instruction in gcc, this makes estone float arith about 50-75% slower. finite emits the instruction so we use that instead. | |||
2014-11-24 | Merge branch 'maint' | Marcus Arendt | |
2014-11-24 | Merge branch 'derek121/doc-spelling-grammar-fixes' into maint | Marcus Arendt | |
* derek121/doc-spelling-grammar-fixes: Fix spelling and grammar | |||
2014-11-24 | add odbc:start/stop in testcase | Marcus Arendt | |
2014-11-20 | Fix spelling and grammar | Derek Brown | |
2014-11-20 | Merge branch 'maint' | Henrik Nord | |
2014-11-20 | Merge branch 'legoscia/io-message-queue-optimisation' into maint | Henrik Nord | |
* legoscia/io-message-queue-optimisation: Optimise io requests for long message queues | |||
2014-11-20 | Merge branch 'marcsugiyama/patch-1/doc-fix' | Marcus Arendt | |
* marcsugiyama/patch-1/doc-fix: Update file.xml | |||
2014-11-20 | stdlib: remove the last traces of Mnemosyne Rules | Hans Bolinder | |
Robert has OK'ed the removal of the token ':-'. |