https://bugs.kde.org/show_bug.cgi?id=381367

Méven Car <meve...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://commits.kde.org/kio
                   |                            |/f3b0f220a78d4e5a5b94b46e93
                   |                            |1779d755ac19ce
             Status|CONFIRMED                   |RESOLVED
   Version Fixed In|                            |5.58
         Resolution|---                         |FIXED

--- Comment #7 from Méven Car <meve...@gmail.com> ---
Git commit f3b0f220a78d4e5a5b94b46e931779d755ac19ce by Méven Car.
Committed on 13/04/2019 at 13:30.
Pushed by meven into branch 'master'.

Fill UDSEntry::UDS_CREATION_TIME under linux when glibc >= 2.28

Summary:
The birthtime can be retrieved using using the statx function, available since
glibc 2.28. In case the kernel lacks support for the underlying syscall, glibc
falls back to stat internally. The validity of the btime field is indicated in
the mask field, e.g. when the kernel or the filesystem lacks support for btime.
For details, see http://man7.org/linux/man-pages/man2/statx.2.html

In dolphin, the creation time column is now filled in linux :
{F6736022}
FIXED-IN: 5.58

Test Plan:
Tested using kioslavetest and local build of dolphin.
Tested without HAVE_STATX under linux.

Reviewers: #frameworks, dfaure, fvogt, bruns, broulik

Reviewed By: fvogt, bruns

Subscribers: anthonyfieroni, pino, bcooksley, ngraham, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D20096

M  +18   -0    src/ioslaves/file/ConfigureChecks.cmake
M  +3    -0    src/ioslaves/file/config-kioslave-file.h.cmake
M  +92   -24   src/ioslaves/file/file.cpp
M  +17   -0    tests/kioslavetest.cpp

https://commits.kde.org/kio/f3b0f220a78d4e5a5b94b46e931779d755ac19ce

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to