aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kernel/src/file.erl
AgeCommit message (Expand)Author
2017-02-01file: match enoent and enotdir in path_openpulitta
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
2016-03-18kernel: Reduce sendfile fallback chunk sizeLukas Larsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2014-11-26Merge branch 'maint'Lukas Larsson
2014-11-26Merge branch 'nox/read_file_info-raw/OTP-12325' into maintLukas Larsson
2014-10-30Merge branch 'nox/rm-raw_files/OTP-12276'Marcus Arendt
2014-06-30Remove untested option 'raw_files' from file moduleAnthony Ramine
2014-06-28Introduce new option 'raw' in file_info functionsAnthony Ramine
2014-06-13Remove documentation and stub for non-exist file:file_info/1Björn Gustavsson
2014-03-19Merge branch 'josevalim/set_cwd-typespec'Henrik Nord
2014-03-10Correct file:set_cwd/1 typespecJosé Valim
2014-01-27erts/kernel: sendfile no longer uses async threadsLukas Larsson
2013-11-29Merge branch 'sv/file-osync/OTP-11498'Lukas Larsson
2013-11-15Add sync option to file:open/2Joseph Blomstedt
2013-05-06Fix unmatched_returns warnings in STDLIB and KernelHans Bolinder
2013-04-11Optimize communication with file io serverAnthony Ramine
2013-02-21Introduce new type file:name_all()Hans Bolinder
2013-02-13Make the file:filename() type more restrictiveBjörn Gustavsson
2013-02-12Merge branch 'pan/unicode_filename_warnings'Björn Gustavsson
2013-02-11Add file:list_dir_all/1 and file:read_link_all/1Björn Gustavsson
2013-02-11Make Unicode correctionsHans Bolinder
2013-01-25Make adjustments for UnicodeHans Bolinder
2013-01-09Add file:allocate/3 operationFilipe David Manana
2013-01-02[stdlib, kernel] Introduce Unicode support for Erlang source filesHans Bolinder
2012-12-20Move ram option from mode() type into open/2 specPatrik Nyblom
2012-12-20Basic documentation of the 'ram' mode in the 'file' moduleJan Daniel Bothma
2012-05-30Merge branch 'maint'Lukas Larsson
2012-05-30Fix chunk usage checkLukas Larsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-22Merge branch 'maint'Patrik Nyblom
2012-03-22Rename dyntrace BIFs to more suiting namesPatrik Nyblom
2012-03-22Correct some errors in the user tag spreadingPatrik 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-08Merge branch 'ta/sendfile/OTP-9240'Lukas Larsson
2011-12-08Merge branch 'egil/file-info-opt-utc/OTP-7687'Björn-Egil Dahlberg
2011-12-08Document file:*_file_info/2Björn-Egil Dahlberg
2011-12-08Remove dead codeBjörn-Egil Dahlberg
2011-12-07Return {error,closed} from sendfile if closedLukas Larsson
2011-12-06Merge branch 'ta/docs'Henrik Nord
2011-12-06Merge branch 'ao/fix-change-time-inval-dates'Henrik Nord
2011-12-05file: correct make_link/2 and make_symlink/2 docsTuncer Ayaz
2011-12-02Add spec for file:read_link_info/2Björn-Egil Dahlberg
2011-12-02Move datetime into prim_fileBjörn-Egil Dahlberg
2011-12-02stdlib: Fix return file_info on epochBjörn-Egil Dahlberg
2011-12-02Fix undefined datetimesBjörn-Egil Dahlberg