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.pposix: Restrict use of malloc_info to glibc
Kim Alvefur
2018-09-07
1
-1
/
+1
*
|
util.pposix: Do not attempt to assign to stdio variables [pedantic]
Kim Alvefur
2018-09-07
1
-3
/
+3
*
|
util-src/makefile: Add util.time to BSD makefile
Kim Alvefur
2018-08-11
1
-1
/
+1
*
|
util.time: Allow for already set constant
Kim Alvefur
2018-08-11
1
-0
/
+2
*
|
util.time: Add monotonic time
Kim Alvefur
2017-03-09
1
-0
/
+9
*
|
util.time: Convert to C
Kim Alvefur
2017-03-09
2
-1
/
+25
*
|
encodings: Explicitly say that base64 decoding falls through in a switch, fix...
Emmanuel Gil Peyrot
2018-08-08
1
-0
/
+2
*
|
pposix: Generate an error when a passed string isn’t "unlimited".
Emmanuel Gil Peyrot
2018-08-08
1
-0
/
+1
*
|
pposix, signal: Ignore unused arguments.
Emmanuel Gil Peyrot
2018-08-08
2
-0
/
+3
*
|
net, pposix, signal: Check for redefined defines, fix warnings.
Emmanuel Gil Peyrot
2018-08-08
3
-0
/
+11
*
|
util.pposix: Use freopen(3) when replacing standard IO streams (thanks ratche...
Kim Alvefur
2018-07-12
1
-7
/
+3
*
|
util.ringbuffer: Fix typo in comment [codespell]
Kim Alvefur
2018-04-06
1
-1
/
+1
*
|
Add makefiles compatible with BSD make
Kim Alvefur
2018-03-11
1
-0
/
+44
*
|
Rename Makefile -> GNUmakefile to reflect dependency on GNU Make
Kim Alvefur
2017-10-31
1
-1
/
+1
*
|
util.ringbuffer: Add method for discarding buffered data without returning it...
Kim Alvefur
2018-02-24
1
-0
/
+23
*
|
util.ringbuffer: Add various comments
Kim Alvefur
2018-02-24
1
-0
/
+19
*
|
util.crand: Return early if a zero bytes are requested
Kim Alvefur
2017-12-03
1
-1
/
+5
*
|
util.crand: Throw an error for sizes smaller than 1 byte
Kim Alvefur
2017-12-03
1
-1
/
+3
*
|
util.crand: Make it possible to use arc4random on Linux (needs libbsd)
Kim Alvefur
2017-12-03
1
-1
/
+5
*
|
util.crand: Use a small buffer on the stack for small pieces of random, shoul...
Kim Alvefur
2017-12-03
1
-1
/
+11
*
|
util.crand: Remove unneeded cast
Kim Alvefur
2017-12-03
1
-1
/
+1
*
|
util.crand: Silence signedness warning
Kim Alvefur
2017-12-03
1
-1
/
+1
*
|
util.crand: Only keep return value of getrandom() as the others don't return ...
Kim Alvefur
2017-12-02
1
-14
/
+6
*
|
util.crand: Try getrandom() again until buffer is filled
Kim Alvefur
2017-12-02
1
-5
/
+15
*
|
Merge 0.10->trunk
Kim Alvefur
2017-12-01
1
-2
/
+2
|
\
|
|
*
util.signal: Fix loop (fixes #1047)
Kim Alvefur
2017-11-30
1
-2
/
+2
*
|
util.net: Add bindings to inet_ntop and inet_pton
Kim Alvefur
2017-11-26
1
-0
/
+63
*
|
util.crand: Add comments about defines
Kim Alvefur
2017-12-01
1
-0
/
+2
*
|
util.crand: Apply formatter
Kim Alvefur
2017-12-01
1
-0
/
+1
*
|
util.crand: Reorder includes so system ones are first
Kim Alvefur
2017-12-01
1
-3
/
+2
*
|
util.crand: Always include stdlib to be sure __GLIBC_PREREQ is defined
Kim Alvefur
2017-12-01
1
-3
/
+3
|
/
*
util.signal: Use a static array to keep track of pending signals (fixes #1029)
Kim Alvefur
2017-11-14
1
-23
/
+12
*
util.encodings: Use the 'idx' argument correctly [-Wunused-parameter]
Kim Alvefur
2017-10-05
1
-1
/
+1
*
util.crand: Build with musl/non-glibc (can't have undefined argument-taking m...
Kim Alvefur
2017-04-25
1
-0
/
+4
*
util.pposix: Remove fallocate
Kim Alvefur
2017-02-28
1
-60
/
+1
*
util.pposix: Add function for atomically appending data to a file
Kim Alvefur
2017-03-01
1
-1
/
+64
*
util.encodings: Make limit lookup table a const (from Lua f2a813ae)
Kim Alvefur
2017-03-22
1
-1
/
+1
*
util.signal: Enable all GNU features, _DEFAULT_SOURCE doesn't have the desire...
Kim Alvefur
2017-03-12
1
-1
/
+1
*
util.signal: Restore non-standard GNU "default" behaviour of signal(2)
Kim Alvefur
2017-03-11
1
-1
/
+1
*
util-src: Specify size of various tables to be allocated
Kim Alvefur
2017-03-09
5
-7
/
+7
*
util.pposix: Use correct type for limits [-Wconstant-conversion]
Kim Alvefur
2017-03-07
1
-1
/
+1
*
util.pposix: Limit meminfo to Linux until we can figure out how to get this i...
Kim Alvefur
2017-03-07
1
-1
/
+1
*
util.ringbuffer: Change types of length related variables to size_t [-Wsign-c...
Kim Alvefur
2017-03-02
1
-2
/
+2
*
Backed out changeset a3a4ed0d34f4 C99 is ok
Kim Alvefur
2017-03-02
1
-2
/
+1
*
util.crand: Only include getrandom shiv with glibc older than 2.25
Kim Alvefur
2017-03-02
1
-1
/
+6
*
util.crand: Change argumen names to match some man page
Kim Alvefur
2017-03-02
1
-2
/
+2
*
util.crand: Move comment block
Kim Alvefur
2017-03-01
1
-4
/
+4
*
util.pposix, configure: Move _GNU_SOURCE macro into source files
Kim Alvefur
2017-03-01
4
-12
/
+17
*
util.pposix: Expose ENOENT constant (usually 2, but you never know)
Kim Alvefur
2017-03-01
1
-0
/
+5
*
util.pposix: Fix typo in comment
Kim Alvefur
2017-02-26
1
-1
/
+1
[prev]
[next]