aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/vespa/fastos/unix_file.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove FastOS_DirectoryScanTor Egge2023-09-011-111/+0
* Ensure all mmaped files are marked so they will not be part of any coredump.Henning Baldersheim2023-08-221-0/+4
* Use std::filesystem::current_pathTor Egge2023-07-211-25/+0
* Drop non ancient non const GetSize/GetPositionHenning Baldersheim2023-07-181-3/+3
* GC unused SetFileNameHenning Baldersheim2023-07-181-1/+1
* Merge pull request #27809 from vespa-engine/balder/gc-some-obscure-fastos-fil...Tor Egge2023-07-181-72/+38
|\
| * GC some obscure support in FastOS_File for stderr and stdout.Henning Baldersheim2023-07-181-72/+38
* | GC unused Rename interface.Henning Baldersheim2023-07-181-14/+0
|/
* Remove FastOS_File::Delete().Tor Egge2023-07-171-15/+0
* Use std::chrono::duration_cast when converting to system time.Tor Egge2023-03-051-1/+1
* Ensure explicit that we get 64 bit arithmetic.Henning Baldersheim2023-03-021-3/+6
* Unify on system_time from chrono for file modification time.Henning Baldersheim2023-03-011-10/+4
* GC unused functionality.Henning Baldersheim2023-03-011-22/+0
* Use typesafe time for file modification time.Henning Baldersheim2023-03-011-3/+3
* move fastos file code to vespalibHÃ¥vard Pettersen2023-02-281-0/+590