summaryrefslogtreecommitdiff
path: root/erts/emulator/nifs/common/prim_file_nif.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* erts: Cap file times to {{9999,12,31},{23,59,59}}John Högberg2022-12-021-3/+6
* Simplify dyncall handling of file handleRaimo Niskanen2021-04-231-9/+4
* Simplify prim_file_nif dyncallRaimo Niskanen2021-04-231-22/+12
* Correct comments regarding state changesRaimo Niskanen2021-04-231-8/+10
* Implement sendfile over NIF handshakeRaimo Niskanen2021-04-231-6/+76
* Add erl option for reading config from file descriptorKjell Winblad2020-12-111-20/+55
* fix race with rename in read_file_nif(), add test caseMikael Pettersson2020-10-091-2/+6
* Merge branch 'maint'Rickard Green2020-03-131-1/+1
|\
| * Update copyright yearRickard Green2020-03-131-1/+1
* | file: allow read_file_info on file descriptorsAndre Nathan2019-07-121-17/+36
* | file: allow open/2 to work on directoriesAndre Nathan2019-05-141-0/+3
|/
* Merge branch 'maint'John Högberg2019-01-091-2/+0
|\
| * Remove an unused variableJohn Högberg2019-01-081-2/+0
* | Merge branch 'maint'Sverker Eriksson2018-12-181-2/+2
|\ \ | |/
| * erts: Fix warning and potential big-endian-bug in prim_fileSverker Eriksson2018-12-131-2/+2
* | Merge branch 'maint'Lukas Larsson2018-12-031-2/+2
|\ \ | |/
| * erts: Fix some 32-bit gcc warningsLukas Larsson2018-12-031-2/+2
* | Merge branch 'maint'John Högberg2018-11-161-43/+105
|\ \ | |/
| * Avoid closing files in gc/monitor callbacksJohn Högberg2018-11-131-43/+103
* | Merge branch 'maint'Rickard Green2018-10-121-0/+3
|\ \ | |/
| * erts: Fix memory leak on file read errorsJohn Högberg2018-09-261-0/+3
* | erts: Remove unnecessary NIF argc testsSverker Eriksson2018-09-251-68/+48
|/
* Update copyright yearHenrik Nord2018-06-181-1/+1
* Fix file:change_group/change_ownerJohn Högberg2018-03-191-3/+3
* Reimplement efile_drv as a dirty NIFJohn Högberg2017-11-301-0/+1237