summaryrefslogtreecommitdiff
path: root/src/filelock.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* * fileio.c, filelock.c, floatfns.c, fns.c: Use bool for boolean.Paul Eggert2012-09-051-12/+12
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-22/+13
* Remove empty and useless init functions.Dmitry Antipov2012-07-161-9/+0
* Avoid calls to strlen in path processing functions.Dmitry Antipov2012-07-101-2/+3
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-4/+4
* More xmalloc and related cleanup.Paul Eggert2012-07-051-1/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Add the option to not create lockfilesDave Abrahams2012-05-091-0/+8
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-1/+1
* * filelock.c (lock_file_1, lock_file): Don't blindly alloca long name;Paul Eggert2011-08-291-14/+21
* * editfns.c (pWIDE, pWIDElen, signed_wide, unsigned_wide):Paul Eggert2011-07-071-7/+8
* * filelock.c: Fix some buffer overrun and integer overflow issues.Paul Eggert2011-06-191-42/+47
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-1/+1
* Replace two copies of readlink code with single gnulib version.Paul Eggert2011-03-311-28/+10
* * filelock.c (lock_file_1): Rename local to avoid shadowing.Paul Eggert2011-03-141-4/+4
* * filelock.c (within_one_second): Now static.Paul Eggert2011-03-141-1/+1
* [ChangeLog]Paul Eggert2011-02-211-4/+0
* Change B_ to BVARTom Tromey2011-02-161-7/+7
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-7/+7
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-4/+4