summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Protect against the host name containing an alpha characterLars Ingebrigtsen2022-04-251-0/+13
* * src/filelock.c (Fcreate_lockfiles): Doc string fix.Paul Eggert2022-04-171-2/+2
* Merge from origin/emacs-28Paul Eggert2022-04-171-26/+24
|\
| * Fix GC bug in filelock.cPaul Eggert2022-04-171-25/+23
* | Remove lock file in --no-build-details, tooLars Ingebrigtsen2022-03-071-1/+6
* | Fix error after mergePo Lu2022-01-291-1/+1
* | Merge from origin/emacs-28Po Lu2022-01-291-35/+39
|\ \ | |/
| * Fix error in filelock.cMichael Albinus2022-01-291-35/+39
* | Clean up filelock code related to errnoPaul Eggert2022-01-111-31/+38
* | * src/filelock.c (lock_if_free): Fix Haiku positive errno check.Po Lu2022-01-111-1/+1
* | ; * src/filelock.c (lock_if_free): Fix comment wording.Eli Zaretskii2022-01-091-2/+2
* | Fix filelock.c for HaikuPo Lu2022-01-091-1/+8
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-1/+1
|/
* Make supersession warnings work againLars Ingebrigtsen2021-07-231-1/+1
* Further cleanup for file locksMichael Albinus2021-07-091-40/+34
* Code cleanup wrt file locksMichael Albinus2021-07-081-33/+25
* Make make_lock_file_name more robustLars Ingebrigtsen2021-07-071-1/+10
* Add new user option lock-file-name-transformsLars Ingebrigtsen2021-07-071-55/+17
* Implement file locks for remote files (Bug#49261)Michael Albinus2021-07-071-1/+57
* File unlock errors now issue warnings (Bug#46397)Matt Armstrong2021-03-271-3/+23
* Fix file lock issue (Bug#46397)Paul Eggert2021-02-101-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Use the full name of the null byte/character, not its abbreviationAndreas Schwab2020-10-051-1/+1
* Pacify --enable-gcc-warnings for lock_filePaul Eggert2020-03-251-15/+9
* Avoid extra "changed on disk" prompt in save-buffer (Bug#18336)Noam Postavsky2020-03-221-5/+5
* Work better if stat etc. are interruptedPaul Eggert2020-01-201-1/+2
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix bug with lock file on nonstandard filesystemPaul Eggert2019-10-301-1/+7
* Improve reporting of I/O, access errorsPaul Eggert2019-09-171-42/+44
* Remove printmax_t etc.Paul Eggert2019-07-071-4/+4
* Merge from emacs-26Noam Postavsky2019-06-251-1/+1
|\
| * Check that length of data returned by sysctl is non-zeroRobert Pluim2019-06-201-1/+1
* | Encode the FILENAME argument of 'file-locked-p'Eli Zaretskii2019-04-061-0/+1
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-1/+1
* | Add portable dumperDaniel Colascione2019-01-151-7/+4
|/
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Add detailed documentation about lock filesRobert Pluim2018-06-011-1/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve make-temp-file performance on local filesPaul Eggert2017-08-181-1/+1
* Merge from Gnulib; use ‘open’ for O_CLOEXECPaul Eggert2017-08-161-2/+0
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-8/+5
* When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert2017-08-021-0/+3
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-1/+1
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-5/+2
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\