index
:
libubox
lede-17.01
master
C utility functions for OpenWrt
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2011-08-12
change the include path for list.h in jshn.c
Felix Fietkau
2011-08-11
add a missing include
Felix Fietkau
2011-08-11
jshn: clear more variables on json_init, fix adding array elements
Felix Fietkau
2011-07-29
add blob_buf_free
Felix Fietkau
2011-07-29
add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
Felix Fietkau
2011-07-18
blobmsg_json: support indenting of output data
Felix Fietkau
2011-05-31
jshn: add an option for printing the json data without a terminating newline
Felix Fietkau
2011-05-24
uloop: use list.h, add support for handling sigchld
Felix Fietkau
2011-05-23
jshn: fix invalid variable reuse
Felix Fietkau
2011-05-23
jshn: do not use -n on export
Felix Fietkau
2011-05-23
add jshn
Felix Fietkau
2011-04-13
make the avl node key const
Felix Fietkau
2011-03-27
remove int16, use int8 as bool instead of integer
Felix Fietkau
2011-03-26
support building without json support
Felix Fietkau
2011-03-26
remove the hlist code
Felix Fietkau
2011-02-12
change minimum cmake version to 2.6
Felix Fietkau
2011-02-12
uloop: fix event timeouts on darwin
Felix Fietkau
2011-02-11
uloop: allow timeouts to cancel the event loop
Felix Fietkau
2011-02-11
allow multiple calls to uloop_init() without annoying side effects
Felix Fietkau
2011-02-07
add a cast to fix 64 bit issues
Felix Fietkau
2011-02-07
uloop: make first_timeout static
Felix Fietkau
2011-02-07
make uloop_end() inline
Felix Fietkau
2011-02-07
validate blobmsg attributes before converting them to json
Felix Fietkau
2011-02-07
usock: remove code duplication
Felix Fietkau
2011-02-07
properly null-terminate formatted json strings
Felix Fietkau
2011-02-07
allow blobmsg_add_field to add arrays/tables
Felix Fietkau
2011-02-06
rename blob_get_int* to blob_get_u*
Felix Fietkau
2011-02-06
move json formatting to the blobmsg_json library
Felix Fietkau
2011-02-06
make __avl_find_element() inline
Felix Fietkau
2011-02-06
remove hash.[ch] - i don't think we will need it
Felix Fietkau
2011-02-06
remove uhtbl - i don't think we will need it
Felix Fietkau
2011-02-06
add a callback to the blobmsg-to-json function to override the formatting of specific attributes
Felix Fietkau
2011-02-06
add missing copyright headers
Felix Fietkau
2011-02-06
add a json to blobmsg parsing library
Felix Fietkau
2011-02-06
uloop: export the cancelled flag
Felix Fietkau
2011-02-06
blobmsg: fix dynamic string buffer length calculation
Felix Fietkau
2011-02-06
uloop: fix the write flag for mac os x
Felix Fietkau
2011-02-05
blomsg: add integer attribute accessor functions
Felix Fietkau
2011-02-04
add functions for allocating and adding a string buffer field
Felix Fietkau
2011-01-31
add back usock
Felix Fietkau
2011-01-31
remove unl
Felix Fietkau
2011-01-31
link against libnl-tiny
Felix Fietkau
2011-01-31
convert to cmake
Felix Fietkau
2011-01-31
fix json string formatting
Felix Fietkau
2011-01-31
fix off-by-one in the string validation check
Felix Fietkau
2011-01-31
blobmsg: constify and add more validation
Felix Fietkau
2011-01-31
blob: constify
Felix Fietkau
2011-01-31
make blob attribute checking available externally
Felix Fietkau
2011-01-31
blob: validate strings on parse
Felix Fietkau
2011-01-30
add support for json-formatting blobmsg elements
Felix Fietkau
[next]