2013-01-13 |
Felix Fietkau | list_compat.h: add copyright info |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | uloop: replace copyright info (code has been completely... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | jshn: add copyright info |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | blobmsg: fix blobmsg_parse_array, drop name field requi... |
commit | commitdiff | tree | snapshot |
2013-01-13 |
Felix Fietkau | blobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat... |
commit | commitdiff | tree | snapshot |
2013-01-08 |
Felix Fietkau | blobmsg: add blobmsg_parse_array() |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Felix Fietkau | uloop: use clock_gettime with the monotonic clock inste... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Felix Fietkau | uloop: add a clock_gettime() implementation for mac... |
commit | commitdiff | tree | snapshot |
2013-01-06 |
Felix Fietkau | blobmsg_json: export blobmsg_add_object |
commit | commitdiff | tree | snapshot |
2013-01-05 |
Felix Fietkau | uloop: add back state tracking on mac os x, it seems... |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Luka Perkov | sanitize json_get_type function |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | uloop: improve edge trigger reliability on mac os x |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | uloop: ensure SIGCHLD is properly received on mac os x |
commit | commitdiff | tree | snapshot |
2013-01-04 |
Felix Fietkau | uloop: do less state/change tracking for kevent() on... |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | ustream: increment receive buffer count |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | ustream-fd: prevent callbacks during init |
commit | commitdiff | tree | snapshot |
2013-01-03 |
Felix Fietkau | ustream-fd: fix read error handling |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | uloop: fix immediate timeout processing on mac os x |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | utils: add BUILD_BUG_ON (similar to the one in the... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Felix Fietkau | ustream: add ustream_pending_data accessor function |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | utils: make it unnecessary to specify the last NULL... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | utils: move ARRAY_SIZE from uloop to utils.h |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Felix Fietkau | add utils.c, containing a calloc-like function to alloc... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | ustream: avoid calling s->poll from a write path to... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | ustream: fix polling for write buffer availability... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | ustream: suppress write attempts in ustream_printf... |
commit | commitdiff | tree | snapshot |
2012-12-30 |
Felix Fietkau | ustream: add ustream_read_buf_full() helper |
commit | commitdiff | tree | snapshot |
2012-12-18 |
Felix Fietkau | jshn: fix check to reset array sequence counters on... |
commit | commitdiff | tree | snapshot |
2012-12-17 |
Jo-Philipp... | jshn: introduce json_is_a() convenience function to... |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Felix Fietkau | jshn: fix array handling |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Felix Fietkau | jshn: fix some variable handling regressions |
commit | commitdiff | tree | snapshot |
2012-12-16 |
Felix Fietkau | jshn: add support for namespaces |
commit | commitdiff | tree | snapshot |
2012-12-02 |
Felix Fietkau | blob.h: fix endian check |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Felix Fietkau | uloop: fix tv_diff() calculation |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Felix Fietkau | uloop: another timer fix |
commit | commitdiff | tree | snapshot |
2012-10-31 |
Felix Fietkau | uloop: fix sub-second timer offsets for uloop_timeout_set |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Felix Fietkau | ustream: make notify_state optional as well |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Felix Fietkau | ustream: mark notify_read cb as optional |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Felix Fietkau | ustream: add a poll callback function defined by the... |
commit | commitdiff | tree | snapshot |
2012-10-29 |
Felix Fietkau | ustream: fix variable initialization |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Felix Fietkau | ustream-example: fix logic inversion |
commit | commitdiff | tree | snapshot |
2012-10-23 |
Felix Fietkau | uloop: fix a segfault on deleting the first active... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Felix Fietkau | ustream: add a pointer to the ustream struct useful... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Felix Fietkau | ustream.h: include stdarg.h |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Felix Fietkau | add -Wmissing-declarations to cflags |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Felix Fietkau | add declarations for lua{open,close}_uloop to avoid... |
commit | commitdiff | tree | snapshot |
2012-10-22 |
Felix Fietkau | ustream: make ustream_init_buf static |
commit | commitdiff | tree | snapshot |
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 |
next |