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
2015-06-29
md5: include utils.h instead of endian.h to fix portability issues
Felix Fietkau
2015-06-29
md5: include endian.h for musl, otherwise hashes are invalid for BE
Steven Barth
2015-06-14
ulog: always use stderr for ulog_stdio().
Yousong Zhou
2015-06-14
libubox: cmake: Add BUILD_EXAMPLES option
Nikolay Dimitrov
2015-06-14
ustream-fd: stop trying to read when s->read_blocked is set.
Yousong Zhou
2015-06-14
ustream-fd: readability change.
Yousong Zhou
2015-06-14
ustream: tweak ustream_prepare_buf() a bit.
Yousong Zhou
2015-05-10
ubox: CMake: fix json-c detection
Yegor Yefremov
2015-05-08
add a base64 implementation (based on FreeBSD code)
Felix Fietkau
2015-03-21
allow process callback to call uloop_end()
John Crispin
2015-02-26
ulog: implement ulog_close()
Jo-Philipp Wich
2015-02-26
ulog: introduce new simple logging api
Jo-Philipp Wich
2015-01-28
uloop: ignore SIGPIPE by default
Rafał Miłecki
2015-01-21
utils: use clock_get_time() for clock_gettime() on Apple.
Yousong Zhou
2015-01-21
uloop: optimize uloop_timeout_set() implementaiton a bit.
Yousong Zhou
2015-01-21
ustream-fd: fix logic invert of write polling.
Yousong Zhou
2015-01-21
ustream: add function ustream_read().
Yousong Zhou
2015-01-15
usock: set socket flags right after creating it
Rafał Miłecki
2015-01-15
usock: add helper waiting for socket to be ready
Rafał Miłecki
2014-12-22
examples: add example code for json_script.
Yousong Zhou
2014-12-22
json_script: fix logic invert of handle_expr_not().
Yousong Zhou
2014-12-11
json_script: remove unneed argument check before calling __json_script_file_free().
Yousong Zhou
2014-12-11
json_script: fix eval_string().
Yousong Zhou
2014-12-11
jshn: add error handling and fix memory leak in jshn_format().
Yousong Zhou
2014-12-11
blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer().
Yousong Zhou
2014-12-11
examples: fix build.
Yousong Zhou
2014-12-11
lua: do not hardcode /opt/local/include for Apple.
Yousong Zhou
2014-12-11
libubox: drop legacy json-c support
Yousong Zhou
2014-11-23
Revert "jshn: only keep UP_* variables around while they are needed"
Felix Fietkau
2014-11-23
jshn: shorten JSON_VAR to J_V
Felix Fietkau
2014-11-23
jshn: shorten variable names to speed up processing
Felix Fietkau
2014-11-23
jshn: remove TYPE_JSON_VAR
Felix Fietkau
2014-11-23
jshn: do not export JSON_SEQ
Felix Fietkau
2014-11-23
jshn: only keep UP_* variables around while they are needed
Felix Fietkau
2014-11-23
jshn: improve performance by using let instead of $(( ))
Felix Fietkau
2014-10-24
blobmsg_json: avoid redefinition of json_object
Felix Fietkau
2014-10-12
uloop: Do not override signal handlers not installed by us
Michel Stam
2014-10-12
uloop: Remove uloop_cancelled variable, it is not used anywhere
Michel Stam
2014-10-01
md5: add a new implementation under permissive license
Felix Fietkau
2014-09-23
blobmsg_json: include json.h inside blobmsg_json.c instead of the public header file
Felix Fietkau
2014-09-23
avoid using the deprecated is_error() function from json-c
Felix Fietkau
2014-09-23
usock: add usock_port() for convenient use of numeric ports
Jo-Philipp Wich
2014-08-04
jshn: pretty print indented output with jshn -i -w
John Crispin
2014-08-03
blobmsg: accept NULL attr in blobmsg_get_string()
Felix Fietkau
2014-07-27
lua/uloop: 'end' is the keyword of Lua, use 'cancel' replace it.
xfguo@credosemi.com
2014-07-26
blob: improve out-of-memory handling
ewolfok
2014-07-20
blobmsg: add a helper function to reset the name of a blobmsg attribute
Felix Fietkau
2014-07-16
jshn: do not collapse whitespace in json_load()
Jo-Philipp Wich
2014-07-15
blobmsg: add blobmsg_check_array, which returns the size of the array
Felix Fietkau
2014-07-03
blobmsg-example: use blobmsg_get_string()
Felix Fietkau
[next]