projects
/
oweals
/
libubox.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oweals/libubox.git
2014-03-20
Felix Fietkau
list_compat.h: remove list_init_head()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Felix Fietkau
list_compat.h: remove list_entity compat define
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Felix Fietkau
avl.c: remove compat macros and switch to the argument...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-18
Felix Fietkau
utils: add __constructor and __hidden defines
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Felix Fietkau
blobmsg_json: unconditionally use blobmsg data/len...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-12
Felix Fietkau
blobmsg: allow data/length iterator/accessor functions...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Karl Vogel
uloop: Add flag to allow callback to be called on error...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-02
Felix Fietkau
jshn: drop json_select warnings when called from json_g...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-29
Helmut Schaa
libubox: runqueue: Cancel task timeout when completeing...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-10
Jo-Philipp...
jshn: add ability to pass default values to json_get_va...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-02
Felix Fietkau
jshn: in json_get_values(), handle json_select errors
commit
|
commitdiff
|
tree
|
snapshot
2013-12-01
Felix Fietkau
jshn: optimize the shell code some more
commit
|
commitdiff
|
tree
|
snapshot
2013-11-27
Jo-Philipp...
blobmsg_json: do not emit any whitespace when formattin...
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
John Crispin
fix memset call in md5.c
commit
|
commitdiff
|
tree
|
snapshot
2013-11-19
John Crispin
add md5.c to libubox
commit
|
commitdiff
|
tree
|
snapshot
2013-11-18
John Crispin
runqueue: add a function that allows adding jobs to...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Felix Fietkau
jshn: refactor _jshn_append to require fewer evals
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Felix Fietkau
jshn: improve performance by getting rid of unnecessary...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Felix Fietkau
jshn: do not export SEQ_*
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Felix Fietkau
jshn: get rid of the table stack, use the UP_* variable...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-30
Felix Fietkau
jshn: reduce the number of appends to the cleanup list...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Felix Fietkau
jshn: allow json_get_keys/values to refer to the curren...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-29
Felix Fietkau
jshn: add json_get_values (useful for arrays)
commit
|
commitdiff
|
tree
|
snapshot
2013-10-24
Felix Fietkau
utils.h: fix name collisions in __u_bswap16 with using...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-22
Kristian Evensen
Restore signal handler after uloop_run()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-20
Felix Fietkau
blobmsg: add blobmsg_len() for consistency (similar...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Felix Fietkau
jshn: add json_get_keys()
commit
|
commitdiff
|
tree
|
snapshot
2013-10-19
Felix Fietkau
ustream: properly clear fields to fix ustream reuse
commit
|
commitdiff
|
tree
|
snapshot
2013-10-15
Felix Fietkau
blob: add a magic offset to nesting cookies to ensure...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Felix Fietkau
vlist: constify key argument to vlist_add
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Felix Fietkau
blobmsg_json: allow signed output of integers
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Felix Fietkau
blob: add blob_put_raw() for copying one or more blob...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Felix Fietkau
blobmsg-example: fix length handling in dump_table...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-31
Felix Fietkau
uloop: fix deleting pending fd events on uloop_fd_del
commit
|
commitdiff
|
tree
|
snapshot
2013-07-29
Felix Fietkau
blob/blobmsg: add null pointer checks to the *_for_each...
commit
|
commitdiff
|
tree
|
snapshot
2013-07-24
Helmut Schaa
uloop: Fix incorrect timeout
commit
|
commitdiff
|
tree
|
snapshot
2013-07-02
John Crispin
runqueue should cal the complete handler from more...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-28
Felix Fietkau
safe_list: add missing null pointer check in safe_list_...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Felix Fietkau
ustream: return NULL in ustream_get_read_buf if there...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Felix Fietkau
blobmsg_json: do not corrupt UTF-8 strings
commit
|
commitdiff
|
tree
|
snapshot
2013-06-21
Felix Fietkau
blobmsg_json: fix \u escaping for control characters
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Felix Fietkau
uloop: fix corner cases with recursive uloop_run calls
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Felix Fietkau
uloop: fix event flags processing on mac os x
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Felix Fietkau
libubox: make uloop_fd::flags generic
commit
|
commitdiff
|
tree
|
snapshot
2013-06-18
Felix Fietkau
uloop: fix edge trigger handling on mac os x
commit
|
commitdiff
|
tree
|
snapshot
2013-06-11
Felix Fietkau
uloop: rework event processing, fix use-after-free...
commit
|
commitdiff
|
tree
|
snapshot
2013-06-10
Felix Fietkau
utils: add bitfield inline ops
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Felix Fietkau
ustream: only report stream eof once via state_change...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-31
Felix Fietkau
ustream: only report a write error once via state_chang...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-29
Felix Fietkau
blobmsg_json: add blobmsg_add_json_from_file
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Felix Fietkau
runqueue: move completion handler from runqueue_process...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Felix Fietkau
runqueue: fix include path
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Felix Fietkau
runqueue: add a simple task queueing/completion trackin...
commit
|
commitdiff
|
tree
|
snapshot
2013-05-08
Felix Fietkau
ustream-example: fix container_of type errors
commit
|
commitdiff
|
tree
|
snapshot
2013-05-07
Helmut Schaa
libubox: Allow to build against libjson-c > 0.9
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Felix Fietkau
safe_list: add safe_list_empty()
commit
|
commitdiff
|
tree
|
snapshot
2013-04-15
Felix Fietkau
safe_list: fix typo
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
Felix Fietkau
list.h: implement type safety for container_of()
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
Felix Fietkau
avl: fix type handling in container_of uses
commit
|
commitdiff
|
tree
|
snapshot
2013-03-18
Felix Fietkau
safe_list: add a new linked list variant
commit
|
commitdiff
|
tree
|
snapshot
2013-03-16
Felix Fietkau
jshn: add support for the double datatype
commit
|
commitdiff
|
tree
|
snapshot
2013-03-05
Thomas Gstädtner
add pkgconfig support for json-c
commit
|
commitdiff
|
tree
|
snapshot
2013-03-02
Felix Fietkau
json_script: do not rely on global includes for other...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-28
Felix Fietkau
add json_script, a minimalistic JSON based script inter...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-17
Felix Fietkau
blobmsg: implement blobmsg_printf and blobmsg_vprintf
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Felix Fietkau
utils: make le16 endian conversion functions work with...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-14
Felix Fietkau
utils.h: make 16-bit little endian conversion robust...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-13
Felix Fietkau
utils: add little-endian swap helpers
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Felix Fietkau
utils: prefer using gccs builtin swapping functions...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-11
Felix Fietkau
utils: move endian swap helpers and __packed definition...
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Felix Fietkau
blobmsg: add blobmsg_realloc_string_buffer()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Felix Fietkau
blob: add blob_buf_grow()
commit
|
commitdiff
|
tree
|
snapshot
2013-02-10
Felix Fietkau
blobmsg_json: prefer to link against libjson-c over...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Felix Fietkau
ustream: another fix for ustream_read_buf_full() with...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Felix Fietkau
ustream-fd: do not loop back into the callback from...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Felix Fietkau
ustream: set the right EOF flag
commit
|
commitdiff
|
tree
|
snapshot
2013-01-31
Felix Fietkau
uloop: remove file descriptors if neither read nor...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Felix Fietkau
ustream-fd: only use read() == 0 as eof indication...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-30
Felix Fietkau
ustream: fix ustream_read_buf_full() for multiple read...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-29
Felix Fietkau
blobmsg_json: fix buffer growing on blobmsg json formatting
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Jo-Philipp...
uloop: rename uloop_timeout_pending() to uloop_timeout_...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Jo-Philipp...
uloop: add uloop_timeout_pending() function to determin...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Felix Fietkau
build: remove install prefix override
commit
|
commitdiff
|
tree
|
snapshot
2013-01-23
Felix Fietkau
blob/blobmsg: use 32 bit load/store for 64 bit access...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-22
Felix Fietkau
ustream-fd: retry partial writes
commit
|
commitdiff
|
tree
|
snapshot
2013-01-17
Luka Perkov
rename internal variables in json_get_type
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
blobmsg: add blobmsg_get_string
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
add license headers for usock
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
list_compat.h: add copyright info
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
uloop: replace copyright info (code has been completely...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
jshn: add copyright info
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
blobmsg: fix blobmsg_parse_array, drop name field requi...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-13
Felix Fietkau
blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-08
Felix Fietkau
blobmsg: add blobmsg_parse_array()
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
Felix Fietkau
uloop: use clock_gettime with the monotonic clock inste...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
Felix Fietkau
uloop: add a clock_gettime() implementation for mac...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-06
Felix Fietkau
blobmsg_json: export blobmsg_add_object
commit
|
commitdiff
|
tree
|
snapshot
2013-01-05
Felix Fietkau
uloop: add back state tracking on mac os x, it seems...
commit
|
commitdiff
|
tree
|
snapshot
2013-01-04
Luka Perkov
sanitize json_get_type function
commit
|
commitdiff
|
tree
|
snapshot
2013-01-04
Felix Fietkau
uloop: improve edge trigger reliability on mac os x
commit
|
commitdiff
|
tree
|
snapshot
next