aboutsummaryrefslogtreecommitdiffstats
path: root/erts/preloaded/src/prim_file.erl
AgeCommit message (Expand)Author
2018-09-13Fix unsafe use of lists:reverse/1John Högberg
2018-07-18Fix node crash on passing bad arguments to file:read_file_info/2John Högberg
2018-06-18Update copyright yearHenrik Nord
2018-05-23Use system_time instead of monotonic_time as timestamp in loggerSiri Hansen
2018-04-26Remove error_logger process and add logger processSiri Hansen
2018-03-19Fix file:change_group/change_ownerJohn Högberg
2017-11-30Reimplement efile_drv as a dirty NIFJohn Högberg
2016-02-22Fix a few dialyzer warningsHans Bolinder
2015-06-18Change license text to APLv2Bruce Yinhe
2014-01-27erts/kernel: sendfile no longer uses async threadsLukas Larsson
2013-11-15Add sync option to file:open/2Joseph Blomstedt
2013-02-20prim_file: Fix error return from prim_file:list_dir/1Björn Gustavsson
2013-02-18Fix broken prim_file:list_dir_all/1Björn Gustavsson
2013-02-11prim_file: Add list_dir_all() and read_link_all()Björn Gustavsson
2013-02-11Teach prim_file:set_cwd() to avoid entering non-translatable directoriesBjörn Gustavsson
2013-02-11Make prim_file skip invalid filenames in unicode modePatrik Nyblom
2013-02-11prim_file: Refactor functions that return filenamesBjörn Gustavsson
2013-02-11prim_file: Refactor handling of responsesBjörn Gustavsson
2013-02-11prim_file: Always open non-file ports in binary modeBjörn Gustavsson
2013-01-25Extend char() to Unicode charactersHans Bolinder
2013-01-09Add file:allocate/3 operationFilipe David Manana
2012-08-29Merge branch 'maint'Henrik Nord
2012-07-19erts: Remove VxWorks from preloadedBjörn-Egil Dahlberg
2012-07-05Fix various code typos for R15B02Tuncer Ayaz
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Merge branch 'maint'Patrik Nyblom
2012-03-22Remove code causing dialyzer warning from prim_filePatrik Nyblom
2012-03-22Rename dyntrace BIFs to more suiting namesPatrik Nyblom
2012-03-22Add user tag spreading functionality to VM and use in filePatrik Nyblom
2012-03-22Update dtrace for changes in R15Björn-Egil Dahlberg
2012-03-22Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4Scott Lystig Fritchie
2012-01-27Move types and specs from erl_bif_types.erl to modulesHans Bolinder
2011-12-08Change name of bif universaltime_to_seconds/1Björn-Egil Dahlberg
2011-12-08Change options to prim_file:*_file_info/*Björn-Egil Dahlberg
2011-12-08Catch errors from prim_file:*_file_infoBjörn-Egil Dahlberg
2011-12-08Let prim_file validate ctime in file_infoBjörn-Egil Dahlberg
2011-12-02Silence warnings in prim_fileBjörn-Egil Dahlberg
2011-12-02Fix validate structure in file_infoBjörn-Egil Dahlberg
2011-12-02Fix prim_file time conversionsBjörn-Egil Dahlberg
2011-12-02Move datetime into prim_fileBjörn-Egil Dahlberg
2011-12-02Use epoch seconds instead of datetime()Björn-Egil Dahlberg
2011-12-02Remove header/trailer supportLukas Larsson
2011-12-02Only allow tcp sockets as target for sendfileLukas Larsson
2011-12-01Preliminary work on header/trailerLukas Larsson
2011-12-01Implement blocking calls for sendfileLukas Larsson
2011-12-01Implement sendfile using blocking io in asynch threadsLukas Larsson
2011-12-01Create erlang fallback for sendfileLukas Larsson
2011-11-29Implement file:sendfileTuncer Ayaz
2011-09-20Merge branch 'dev' into majorHenrik Nord
2011-09-16Fix typos in erts/preloaded/srcTuncer Ayaz