summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add debug printouts in release_handler_SUITE:upgrade_ggSiri Hansen2014-04-031-0/+19
* Improve printout of command when encoding is utf-8Siri Hansen2014-04-031-1/+1
* Add debug printouts in crashdump_viewer_SUITE:load_fileSiri Hansen2014-04-031-1/+18
* Merge branch 'siri/cdv-bugs/OTP-11650'Siri Hansen2014-03-274-24/+86
|\
| * Improve crashdump_viewer_SUITE:start_stop test caseSiri Hansen2014-03-261-16/+52
| * Fix crash in crashdump_viewer when node has multiple creationsSiri Hansen2014-03-254-5/+31
| * Change spawn/1 + monitor/2 to spawn_monitor/1 to avoid deadlockSiri Hansen2014-03-251-3/+3
* | Merge branch 'hans/ssh/login_hangs/OTP-11823'Hans Nilsson2014-03-274-4/+42
|\ \
| * | ssh: added daemon option 'parallel_login', default falseHans Nilsson2014-03-263-2/+26
| * | ssh: Added option negotiation_timeout for ssh:daemonHans Nilsson2014-03-263-2/+16
* | | Merge branch 'matwey/systemd/OTP-11829'Lukas Larsson2014-03-274-2/+70
|\ \ \
| * | | Add systemd socket activation for epmd.Matwey V. Kornilov2014-02-194-2/+71
* | | | Merge branch 'pf/document-escript-feature-only-present-in-examples/OTP-11827'Lukas Larsson2014-03-274-21/+43
|\ \ \ \
| * | | | Document an escript:create/2 hidden featurePierre Fenoll2014-03-274-21/+43
| |/ / /
* | | | Merge branch 'lukas/ose/master-17.0/OTP-11334'Lukas Larsson2014-03-2729-216/+904
|\ \ \ \ | |_|/ / |/| | |
| * | | ose: Fix erts assert failed printoutsLukas Larsson2014-03-262-3/+3
| * | | ose: fix for packet_bytes in fd/spawn driver.Jonas Karlsson2014-03-261-134/+155
| * | | ose: Prepare slave for running on OSELukas Larsson2014-03-262-2/+23
| * | | ose: Fix bug when hunting for signal proxyLukas Larsson2014-03-261-1/+1
| * | | ose: Implement tcp inet driver for OSELukas Larsson2014-03-265-49/+529
| * | | ose: Add ifdefs for HAVE_UDPLukas Larsson2014-03-261-6/+39
| * | | ose: Yielding has to be done differently for background processes.Robert Paal2014-03-261-3/+15
| * | | ose: Print faults in aio sys driver callsLukas Larsson2014-03-261-5/+17
| * | | ose: Prinout errno when to_erl read failsLukas Larsson2014-03-261-1/+2
| * | | ose: erlang display goes to ramlog printfLukas Larsson2014-03-262-1/+61
| * | | ose: Initiate stdin/stdout/stderrLukas Larsson2014-03-262-0/+4
| * | | ose: Break lmconf into one per load moduleLukas Larsson2014-03-2616-22/+67
| * | | ose: Reset busy port when pdq emptyLukas Larsson2014-03-231-10/+9
| * | | ose: Restore the owner of the signalAdrian Mangeac2014-03-232-1/+1
* | | | Merge branch 'dgud/test_server/throw_skip'Dan Gudmundsson2014-03-261-1/+9
|\ \ \ \
| * | | | test_server: Allow init_per_ function to throw skipDan Gudmundsson2014-03-121-1/+9
* | | | | Merge branch 'egil/maps-compiler-coverage'Björn-Egil Dahlberg2014-03-266-16/+107
|\ \ \ \ \
| * | | | | compiler: Do not evaluate map expressions with bad keysBjörn-Egil Dahlberg2014-03-252-7/+27
| * | | | | compiler: Throw 'nomatch' on matching with bad binary keysBjörn-Egil Dahlberg2014-03-252-2/+18
| * | | | | compiler: Variable keys are not allowed in MapsBjörn-Egil Dahlberg2014-03-251-2/+1
| * | | | | compiler: Strengthen Maps warnings testsBjörn-Egil Dahlberg2014-03-252-1/+30
| * | | | | compiler: map_pair cannot be a type clause in v3_lifeBjörn-Egil Dahlberg2014-03-251-2/+1
| * | | | | compiler: Remove redudant code in v3_codegenBjörn-Egil Dahlberg2014-03-241-1/+0
| * | | | | compiler: Test deep map structureBjörn-Egil Dahlberg2014-03-241-1/+15
| * | | | | compiler: Remove redundant clause in v3_codegenBjörn-Egil Dahlberg2014-03-241-2/+1
| * | | | | compiler: Cover #{ [] => Var } in testcaseBjörn-Egil Dahlberg2014-03-241-0/+16
* | | | | | Update primary bootstrapBjörn Gustavsson2014-03-2620-4/+10
* | | | | | Merge branch 'nox/compiler/non-matching-patterns-with-literals'Björn Gustavsson2014-03-262-19/+38
|\ \ \ \ \ \
| * | | | | | Correctly handle non-matching patterns against literal valuesAnthony Ramine2014-03-252-19/+38
* | | | | | | Merge branch 'bjorn/stdlib/otp_internal'Björn Gustavsson2014-03-262-32/+11
|\ \ \ \ \ \ \
| * | | | | | | otp_internal: No longer warn for funtions removed in R13BBjörn Gustavsson2014-03-252-28/+7
| * | | | | | | otp_internal: Postpone removals from R17 to OTP 18Björn Gustavsson2014-03-241-4/+4
* | | | | | | | Merge branch 'hb/refman/callback_attribute/OTP-11657'Hans Bolinder2014-03-262-11/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | refman: Clarify the '-callback' attributeHans Bolinder2014-03-262-11/+24
|/ / / / / / / /
* | | | | | | | Merge branch 'bmk/snmp/manager/fix-tests'Micael Karlberg2014-03-261-95/+242
|\ \ \ \ \ \ \ \