Age | Commit message (Expand) | Author |
2014-01-27 | erts/kernel: sendfile no longer uses async threads | Lukas Larsson |
2013-11-29 | Merge branch 'sv/file-osync/OTP-11498' | Lukas Larsson |
2013-11-15 | Add sync option to file:open/2 | Joseph Blomstedt |
2013-05-06 | Fix unmatched_returns warnings in STDLIB and Kernel | Hans Bolinder |
2013-04-11 | Optimize communication with file io server | Anthony Ramine |
2013-02-21 | Introduce new type file:name_all() | Hans Bolinder |
2013-02-13 | Make the file:filename() type more restrictive | Björn Gustavsson |
2013-02-12 | Merge branch 'pan/unicode_filename_warnings' | Björn Gustavsson |
2013-02-11 | Add file:list_dir_all/1 and file:read_link_all/1 | Björn Gustavsson |
2013-02-11 | Make Unicode corrections | Hans Bolinder |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder |
2013-01-09 | Add file:allocate/3 operation | Filipe David Manana |
2013-01-02 | [stdlib, kernel] Introduce Unicode support for Erlang source files | Hans Bolinder |
2012-12-20 | Move ram option from mode() type into open/2 spec | Patrik Nyblom |
2012-12-20 | Basic documentation of the 'ram' mode in the 'file' module | Jan Daniel Bothma |
2012-05-30 | Merge branch 'maint' | Lukas Larsson |
2012-05-30 | Fix chunk usage check | Lukas Larsson |
2012-03-30 | Update copyright years | Björn-Egil Dahlberg |
2012-03-22 | Merge branch 'maint' | Patrik Nyblom |
2012-03-22 | Rename dyntrace BIFs to more suiting names | Patrik Nyblom |
2012-03-22 | Correct some errors in the user tag spreading | Patrik Nyblom |
2012-03-22 | Add user tag spreading functionality to VM and use in file | Patrik Nyblom |
2012-03-22 | Update dtrace for changes in R15 | Björn-Egil Dahlberg |
2012-03-22 | Add DTrace support for OS X, Solaris, and Linux (via SystemTap), 4/4 | Scott Lystig Fritchie |
2012-01-27 | Move types and specs from erl_bif_types.erl to modules | Hans Bolinder |
2011-12-08 | Merge branch 'ta/sendfile/OTP-9240' | Lukas Larsson |
2011-12-08 | Merge branch 'egil/file-info-opt-utc/OTP-7687' | Björn-Egil Dahlberg |
2011-12-08 | Document file:*_file_info/2 | Björn-Egil Dahlberg |
2011-12-08 | Remove dead code | Björn-Egil Dahlberg |
2011-12-07 | Return {error,closed} from sendfile if closed | Lukas Larsson |
2011-12-06 | Merge branch 'ta/docs' | Henrik Nord |
2011-12-06 | Merge branch 'ao/fix-change-time-inval-dates' | Henrik Nord |
2011-12-05 | file: correct make_link/2 and make_symlink/2 docs | Tuncer Ayaz |
2011-12-02 | Add spec for file:read_link_info/2 | Björn-Egil Dahlberg |
2011-12-02 | Move datetime into prim_file | Björn-Egil Dahlberg |
2011-12-02 | stdlib: Fix return file_info on epoch | Björn-Egil Dahlberg |
2011-12-02 | Fix undefined datetimes | Björn-Egil Dahlberg |
2011-12-02 | Teach file.erl datetime conversions | Björn-Egil Dahlberg |
2011-12-02 | Remove header/trailer support | Lukas Larsson |
2011-12-02 | Expand sendfile documentation | Lukas Larsson |
2011-12-02 | Move sendfile api to file module | Lukas Larsson |
2011-12-01 | Create erlang fallback for sendfile | Lukas Larsson |
2011-11-29 | Implement file:sendfile | Tuncer Ayaz |
2011-11-01 | Fix a crash when file:change_time/2,3 are called with invalid dates | Ahmed Omar |
2011-08-16 | compiler: Don't create filenames starting with "./" | Björn Gustavsson |
2011-06-20 | Add more specs and types | Hans Bolinder |
2011-05-09 | Types and specifications have been modified and added | Hans Bolinder |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg |
2011-02-14 | Fix -spec for file:write_file/3 | Magnus Henoch |
2010-12-03 | Merge branch 'ks/erl_bif_types-cleanup/OTP-8961' into dev | Patrik Nyblom |