summaryrefslogtreecommitdiff
path: root/source/locking/brlock.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-29/+82
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-33/+72
* Syncup getting ready for release.Jeremy Allison2001-07-061-10/+74
* Removed dead code... SGI compiler warnings.Jeremy Allison2001-03-091-2/+0
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-051-13/+13
* get rid of compiler warningsHerb Lewis2000-11-171-1/+1
* add some bracketsAndrew Tridgell2000-06-131-1/+1
* Using a structure for a tdb key can lead to insideous, hardHerb Lewis2000-05-101-20/+21
* Fix for uninitialized memory read in brlock code. brl_locktest now needsJeremy Allison2000-05-051-1/+2
* Fix based on Elrond's code to reduce the store size on removing dead records.Jeremy Allison2000-05-031-0/+1
* - clear dead locks at startupAndrew Tridgell2000-05-031-2/+47
* Fix for stacking locks in brlock and POSIX. Windows only allows a read lockJeremy Allison2000-05-031-1/+1
* Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison2000-04-281-295/+1
* Ok - this is more subtle than it looks :-).Jeremy Allison2000-04-271-0/+2
* Fixed subtle unlocking bug when a file is closed. We need to store theJeremy Allison2000-04-271-10/+27
* Added the hard code :-).Jeremy Allison2000-04-251-27/+332
* 1) added void* state argument to tdb_traverse. guess what! there wereLuke Leighton2000-02-041-10/+5
* added code to allow traversal of the byte range lock databaseAndrew Tridgell2000-01-161-2/+42
* damn, Solaris already has a "enum lock_type"Andrew Tridgell2000-01-141-4/+5
* we now pass all byte range locking testsAndrew Tridgell2000-01-141-2/+57
* the bulk of the new byte range locking coodeAndrew Tridgell2000-01-131-0/+275