project/libubox.git
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