Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'maint' | Rickard Green | 2020-03-13 | 28 | -28/+28 |
|\ | |||||
| * | Update copyright year | Rickard Green | 2020-03-13 | 28 | -28/+28 |
* | | [megaco] Add remove date for megaco function | Micael Karlberg | 2020-03-12 | 1 | -1/+1 |
* | | Merge branch 'bjorn/deprecations' | Björn Gustavsson | 2020-03-12 | 14 | -310/+443 |
|\ \ | |||||
| * | | Add cross-checking of DEPRECATIONS and doc generation | Björn Gustavsson | 2020-03-11 | 13 | -310/+269 |
| * | | Add the DEPRECATIONS file | Björn Gustavsson | 2020-03-10 | 1 | -0/+174 |
* | | | Merge branch 'maint' | Raimo Niskanen | 2020-03-10 | 1 | -16/+16 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Merge branch 'toraritte/patch-2' into maint | Raimo Niskanen | 2020-03-10 | 1 | -16/+16 |
| |\ | |||||
| | * | Correct spelling of 'behaviour' and 'time-out' | Raimo Niskanen | 2020-03-10 | 1 | -9/+9 |
| | * | Re-phrase paragraphs | Attila Gulyas | 2020-01-08 | 1 | -8/+8 |
* | | | Merge branch 'maint' | Raimo Niskanen | 2020-03-06 | 1 | -4/+41 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'raimo/stdlib/gen_statem-change_cb' into maint | Raimo Niskanen | 2020-03-06 | 1 | -4/+41 |
| |\ \ | |||||
| | * | | Document change|push|pop _callback_module | Raimo Niskanen | 2020-02-21 | 1 | -4/+41 |
* | | | | Merge branch 'maint' | Hans Bolinder | 2020-03-05 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | doc: Fix a link | Hans Bolinder | 2020-03-05 | 1 | -2/+2 |
| |/ / | |||||
* | | | Add DOC_TARGETS makefile variable | Lukas Larsson | 2020-02-24 | 14 | -110/+121 |
* | | | docgen: Remove many dead entities from dtds | Lukas Larsson | 2020-02-24 | 1 | -1525/+0 |
* | | | Deprecate the distributed disk log feature | Rickard Green | 2020-02-21 | 2 | -0/+22 |
* | | | Merge pull request #2546 from bjorng/bjorn/get_stacktrace/OTP-16484 | Björn Gustavsson | 2020-02-21 | 1 | -0/+1 |
|\ \ \ | |||||
| * | | | Don't keep stacktraces forever | Björn Gustavsson | 2020-02-21 | 1 | -0/+1 |
* | | | | Merge branch 'kjell/erl_interface/remove_deprected/OTP-16328' | Sverker Eriksson | 2020-02-19 | 5 | -151/+115 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove erl_* functions from erl_interface etc | Kjell Winblad | 2020-01-10 | 5 | -151/+115 |
* | | | | Merge branch 'maint' | Raimo Niskanen | 2020-02-17 | 1 | -4/+39 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'raimo/stdlib/gen_statem-change_cb/OTP-16477' into maint | Raimo Niskanen | 2020-02-17 | 1 | -5/+40 |
| |\ \ \ | |||||
| | * | | | Implement change_callback_module | Raimo Niskanen | 2020-02-11 | 1 | -5/+40 |
| | | |/ | | |/| | |||||
* | | | | Merge branch 'maint' | Sverker Eriksson | 2020-02-17 | 1 | -3/+5 |
|\ \ \ \ | |/ / / | |||||
| * | | | fixup! Clarify try-of documentation | Sverker Eriksson | 2020-02-14 | 1 | -1/+1 |
| * | | | fixup! Clarify try-of documentation | Sverker Eriksson | 2020-02-14 | 1 | -2/+3 |
| * | | | Clarify try-of documentation | Sverker Eriksson | 2020-02-14 | 1 | -3/+4 |
* | | | | Merge pull request #2521 from bjorng/bjorn/compiler/map-bin-exprs/OTP-14708 | Björn Gustavsson | 2020-02-07 | 2 | -21/+82 |
|\ \ \ \ | |||||
| * | | | | Update documentation for map and binary matching | Björn Gustavsson | 2020-02-06 | 2 | -21/+82 |
* | | | | | Deprecate pg2 as well as schedule it for removal | Rickard Green | 2020-02-06 | 2 | -0/+24 |
* | | | | | Merge pull request #2524 from max-au/max-au/pg | Rickard Green | 2020-02-06 | 3 | -3/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | pg: distributed named process groups | Maxim Fedorov | 2020-02-05 | 3 | -3/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'maint' | Ingela Anderton Andin | 2020-02-06 | 1 | -1/+1 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Update distributed_applications.xml | Siri Hansen | 2020-02-06 | 1 | -1/+1 |
| | |/ | |/| | |||||
* | | | Merge pull request #2486 from eproxus/eproxus/document-noconnection | Lukas Larsson | 2020-02-04 | 1 | -1/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Document noconnection error more prominently | Adam Lindberg | 2019-12-17 | 1 | -1/+5 |
* | | | Merge branch 'ingela/ssl/remove-sslv3/OTP-14790' | Ingela Anderton Andin | 2020-01-10 | 2 | -0/+16 |
|\ \ \ | |||||
| * | | | ssl: Remove SSL-3.0 support | Ingela Anderton Andin | 2020-01-09 | 2 | -0/+16 |
* | | | | Merge pull request #2470 from toraritte/patch-1 | Raimo Niskanen | 2020-01-09 | 1 | -12/+9 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Remove unaesthetic whitespace | Raimo Niskanen | 2020-01-09 | 1 | -5/+3 |
| * | | | Minor stylistic changes and some typo fixes | Attila Gulyas | 2019-11-27 | 1 | -10/+9 |
| | |/ | |/| | |||||
* | | | inets: httpd - remove use of http_uri and mod_esi eval API | Ingela Anderton Andin | 2019-12-13 | 2 | -1/+23 |
* | | | inets: httpd - Remove support for legacy Apache config files | Ingela Anderton Andin | 2019-12-13 | 2 | -1/+23 |
* | | | inets: httpd - Remove deprected API | Ingela Anderton Andin | 2019-12-13 | 2 | -0/+19 |
| |/ |/| | |||||
* | | crypto: Deprecate Old API | Hans Nilsson | 2019-12-05 | 2 | -0/+26 |
* | | Merge branch 'maint' | Björn Gustavsson | 2019-11-13 | 2 | -2/+4 |
|\ \ | |/ | |||||
| * | Document the allowed float sizes for the bit syntax | Richard Carlsson | 2019-11-13 | 2 | -2/+4 |
* | | Merge branch 'maint' | Lukas Larsson | 2019-10-23 | 1 | -1/+2 |
|\ \ | |/ |