serv_fulltext: don't try to index a null message
[citadel.git] / citadel / server / modules / fulltext / serv_fulltext.c
2023-09-27 Art Cancroserv_fulltext: don't try to index a null message
2023-09-06 Art Cancroserv_fulltext: better handling of exit by yield vs...
2023-09-01 Art Cancrofulltext: be smarter about exiting silently if there...
2023-09-01 Art Cancrofulltext: after the indexer runs for 60 seconds (tunabl...
2023-08-31 Art CancroRewrite of the indexer is complete!
2023-08-31 Art CancroRemoved all the disused CtdlUnregister functions.
2023-08-31 Art Cancrosearch function is complete
2023-08-30 Art CancroWrapping indexer transactions inside a critical section...
2023-08-30 Art CancroRewrote the indexer
2023-08-30 Art CancroRemoved double-fetch-room in the indexer.
2023-08-30 Art Cancrofree(msglist)
2023-08-30 Art CancroTotally ripping apart the indexer.
2023-08-29 Art Cancroserv_fulltext: wordbreaker now returns a libcitadel...
2023-08-29 Art CancroCtdlForEachMessage() don't process message 0
2023-08-26 Art Cancroberkeley_db.c: improvements to transactional data store
2023-08-22 Art CancroCalls to cdb_fetch()/cdb_next_item() now check ptr...
2023-08-21 Art Cancrocdb_fetch() and cdb_next_item() now return a struct...
2023-08-16 Art Cancroserv_fulltext.c: copy the data returned by cdb_fetch...
2023-08-07 Art CancroMarked code that will require some rework for LMDB.
2023-04-17 Art Cancroserv_fulltext.c: style update
2023-02-12 Art Cancrocitadel.h is now citadel_defs.h
2022-06-11 Art CancroIf you can't handle me at my worst, you don't deserve...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...