summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* `write-region-inhibit-fsync' defaults to noninteractive.Paul Eggert2013-05-041-8/+2
* File synchronization fixes.Paul Eggert2013-03-131-0/+8
* FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-051-187/+252
* * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-021-27/+22
* The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-021-51/+41
* Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii2013-02-271-4/+10
* Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-251-16/+97
* Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-241-1/+1
|\
| * Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-231-1/+1
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-311-10/+8
|/
* Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2