projects
/
project
/
libubox.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
make casts from void * explicit to avoid C++ warnings (patch by Arthur Davis)
2011-10-27
Felix Fietkau
make casts from void * explicit to avoid C++ warnings...
commit
|
commitdiff
|
tree
2011-10-27
Felix Fietkau
list.h: rename parameter named "new" to "_new" to avoid...
commit
|
commitdiff
|
tree
2011-10-06
Felix Fietkau
fix more instances of uninitialized padding bytes
commit
|
commitdiff
|
tree
2011-10-06
Felix Fietkau
blobmsg: fill padding between name and data
commit
|
commitdiff
|
tree
2011-10-06
Felix Fietkau
make the blobmsg format endian agnostic (stick to big...
commit
|
commitdiff
|
tree
2011-10-06
Felix Fietkau
fill padding bytes when setting raw attribute length
commit
|
commitdiff
|
tree
2011-10-03
Felix Fietkau
explicitly zero extra buffer space added with realloc...
commit
|
commitdiff
|
tree
2011-10-03
Felix Fietkau
fix reads beyond the end of the buffer when iterating...
commit
|
commitdiff
|
tree
2011-09-12
Felix Fietkau
add a blobmsg_type() inline function
commit
|
commitdiff
|
tree
2011-09-11
Felix Fietkau
same for json_get_var
commit
|
commitdiff
|
tree
2011-09-11
Felix Fietkau
jshn: support using characters in elements that do...
commit
|
commitdiff
|
tree
2011-09-07
Felix Fietkau
add blobmsg_get_bool
commit
|
commitdiff
|
tree
2011-09-05
Felix Fietkau
blob_attr_equal: un-inline, add pointer checks
commit
|
commitdiff
|
tree
2011-09-05
Felix Fietkau
add blob_attr_equal() for comparing attributes
commit
|
commitdiff
|
tree
2011-08-17
Felix Fietkau
fix a bug in blobmsg_parse
commit
|
commitdiff
|
tree
2011-08-12
Felix Fietkau
change the include path for list.h in jshn.c
commit
|
commitdiff
|
tree
2011-08-11
Felix Fietkau
add a missing include
commit
|
commitdiff
|
tree
2011-08-11
Felix Fietkau
jshn: clear more variables on json_init, fix adding...
commit
|
commitdiff
|
tree
2011-07-29
Felix Fietkau
add blob_buf_free
commit
|
commitdiff
|
tree
2011-07-29
Felix Fietkau
add BLOBMSG_TYPE_BOOL as an alias for BLOBMSG_TYPE_INT8
commit
|
commitdiff
|
tree
2011-07-18
Felix Fietkau
blobmsg_json: support indenting of output data
commit
|
commitdiff
|
tree
2011-05-31
Felix Fietkau
jshn: add an option for printing the json data without...
commit
|
commitdiff
|
tree
2011-05-24
Felix Fietkau
uloop: use list.h, add support for handling sigchld
commit
|
commitdiff
|
tree
2011-05-23
Felix Fietkau
jshn: fix invalid variable reuse
commit
|
commitdiff
|
tree
2011-05-23
Felix Fietkau
jshn: do not use -n on export
commit
|
commitdiff
|
tree
2011-05-23
Felix Fietkau
add jshn
commit
|
commitdiff
|
tree
2011-04-13
Felix Fietkau
make the avl node key const
commit
|
commitdiff
|
tree
2011-03-27
Felix Fietkau
remove int16, use int8 as bool instead of integer
commit
|
commitdiff
|
tree
2011-03-26
Felix Fietkau
support building without json support
commit
|
commitdiff
|
tree
2011-03-26
Felix Fietkau
remove the hlist code
commit
|
commitdiff
|
tree
2011-02-12
Felix Fietkau
change minimum cmake version to 2.6
commit
|
commitdiff
|
tree
2011-02-12
Felix Fietkau
uloop: fix event timeouts on darwin
commit
|
commitdiff
|
tree
2011-02-11
Felix Fietkau
uloop: allow timeouts to cancel the event loop
commit
|
commitdiff
|
tree
2011-02-11
Felix Fietkau
allow multiple calls to uloop_init() without annoying...
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
add a cast to fix 64 bit issues
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
uloop: make first_timeout static
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
make uloop_end() inline
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
validate blobmsg attributes before converting them...
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
usock: remove code duplication
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
properly null-terminate formatted json strings
commit
|
commitdiff
|
tree
2011-02-07
Felix Fietkau
allow blobmsg_add_field to add arrays/tables
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
rename blob_get_int* to blob_get_u*
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
move json formatting to the blobmsg_json library
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
make __avl_find_element() inline
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
remove hash.[ch] - i don't think we will need it
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
remove uhtbl - i don't think we will need it
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
add a callback to the blobmsg-to-json function to override...
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
add missing copyright headers
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
add a json to blobmsg parsing library
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
uloop: export the cancelled flag
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
blobmsg: fix dynamic string buffer length calculation
commit
|
commitdiff
|
tree
2011-02-06
Felix Fietkau
uloop: fix the write flag for mac os x
commit
|
commitdiff
|
tree
2011-02-05
Felix Fietkau
blomsg: add integer attribute accessor functions
commit
|
commitdiff
|
tree
2011-02-04
Felix Fietkau
add functions for allocating and adding a string buffer...
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
add back usock
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
remove unl
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
link against libnl-tiny
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
convert to cmake
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
fix json string formatting
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
fix off-by-one in the string validation check
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
blobmsg: constify and add more validation
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
blob: constify
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
make blob attribute checking available externally
commit
|
commitdiff
|
tree
2011-01-31
Felix Fietkau
blob: validate strings on parse
commit
|
commitdiff
|
tree
2011-01-30
Felix Fietkau
add support for json-formatting blobmsg elements
commit
|
commitdiff
|
tree
2011-01-30
Felix Fietkau
fix json list parsing
commit
|
commitdiff
|
tree
2011-01-29
Felix Fietkau
add blobmsg_for_each_attr
commit
|
commitdiff
|
tree
2011-01-29
Felix Fietkau
blobmsg: make arrays structually the same as tables...
commit
|
commitdiff
|
tree
2011-01-29
Felix Fietkau
remove blob_buf::priv
commit
|
commitdiff
|
tree
2011-01-29
Felix Fietkau
remove #if 0'd debug code
commit
|
commitdiff
|
tree
2011-01-23
Felix Fietkau
add a blobmsg-to-json function
commit
|
commitdiff
|
tree
2011-01-23
Felix Fietkau
improve validation - add header length
commit
|
commitdiff
|
tree
2011-01-23
Felix Fietkau
add blobmsg_name()
commit
|
commitdiff
|
tree
2011-01-23
Felix Fietkau
add blobmsg validation function
commit
|
commitdiff
|
tree
2011-01-22
Felix Fietkau
update avl implementation from packetbb
commit
|
commitdiff
|
tree
2010-12-29
Felix Fietkau
add BLOBMSG_TYPE_LAST
commit
|
commitdiff
|
tree
2010-12-28
Felix Fietkau
merge an avl list implementation (imported from PacketBB)
commit
|
commitdiff
|
tree
2010-12-06
Felix Fietkau
uloop: add a flag for keeping the socket blocking
commit
|
commitdiff
|
tree
2010-12-06
Felix Fietkau
uloop: fix infinite waiting with kqueue
commit
|
commitdiff
|
tree
2010-12-05
Felix Fietkau
constify blob_attr_info
commit
|
commitdiff
|
tree
2010-12-04
Felix Fietkau
port uloop to BSD kqueue
commit
|
commitdiff
|
tree
2010-12-04
Felix Fietkau
make usock generic
commit
|
commitdiff
|
tree
2010-12-04
Felix Fietkau
remove ucix - packages depending on it should ship...
commit
|
commitdiff
|
tree
2010-12-03
Felix Fietkau
compile a subset on darwin
commit
|
commitdiff
|
tree
2010-10-13
Felix Fietkau
Initial import
commit
|
commitdiff
|
tree