Age | Commit message (Expand) | Author |
2012-11-25 | libs/web: rewrite template engine, merge lmo library | Jo-Philipp Wich |
2012-11-23 | libs/lmo: fix whitespace handling in string hashing, optimize code | Jo-Philipp Wich |
2012-11-21 | libs/lmo: canonize key strings before hashing them, fixes missing translation... | Jo-Philipp Wich |
2011-01-02 | libs/lmo: skip all entries with identical key and value when generating lmo a... | Jo-Philipp Wich |
2010-12-24 | libs/lmo: apply FD_CLOEXEC on archive descriptors to avoid leaking i18n file ... | Jo-Philipp Wich |
2009-11-14 | libs/lmo: revert r5539, breaks target builds | Jo-Philipp Wich |
2009-11-14 | Avoid unnecessary compiling | Steven Barth |
2009-11-01 | libs/lmo: fix logic errors in po2lmo | Jo-Philipp Wich |
2009-10-31 | libs/lmo: fix po2lmo to cope with new po format | Jo-Philipp Wich |
2009-08-19 | libs/lmo: fix typo in previous commit | Jo-Philipp Wich |
2009-08-19 | libs/lmo: fix off-by-one in bounds check, null-terminate dest buffer in lmo_l... | Jo-Philipp Wich |
2009-08-19 | libs/lmo: fix possible null pointer dereference in lmo_lookup() - thanks blogic | Jo-Philipp Wich |
2009-07-30 | libs/lmo: remove cast in first lseek(), not needed since it's a constant expr... | Jo-Philipp Wich |
2009-07-30 | libs/lmo: fix lmo_read32() (dereferencing type-punned pointer will break stri... | Jo-Philipp Wich |
2009-07-30 | libs/lmo: explicitly cast values to off_t for lseek() | Jo-Philipp Wich |
2009-07-29 | libs/lmo: jffs2 does not support mmap() with MAP_SHARED, use MAP_PRIVATE inst... | Jo-Philipp Wich |
2009-07-25 | libs/lmo: return entries as udata and only create strings on demand | Jo-Philipp Wich |
2009-07-19 | libs/lmo: check for integer, not number in lmo.archive.get() | Jo-Philipp Wich |
2009-07-19 | libs/lmo: ensure integer return value in lmo.hash(), fix module open function | Jo-Philipp Wich |
2009-07-11 | libs/lmo: fix possible resource leak if lua runs out of memory but file is al... | Jo-Philipp Wich |
2009-07-11 | libs/lmo: implement lmo.archive.get() and lmo.archive.foreach() | Jo-Philipp Wich |
2009-07-09 | libs: introduce lmo - Lua Machine Objects, an implementation of binary hash t... | Jo-Philipp Wich |