index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util-src
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
util.crand: Remove seeding
Kim Alvefur
2017-01-20
1
-20
/
+0
*
util.crand: Let Lua handle allocation, freeing and error handling for buffer
Kim Alvefur
2017-01-20
1
-40
/
+3
*
util.crand: Switch to luaL_checkinteger since checkint is deprecated in Lua 5.3
Kim Alvefur
2017-01-20
1
-1
/
+2
*
util-src: Make C modules assert that the Lua runtime matches what it was comp...
Kim Alvefur
2017-01-08
9
-0
/
+27
*
util.pposix: rfork() seems to be FreeBSD only (fixes #412)
Kim Alvefur
2016-12-19
1
-2
/
+2
*
configure: Move -ggdb flag here from util-src/Make
Kim Alvefur
2016-08-19
1
-1
/
+1
*
Move C compiler flag -pedantic from Makefile to configure
Kim Alvefur
2016-08-19
1
-1
/
+1
*
util-src/Makefile: Remove redundant -Wall (already set by configure)
Kim Alvefur
2016-08-19
1
-1
/
+1
*
util.table: Move loop variable to top of function for C89 compatibility
Kim Alvefur
2016-08-07
1
-1
/
+2
*
util.table: Add pack() function (this is already available in Lua 5.2+)
Matthew Wild
2016-07-27
1
-0
/
+15
*
util.pposix: Ask for shared file descriptor table using rfork() on *BSD (fixe...
Kim Alvefur
2016-05-25
1
-0
/
+13
*
util.crand: Silence compiler warning
Kim Alvefur
2016-05-25
1
-1
/
+1
*
util.crand: Include stdlib.h instead of malloc.h for portability (thanks Tobias)
Kim Alvefur
2016-02-22
1
-1
/
+1
*
util.crand: C binding to one of OpenSSL, Linux getrandom() or OpenBSD arc4ran...
Kim Alvefur
2016-02-22
2
-1
/
+164
*
Add util.ringbuffer, a ringbuffer with a file handle like interface
Kim Alvefur
2016-02-02
2
-2
/
+234
*
util.pposix: Expose the uname GNU extension field 'domainname'
Kim Alvefur
2015-11-25
1
-0
/
+4
*
configure,util-src/Makefile: Make a variable that includes -l for OpenSSL (li...
Kim Alvefur
2015-09-27
1
-1
/
+1
*
util-src/Makefile: Remove redundant variables (set in config.unix already)
Kim Alvefur
2015-09-27
1
-8
/
+0
*
util-src/Makefile: Don't make exceptions for how to build .so for util.hashes...
Kim Alvefur
2015-09-27
1
-4
/
+2
*
util-src/Makefile: Tell Make how to build .so from .o in a modern way (Let bu...
Kim Alvefur
2015-09-27
1
-6
/
+2
*
util-src/Makefile: Move Lua include path into CFLAGS variable
Kim Alvefur
2015-09-27
1
-2
/
+2
*
configure, util-src/Makefile: Move OS X deployment flag to an C compiler argu...
Kim Alvefur
2015-09-26
1
-3
/
+0
*
util-src/Makefile: Use variables for install binary and target directory
Kim Alvefur
2015-09-26
1
-1
/
+4
*
util-src/Makefile: Move list of .so files in a variable
Kim Alvefur
2015-09-26
1
-6
/
+6
*
util-src/*.c: Invert Lua 5.2 compat to be 5.2+ by default and a macro to supp...
Kim Alvefur
2015-04-26
6
-21
/
+21
*
util.encodings: Move declarations to top of function [pedantic]
Kim Alvefur
2015-05-02
1
-2
/
+3
*
util.pposix: Return error from ftruncate if that fails too (but what would we...
Kim Alvefur
2015-05-02
1
-1
/
+4
*
util-src/*.c: Per convention call luaL_error() as argument to return
Florian Zeitz
2015-04-03
3
-5
/
+6
*
util-src/*.c: astyle --indent=tab --brackets=attach --indent-switches --break...
Kim Alvefur
2015-04-03
7
-716
/
+846
*
util.table, Makefile: New C module that allows pre-allocation of tables to im...
Matthew Wild
2015-03-31
2
-2
/
+16
*
Merge 0.9->0.10 again
Kim Alvefur
2015-03-27
1
-3
/
+94
|
\
|
*
util.encodings: Expose UTF-8 validation and length checking functions
Kim Alvefur
2015-03-23
1
-0
/
+28
|
*
util.encodings: Perform validation of UTF-8 strings before passing to libidn ...
Kim Alvefur
2015-03-23
1
-3
/
+67
*
|
util-src/*.c: Add macro for compiling with Lua 5.2
Kim Alvefur
2014-09-17
6
-0
/
+24
*
|
util-src/*.c: Use the more concise lua_setfield
Kim Alvefur
2014-09-17
4
-13
/
+7
*
|
util-src/*.c: Don't create globals when loaded
Kim Alvefur
2014-09-16
6
-11
/
+11
*
|
Merge 0.9->0.10
Kim Alvefur
2014-04-27
1
-3
/
+9
|
\
|
|
*
util.pposix: Fix error reporting from really old Linux fallocate() that did n...
Kim Alvefur
2014-04-25
1
-1
/
+5
|
*
util.pposix: Fix error reporting from posix_fallocate, it doesn't use errno (...
Kim Alvefur
2014-04-25
1
-2
/
+4
*
|
Merge 0.9->0.10
Kim Alvefur
2013-11-28
1
-0
/
+2
|
\
|
|
*
util.pposix: Verify that file handle is open
Kim Alvefur
2013-11-28
1
-0
/
+2
*
|
Merge 0.9->0.10
Matthew Wild
2013-10-10
1
-1
/
+1
|
\
|
|
*
util.windows: Incorrect output buffer size passed to ReadConsoleOutputAttribu...
Waqas Hussain
2013-10-10
1
-1
/
+1
*
|
Merge 0.9->trunk
Matthew Wild
2013-09-03
2
-3
/
+12
|
\
|
|
*
util.pposix: Fix building on non-Linux with glibc
Kim Alvefur
2013-09-02
1
-2
/
+2
|
*
util.net: Fix s2sout on Windows (return 0.0.0.0 and :: instead of an empty list)
Kim Alvefur
2013-08-30
1
-1
/
+10
*
|
util.pposix: Fix overflow in rlimit argument conversion (thanks gcc, now be q...
Kim Alvefur
2013-08-10
1
-1
/
+1
*
|
Merge 0.9->trunk
Kim Alvefur
2013-08-09
1
-1
/
+1
|
\
|
|
*
util.hashes: Silence compiler warning about pointer signedness
0.9.0
Kim Alvefur
2013-08-09
1
-1
/
+1
*
|
Merge 0.9->trunk
Kim Alvefur
2013-08-06
1
-1
/
+1
|
\
|
[prev]
[next]