| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | util.pposix: Warn about posix_fallocate | Kim Alvefur | 2012-07-29 | 1 | -0/+1 |
* | util.pposix: Add fallocate method, backed by either posix_fallocate() or Linu... | Kim Alvefur | 2012-07-28 | 1 | -0/+43 |
* | util.pposix: Add comments to mallinfo fields we use, so I don't forget tomorr... | Matthew Wild | 2012-07-08 | 1 | -0/+6 |
* | util.pposix: Add meminfo() binding to memory allocation stats provided by mal... | Matthew Wild | 2012-07-08 | 1 | -0/+28 |
* | util.pposix: Add setenv() | Kim Alvefur | 2012-07-03 | 1 | -0/+33 |
* | util.hashes: Add sha224, sha384, sha512 | Kim Alvefur | 2012-05-10 | 1 | -0/+6 |
* | util.hashes: Use defined hash function output lengths. | Kim Alvefur | 2012-05-09 | 1 | -3/+3 |
* | util.pposix: Don't trust errno for success. Thanks Quince | Kim Alvefur | 2011-11-18 | 1 | -14/+18 |
* | Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile | Matthew Wild | 2011-10-13 | 1 | -9/+11 |
* | util.encodings: Fix small typo introduced in 7f789266b741 | Matthew Wild | 2011-06-04 | 1 | -1/+1 |
* | util.encodings: Check return values before proceeding | Paul Aurich | 2011-05-22 | 1 | -3/+17 |
* | util.encodings: Swap code order ("ifndef" bugs me) | Paul Aurich | 2011-05-22 | 1 | -75/+77 |
* | util.encodings: Fix idna.to_unicode | Paul Aurich | 2011-05-22 | 1 | -1/+1 |
* | windows.c: Return nil,err from functions instead of throwing errors. | Waqas Hussain | 2011-01-29 | 1 | -12/+14 |
* | util.pposix: Remove extraneous semicolon | Matthew Wild | 2010-12-26 | 1 | -1/+1 |
* | util.encodings: Switch comment styles to build ok as ANSI C | Matthew Wild | 2010-12-26 | 1 | -5/+5 |
* | util-src/Makefile: Change parameter order so that LDFLAGS always comes later ... | Matthew Wild | 2010-12-26 | 1 | -3/+3 |
* | util-src/Makefile: Clean up and remove unnecessary all linking | Matthew Wild | 2010-12-26 | 1 | -5/+6 |
* | util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename enco... | Matthew Wild | 2010-12-17 | 2 | -39/+45 |
* | Make libidn default when not specifiying a IDN lib. | Tobias Markmann | 2010-12-14 | 1 | -3/+3 |
* | util.encodings: Support for ICU for IDNA operations. | Tobias Markmann | 2010-12-14 | 2 | -5/+143 |
* | util-src/windows.c: Added get_consolecolor, set_consolecolor. | Waqas Hussain | 2010-12-15 | 1 | -0/+29 |
* | util.pposix: uname(): Fix to push nil,err in case of error | Matthew Wild | 2010-08-31 | 1 | -0/+1 |
* | util.pposix: Add pposix.uname(), bump version | Matthew Wild | 2010-08-31 | 1 | -1/+26 |
* | util.pposix, prosodyctl, mod_posix: Add initgroups() function, and bump modul... | Matthew Wild | 2010-08-28 | 1 | -1/+58 |
* | util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary ... | Matthew Wild | 2010-07-08 | 1 | -1/+1 |
* | util.signal: Moved a variable declaration to the top of a function, for ANSI ... | Waqas Hussain | 2010-06-20 | 1 | -1/+1 |
* | util.signal: Removed #include <sys/param.h>, as it appears unnecessary. | Waqas Hussain | 2010-06-20 | 1 | -4/+0 |
* | util.signal: Make kill() available on OS X (thanks darkrain). | Waqas Hussain | 2010-06-20 | 1 | -3/+3 |
* | util.signal: Make kill() available on OpenBSD, NetBSD (thanks Florob, filip). | Waqas Hussain | 2010-06-15 | 1 | -2/+6 |
* | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 4 | -54/+67 |
|\ |
|
| * | util.windows: Convert from Windows line endings | Matthew Wild | 2010-03-22 | 1 | -58/+58 |
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 4 | -9/+22 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 2 | -2/+3 |
| |\ |
|
| | * | util.encodings: Use STD3 ASCII rules for idna.to_ascii. | Waqas Hussain | 2010-02-10 | 1 | -1/+1 |
| | * | util.pposix: Fix return type of lc_abort to shush compiler warning | Matthew Wild | 2010-01-10 | 1 | -1/+2 |
| * | | util.signal: Using stdlib.h instead of malloc.h. | Tobias Markmann | 2010-01-15 | 1 | -1/+1 |
| * | | util.signal: Restore the old debug hook earlier, just in case we receive anot... | Matthew Wild | 2010-01-10 | 1 | -2/+3 |
| * | | util.signal: Update version in header, and author's email | Matthew Wild | 2010-01-10 | 1 | -2/+2 |
| * | | util.signal: Queue up multiple signals, instead of trampling on the previous ... | Matthew Wild | 2010-01-10 | 1 | -20/+44 |
| * | | util.signal: Make kill() available on Solaris; really fixes #136. | Waqas Hussain | 2009-12-09 | 1 | -1/+1 |
| |/ |
|
* | | util.encodings: Use STD3 ASCII rules for idna.to_ascii. | Waqas Hussain | 2010-02-10 | 1 | -1/+1 |
* | | util.signal: Using stdlib.h instead of malloc.h. | Tobias Markmann | 2010-01-15 | 1 | -1/+1 |
* | | util.pposix, mod_posix, prosodyctl: Bump pposix version to 0.3.3 for mkdir | Matthew Wild | 2010-01-12 | 1 | -1/+1 |
* | | util.pposix: Add mkdir(path) | Matthew Wild | 2010-01-10 | 1 | -0/+17 |
* | | util.pposix: Replace the unwieldy module table generation with luaL_register(... | Matthew Wild | 2010-01-10 | 1 | -33/+18 |
* | | util.pposix: Add pposix.umask(), bump version to 0.3.2 (and do the same in mo... | Matthew Wild | 2010-01-10 | 1 | -1/+17 |
* | | util.pposix: Fix return type of lc_abort to shush compiler warning | Matthew Wild | 2010-01-10 | 1 | -1/+2 |
* | | util.posix: Trailing whitespace | Matthew Wild | 2010-01-10 | 1 | -25/+25 |
* | | util.signal: Restore the old debug hook earlier, just in case we receive anot... | Matthew Wild | 2010-01-10 | 1 | -2/+3 |