Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-27blobmsg_json: do not emit any whitespace when formatting without indentationJo-Philipp Wich
2013-11-20fix memset call in md5.cJohn Crispin
2013-11-19add md5.c to libuboxJohn Crispin
2013-11-18runqueue: add a function that allows adding jobs to the front of the runqueueJohn Crispin
2013-10-30jshn: refactor _jshn_append to require fewer evalsFelix Fietkau
2013-10-30jshn: improve performance by getting rid of unnecessary variables in parser r...Felix Fietkau
2013-10-30jshn: do not export SEQ_*Felix Fietkau
2013-10-30jshn: get rid of the table stack, use the UP_* variable instead to speed up p...Felix Fietkau
2013-10-30jshn: reduce the number of appends to the cleanup list to speed up processing...Felix Fietkau
2013-10-29jshn: allow json_get_keys/values to refer to the currently selected array/tab...Felix Fietkau
2013-10-29jshn: add json_get_values (useful for arrays)Felix Fietkau
2013-10-24utils.h: fix name collisions in __u_bswap16 with using "val" both inside the ...Felix Fietkau
2013-10-22Restore signal handler after uloop_run()Kristian Evensen
2013-10-20blobmsg: add blobmsg_len() for consistency (similar to blob_len)Felix Fietkau
2013-10-20jshn: add json_get_keys()Felix Fietkau
2013-10-19ustream: properly clear fields to fix ustream reuseFelix Fietkau
2013-10-16blob: add a magic offset to nesting cookies to ensure that NULL is never retu...Felix Fietkau
2013-10-05vlist: constify key argument to vlist_addFelix Fietkau
2013-10-04blobmsg_json: allow signed output of integersFelix Fietkau
2013-10-04blob: add blob_put_raw() for copying one or more blob attributes into the buf...Felix Fietkau
2013-09-11blobmsg-example: fix length handling in dump_table() callsFelix Fietkau
2013-08-01uloop: fix deleting pending fd events on uloop_fd_delFelix Fietkau
2013-07-29blob/blobmsg: add null pointer checks to the *_for_each_attr functions, fix f...Felix Fietkau
2013-07-24uloop: Fix incorrect timeoutHelmut Schaa
2013-07-02runqueue should cal the complete handler from more placesJohn Crispin
2013-06-28safe_list: add missing null pointer check in safe_list_del()Felix Fietkau
2013-06-21ustream: return NULL in ustream_get_read_buf if there's a buffer, but no dataFelix Fietkau
2013-06-21blobmsg_json: do not corrupt UTF-8 stringsFelix Fietkau
2013-06-21blobmsg_json: fix \u escaping for control charactersFelix Fietkau
2013-06-18uloop: fix corner cases with recursive uloop_run callsFelix Fietkau
2013-06-18uloop: fix event flags processing on mac os xFelix Fietkau
2013-06-18libubox: make uloop_fd::flags genericFelix Fietkau
2013-06-18uloop: fix edge trigger handling on mac os xFelix Fietkau
2013-06-11uloop: rework event processing, fix use-after-free issuesFelix Fietkau
2013-06-10utils: add bitfield inline opsFelix Fietkau
2013-05-31ustream: only report stream eof once via state_change callbackFelix Fietkau
2013-05-31ustream: only report a write error once via state_change callbackFelix Fietkau
2013-05-29blobmsg_json: add blobmsg_add_json_from_fileFelix Fietkau
2013-05-09runqueue: move completion handler from runqueue_process to runqueue_task to m...Felix Fietkau
2013-05-09runqueue: fix include pathFelix Fietkau
2013-05-09runqueue: add a simple task queueing/completion tracking implementationFelix Fietkau
2013-05-09ustream-example: fix container_of type errorsFelix Fietkau
2013-05-07libubox: Allow to build against libjson-c > 0.9Helmut Schaa
2013-04-15safe_list: add safe_list_empty()Felix Fietkau
2013-04-15safe_list: fix typoFelix Fietkau
2013-03-18list.h: implement type safety for container_of()Felix Fietkau
2013-03-18avl: fix type handling in container_of usesFelix Fietkau
2013-03-18safe_list: add a new linked list variantFelix Fietkau
2013-03-17jshn: add support for the double datatypeFelix Fietkau
2013-03-05add pkgconfig support for json-cThomas Gstädtner