Changed how Message-ID RFC2822 field is generated
[citadel.git] / citadel / modules / fulltext / serv_fulltext.c
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...
2021-01-31 Art Cancrostable now but there are GIANT PIECES MISSING
2021-01-30 Art Cancrodon't run this, it's broken
2021-01-24 Art CancroNo more cleanup hooks. The OS can reclaim memory bette...
2020-08-09 Art CancroRemoved support for 'before read hooks' because there...
2018-08-27 Art Cancrocleaned up some compiler warnings
2018-08-09 Art Cancrotuning the index cache
2017-07-02 Art CancroCompleted initial version of text client admin edit...
2017-03-24 Art CancroUpdated more modules to the new logging standard
2015-10-11 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-10-07 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2015-08-16 Wilfried GoesgensMerge branch 'configdb' of ssh://git.citadel.org/appl...
2015-07-24 Wilfried GoesgensModularise msgbase
2015-06-03 Art CancroFinished migrating legacy control record to new config...
2015-05-07 Art CancroAccidentally merged the configdb branch into Reverting.
2015-05-06 Art Cancromerge
2015-05-01 Art CancroMigrated many other files to the new config system
2015-04-07 Art CancroCreate CDB_CONFIG database. Renamed some members of...
2013-09-12 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-09-01 Wilfried Goesgensrefactor naming of core message manipulation funcions
2013-09-01 Wilfried GoesgensReplace all discrete checks for empty message fields...
2013-08-18 Wilfried Goesgensuse an Enum for the cm_fields vector instead of nameles...
2013-02-24 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2013-02-22 Art CancroCompleted a pair of functions to fetch the user prefere...
2012-06-22 Wilfried GoesgensMODULES: add priorities in execution
2012-05-26 Wilfried GoesgensWrap NULL-Protection around whole section; the pointer...
2012-05-25 Wilfried GoesgensCheck for NULL pointer before passing it into qsort...
2012-01-16 Art CancroThe indexer now prints the 'zero length message' warnin...
2011-09-04 Art CancroRemoved references to Subversion in the code
2011-09-04 Art CancroAdd a warning message if serv_fulltext is getting zero...
2011-09-04 Art CancroBegan working on the 'clean shutdown' code for the...
2011-09-04 Art CancroMoved all of the background tasks back to the old EVT_T...
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2010-09-01 Art CancroMore removal of $Id$ tags
2010-06-07 Wilfried Göesgens* move initialization of context to the top
2010-03-13 Wilfried Göesgens* migrate redirect_buffer logic to StrBuf, valgrind...
2010-02-25 Wilfried Göesgens* rework imap tokenizer, we no longer copy the stuff...
2009-11-10 Art Cancro* Added a new message field '1' which may be set by...
2009-11-08 Dave WestClean up a comment.
2009-11-01 Dave WestFixed the bug that prevented DOWN from working properly.
2009-10-17 Dave WestCitadel API clean up.
2009-10-15 Art Cancro* More license declarations
2008-07-17 Dave WestSystem users (SYS_*) now have proper user numbers.
2008-06-16 Dave WestSpeed up for the indexer.
2008-05-28 Dave WestNow we name all the private contexts.
2008-05-24 Wilfried Göesgens* make QP encoding of senders optional, so we can flag...
2008-03-21 Dave WestDid away with lprintf all together now its called CtdlL...
2008-03-18 Dave WestAdded some more CtdlThreadCheckStop() calls to speed...
2007-12-25 Michael HamptonSomebody broke the build by forgetting to #include...
2007-12-07 Dave WestHunting a bug in scheduled threads that caused a segflt...
2007-12-05 Dave WestChanged the way we do the TSD area.
2007-11-30 Dave WestAdded a macro to get a threads structure.
2007-11-25 Dave WestHere it is, the new thread interface.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-13 Dave WestA little bit of speed up in the wordbreaker for full...
2007-08-05 Dave WestContinue phase 2 of modules stuff.
2007-08-03 Dave WestContinue phase 2 of modules stuff.
2007-07-31 Dave WestContinue phase 2 of modules stuff.