aboutsummaryrefslogtreecommitdiffstats
path: root/libibex/ibex_block.c
Commit message (Expand)AuthorAgeFilesLines
* Change to use pthread_mutex directly. (ibex_close): Same.12001-11-021-2/+3
* Added a trylock, used by ibex_use.12001-11-011-20/+12
* If we can't open blocks, dont try to deref it. (ibex_move): Dont try to02001-10-301-29/+38
* If we can't open blocks, dont try to deref it.02001-10-301-3/+5
* Always rename file even if mv failed.92001-10-291-5/+8
* New api entry to move an ibex file in an atomic way.82001-10-281-0/+24
* Added environmental variable IBEX_OPEN_THRESHOLD which limits the maximum22001-10-131-1/+17
* Turn off the o(x) debug set, & include alloca.h & config.h.02001-09-211-0/+8
* Turn off the o(x) debug set.02001-09-211-1/+1
* Use a next pointer so we keep the list intact as we scan it.Not Zed2001-08-151-3/+5
* New function to limit use of fd's. Mark an ibex file in use, re-open ifNot Zed2001-08-151-5/+194
* NOOP if writing to a failed file. (word_index_pre): NOOP if failed file.Not Zed2001-08-101-26/+113
* Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): UseDan Winship2001-04-271-43/+14
* Merge from camel-mt-branch.Not Zed2000-12-241-3/+35
* Added some casts to get rid of warnings. (tail_dump): #if 0ed this out toChristopher James Lahey2000-12-141-1/+1
* Turn off index stats by default.Not Zed2000-11-281-2/+2
* No longer include <db.h>52000-10-261-1/+0
* Bugfixes, performance improvemnts. Should scale up much better thanNot Zed2000-10-251-0/+13
* Include errno.hMiguel de Icaza2000-09-211-0/+1
* ** Merged from IBEX_DISK branch to head.Not Zed2000-09-191-0/+300