summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Remove support for IRIXPaul Eggert2016-03-071-8/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-2/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-4/+0
* Verify file modifications by other programsEli Zaretskii2015-05-081-24/+25
* Count MANY function args more reliablyPaul Eggert2015-01-251-9/+3
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* system-name's returned value can varyPaul Eggert2014-12-291-3/+4
* Revert previous change.Paul Eggert2014-07-261-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2014-07-261-2/+2
* Doc tweaks related to file lockingGlenn Morris2014-03-251-1/+3
* Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-251-6/+0
* Add some Authors: headers based on authors.el.Glenn Morris2014-02-251-2/+6
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-1/+1
* Suppress some unhelpful warnings when using clang.Jan Djärv2013-09-231-4/+12
* Omit some unnecessary casts.Paul Eggert2013-08-101-1/+1
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-051-7/+6
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-041-16/+2
* Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-191-2/+4
* * filelock.c: Fix unlikely file descriptor leaks.Paul Eggert2013-07-181-6/+3
* * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:Paul Eggert2013-07-141-7/+2
* * filelock.c: Fix comment to match code.Paul Eggert2013-07-081-2/+2
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii2013-07-071-0/+1
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-071-3/+12