Software /
code /
prosody
Log
util-src/Makefile @ 6610:7c4cf87f4dff
description | author | age |
---|---|---|
util.table, Makefile: New C module that allows pre-allocation of tables to improve performance and decrease memory fragmentation | Matthew Wild | 2015-03-31 |
util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) | Matthew Wild | 2013-06-18 |
util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes | Florian Zeitz | 2013-04-27 |
Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile | Matthew Wild | 2011-10-12 |
util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files | Matthew Wild | 2010-12-26 |
util-src/Makefile: Clean up and remove unnecessary all linking | Matthew Wild | 2010-12-26 |
util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly | Matthew Wild | 2010-12-17 |
util.encodings: Support for ICU for IDNA operations. | Tobias Markmann | 2010-12-14 |