summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAge
* Update copyright year to 2017Paul Eggert2016-12-31
* * src/filelock.c (current_lock_owner): Update comment.Paul Eggert2016-10-12
* Work around Samba bug with ':' in symlink contentsPaul Eggert2016-10-12
* Fix the MSDOS buildEli Zaretskii2016-04-30
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Verify file modifications by other programsEli Zaretskii2015-05-08
* Count MANY function args more reliablyPaul Eggert2015-01-25
* Update copyright year to 2015Paul Eggert2015-01-01
* system-name's returned value can varyPaul Eggert2014-12-29
* Revert previous change.Paul Eggert2014-07-26
* Reorder conditions that are written backwardsAndreas Schwab2014-07-26
* Doc tweaks related to file lockingGlenn Morris2014-03-25
* Remove the build-time option CLASH_DETECTIONGlenn Morris2014-03-25
* Add some Authors: headers based on authors.el.Glenn Morris2014-02-25
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-02
* Suppress some unhelpful warnings when using clang.Jan Djärv2013-09-23
* Omit some unnecessary casts.Paul Eggert2013-08-10
* New macro to iterate over live buffers similar to frames.Dmitry Antipov2013-08-05
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-04
* Fix some minor file descriptor leaks and related glitches.Paul Eggert2013-07-19
* * filelock.c: Fix unlikely file descriptor leaks.Paul Eggert2013-07-18
* * filelock.c (create_lock_file) [!HAVE_MKOSTEMP && !HAVE_MKSTEMP]:Paul Eggert2013-07-14
* * filelock.c: Fix comment to match code.Paul Eggert2013-07-08
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii2013-07-07
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-07
* `write-region-inhibit-fsync' defaults to noninteractive.Paul Eggert2013-05-04
* File synchronization fixes.Paul Eggert2013-03-13
* FILE's lock is now always .#FILE and may be a regular file.Paul Eggert2013-03-05
* * filelock.c (lock_file): Don't access freed storage.Paul Eggert2013-03-02
* The lock for FILE is now .#FILE or .#-FILE.Paul Eggert2013-03-02
* Fix race conditions with MS-Windows lock files by using _sopen.Eli Zaretskii2013-02-27
* Implement CLASH_DETECTION for MS-Windows.Eli Zaretskii2013-02-25
* Merge from emacs-24; up to 2012-12-22T19:09:52Z!rgm@gnu.orgGlenn Morris2013-02-24
|\
| * Fix regression introduced by July 10 filelock.c patch.Paul Eggert2013-02-23
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-31
|/
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-05
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-03
* Remove empty and useless init functions.Dmitry Antipov2012-07-16
* Avoid calls to strlen in path processing functions.Dmitry Antipov2012-07-10
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-09
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Add the option to not create lockfilesDave Abrahams2012-05-09