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
Juan RP
f74bf1c1c8
New custom configuration file format that does not need confuse.
2014-02-25 16:42:52 +01:00
Juan RP
4d1cdcac0c
Fix concurrency issues in pkgdb: only allow 1 write transaction at the same time.
...
This implementation relies on a POSIX named semaphore, which is also
required by xbps-rindex(8).
2014-02-23 08:23:14 +01:00
Juan RP
b61f552562
README.md: don't mention stable release; mention clang and gcc are supported.
2014-01-05 10:11:35 +01:00
Juan RP
f82af7b142
README.md: add c99 compiler to requirements.
2013-11-27 09:06:46 +01:00
Juan RP
f991574228
README.md: update.
2013-11-14 16:24:25 +01:00
Juan RP
3267fa05ad
README.md: misc tweaks.
2013-10-08 10:28:31 +02:00
Juan RP
144f668471
README.md: mention RSA signed repos.
2013-10-07 11:11:19 +02:00
Juan RP
268d1af8cb
README.md: add "Getting source code" section.
2013-09-25 11:24:46 +02:00
Juan RP
efcb373f96
README: relax libarchive version requirement.
2013-08-19 16:00:45 +02:00
Juan RP
ab34c89fdb
README.md: update for 0.25.
2013-07-05 08:08:34 +02:00
Juan RP
99f37f618a
README.md: more tweaks.
2013-06-21 10:45:22 +02:00
Juan RP
2aa09397b9
README -> README.md
2013-06-21 10:36:55 +02:00