Commit Graph

20 Commits

Author SHA1 Message Date
Enno Boland
fe0e2fe6ce README.md: document how to properly run the test suite 2014-09-29 10:11:58 +02:00
Enno Boland
13e3e74863 README.md: fix wrong backtick to end code segment. 2014-09-23 13:53:38 +02:00
Enno Boland
491d45f771 README.md: describe how to run a test. 2014-09-23 13:39:38 +02:00
Enno Boland
eee58921bc README.md: break lines to fit in 80 cols. 2014-09-23 13:39:38 +02:00
Enno Boland
7b773032c4 README, configure: --with-tests is not supported. Use --enable-tests instead. 2014-09-22 21:03:02 +02:00
Juan RP
1d8777b6f4 README: remove redundant word from previous. 2014-09-18 22:13:30 +02:00
Juan RP
0a0a41e4e9 README: update. 2014-09-18 22:10:14 +02:00
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