Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new internal-autosync API to perform autosync. | Richard W.M. Jones | 2011-01-28 | 1 | -0/+17 |
| | | | | | | | | | Instead of explicitly calling umount-all; sync, we add a daemon function called internal-autosync which does the same. Apart from slightly simplifying the process of closing the handle, the main advantage is we can modify the daemon for the standalone case so that internal-autosync does not do the umount-all operation. | ||||
* | Tab to space (whitespace fixes only). | Richard Jones | 2010-03-12 | 1 | -1/+1 |
| | |||||
* | daemon: Fix sync() call on Unix. | Richard Jones | 2009-11-25 | 1 | -1/+2 |
| | |||||
* | sync: Windows implementation of sync() call. | Richard Jones | 2009-11-25 | 1 | -1/+95 |
| | | | | | Replace calls to sync() with calls to sync_disks() which supports Win32 via FlushFileBuffers. | ||||
* | avoid warning about old-style no-param function definition | Jim Meyering | 2009-08-17 | 1 | -1/+1 |
| | | | | | * daemon/df.c (do_df, do_df_h): Add "void". * sync.c (do_sync): Likewise. | ||||
* | remove trailing blanks | Jim Meyering | 2009-07-03 | 1 | -1/+1 |
| | |||||
* | Added test suite. | Richard Jones | 2009-04-11 | 1 | -1/+0 |
| | |||||
* | Daemon and library are mostly talking to each other now. | Richard Jones | 2009-04-03 | 1 | -0/+32 |