summaryrefslogtreecommitdiff
path: root/lib/rpmlock.h
AgeCommit message (Collapse)AuthorFilesLines
2023-11-16Upgrade version to 4.14tizen/4.14.1.1.tizen20230628wangbiao1-1/+16
Change-Id: I21bf1a3a7c25cbec43022202cf2e5865b603a309 Signed-off-by: wangbiao <biao716.wang@samsung.com>
2010-09-21Add "c++ protection" to (hopefully) all of our internal headersPanu Matilainen1-0/+8
2010-04-22Further generalize the rpmlock interfacePanu Matilainen1-2/+7
- Move transaction lock path handling into rpmts.c, export new low level rpmlockAcquire() function to actually grab a lock - Rename rpmtsFreeLock() to rpmlockFree() and return NULL in the general rpm style
2010-04-22Make rpmlock type visible inside rpm, use instead of void*Panu Matilainen1-2/+4
2007-09-11Remove splint tags.Ralf Corsépius1-7/+2
2004-02-26splint fiddles.jbj1-2/+7
CVS patchset: 7134 CVS date: 2004/02/26 01:20:52
2004-02-25Creating transaction locking scheme based on fcntl file lockingniemeyer1-0/+7
during writing operations. For now, this system will wait forever for the lock to be released. This will ensure that current applications will get the necessary protection without breaking unexpectedly. Modified Files: lib/Makefile.am lib/rpmts.c lib/transaction.c Added Files: lib/rpmlock.c lib/rpmlock.h CVS patchset: 7130 CVS date: 2004/02/25 19:54:58