project/libubox.git
2013-02-17 Felix Fietkaublobmsg: implement blobmsg_printf and blobmsg_vprintf
2013-02-14 Felix Fietkauutils: make le16 endian conversion functions work with...
2013-02-14 Felix Fietkauutils.h: make 16-bit little endian conversion robust...
2013-02-13 Felix Fietkauutils: add little-endian swap helpers
2013-02-11 Felix Fietkauutils: prefer using gccs builtin swapping functions...
2013-02-11 Felix Fietkauutils: move endian swap helpers and __packed definition...
2013-02-10 Felix Fietkaublobmsg: add blobmsg_realloc_string_buffer()
2013-02-10 Felix Fietkaublob: add blob_buf_grow()
2013-02-10 Felix Fietkaublobmsg_json: prefer to link against libjson-c over...
2013-01-31 Felix Fietkauustream: another fix for ustream_read_buf_full() with...
2013-01-31 Felix Fietkauustream-fd: do not loop back into the callback from...
2013-01-31 Felix Fietkauustream: set the right EOF flag
2013-01-31 Felix Fietkauuloop: remove file descriptors if neither read nor...
2013-01-30 Felix Fietkauustream-fd: only use read() == 0 as eof indication...
2013-01-30 Felix Fietkauustream: fix ustream_read_buf_full() for multiple read...
2013-01-29 Felix Fietkaublobmsg_json: fix buffer growing on blobmsg json formatting
2013-01-23 Jo-Philipp... uloop: rename uloop_timeout_pending() to uloop_timeout_...
2013-01-23 Jo-Philipp... uloop: add uloop_timeout_pending() function to determin...
2013-01-23 Felix Fietkaubuild: remove install prefix override
2013-01-23 Felix Fietkaublob/blobmsg: use 32 bit load/store for 64 bit access...
2013-01-22 Felix Fietkauustream-fd: retry partial writes
2013-01-17 Luka Perkovrename internal variables in json_get_type
2013-01-13 Felix Fietkaublobmsg: add blobmsg_get_string
2013-01-13 Felix Fietkauadd license headers for usock
2013-01-13 Felix Fietkaulist_compat.h: add copyright info
2013-01-13 Felix Fietkauuloop: replace copyright info (code has been completely...
2013-01-13 Felix Fietkaujshn: add copyright info
2013-01-13 Felix Fietkaublobmsg: fix blobmsg_parse_array, drop name field requi...
2013-01-13 Felix Fietkaublobmsg: allow BLOBMSG_TYPE_UNSPEC attributes, treat...
2013-01-08 Felix Fietkaublobmsg: add blobmsg_parse_array()
2013-01-06 Felix Fietkauuloop: use clock_gettime with the monotonic clock inste...
2013-01-06 Felix Fietkauuloop: add a clock_gettime() implementation for mac...
2013-01-06 Felix Fietkaublobmsg_json: export blobmsg_add_object
2013-01-05 Felix Fietkauuloop: add back state tracking on mac os x, it seems...
2013-01-04 Luka Perkovsanitize json_get_type function
2013-01-04 Felix Fietkauuloop: improve edge trigger reliability on mac os x
2013-01-04 Felix Fietkauuloop: ensure SIGCHLD is properly received on mac os x
2013-01-04 Felix Fietkauuloop: do less state/change tracking for kevent() on...
2013-01-03 Felix Fietkauustream: increment receive buffer count
2013-01-03 Felix Fietkauustream-fd: prevent callbacks during init
2013-01-03 Felix Fietkauustream-fd: fix read error handling
2013-01-01 Felix Fietkauuloop: fix immediate timeout processing on mac os x
2013-01-01 Felix Fietkauutils: add BUILD_BUG_ON (similar to the one in the...
2013-01-01 Felix Fietkauustream: add ustream_pending_data accessor function
2012-12-31 Felix Fietkauutils: make it unnecessary to specify the last NULL...
2012-12-31 Felix Fietkauutils: move ARRAY_SIZE from uloop to utils.h
2012-12-31 Felix Fietkauadd utils.c, containing a calloc-like function to alloc...
2012-12-30 Felix Fietkauustream: avoid calling s->poll from a write path to...
2012-12-30 Felix Fietkauustream: fix polling for write buffer availability...
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
next