summaryrefslogtreecommitdiff
path: root/src/filelock.c
AgeCommit message (Expand)Author
2022-03-07Remove lock file in --no-build-details, tooLars Ingebrigtsen
2022-01-29Fix error after mergePo Lu
2022-01-29Merge from origin/emacs-28Po Lu
2022-01-29Fix error in filelock.cMichael Albinus
2022-01-11Clean up filelock code related to errnoPaul Eggert
2022-01-11* src/filelock.c (lock_if_free): Fix Haiku positive errno check.Po Lu
2022-01-09; * src/filelock.c (lock_if_free): Fix comment wording.Eli Zaretskii
2022-01-09Fix filelock.c for HaikuPo Lu
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-07-23Make supersession warnings work againLars Ingebrigtsen
2021-07-09Further cleanup for file locksMichael Albinus
2021-07-08Code cleanup wrt file locksMichael Albinus
2021-07-07Make make_lock_file_name more robustLars Ingebrigtsen
2021-07-07Add new user option lock-file-name-transformsLars Ingebrigtsen
2021-07-07Implement file locks for remote files (Bug#49261)Michael Albinus
2021-03-27File unlock errors now issue warnings (Bug#46397)Matt Armstrong
2021-02-10Fix file lock issue (Bug#46397)Paul Eggert
2021-01-01Update copyright year to 2021Paul Eggert
2020-10-05Use the full name of the null byte/character, not its abbreviationAndreas Schwab
2020-03-25Pacify --enable-gcc-warnings for lock_filePaul Eggert
2020-03-22Avoid extra "changed on disk" prompt in save-buffer (Bug#18336)Noam Postavsky
2020-01-20Work better if stat etc. are interruptedPaul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-30Fix bug with lock file on nonstandard filesystemPaul Eggert
2019-09-17Improve reporting of I/O, access errorsPaul Eggert
2019-07-07Remove printmax_t etc.Paul Eggert
2019-06-25Merge from emacs-26Noam Postavsky
2019-06-20Check that length of data returned by sysctl is non-zeroRobert Pluim
2019-04-06Encode the FILENAME argument of 'file-locked-p'Eli Zaretskii
2019-03-21Fix misuses of NULL when talking about the NUL characterStefan Monnier
2019-01-15Add portable dumperDaniel Colascione
2019-01-01Update copyright year to 2019Paul Eggert
2018-06-01Add detailed documentation about lock filesRobert Pluim
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-18Improve make-temp-file performance on local filesPaul Eggert
2017-08-16Merge from Gnulib; use ‘open’ for O_CLOEXECPaul Eggert
2017-08-12Improve make-temp-file performance on local filesPaul Eggert
2017-08-02When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert
2017-05-16Merge with gnulib, pacifying GCC 7Paul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-10-23Merge from origin/emacs-25Paul Eggert
2016-10-12* src/filelock.c (current_lock_owner): Update comment.Paul Eggert
2016-10-12Work around Samba bug with ':' in symlink contentsPaul Eggert
2016-10-11Work around Samba bug with ':' in symlink contentsPaul Eggert