| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | 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: Update header comment for new filename | Matthew Wild | 2009-12-30 | 1 | -1/+1 |
* | | util.signal: Make kill() available on Solaris; really fixes #136. | Waqas Hussain | 2009-12-09 | 1 | -1/+1 |
* | | util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commi... | Brian Cully | 2009-12-04 | 1 | -30/+8 |
* | | util-src/Makefile: Clean up makefile, rename lsignal.c to signal.c | Brian Cully | 2009-12-04 | 1 | -0/+0 |
|/ |
|
* | Makefile.win: Added support for util.windows, improved cleanup of temporary f... | Waqas Hussain | 2009-10-31 | 1 | -6/+15 |
* | util.windows: Initial commit. Adds support for querying the windows DNS API f... | Waqas Hussain | 2009-10-31 | 1 | -0/+45 |
* | util.pposix: Add abort() function | Matthew Wild | 2009-10-30 | 1 | -0/+8 |
* | util-src/Makefile: Add missing flags to building of util.signal | Matthew Wild | 2009-10-19 | 1 | -1/+1 |
* | Merge | Waqas Hussain | 2009-10-02 | 3 | -7/+24 |
|\ |
|
| * | util.encodings: Don't throw an error but return nil when passed nil or a non-... | Matthew Wild | 2009-09-29 | 1 | -1/+5 |
| * | util.pposix: Compatibility with Solaris systems (thanks Filip) | Matthew Wild | 2009-09-29 | 1 | -2/+12 |
| * | util.signal: Change ifdef to allow signal.kill() on Solaris (thanks Filip) | Matthew Wild | 2009-09-29 | 1 | -1/+1 |
| * | Makefile: Don't combine variable export with assignment for compatibility wit... | Matthew Wild | 2009-09-29 | 1 | -4/+11 |
* | | util.encodings: Removed a bit of unreachable code. | Waqas Hussain | 2009-10-02 | 1 | -1/+0 |
* | | util.encodings: Included idn-free.h, which explicitly declares the idn_free f... | Waqas Hussain | 2009-10-02 | 1 | -0/+1 |
* | | util.encodings: Fixed: Last change was not ANSI C compatible. | Waqas Hussain | 2009-10-02 | 1 | -1/+6 |
|/ |
|
* | Makefile.win: Updated the windows Makefile with more appropriate paths. | Waqas Hussain | 2009-09-22 | 1 | -2/+2 |
* | util.encodings: Fixed an issue with cross-module memory deallocation (crashes... | Waqas Hussain | 2009-09-22 | 1 | -4/+4 |
* | pposix, mod_posix: Bump pposix version number | Matthew Wild | 2009-07-23 | 1 | -1/+1 |