| Age | Commit message (Expand) | Author |
| 2012-10-04 | lua: use relative paths for includes instead of system-wide | Felix Fietkau |
| 2012-09-28 | rename proc_cb to ul_process_cb | John Crispin |
| 2012-09-27 | add an example script for the uloop lua binding | Felix Fietkau |
| 2012-09-27 | add lua binding for uloop (written by John Crispin) | Felix Fietkau |
| 2012-07-08 | uloop: clear processes and timeouts on uloop_done() | Felix Fietkau |
| 2012-07-07 | uloop: handle EPOLLHUP like EPOLLERR to prevent infinite tight loops between epoll_wait() and the continue in uloop_run_events() | Jo-Philipp Wich |
| 2012-06-24 | blobmsg: remove the unnecessary name argument from blobmsg_check_attr_list, infer it from the list type | Felix Fietkau |
| 2012-06-24 | blobmsg: add blobmsg_check_attr_list() to validate element types of arrays and tables | Felix Fietkau |
| 2012-06-24 | uloop: prevent fd callbacks for unregistered fds by ensuring that pointers in the epoll array are cleared | Felix Fietkau |
| 2012-06-10 | vlist.h: protect against multiple inclusions | Felix Fietkau |
| 2012-06-01 | blob: add blob_memdup() | Felix Fietkau |
| 2012-05-30 | sh/jshn.sh: fix json_get_var() and json_get_type() to not return cached values | Jo-Philipp Wich |
| 2012-05-29 | Merge branch 'master' of nbd.name:luci2/libubox | Jo-Philipp Wich |
| 2012-05-29 | sh/jshn.sh: replace "tr" calls with inline substitution, signalize success with return values | Jo-Philipp Wich |
| 2012-05-29 | sh/jshn.sh: replace "tr" calls with inline substitution, signalize success with return values | Jo-Philipp Wich |
| 2012-05-28 | uloop: include sys/types.h to make pid_t available | Benjamin Larsson |
| 2012-05-26 | remove uapi.h, afacis nothing uses it | Felix Fietkau |
| 2012-05-26 | switch blobmsg_json over to permissive license | Felix Fietkau |
| 2012-05-26 | switch blobmsg over to permissive license | Felix Fietkau |
| 2012-05-26 | remove ulog.h, afaics nothing uses it | Felix Fietkau |
| 2012-05-26 | add vlist (from netifd) | Felix Fietkau |
| 2012-05-26 | add avl_strcmp | Felix Fietkau |
| 2012-05-17 | sh/jshn.sh: fix allowing numbers in identifiers | Felix Fietkau |
| 2012-05-16 | sh/jshn.sh: allow numbers in identifiers for json_get_var() | Jo-Philipp Wich |
| 2012-05-13 | jshn.sh: add json_get_vars() wrapper function | Felix Fietkau |
| 2012-05-08 | add blobmsg_add_blob() to copy over an existing blobmsg attribute | Felix Fietkau |
| 2012-03-14 | remove uhtbl-test.c, it is obsolete | Felix Fietkau |
| 2012-02-06 | replace list.h with a BSD licensed variant (taken from FreeBSD SVN) | Felix Fietkau |
| 2011-11-16 | blobmsg: add missing endian conversions | Felix Fietkau |
| 2011-11-16 | blobmsg_json: print int16 elements in blobmsg_format_element (patch by Luka Perkov) | Felix Fietkau |
| 2011-11-10 | blob: switch to ISC license, switch blob_{get,put}_int* to _u*, add wrappers | Felix Fietkau |
| 2011-10-27 | make casts from void * explicit to avoid C++ warnings (patch by Arthur Davis) | Felix Fietkau |
| 2011-10-27 | list.h: rename parameter named "new" to "_new" to avoid using a reserved C++ keyword (patch by Arthur Davis) | Felix Fietkau |
| 2011-10-06 | fix more instances of uninitialized padding bytes | Felix Fietkau |
| 2011-10-06 | blobmsg: fill padding between name and data | Felix Fietkau |
| 2011-10-06 | make the blobmsg format endian agnostic (stick to big-endian) | Felix Fietkau |
| 2011-10-06 | fill padding bytes when setting raw attribute length | Felix Fietkau |
| 2011-10-03 | explicitly zero extra buffer space added with realloc to silence valgrind warnings | Felix Fietkau |
| 2011-10-03 | fix reads beyond the end of the buffer when iterating over blob attributes | Felix Fietkau |
| 2011-09-12 | add a blobmsg_type() inline function | Felix Fietkau |
| 2011-09-11 | same for json_get_var | Felix Fietkau |
| 2011-09-11 | jshn: support using characters in elements that do not conform to shell variable restrictions | Felix Fietkau |
| 2011-09-07 | add blobmsg_get_bool | Felix Fietkau |
| 2011-09-05 | blob_attr_equal: un-inline, add pointer checks | Felix Fietkau |
| 2011-09-05 | add blob_attr_equal() for comparing attributes | Felix Fietkau |
| 2011-08-17 | fix a bug in blobmsg_parse | Felix Fietkau |
| 2011-08-12 | change the include path for list.h in jshn.c | Felix Fietkau |
| 2011-08-11 | add a missing include | Felix Fietkau |
| 2011-08-11 | jshn: clear more variables on json_init, fix adding array elements | Felix Fietkau |
| 2011-07-29 | add blob_buf_free | Felix Fietkau |