summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix documentation typosbitnitdit2018-04-264-8/+8
* | | | | | | Merge branch 'hans/ssh/cuddle_tests'Hans Nilsson2018-04-271-2/+2
|\ \ \ \ \ \ \
| * | | | | | | ssh: Test case fixHans Nilsson2018-04-261-2/+2
* | | | | | | | Merge branch 'hans/ssh/dbg/OTP-14896'Hans Nilsson2018-04-271-1/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | ssh: Correct a call that re-appeared by misstakeHans Nilsson2018-04-251-1/+0
* | | | | | | | | Merge pull request #1799 from IngelaAndin/ingela/ssl/client-has-no-cert/ERL-5...Ingela Andin2018-04-274-38/+70
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssl: Proper handling of clients that choose to send an emptyIngela Anderton Andin2018-04-264-38/+70
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'hasse/stdlib/rfc3339_datetime/OTP-14764'Hans Bolinder2018-04-273-8/+369
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | stdlib: Add RFC 3339 functions to module calendarHans Bolinder2018-04-263-8/+369
* | | | | | | | | | Update appups in kernel, stdlib and sasl for OTP-21.0Siri Hansen2018-04-263-8/+16
* | | | | | | | | | [stdlib/sys]: install one debug function more times (#1781)Pouriya2018-04-263-24/+65
* | | | | | | | | | Merge pull request #1759 from sunboshan/sys-fixSiri Hansen2018-04-263-2/+4
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Fix sys's debug statistics.Boshan Sun2018-04-233-2/+4
* | | | | | | | | | Merge branch 'hasse/stdlib/calendar_systemtime/OTP-13413'Hans Bolinder2018-04-263-6/+59
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | stdlib: Add system time functions to module calendarHans Bolinder2018-04-213-6/+59
* | | | | | | | | | | crypto: Test case with a failing Pub/Priv/P/G combinationHans Nilsson2018-04-261-1/+20
* | | | | | | | | | | crypto: Use EVP-api in dh_compute_key_nif and dh_generate_key_nifHans Nilsson2018-04-261-46/+129
| |_|_|_|_|_|/ / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1797 from bjorng/bjorn/compiler/fold-apply/ERL-614Björn Gustavsson2018-04-262-15/+62
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Rewrite a call of a literal external fun to a direct callBjörn Gustavsson2018-04-252-15/+62
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'bjorn/compiler/misc'Björn Gustavsson2018-04-263-3/+19
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | beam_validator: Clear X registers in wait_timeoutBjörn Gustavsson2018-04-251-1/+1
| * | | | | | | | | sys_core_fold: Eliminate crash for map update in guardBjörn Gustavsson2018-04-252-2/+18
| |/ / / / / / / /
* | | | | | | | | Merge branch 'hans/ssh/cuddle_tests'Hans Nilsson2018-04-261-6/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ssh: Better logging in test caseHans Nilsson2018-04-251-6/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | public_key: Add markers for private and public keysHans Nilsson2018-04-251-2/+4
* | | | | | | | | crypto: Add marker for engine_refHans Nilsson2018-04-251-0/+1
* | | | | | | | | ssh: Use -spec and -type for documentation generationHans Nilsson2018-04-2512-968/+1137
* | | | | | | | | Merge branch 'hasse/stdlib/chars_limit_io/OTP-14983'Hans Bolinder2018-04-256-358/+908
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | stdlib: Modify the printing of map associations with wWpPHans Bolinder2018-04-253-16/+18
| * | | | | | | | | stdlib: Introduce characters limit of formated stringsHans Bolinder2018-04-255-172/+402
| * | | | | | | | | stdlib: Modify ~w/~W when number of characters is limitedHans Bolinder2018-04-253-58/+71
| * | | | | | | | | stdlib: io_lib{_pretty}: Avoid tuple_to_list when possibleHans Bolinder2018-04-252-20/+46
| * | | | | | | | | stdlib: Introduce characters limit of formatted stringsHans Bolinder2018-04-254-232/+511
| |/ / / / / / / /
* | | | | | | | | ssh: Changes suggested by dialyzerHans Nilsson2018-04-254-31/+14
* | | | | | | | | ssh: New -spec and -typeHans Nilsson2018-04-2514-218/+481
|/ / / / / / / /
* | | | | | | | Merge branch 'hasse/stdlib/map_guards_shell/OTP-15035/ERL-613'Hans Bolinder2018-04-252-4/+66
|\ \ \ \ \ \ \ \
| * | | | | | | | stdlib: Correct the linter's check of map guard expressionsHans Bolinder2018-04-242-4/+66
* | | | | | | | | Merge pull request #1785 from richcarl/append-not-concatHans Bolinder2018-04-251-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Do not use lists:concat where lists:append is intendedRichard Carlsson2018-04-171-2/+2
* | | | | | | | | Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson2018-04-258-5/+35
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Introduce map_get guard-safe functionMichał Muskała2018-04-248-5/+35
* | | | | | | | | | Merge pull request #1779 from IngelaAndin/ingela/ssl/hello-pause/ERL-169/OTP-...Ingela Andin2018-04-2510-111/+569
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ssl: Add new API functionsIngela Anderton Andin2018-04-2410-81/+508
| * | | | | | | | | | ssl: Prepare to replace ssl:ssl_accept with ssl:handshakeIngela Anderton Andin2018-04-245-35/+66
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1790 from jhogberg/john/erts/more-alloc-info/OTP-14961John Högberg2018-04-247-843/+642
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | erts: Rewrite memory instrumentationJohn Högberg2018-04-234-843/+615
| * | | | | | | | | | tools: Generate typespecs in doc buildJohn Högberg2018-04-163-0/+27
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'raimo/stdlib/gen_statem-dev/OTP-14015'Raimo Niskanen2018-04-247-124/+291
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | |
| * | | | | | | | | Improve pointer to User's GuideRaimo Niskanen2018-04-181-7/+13
| * | | | | | | | | Fix after feedback on 'When to use'Raimo Niskanen2018-04-171-2/+2