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
2013-10-24
utils.h: fix name collisions in __u_bswap16 with using "val" both inside the macro and as argument
Felix Fietkau
2013-10-22
Restore signal handler after uloop_run()
Kristian Evensen
2013-10-20
blobmsg: add blobmsg_len() for consistency (similar to blob_len)
Felix Fietkau
2013-10-19
jshn: add json_get_keys()
Felix Fietkau
2013-10-19
ustream: properly clear fields to fix ustream reuse
Felix Fietkau
2013-10-15
blob: add a magic offset to nesting cookies to ensure that NULL is never returned as a normal value
Felix Fietkau
2013-10-05
vlist: constify key argument to vlist_add
Felix Fietkau
2013-10-04
blobmsg_json: allow signed output of integers
Felix Fietkau
2013-10-04
blob: add blob_put_raw() for copying one or more blob attributes into the buffer directly
Felix Fietkau
2013-09-11
blobmsg-example: fix length handling in dump_table() calls
Felix Fietkau
2013-07-31
uloop: fix deleting pending fd events on uloop_fd_del
Felix Fietkau
2013-07-29
blob/blobmsg: add null pointer checks to the *_for_each_attr functions, fix formatting
Felix Fietkau
2013-07-24
uloop: Fix incorrect timeout
Helmut Schaa
2013-07-02
runqueue should cal the complete handler from more places
John Crispin
2013-06-28
safe_list: add missing null pointer check in safe_list_del()
Felix Fietkau
2013-06-21
ustream: return NULL in ustream_get_read_buf if there's a buffer, but no data
Felix Fietkau
2013-06-21
blobmsg_json: do not corrupt UTF-8 strings
Felix Fietkau
2013-06-21
blobmsg_json: fix \u escaping for control characters
Felix Fietkau
2013-06-18
uloop: fix corner cases with recursive uloop_run calls
Felix Fietkau
2013-06-18
uloop: fix event flags processing on mac os x
Felix Fietkau
2013-06-18
libubox: make uloop_fd::flags generic
Felix Fietkau
2013-06-18
uloop: fix edge trigger handling on mac os x
Felix Fietkau
2013-06-11
uloop: rework event processing, fix use-after-free issues
Felix Fietkau
2013-06-10
utils: add bitfield inline ops
Felix Fietkau
2013-05-31
ustream: only report stream eof once via state_change callback
Felix Fietkau
2013-05-31
ustream: only report a write error once via state_change callback
Felix Fietkau
2013-05-29
blobmsg_json: add blobmsg_add_json_from_file
Felix Fietkau
2013-05-08
runqueue: move completion handler from runqueue_process to runqueue_task to make it more generic
Felix Fietkau
2013-05-08
runqueue: fix include path
Felix Fietkau
2013-05-08
runqueue: add a simple task queueing/completion tracking implementation
Felix Fietkau
2013-05-08
ustream-example: fix container_of type errors
Felix Fietkau
2013-05-07
libubox: Allow to build against libjson-c > 0.9
Helmut Schaa
2013-04-15
safe_list: add safe_list_empty()
Felix Fietkau
2013-04-15
safe_list: fix typo
Felix Fietkau
2013-03-18
list.h: implement type safety for container_of()
Felix Fietkau
2013-03-18
avl: fix type handling in container_of uses
Felix Fietkau
2013-03-18
safe_list: add a new linked list variant
Felix Fietkau
2013-03-16
jshn: add support for the double datatype
Felix Fietkau
2013-03-05
add pkgconfig support for json-c
Thomas Gstädtner
2013-03-02
json_script: do not rely on global includes for other libubox header files
Felix Fietkau
2013-02-28
add json_script, a minimalistic JSON based script interpreter
Felix Fietkau
2013-02-17
blobmsg: implement blobmsg_printf and blobmsg_vprintf
Felix Fietkau
2013-02-14
utils: make le16 endian conversion functions work with arguments that have side effects
Felix Fietkau
2013-02-14
utils.h: make 16-bit little endian conversion robust against pointer subtraction arguments
Felix Fietkau
2013-02-13
utils: add little-endian swap helpers
Felix Fietkau
2013-02-11
utils: prefer using gccs builtin swapping functions which support constant folding
Felix Fietkau
2013-02-11
utils: move endian swap helpers and __packed definition to utils.h
Felix Fietkau
2013-02-10
blobmsg: add blobmsg_realloc_string_buffer()
Felix Fietkau
2013-02-10
blob: add blob_buf_grow()
Felix Fietkau
2013-02-10
blobmsg_json: prefer to link against libjson-c over libjson (the new library name in git versions of json-c)
Felix Fietkau
[next]