summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GC bug in filelock.cPaul Eggert2022-04-171-25/+23
* Fix error in filelock.cMichael Albinus2022-01-291-35/+39
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-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
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-10-231-4/+4
|\|
| * * src/filelock.c (current_lock_owner): Update comment.Paul Eggert2016-10-121-4/+4
| * Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-121-13/+22
* | Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-111-13/+22
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Check actual contents before promting about changed fileStefan Monnier2016-09-021-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-0/+19
|\|
| * Fix the MSDOS buildEli Zaretskii2016-04-301-0/+19
* | Simplify use of O_BINARYPaul Eggert2016-04-141-1/+1
* | Prefer AUTO_STRING_WITH_LEN to make_formatted_stringPaul Eggert2016-04-041-8/+5
* | Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\|