2013-01-01 |
Felix Fietkau | uloop: fix immediate timeout processing on mac os x Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-01 |
Felix Fietkau | utils: add BUILD_BUG_ON (similar to the one in the... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2013-01-01 |
Felix Fietkau | ustream: add ustream_pending_data accessor function Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-31 |
Felix Fietkau | utils: make it unnecessary to specify the last NULL... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-31 |
Felix Fietkau | utils: move ARRAY_SIZE from uloop to utils.h Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-31 |
Felix Fietkau | add utils.c, containing a calloc-like function to allocate... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-30 |
Felix Fietkau | ustream: avoid calling s->poll from a write path to... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-30 |
Felix Fietkau | ustream: fix polling for write buffer availability... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-30 |
Felix Fietkau | ustream: suppress write attempts in ustream_printf... Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-30 |
Felix Fietkau | ustream: add ustream_read_buf_full() helper Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-18 |
Felix Fietkau | jshn: fix check to reset array sequence counters on...
|
commit | commitdiff | tree |
2012-12-16 |
Felix Fietkau | jshn: fix array handling Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-16 |
Felix Fietkau | jshn: fix some variable handling regressions Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-16 |
Felix Fietkau | jshn: add support for namespaces Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-12-02 |
Felix Fietkau | blob.h: fix endian check Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-10-31 |
Felix Fietkau | uloop: fix tv_diff() calculation Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-10-31 |
Felix Fietkau | uloop: another timer fix Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-10-31 |
Felix Fietkau | uloop: fix sub-second timer offsets for uloop_timeout_set
|
commit | commitdiff | tree |
2012-10-29 |
Felix Fietkau | ustream: make notify_state optional as well
|
commit | commitdiff | tree |
2012-10-29 |
Felix Fietkau | ustream: mark notify_read cb as optional
|
commit | commitdiff | tree |
2012-10-29 |
Felix Fietkau | ustream: add a poll callback function defined by the...
|
commit | commitdiff | tree |
2012-10-29 |
Felix Fietkau | ustream: fix variable initialization Signed-off-by: Felix Fietkau <nbd@openwrt.org>
|
commit | commitdiff | tree |
2012-10-23 |
Felix Fietkau | ustream-example: fix logic inversion
|
commit | commitdiff | tree |
2012-10-23 |
Felix Fietkau | uloop: fix a segfault on deleting the first active...
|
commit | commitdiff | tree |
2012-10-22 |
Felix Fietkau | ustream: add a pointer to the ustream struct useful...
|
commit | commitdiff | tree |
2012-10-22 |
Felix Fietkau | ustream.h: include stdarg.h
|
commit | commitdiff | tree |
2012-10-22 |
Felix Fietkau | add -Wmissing-declarations to cflags
|
commit | commitdiff | tree |
2012-10-22 |
Felix Fietkau | add declarations for lua{open,close}_uloop to avoid...
|
commit | commitdiff | tree |
2012-10-22 |
Felix Fietkau | ustream: make ustream_init_buf static
|
commit | commitdiff | tree |
2012-10-21 |
Felix Fietkau | add a cmake file for the examples and add the binaries...
|
commit | commitdiff | tree |
2012-10-21 |
Felix Fietkau | ustream: add example code
|
commit | commitdiff | tree |
2012-10-21 |
Felix Fietkau | add ustream, an api for stream buffer management
|
commit | commitdiff | tree |
2012-10-21 |
Felix Fietkau | blobmsg-example: fix compile errors
|
commit | commitdiff | tree |
2012-10-21 |
Felix Fietkau | uloop: fix event delete races on mac os x
|
commit | commitdiff | tree |
2012-10-04 |
Felix Fietkau | list.h: undefine LIST_HEAD to prevent conflicts on...
|
commit | commitdiff | tree |
2012-10-04 |
Felix Fietkau | lua: use relative paths for includes instead of system...
|
commit | commitdiff | tree |
2012-09-27 |
Felix Fietkau | add an example script for the uloop lua binding
|
commit | commitdiff | tree |
2012-09-27 |
Felix Fietkau | add lua binding for uloop (written by John Crispin)
|
commit | commitdiff | tree |
2012-07-08 |
Felix Fietkau | uloop: clear processes and timeouts on uloop_done()
|
commit | commitdiff | tree |
2012-06-24 |
Felix Fietkau | blobmsg: remove the unnecessary name argument from...
|
commit | commitdiff | tree |
2012-06-24 |
Felix Fietkau | blobmsg: add blobmsg_check_attr_list() to validate...
|
commit | commitdiff | tree |
2012-06-24 |
Felix Fietkau | uloop: prevent fd callbacks for unregistered fds by...
|
commit | commitdiff | tree |
2012-06-10 |
Felix Fietkau | vlist.h: protect against multiple inclusions
|
commit | commitdiff | tree |
2012-06-01 |
Felix Fietkau | blob: add blob_memdup()
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | remove uapi.h, afacis nothing uses it
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | switch blobmsg_json over to permissive license
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | switch blobmsg over to permissive license
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | remove ulog.h, afaics nothing uses it
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | add vlist (from netifd)
|
commit | commitdiff | tree |
2012-05-26 |
Felix Fietkau | add avl_strcmp
|
commit | commitdiff | tree |
2012-05-17 |
Felix Fietkau | sh/jshn.sh: fix allowing numbers in identifiers
|
commit | commitdiff | tree |
2012-05-13 |
Felix Fietkau | jshn.sh: add json_get_vars() wrapper function
|
commit | commitdiff | tree |
2012-05-08 |
Felix Fietkau | add blobmsg_add_blob() to copy over an existing blobmsg...
|
commit | commitdiff | tree |
2012-03-14 |
Felix Fietkau | remove uhtbl-test.c, it is obsolete
|
commit | commitdiff | tree |
2012-02-06 |
Felix Fietkau | replace list.h with a BSD licensed variant (taken from...
|
commit | commitdiff | tree |
2011-11-16 |
Felix Fietkau | blobmsg: add missing endian conversions
|
commit | commitdiff | tree |
2011-11-16 |
Felix Fietkau | blobmsg_json: print int16 elements in blobmsg_format_element...
|
commit | commitdiff | tree |
2011-11-10 |
Felix Fietkau | blob: switch to ISC license, switch blob_{get,put}_int...
|
commit | commitdiff | tree |
2011-10-27 |
Felix Fietkau | make casts from void * explicit to avoid C++ warnings...
|
commit | commitdiff | tree |
2011-10-27 |
Felix Fietkau | list.h: rename parameter named "new" to "_new" to avoid...
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | fix more instances of uninitialized padding bytes
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | blobmsg: fill padding between name and data
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | make the blobmsg format endian agnostic (stick to big...
|
commit | commitdiff | tree |
2011-10-06 |
Felix Fietkau | fill padding bytes when setting raw attribute length
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | explicitly zero extra buffer space added with realloc...
|
commit | commitdiff | tree |
2011-10-03 |
Felix Fietkau | fix reads beyond the end of the buffer when iterating...
|
commit | commitdiff | tree |
2011-09-12 |
Felix Fietkau | add a blobmsg_type() inline function
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | same for json_get_var
|
commit | commitdiff | tree |
2011-09-11 |
Felix Fietkau | jshn: support using characters in elements that do...
|
commit | commitdiff | tree |
2011-09-07 |
Felix Fietkau | add blobmsg_get_bool
|
commit | commitdiff | tree |
2011-09-05 |
Felix Fietkau | blob_attr_equal: un-inline, add pointer checks
|
commit | commitdiff | tree |
2011-09-05 |
Felix Fietkau | add blob_attr_equal() for comparing attributes
|
commit | commitdiff | tree |
2011-08-17 |
Felix Fietkau | fix a bug in blobmsg_parse
|
commit | commitdiff | tree |
2011-08-12 |
Felix Fietkau | change the include path for list.h in jshn.c
|
commit | commitdiff | tree |
2011-08-11 |
Felix Fietkau | add a missing include
|
commit | commitdiff | tree |
2011-08-11 |
Felix Fietkau | jshn: clear more variables on json_init, fix adding...
|
commit | commitdiff | tree |
2011-07-29 |
Felix Fietkau | add blob_buf_free
|
commit | commitdiff | tree |
2011-07-29 |
Felix Fietkau | add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
|
commit | commitdiff | tree |
2011-07-18 |
Felix Fietkau | blobmsg_json: support indenting of output data
|
commit | commitdiff | tree |
2011-05-31 |
Felix Fietkau | jshn: add an option for printing the json data without...
|
commit | commitdiff | tree |
2011-05-24 |
Felix Fietkau | uloop: use list.h, add support for handling sigchld
|
commit | commitdiff | tree |
2011-05-23 |
Felix Fietkau | jshn: fix invalid variable reuse
|
commit | commitdiff | tree |
2011-05-23 |
Felix Fietkau | jshn: do not use -n on export
|
commit | commitdiff | tree |
2011-05-23 |
Felix Fietkau | add jshn
|
commit | commitdiff | tree |
2011-04-13 |
Felix Fietkau | make the avl node key const
|
commit | commitdiff | tree |
2011-03-27 |
Felix Fietkau | remove int16, use int8 as bool instead of integer
|
commit | commitdiff | tree |
2011-03-26 |
Felix Fietkau | support building without json support
|
commit | commitdiff | tree |
2011-03-26 |
Felix Fietkau | remove the hlist code
|
commit | commitdiff | tree |
2011-02-12 |
Felix Fietkau | change minimum cmake version to 2.6
|
commit | commitdiff | tree |
2011-02-12 |
Felix Fietkau | uloop: fix event timeouts on darwin
|
commit | commitdiff | tree |
2011-02-11 |
Felix Fietkau | uloop: allow timeouts to cancel the event loop
|
commit | commitdiff | tree |
2011-02-11 |
Felix Fietkau | allow multiple calls to uloop_init() without annoying...
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | add a cast to fix 64 bit issues
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | uloop: make first_timeout static
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | make uloop_end() inline
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | validate blobmsg attributes before converting them...
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | usock: remove code duplication
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | properly null-terminate formatted json strings
|
commit | commitdiff | tree |
2011-02-07 |
Felix Fietkau | allow blobmsg_add_field to add arrays/tables
|
commit | commitdiff | tree |
2011-02-06 |
Felix Fietkau | rename blob_get_int* to blob_get_u*
|
commit | commitdiff | tree |
next |