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
2012-12-30ustream: add ustream_read_buf_full() helperFelix Fietkau
2012-12-18jshn: fix check to reset array sequence counters on cleanupFelix Fietkau
2012-12-17jshn: introduce json_is_a() convenience function to check field types without...Jo-Philipp Wich
2012-12-16jshn: fix array handlingFelix Fietkau
2012-12-16jshn: fix some variable handling regressionsFelix Fietkau
2012-12-16jshn: add support for namespacesFelix Fietkau
2012-12-02blob.h: fix endian checkFelix Fietkau
2012-10-31uloop: fix tv_diff() calculationFelix Fietkau
2012-10-31uloop: another timer fixFelix Fietkau
2012-10-31uloop: fix sub-second timer offsets for uloop_timeout_setFelix Fietkau
2012-10-30ustream: make notify_state optional as wellFelix Fietkau
2012-10-30ustream: mark notify_read cb as optionalFelix Fietkau
2012-10-30ustream: add a poll callback function defined by the ustream implementationFelix Fietkau
2012-10-30ustream: fix variable initializationFelix Fietkau
2012-10-23ustream-example: fix logic inversionFelix Fietkau
2012-10-23uloop: fix a segfault on deleting the first active timer from within another ...Felix Fietkau
2012-10-23ustream: add a pointer to the ustream struct useful for chaining ustreamsFelix Fietkau
2012-10-22ustream.h: include stdarg.hFelix Fietkau
2012-10-22add -Wmissing-declarations to cflagsFelix Fietkau
2012-10-22add declarations for lua{open,close}_uloop to avoid warningsFelix Fietkau
2012-10-22ustream: make ustream_init_buf staticFelix Fietkau
2012-10-22add a cmake file for the examples and add the binaries to .gitignoreFelix Fietkau
2012-10-22ustream: add example codeFelix Fietkau
2012-10-22add ustream, an api for stream buffer managementFelix Fietkau
2012-10-21blobmsg-example: fix compile errorsFelix Fietkau
2012-10-21uloop: fix event delete races on mac os xFelix Fietkau
2012-10-04list.h: undefine LIST_HEAD to prevent conflicts on mac os xFelix Fietkau
2012-10-04lua: use relative paths for includes instead of system-wideFelix Fietkau
2012-09-29rename proc_cb to ul_process_cbJohn Crispin
2012-09-27add an example script for the uloop lua bindingFelix Fietkau
2012-09-27add lua binding for uloop (written by John Crispin)Felix Fietkau
2012-07-09uloop: clear processes and timeouts on uloop_done()Felix Fietkau
2012-07-07uloop: handle EPOLLHUP like EPOLLERR to prevent infinite tight loops between ...Jo-Philipp Wich
2012-06-24blobmsg: remove the unnecessary name argument from blobmsg_check_attr_list, i...Felix Fietkau
2012-06-24blobmsg: add blobmsg_check_attr_list() to validate element types of arrays an...Felix Fietkau
2012-06-24uloop: prevent fd callbacks for unregistered fds by ensuring that pointers in...Felix Fietkau
2012-06-10vlist.h: protect against multiple inclusionsFelix Fietkau
2012-06-01blob: add blob_memdup()Felix Fietkau
2012-05-30sh/jshn.sh: fix json_get_var() and json_get_type() to not return cached valuesJo-Philipp Wich
2012-05-29Merge branch 'master' of nbd.name:luci2/libuboxJo-Philipp Wich
2012-05-29sh/jshn.sh: replace "tr" calls with inline substitution, signalize success wi...Jo-Philipp Wich
2012-05-29sh/jshn.sh: replace "tr" calls with inline substitution, signalize success wi...Jo-Philipp Wich
2012-05-28uloop: include sys/types.h to make pid_t availableBenjamin Larsson
2012-05-26remove uapi.h, afacis nothing uses itFelix Fietkau
2012-05-26switch blobmsg_json over to permissive licenseFelix Fietkau
2012-05-26switch blobmsg over to permissive licenseFelix Fietkau
2012-05-26remove ulog.h, afaics nothing uses itFelix Fietkau
2012-05-26add vlist (from netifd)Felix Fietkau
2012-05-26add avl_strcmpFelix Fietkau
2012-05-17sh/jshn.sh: fix allowing numbers in identifiersFelix Fietkau