project/libubox.git
2014-04-27 Felix Fietkaublobmsg: make length variables unsigned
2014-04-27 Felix Fietkaublob: make length variables unsigned
2014-04-26 Bastian Bittorfsh/jshn.sh - json_cleanup() dont pollute env with local...
2014-04-26 Felix Fietkauuloop: clear uloop_fd::error on add
2014-04-26 Felix Fietkaublobmsg_json: let blobmsg_format_json_with_cb with...
2014-04-21 Felix Fietkaublob: fix handling of custom validator callback
2014-04-15 Felix Fietkaukvlist: avoid unused-but-set warnings in code not using...
2014-04-12 Felix Fietkaumd5: remove unnecessary variable change
2014-04-12 Felix Fietkaublobmsg_json: fix a memleak on error
2014-04-12 Felix Fietkauustream: remove unnecessary initialization
2014-04-12 Felix Fietkaublobmsg: remove unnecessary initialization
2014-04-11 Felix Fietkaukvlist: add a simply key/value store implementation
2014-03-27 Felix Fietkauavl: add AVL_TREE macro to define an initialized struct...
2014-03-20 Felix Fietkaulist_compat.h: remove
2014-03-20 Felix Fietkaulist_compat.h: remove list_remove()
2014-03-20 Felix Fietkaulist_compat.h: remove list_add_before()
2014-03-20 Felix Fietkaulist_compat.h: remove list_add_after()
2014-03-20 Felix Fietkaulist_compat.h: remove list_add_head()
2014-03-20 Felix Fietkaulist_compat.h: remove list_init_head()
2014-03-20 Felix Fietkaulist_compat.h: remove list_entity compat define
2014-03-20 Felix Fietkauavl.c: remove compat macros and switch to the argument...
2014-03-18 Felix Fietkauutils: add __constructor and __hidden defines
2014-03-12 Felix Fietkaublobmsg_json: unconditionally use blobmsg data/len...
2014-03-12 Felix Fietkaublobmsg: allow data/length iterator/accessor functions...
2014-02-23 Karl Vogeluloop: Add flag to allow callback to be called on error...
2014-02-02 Felix Fietkaujshn: drop json_select warnings when called from json_g...
2014-01-29 Helmut Schaalibubox: runqueue: Cancel task timeout when completeing...
2013-12-10 Jo-Philipp... jshn: add ability to pass default values to json_get_va...
2013-12-02 Felix Fietkaujshn: in json_get_values(), handle json_select errors
2013-12-01 Felix Fietkaujshn: optimize the shell code some more
2013-11-27 Jo-Philipp... blobmsg_json: do not emit any whitespace when formattin...
2013-11-19 John Crispinfix memset call in md5.c
2013-11-19 John Crispinadd md5.c to libubox
2013-11-18 John Crispinrunqueue: add a function that allows adding jobs to...
2013-10-30 Felix Fietkaujshn: refactor _jshn_append to require fewer evals
2013-10-30 Felix Fietkaujshn: improve performance by getting rid of unnecessary...
2013-10-30 Felix Fietkaujshn: do not export SEQ_*
2013-10-30 Felix Fietkaujshn: get rid of the table stack, use the UP_* variable...
2013-10-30 Felix Fietkaujshn: reduce the number of appends to the cleanup list...
2013-10-29 Felix Fietkaujshn: allow json_get_keys/values to refer to the curren...
2013-10-29 Felix Fietkaujshn: add json_get_values (useful for arrays)
2013-10-24 Felix Fietkauutils.h: fix name collisions in __u_bswap16 with using...
2013-10-22 Kristian EvensenRestore signal handler after uloop_run()
2013-10-20 Felix Fietkaublobmsg: add blobmsg_len() for consistency (similar...
2013-10-19 Felix Fietkaujshn: add json_get_keys()
2013-10-19 Felix Fietkauustream: properly clear fields to fix ustream reuse
2013-10-15 Felix Fietkaublob: add a magic offset to nesting cookies to ensure...
2013-10-05 Felix Fietkauvlist: constify key argument to vlist_add
2013-10-04 Felix Fietkaublobmsg_json: allow signed output of integers
2013-10-04 Felix Fietkaublob: add blob_put_raw() for copying one or more blob...
2013-09-11 Felix Fietkaublobmsg-example: fix length handling in dump_table...
2013-07-31 Felix Fietkauuloop: fix deleting pending fd events on uloop_fd_del
2013-07-29 Felix Fietkaublob/blobmsg: add null pointer checks to the *_for_each...
2013-07-24 Helmut Schaauloop: Fix incorrect timeout
2013-07-02 John Crispinrunqueue should cal the complete handler from more...
2013-06-28 Felix Fietkausafe_list: add missing null pointer check in safe_list_...
2013-06-21 Felix Fietkauustream: return NULL in ustream_get_read_buf if there...
2013-06-21 Felix Fietkaublobmsg_json: do not corrupt UTF-8 strings
2013-06-21 Felix Fietkaublobmsg_json: fix \u escaping for control characters
2013-06-18 Felix Fietkauuloop: fix corner cases with recursive uloop_run calls
2013-06-18 Felix Fietkauuloop: fix event flags processing on mac os x
2013-06-18 Felix Fietkaulibubox: make uloop_fd::flags generic
2013-06-18 Felix Fietkauuloop: fix edge trigger handling on mac os x
2013-06-11 Felix Fietkauuloop: rework event processing, fix use-after-free...
2013-06-10 Felix Fietkauutils: add bitfield inline ops
2013-05-31 Felix Fietkauustream: only report stream eof once via state_change...
2013-05-31 Felix Fietkauustream: only report a write error once via state_chang...
2013-05-29 Felix Fietkaublobmsg_json: add blobmsg_add_json_from_file
2013-05-08 Felix Fietkaurunqueue: move completion handler from runqueue_process...
2013-05-08 Felix Fietkaurunqueue: fix include path
2013-05-08 Felix Fietkaurunqueue: add a simple task queueing/completion trackin...
2013-05-08 Felix Fietkauustream-example: fix container_of type errors
2013-05-07 Helmut Schaalibubox: Allow to build against libjson-c > 0.9
2013-04-15 Felix Fietkausafe_list: add safe_list_empty()
2013-04-15 Felix Fietkausafe_list: fix typo
2013-03-18 Felix Fietkaulist.h: implement type safety for container_of()
2013-03-18 Felix Fietkauavl: fix type handling in container_of uses
2013-03-18 Felix Fietkausafe_list: add a new linked list variant
2013-03-16 Felix Fietkaujshn: add support for the double datatype
2013-03-05 Thomas Gstädtneradd pkgconfig support for json-c
2013-03-02 Felix Fietkaujson_script: do not rely on global includes for other...
2013-02-28 Felix Fietkauadd json_script, a minimalistic JSON based script inter...
2013-02-17 Felix Fietkaublobmsg: implement blobmsg_printf and blobmsg_vprintf
2013-02-14 Felix Fietkauutils: make le16 endian conversion functions work with...
2013-02-14 Felix Fietkauutils.h: make 16-bit little endian conversion robust...
2013-02-13 Felix Fietkauutils: add little-endian swap helpers
2013-02-11 Felix Fietkauutils: prefer using gccs builtin swapping functions...
2013-02-11 Felix Fietkauutils: move endian swap helpers and __packed definition...
2013-02-10 Felix Fietkaublobmsg: add blobmsg_realloc_string_buffer()
2013-02-10 Felix Fietkaublob: add blob_buf_grow()
2013-02-10 Felix Fietkaublobmsg_json: prefer to link against libjson-c over...
2013-01-31 Felix Fietkauustream: another fix for ustream_read_buf_full() with...
2013-01-31 Felix Fietkauustream-fd: do not loop back into the callback from...
2013-01-31 Felix Fietkauustream: set the right EOF flag
2013-01-31 Felix Fietkauuloop: remove file descriptors if neither read nor...
2013-01-30 Felix Fietkauustream-fd: only use read() == 0 as eof indication...
2013-01-30 Felix Fietkauustream: fix ustream_read_buf_full() for multiple read...
2013-01-29 Felix Fietkaublobmsg_json: fix buffer growing on blobmsg json formatting
2013-01-23 Jo-Philipp... uloop: rename uloop_timeout_pending() to uloop_timeout_...
2013-01-23 Jo-Philipp... uloop: add uloop_timeout_pending() function to determin...
next