aboutsummaryrefslogtreecommitdiffstats
path: root/libibex
Commit message (Expand)AuthorAgeFilesLines
* Final cleanup for the CFLAGS and LIBS in the Makefiles.Ettore Perazzoli2002-01-282-5/+8
* Change to use pthread_mutex directly. (ibex_close): Same.12001-11-023-6/+18
* Added a trylock, used by ibex_use.12001-11-013-20/+22
* Bump this to 15, 5 seems a little small. Its still settable using an02001-10-312-1/+6
* If we can't open blocks, dont try to deref it. (ibex_move): Dont try to02001-10-303-30/+44
* If we can't open blocks, dont try to deref it.02001-10-302-3/+10
* Always rename file even if mv failed.92001-10-292-5/+12
* New api entry to move an ibex file in an atomic way.82001-10-283-0/+32
* More fixing of the license texts.Ettore Perazzoli2001-10-2810-90/+80
* Added environmental variable IBEX_OPEN_THRESHOLD which limits the maximum22001-10-132-1/+24
* Turn off the o(x) debug set, & include alloca.h & config.h.02001-09-212-1/+10
* Turn off the o(x) debug set.02001-09-212-1/+5
* Fix the tail space calculation, it didn't always take into account the72001-09-182-8/+19
* Force open of internal data before using it.Not Zed2001-08-162-0/+5
* Use a next pointer so we keep the list intact as we scan it.Not Zed2001-08-153-4/+12
* New function to limit use of fd's. Mark an ibex file in use, re-open ifNot Zed2001-08-153-5/+216
* NOOP if writing to a failed file. (word_index_pre): NOOP if failed file.Not Zed2001-08-1010-60/+240
* Update the copyrights, replacing Helix Code with Ximian andEttore Perazzoli2001-06-2310-18/+18
* Add GAL_LIBS here too. (testindex_LDADD): And here.Peter Williams2001-06-022-2/+7
* Add GAL_LIBS for gunicode stuff (until glib 2.0) (INCLUDES): UseDan Winship2001-04-276-736/+35
* Oops, fix build.Michael Zucci2001-04-031-1/+3
* heavier testing of libbbexMichael Zucci2001-04-031-17/+134
* Header shuffling. Move glibc headers before gnome stuff. Same here. AddedKjartan Maraas2001-03-264-4/+13
* Merge from camel-mt-branch.Not Zed2000-12-246-6/+128
* Added some casts to get rid of warnings. (tail_dump): #if 0ed this out toChristopher James Lahey2000-12-143-6/+20
* Made cache_sanity only be included if d(x) is defined as x.Christopher James Lahey2000-12-133-1/+14
* ShushJP Rosevear2000-11-291-3/+2
* Turn off index stats by default.Not Zed2000-11-285-17/+31
* If we have the namecache active, and there is no name there, we add itNot Zed2000-11-274-5/+278
* Initialise nameinit & namecache. (contains_name): On first call, load allNot Zed2000-11-163-1/+76
* #include <stdlib.h> to remove warning. #include <stdlib.h> and <string.h>.Kjartan Maraas2000-10-313-0/+8
* Oopps, knew i shoul'dve compiled before committing.Michael Zucci2000-10-263-2/+4
* Another slight performance improvement, reads the list of wordsNot Zed2000-10-264-29/+67
* No longer include <db.h>52000-10-262-1/+4
* Bugfixes, performance improvemnts. Should scale up much better thanNot Zed2000-10-2513-86/+1121
* ShushJP Rosevear2000-10-252-0/+5
* Dumps the contents of indexs.Not Zed2000-10-245-6/+91
* Bumped ibex rev.Not Zed2000-10-123-3/+8
* Added some stat stuff.Not Zed2000-10-125-26/+187
* Truncate key if it is too big to fit in a single block to MAX_KEYLENNot Zed2000-10-102-0/+22
* Make sure we map the 'free' block to a block number when unlinking a blockNot Zed2000-09-284-11/+72
* Include errno.hMiguel de Icaza2000-09-211-0/+1
* ** Merged from IBEX_DISK branch to head.Not Zed2000-09-1916-924/+3681
* ChangeLog mistake.Chris Lahey2000-08-101-1/+1
* Fixed some warnings.NotZed2000-08-103-7/+11
* Make sure we mark the ibex as dirty.NotZed2000-05-122-0/+5
* New function, only write out the ibex if it has changed.NotZed2000-05-073-0/+24
* Also close the fd after we're done.72000-05-072-2/+11
* New function to find out if a file is indexed.NotZed2000-05-073-0/+25
* Set G_LOG_DOMAIN in following files.Matthew Loper2000-05-032-1/+6
* Debug function to dump the whole index to stdout.NotZed2000-04-125-31/+82
* Fixed call to ibex_open.NotZed2000-03-285-11/+61
* add gtk-doc-style commentsDan Winship2000-02-265-8/+144
* + * libical/src/libical/.cvsignore: Added *.lo, *.la, and .libs.Matthew Loper2000-02-222-0/+5
* change noinst_LIBRARIES to noinst_LTLIBRARIES, and supply -static toNotZed2000-02-222-5/+10
* changed mkindex_LDADD to libibex.a instead of libibex.la.Matthew Loper2000-02-212-1/+6
* + * widgets/e-minicard/.cvsignore: Added minicard-label-test,Matthew Loper2000-02-202-0/+5
* For now. make a libibex.a library so we can link it with the camelMiguel de Icaza2000-02-192-5/+8
* fix license and indent styleDan Winship2000-02-1710-1107/+1292
* automakify libibexDan Winship2000-02-173-30/+26
* Finds if a word is indexed under a given name.NotZed2000-02-173-1/+30
* thou shall not shoutBertrand Guiheneuf2000-02-151-0/+7
* Hack together a build using libtool. This should all be auto*'d at someNotZed2000-02-142-12/+21
* Initial revisionMichael Zucci2000-02-1412-0/+1527