index
:
libubox
lede-17.01
master
C utility functions for OpenWrt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-12-25
tests: add unit tests covered with Clang sanitizers
Petr Štetiar
2019-12-25
cmake: add more hardening compiler flags
Petr Štetiar
2019-12-07
blobmsg/ulog: fix format string compiler warnings
Petr Štetiar
2019-12-01
cmake: use extra compiler warnings only on gcc6+
Petr Štetiar
2019-11-24
tests: jshn: add more test cases
Petr Štetiar
2019-11-24
jshn: fix missing usage for -p and -o arguments
Petr Štetiar
2019-11-24
jshn: fix off by one in jshn_parse_file
Petr Štetiar
2019-11-24
jshn: jshn_parse: fix leaks of memory pointed to by 'obj'
Petr Štetiar
2019-11-24
jshn: main: fix leak of memory pointed to by 'vars'
Petr Štetiar
2019-11-24
jshn: refactor main into smaller pieces
Petr Štetiar
2019-11-24
avl: guard against theoretical null pointer dereference
Petr Štetiar
2019-11-24
blobmsg_json: fix possible uninitialized struct member
Petr Štetiar
2019-11-24
base64: fix possible null pointer dereference
Petr Štetiar
2019-11-24
add assert.h component
Petr Štetiar
2019-11-24
add cram based unit tests
Petr Štetiar
2019-11-20
add initial GitLab CI support
Petr Štetiar
2019-11-20
enable extra compiler checks
Petr Štetiar
2019-11-20
iron out all extra compiler warnings
Petr Štetiar
2019-10-29
vlist: add more macros for loop iteration
Yousong Zhou
2019-10-21
libubox, jshn: add option to write output to a file
Roman Yeryomin
2019-06-16
ustream: Add format string checks to ustream_(v)printf()
Hauke Mehrtens
2019-06-16
libubox: add format string checking to ulog()
Kristupas Savickas
2019-02-27
blobmsg_json: blobmsg_format_string: do not escape '/'
Yousong Zhou
2018-07-25
fix segfault when passed blobmsg attr is NULL
John Crispin
2018-06-07
utils: add const_* byteswapping functions
Felix Fietkau
2018-04-12
utils: fix build error with g++
Felix Fietkau
2018-04-07
switch from typeof to the more portable __typeof__
Felix Fietkau
2018-04-07
utils: ensure that byte-order conversion functions evaluate the argument only once
Felix Fietkau
2018-04-07
jshn: fix format string for int64 type
Felix Fietkau
2018-03-21
utils: use constant byte-order conversion
Felix Fietkau
2018-02-11
libubox: Plug a small memory leak.
Rosen Penev
2018-02-08
sh/jshn.sh: add json_for_each_item()
Hans Dedecker
2018-01-22
jshn: add functionality to read big JSON
Christian Beier
2018-01-07
jshn: properly support JSON "null" type
Jo-Philipp Wich
2017-11-06
jshn: read and write 64-bit integers
Christian Beier
2017-09-29
utils: nuke bitfield functions and macros
Stijn Tintel
2017-09-29
uloop: make SIGCHLD signal handling optional
Petar Paradzik
2017-09-15
uloop: Fix race condition in SIGCHLD handling
Michal Sojka
2017-06-17
uloop: allow passing 0 as timeout to uloop_run
Felix Fietkau
2017-06-17
uloop: fix a regression in timeout handling
Felix Fietkau
2017-06-14
runqueue: fix use-after-free bug
Felix Fietkau
2017-06-01
uloop: allow specifying a timeout for uloop_run()
Felix Fietkau
2017-06-01
json_script: enable custom expr handler callback
Denis Osvald
2017-03-20
md5: add "const" qualifier to the "file" argument
Yousong Zhou
2017-02-24
libubox: Change calloc_a() to return size_t aligned pointers
Ted Hess
2017-02-03
uloop: add uloop_cancelling function
Felix Fietkau
2017-01-20
utils: fix build on Mac OS X 10.12
Felix Fietkau
2017-01-04
blobmsg: add support for double
André Gaul
2016-12-28
utils: add helper functions useful for allocating a ring buffer
Felix Fietkau
2016-12-24
libubox: replace strtok with _r version.
Rosen Penev
[next]