project/libubox.git
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
2011-02-06 Felix Fietkaurename blob_get_int* to blob_get_u*
2011-02-06 Felix Fietkaumove json formatting to the blobmsg_json library
2011-02-06 Felix Fietkaumake __avl_find_element() inline
2011-02-06 Felix Fietkauremove hash.[ch] - i don't think we will need it
2011-02-06 Felix Fietkauremove uhtbl - i don't think we will need it
2011-02-06 Felix Fietkauadd a callback to the blobmsg-to-json function to overr...
2011-02-06 Felix Fietkauadd missing copyright headers
2011-02-06 Felix Fietkauadd a json to blobmsg parsing library
2011-02-06 Felix Fietkauuloop: export the cancelled flag
2011-02-06 Felix Fietkaublobmsg: fix dynamic string buffer length calculation
2011-02-06 Felix Fietkauuloop: fix the write flag for mac os x
2011-02-05 Felix Fietkaublomsg: add integer attribute accessor functions
2011-02-04 Felix Fietkauadd functions for allocating and adding a string buffer...
2011-01-31 Felix Fietkauadd back usock
2011-01-31 Felix Fietkauremove unl
2011-01-31 Felix Fietkaulink against libnl-tiny
2011-01-31 Felix Fietkauconvert to cmake
2011-01-31 Felix Fietkaufix json string formatting
2011-01-31 Felix Fietkaufix off-by-one in the string validation check
2011-01-31 Felix Fietkaublobmsg: constify and add more validation
2011-01-31 Felix Fietkaublob: constify
2011-01-31 Felix Fietkaumake blob attribute checking available externally
2011-01-31 Felix Fietkaublob: validate strings on parse
2011-01-30 Felix Fietkauadd support for json-formatting blobmsg elements
2011-01-30 Felix Fietkaufix json list parsing
2011-01-29 Felix Fietkauadd blobmsg_for_each_attr
2011-01-29 Felix Fietkaublobmsg: make arrays structually the same as tables...
2011-01-29 Felix Fietkauremove blob_buf::priv
2011-01-29 Felix Fietkauremove #if 0'd debug code
2011-01-23 Felix Fietkauadd a blobmsg-to-json function
2011-01-23 Felix Fietkauimprove validation - add header length
2011-01-23 Felix Fietkauadd blobmsg_name()
2011-01-23 Felix Fietkauadd blobmsg validation function
2011-01-22 Felix Fietkauupdate avl implementation from packetbb
2010-12-29 Felix Fietkauadd BLOBMSG_TYPE_LAST
2010-12-28 Felix Fietkaumerge an avl list implementation (imported from PacketBB)
2010-12-06 Felix Fietkauuloop: add a flag for keeping the socket blocking
2010-12-06 Felix Fietkauuloop: fix infinite waiting with kqueue
2010-12-05 Felix Fietkauconstify blob_attr_info
2010-12-04 Felix Fietkauport uloop to BSD kqueue
2010-12-04 Felix Fietkaumake usock generic
2010-12-04 Felix Fietkauremove ucix - packages depending on it should ship...
2010-12-03 Felix Fietkaucompile a subset on darwin
2010-10-13 Felix FietkauInitial import