xbps/bin/xbps-rindex
Juan RP 013731c502 Acquire/release a POSIX file lock on repository archives.
- xbps_repo_open() accepts a third argument (bool) to acquire a POSIX file
lock on the repository archive.
- xbps_repo_close() accepts a second argument (bool) to release a POSIX file
lock on the repository archive.

This avoids the issue of multiple xbps-rindex(8) processes being blocked
even for different repositories on the same architecture, resulting in
unnecessary contention.
2014-09-05 12:26:42 +02:00
..
defs.h Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
index-add.c Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
index-clean.c Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
main.c xbps-rindex(8): fix #19. An ATF test-case will be imported later. 2013-11-02 11:34:55 +01:00
Makefile Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
remove-obsoletes.c Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
repoflush.c xbps-rindex: remove -c --clean mode and adapt to the new libxbps API. 2013-10-07 10:23:14 +02:00
sign.c Acquire/release a POSIX file lock on repository archives. 2014-09-05 12:26:42 +02:00
xbps-rindex.8 bin/*/*.8: add missing End-List macros (.El). 2014-08-23 09:26:02 +02:00