2012-10-21 |
Felix Fietkau | add a cmake file for the examples and add the binaries... |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Felix Fietkau | ustream: add example code |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Felix Fietkau | add ustream, an api for stream buffer management |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Felix Fietkau | blobmsg-example: fix compile errors |
commit | commitdiff | tree | snapshot |
2012-10-21 |
Felix Fietkau | uloop: fix event delete races on mac os x |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Felix Fietkau | list.h: undefine LIST_HEAD to prevent conflicts on... |
commit | commitdiff | tree | snapshot |
2012-10-04 |
Felix Fietkau | lua: use relative paths for includes instead of system... |
commit | commitdiff | tree | snapshot |
2012-09-28 |
John Crispin | rename proc_cb to ul_process_cb |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Felix Fietkau | add an example script for the uloop lua binding |
commit | commitdiff | tree | snapshot |
2012-09-27 |
Felix Fietkau | add lua binding for uloop (written by John Crispin) |
commit | commitdiff | tree | snapshot |
2012-07-08 |
Felix Fietkau | uloop: clear processes and timeouts on uloop_done() |
commit | commitdiff | tree | snapshot |
2012-07-07 |
Jo-Philipp... | uloop: handle EPOLLHUP like EPOLLERR to prevent infinit... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Felix Fietkau | blobmsg: remove the unnecessary name argument from... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Felix Fietkau | blobmsg: add blobmsg_check_attr_list() to validate... |
commit | commitdiff | tree | snapshot |
2012-06-24 |
Felix Fietkau | uloop: prevent fd callbacks for unregistered fds by... |
commit | commitdiff | tree | snapshot |
2012-06-10 |
Felix Fietkau | vlist.h: protect against multiple inclusions |
commit | commitdiff | tree | snapshot |
2012-06-01 |
Felix Fietkau | blob: add blob_memdup() |
commit | commitdiff | tree | snapshot |
2012-05-30 |
Jo-Philipp... | sh/jshn.sh: fix json_get_var() and json_get_type()... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Jo-Philipp... | Merge branch 'master' of nbd.name:luci2/libubox |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Jo-Philipp... | sh/jshn.sh: replace "tr" calls with inline substitution... |
commit | commitdiff | tree | snapshot |
2012-05-29 |
Jo-Philipp... | sh/jshn.sh: replace "tr" calls with inline substitution... |
commit | commitdiff | tree | snapshot |
2012-05-28 |
Benjamin Larsson | uloop: include sys/types.h to make pid_t available |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | remove uapi.h, afacis nothing uses it |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | switch blobmsg_json over to permissive license |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | switch blobmsg over to permissive license |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | remove ulog.h, afaics nothing uses it |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | add vlist (from netifd) |
commit | commitdiff | tree | snapshot |
2012-05-26 |
Felix Fietkau | add avl_strcmp |
commit | commitdiff | tree | snapshot |
2012-05-17 |
Felix Fietkau | sh/jshn.sh: fix allowing numbers in identifiers |
commit | commitdiff | tree | snapshot |
2012-05-16 |
Jo-Philipp... | sh/jshn.sh: allow numbers in identifiers for json_get_var() |
commit | commitdiff | tree | snapshot |
2012-05-13 |
Felix Fietkau | jshn.sh: add json_get_vars() wrapper function |
commit | commitdiff | tree | snapshot |
2012-05-08 |
Felix Fietkau | add blobmsg_add_blob() to copy over an existing blobmsg... |
commit | commitdiff | tree | snapshot |
2012-03-14 |
Felix Fietkau | remove uhtbl-test.c, it is obsolete |
commit | commitdiff | tree | snapshot |
2012-02-06 |
Felix Fietkau | replace list.h with a BSD licensed variant (taken from... |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Felix Fietkau | blobmsg: add missing endian conversions |
commit | commitdiff | tree | snapshot |
2011-11-16 |
Felix Fietkau | blobmsg_json: print int16 elements in blobmsg_format_el... |
commit | commitdiff | tree | snapshot |
2011-11-10 |
Felix Fietkau | blob: switch to ISC license, switch blob_{get,put}_int... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | make casts from void * explicit to avoid C++ warnings... |
commit | commitdiff | tree | snapshot |
2011-10-27 |
Felix Fietkau | list.h: rename parameter named "new" to "_new" to avoid... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Felix Fietkau | fix more instances of uninitialized padding bytes |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Felix Fietkau | blobmsg: fill padding between name and data |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Felix Fietkau | make the blobmsg format endian agnostic (stick to big... |
commit | commitdiff | tree | snapshot |
2011-10-06 |
Felix Fietkau | fill padding bytes when setting raw attribute length |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Felix Fietkau | explicitly zero extra buffer space added with realloc... |
commit | commitdiff | tree | snapshot |
2011-10-03 |
Felix Fietkau | fix reads beyond the end of the buffer when iterating... |
commit | commitdiff | tree | snapshot |
2011-09-12 |
Felix Fietkau | add a blobmsg_type() inline function |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Felix Fietkau | same for json_get_var |
commit | commitdiff | tree | snapshot |
2011-09-11 |
Felix Fietkau | jshn: support using characters in elements that do... |
commit | commitdiff | tree | snapshot |
2011-09-07 |
Felix Fietkau | add blobmsg_get_bool |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Felix Fietkau | blob_attr_equal: un-inline, add pointer checks |
commit | commitdiff | tree | snapshot |
2011-09-05 |
Felix Fietkau | add blob_attr_equal() for comparing attributes |
commit | commitdiff | tree | snapshot |
2011-08-17 |
Felix Fietkau | fix a bug in blobmsg_parse |
commit | commitdiff | tree | snapshot |
2011-08-12 |
Felix Fietkau | change the include path for list.h in jshn.c |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Felix Fietkau | add a missing include |
commit | commitdiff | tree | snapshot |
2011-08-11 |
Felix Fietkau | jshn: clear more variables on json_init, fix adding... |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Felix Fietkau | add blob_buf_free |
commit | commitdiff | tree | snapshot |
2011-07-29 |
Felix Fietkau | add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8 |
commit | commitdiff | tree | snapshot |
2011-07-18 |
Felix Fietkau | blobmsg_json: support indenting of output data |
commit | commitdiff | tree | snapshot |
2011-05-31 |
Felix Fietkau | jshn: add an option for printing the json data without... |
commit | commitdiff | tree | snapshot |
2011-05-24 |
Felix Fietkau | uloop: use list.h, add support for handling sigchld |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Felix Fietkau | jshn: fix invalid variable reuse |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Felix Fietkau | jshn: do not use -n on export |
commit | commitdiff | tree | snapshot |
2011-05-23 |
Felix Fietkau | add jshn |
commit | commitdiff | tree | snapshot |
2011-04-13 |
Felix Fietkau | make the avl node key const |
commit | commitdiff | tree | snapshot |
2011-03-27 |
Felix Fietkau | remove int16, use int8 as bool instead of integer |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | support building without json support |
commit | commitdiff | tree | snapshot |
2011-03-26 |
Felix Fietkau | remove the hlist code |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Felix Fietkau | change minimum cmake version to 2.6 |
commit | commitdiff | tree | snapshot |
2011-02-12 |
Felix Fietkau | uloop: fix event timeouts on darwin |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Felix Fietkau | uloop: allow timeouts to cancel the event loop |
commit | commitdiff | tree | snapshot |
2011-02-11 |
Felix Fietkau | allow multiple calls to uloop_init() without annoying... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | add a cast to fix 64 bit issues |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | uloop: make first_timeout static |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | make uloop_end() inline |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | validate blobmsg attributes before converting them... |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | usock: remove code duplication |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | properly null-terminate formatted json strings |
commit | commitdiff | tree | snapshot |
2011-02-07 |
Felix Fietkau | allow blobmsg_add_field to add arrays/tables |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | rename blob_get_int* to blob_get_u* |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | move json formatting to the blobmsg_json library |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | make __avl_find_element() inline |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | remove hash.[ch] - i don't think we will need it |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | remove uhtbl - i don't think we will need it |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | add a callback to the blobmsg-to-json function to overr... |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | add missing copyright headers |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | add a json to blobmsg parsing library |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | uloop: export the cancelled flag |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | blobmsg: fix dynamic string buffer length calculation |
commit | commitdiff | tree | snapshot |
2011-02-06 |
Felix Fietkau | uloop: fix the write flag for mac os x |
commit | commitdiff | tree | snapshot |
2011-02-05 |
Felix Fietkau | blomsg: add integer attribute accessor functions |
commit | commitdiff | tree | snapshot |
2011-02-04 |
Felix Fietkau | add functions for allocating and adding a string buffer... |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | add back usock |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | remove unl |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | link against libnl-tiny |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | convert to cmake |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | fix json string formatting |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | fix off-by-one in the string validation check |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | blobmsg: constify and add more validation |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | blob: constify |
commit | commitdiff | tree | snapshot |
2011-01-31 |
Felix Fietkau | make blob attribute checking available externally |
commit | commitdiff | tree | snapshot |
next |