summaryrefslogtreecommitdiff
path: root/src/luaotfload-database.lua
Commit message (Expand)AuthorAgeFilesLines
* [*] remove references to obsolete formats (PF{A,B}, DFONT, FEA)Philipp Gesang2016-04-201-5/+3
* [db,conf] drop support for PS fontsPhilipp Gesang2016-04-201-66/+5
* [*] shred 2014 fontloaderPhilipp Gesang2016-04-191-1/+0
* [db,fontloader] fix subfont table handling (by Dohyun Kim)Philipp Gesang2016-04-181-1/+1
* [db] fix misleading error messagePhilipp Gesang2016-04-181-4/+2
* [db] undo commented out texmf tree processingPhilipp Gesang2016-04-171-1/+1
* [db] fix extraction of name info important for family clusteringPhilipp Gesang2016-04-151-76/+98
* [db] pull raw name information with getinfo()Philipp Gesang2016-04-131-3/+9
* [db] add some stats regarding the new loaderPhilipp Gesang2016-04-131-25/+99
* [db] adjust names extraction to Lua loaderPhilipp Gesang2016-04-121-59/+79
* [db] in ff mode, collect font object after accessPhilipp Gesang2016-04-101-3/+1
* [db] do not rely on __gc for font object lifetimesPhilipp Gesang2016-04-101-0/+5
* [conf,db] allow switching back to fontforgePhilipp Gesang2016-04-091-4/+17
* [tool,db] kill off fontforgePhilipp Gesang2016-04-091-39/+12
* [db] ditch our gzip wrappersPhilipp Gesang2016-04-081-41/+4
* [*] update dates, versionPhilipp Gesang2016-04-071-1/+1
* [features,loaders] fix lookup conflicts via introduction of “evl” lookupPhilipp Gesang2016-02-191-2/+2
* [*] bump version and datePhilipp Gesang2015-12-091-2/+2
* [tool,db] make cache directives work againPhilipp Gesang2015-11-281-1/+1
* [db] fix search path construction on Win hostsPhilipp Gesang2015-11-221-1/+1
* [db] emit message when skipping PWDPhilipp Gesang2015-11-221-1/+5
* [db] adapt log behavior of font path searchPhilipp Gesang2015-11-221-6/+6
* [db] omit duplicate entries from fuzzed lookup resultsPhilipp Gesang2015-10-301-2/+22
* [tool,resolvers,db] fix references to the fonts tablePhilipp Gesang2015-10-291-1/+2
* [db] fix passing inverse format listPhilipp Gesang2015-10-291-2/+3
* [db] fix access to restructured globalsPhilipp Gesang2015-10-281-10/+10
* [db] fix behavior when starting with no dataPhilipp Gesang2015-10-281-3/+8
* [main, *] convert for centralized initialization routinePhilipp Gesang2015-09-271-3/+3
* [main, db] convert for deferred initializationPhilipp Gesang2015-09-271-214/+226
* [db] write database if some files no longer exist on diskPhilipp Gesang2015-07-261-12/+35
* [main,init,db,resolvers] separate resolvers from main into separate filePhilipp Gesang2015-07-231-31/+32
* [db,tool] prevent database rebuild when querying version infoPhilipp Gesang2015-06-191-4/+12
* [db,tool,conf] fix thinko in db update suppressionPhilipp Gesang2014-07-261-3/+3
* [log,db] fix options to os.date() on non-posix systemsPhilipp Gesang2014-07-161-1/+1
* [db] remove the alternative (and buggy) verbose file lookupPhilipp Gesang2014-07-121-62/+28
* aux: add helpers for accessing the index table/index filePhilipp Gesang2014-06-041-0/+14
* [db,tool] add db creation and modification time to version messagePhilipp Gesang2014-05-151-0/+7
* [db] store creation and modification time in meta tablePhilipp Gesang2014-05-151-5/+11
* [main] choose resolver at runtimePhilipp Gesang2014-05-151-0/+2
* [db] always log index and lookup cache locationsPhilipp Gesang2014-05-151-4/+4
* [db,tool,diagnose] eliminat static config hackPhilipp Gesang2014-05-141-50/+7
* [conf,db,diagnose] reimplement runtime cache path handling as configuration taskPhilipp Gesang2014-05-141-21/+19
* db: enforce db.update_live optionPhilipp Gesang2014-05-051-4/+16
* [db] add resolvers to fonts.names namespacePhilipp Gesang2014-04-241-0/+2
* [colors,conf,db,main,tool] adapt the TeX run code to new configurationPhilipp Gesang2014-04-241-4/+3
* [db,conf,main,tool] move primary configuration table to new configuration mod...Philipp Gesang2014-04-221-92/+39
* [tool,db,conf] integrate defaults into new config modelPhilipp Gesang2014-04-221-5/+5
* [parsers] use less ambiguous identifier for localsPhilipp Gesang2014-04-211-1/+1
* [db] update index structure documentationPhilipp Gesang2014-04-061-33/+32
* [db,tool] reconcile --bisect with --max-fontsPhilipp Gesang2014-03-241-2/+8