summaryrefslogtreecommitdiffstats
path: root/daemon/sync.c
Commit message (Collapse)AuthorAgeFilesLines
* Tab to space (whitespace fixes only).Richard Jones2010-03-121-1/+1
|
* daemon: Fix sync() call on Unix.Richard Jones2009-11-251-1/+2
|
* sync: Windows implementation of sync() call.Richard Jones2009-11-251-1/+95
| | | | | Replace calls to sync() with calls to sync_disks() which supports Win32 via FlushFileBuffers.
* avoid warning about old-style no-param function definitionJim Meyering2009-08-171-1/+1
| | | | | * daemon/df.c (do_df, do_df_h): Add "void". * sync.c (do_sync): Likewise.
* remove trailing blanksJim Meyering2009-07-031-1/+1
|
* Added test suite.Richard Jones2009-04-111-1/+0
|
* Daemon and library are mostly talking to each other now.Richard Jones2009-04-031-0/+32