project/libubox.git
2012-12-30 Felix Fietkauustream: suppress write attempts in ustream_printf...
2012-12-30 Felix Fietkauustream: add ustream_read_buf_full() helper
2012-12-18 Felix Fietkaujshn: fix check to reset array sequence counters on...
2012-12-17 Jo-Philipp... jshn: introduce json_is_a() convenience function to...
2012-12-16 Felix Fietkaujshn: fix array handling
2012-12-16 Felix Fietkaujshn: fix some variable handling regressions
2012-12-16 Felix Fietkaujshn: add support for namespaces
2012-12-02 Felix Fietkaublob.h: fix endian check
2012-10-31 Felix Fietkauuloop: fix tv_diff() calculation
2012-10-31 Felix Fietkauuloop: another timer fix
2012-10-31 Felix Fietkauuloop: fix sub-second timer offsets for uloop_timeout_set
2012-10-29 Felix Fietkauustream: make notify_state optional as well
2012-10-29 Felix Fietkauustream: mark notify_read cb as optional
2012-10-29 Felix Fietkauustream: add a poll callback function defined by the...
2012-10-29 Felix Fietkauustream: fix variable initialization
2012-10-23 Felix Fietkauustream-example: fix logic inversion
2012-10-23 Felix Fietkauuloop: fix a segfault on deleting the first active...
2012-10-22 Felix Fietkauustream: add a pointer to the ustream struct useful...
2012-10-22 Felix Fietkauustream.h: include stdarg.h
2012-10-22 Felix Fietkauadd -Wmissing-declarations to cflags
2012-10-22 Felix Fietkauadd declarations for lua{open,close}_uloop to avoid...
2012-10-22 Felix Fietkauustream: make ustream_init_buf static
2012-10-21 Felix Fietkauadd a cmake file for the examples and add the binaries...
2012-10-21 Felix Fietkauustream: add example code
2012-10-21 Felix Fietkauadd ustream, an api for stream buffer management
2012-10-21 Felix Fietkaublobmsg-example: fix compile errors
2012-10-21 Felix Fietkauuloop: fix event delete races on mac os x
2012-10-04 Felix Fietkaulist.h: undefine LIST_HEAD to prevent conflicts on...
2012-10-04 Felix Fietkaulua: use relative paths for includes instead of system...
2012-09-28 John Crispinrename proc_cb to ul_process_cb
2012-09-27 Felix Fietkauadd an example script for the uloop lua binding
2012-09-27 Felix Fietkauadd lua binding for uloop (written by John Crispin)
2012-07-08 Felix Fietkauuloop: clear processes and timeouts on uloop_done()
2012-07-07 Jo-Philipp... uloop: handle EPOLLHUP like EPOLLERR to prevent infinit...
2012-06-24 Felix Fietkaublobmsg: remove the unnecessary name argument from...
2012-06-24 Felix Fietkaublobmsg: add blobmsg_check_attr_list() to validate...
2012-06-24 Felix Fietkauuloop: prevent fd callbacks for unregistered fds by...
2012-06-10 Felix Fietkauvlist.h: protect against multiple inclusions
2012-06-01 Felix Fietkaublob: add blob_memdup()
2012-05-30 Jo-Philipp... sh/jshn.sh: fix json_get_var() and json_get_type()...
2012-05-29 Jo-Philipp... Merge branch 'master' of nbd.name:luci2/libubox
2012-05-29 Jo-Philipp... sh/jshn.sh: replace "tr" calls with inline substitution...
2012-05-29 Jo-Philipp... sh/jshn.sh: replace "tr" calls with inline substitution...
2012-05-28 Benjamin Larssonuloop: include sys/types.h to make pid_t available
2012-05-26 Felix Fietkauremove uapi.h, afacis nothing uses it
2012-05-26 Felix Fietkauswitch blobmsg_json over to permissive license
2012-05-26 Felix Fietkauswitch blobmsg over to permissive license
2012-05-26 Felix Fietkauremove ulog.h, afaics nothing uses it
2012-05-26 Felix Fietkauadd vlist (from netifd)
2012-05-26 Felix Fietkauadd avl_strcmp
2012-05-17 Felix Fietkaush/jshn.sh: fix allowing numbers in identifiers
2012-05-16 Jo-Philipp... sh/jshn.sh: allow numbers in identifiers for json_get_var()
2012-05-13 Felix Fietkaujshn.sh: add json_get_vars() wrapper function
2012-05-08 Felix Fietkauadd blobmsg_add_blob() to copy over an existing blobmsg...
2012-03-14 Felix Fietkauremove uhtbl-test.c, it is obsolete
2012-02-06 Felix Fietkaureplace list.h with a BSD licensed variant (taken from...
2011-11-16 Felix Fietkaublobmsg: add missing endian conversions
2011-11-16 Felix Fietkaublobmsg_json: print int16 elements in blobmsg_format_el...
2011-11-10 Felix Fietkaublob: switch to ISC license, switch blob_{get,put}_int...
2011-10-27 Felix Fietkaumake casts from void * explicit to avoid C++ warnings...
2011-10-27 Felix Fietkaulist.h: rename parameter named "new" to "_new" to avoid...
2011-10-06 Felix Fietkaufix more instances of uninitialized padding bytes
2011-10-06 Felix Fietkaublobmsg: fill padding between name and data
2011-10-06 Felix Fietkaumake the blobmsg format endian agnostic (stick to big...
2011-10-06 Felix Fietkaufill padding bytes when setting raw attribute length
2011-10-03 Felix Fietkauexplicitly zero extra buffer space added with realloc...
2011-10-03 Felix Fietkaufix reads beyond the end of the buffer when iterating...
2011-09-12 Felix Fietkauadd a blobmsg_type() inline function
2011-09-11 Felix Fietkausame for json_get_var
2011-09-11 Felix Fietkaujshn: support using characters in elements that do...
2011-09-07 Felix Fietkauadd blobmsg_get_bool
2011-09-05 Felix Fietkaublob_attr_equal: un-inline, add pointer checks
2011-09-05 Felix Fietkauadd blob_attr_equal() for comparing attributes
2011-08-17 Felix Fietkaufix a bug in blobmsg_parse
2011-08-12 Felix Fietkauchange the include path for list.h in jshn.c
2011-08-11 Felix Fietkauadd a missing include
2011-08-11 Felix Fietkaujshn: clear more variables on json_init, fix adding...
2011-07-29 Felix Fietkauadd blob_buf_free
2011-07-29 Felix Fietkauadd BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
2011-07-18 Felix Fietkaublobmsg_json: support indenting of output data
2011-05-31 Felix Fietkaujshn: add an option for printing the json data without...
2011-05-24 Felix Fietkauuloop: use list.h, add support for handling sigchld
2011-05-23 Felix Fietkaujshn: fix invalid variable reuse
2011-05-23 Felix Fietkaujshn: do not use -n on export
2011-05-23 Felix Fietkauadd jshn
2011-04-13 Felix Fietkaumake the avl node key const
2011-03-27 Felix Fietkauremove int16, use int8 as bool instead of integer
2011-03-26 Felix Fietkausupport building without json support
2011-03-26 Felix Fietkauremove the hlist code
2011-02-12 Felix Fietkauchange minimum cmake version to 2.6
2011-02-12 Felix Fietkauuloop: fix event timeouts on darwin
2011-02-11 Felix Fietkauuloop: allow timeouts to cancel the event loop
2011-02-11 Felix Fietkauallow multiple calls to uloop_init() without annoying...
2011-02-07 Felix Fietkauadd a cast to fix 64 bit issues
2011-02-07 Felix Fietkauuloop: make first_timeout static
2011-02-07 Felix Fietkaumake uloop_end() inline
2011-02-07 Felix Fietkauvalidate blobmsg attributes before converting them...
2011-02-07 Felix Fietkauusock: remove code duplication
2011-02-07 Felix Fietkauproperly null-terminate formatted json strings
2011-02-07 Felix Fietkauallow blobmsg_add_field to add arrays/tables
next