Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.openwrt.org/project/libubox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-23jshn: shorten JSON_VAR to J_VFelix Fietkau
2014-11-23jshn: shorten variable names to speed up processingFelix Fietkau
2014-11-23jshn: remove TYPE_JSON_VARFelix Fietkau
2014-11-23jshn: do not export JSON_SEQFelix Fietkau
2014-11-23jshn: only keep UP_* variables around while they are neededFelix Fietkau
2014-11-23jshn: improve performance by using let instead of $(( ))Felix Fietkau
2014-10-24blobmsg_json: avoid redefinition of json_objectFelix Fietkau
2014-10-12uloop: Do not override signal handlers not installed by usMichel Stam
2014-10-12uloop: Remove uloop_cancelled variable, it is not used anywhereMichel Stam
2014-10-01md5: add a new implementation under permissive licenseFelix Fietkau
2014-09-23blobmsg_json: include json.h inside blobmsg_json.c instead of the public head...Felix Fietkau
2014-09-23avoid using the deprecated is_error() function from json-cFelix Fietkau
2014-09-23usock: add usock_port() for convenient use of numeric portsJo-Philipp Wich
2014-08-04jshn: pretty print indented output with jshn -i -wJohn Crispin
2014-08-03blobmsg: accept NULL attr in blobmsg_get_string()Felix Fietkau
2014-07-27lua/uloop: 'end' is the keyword of Lua, use 'cancel' replace it.xfguo@credosemi.com
2014-07-26blob: improve out-of-memory handlingewolfok
2014-07-21blobmsg: add a helper function to reset the name of a blobmsg attributeFelix Fietkau
2014-07-16jshn: do not collapse whitespace in json_load()Jo-Philipp Wich
2014-07-15blobmsg: add blobmsg_check_array, which returns the size of the arrayFelix Fietkau
2014-07-03blobmsg-example: use blobmsg_get_string()Felix Fietkau
2014-07-03examples: fix build errorLuka Perkov
2014-07-03blobmsg_example: fix outputFelix Fietkau
2014-07-03examples: use PRIu64 instead %lld when printing uint64_t valuesLuka Perkov
2014-07-03examples: add missing includeLuka Perkov
2014-07-03examples: fix linking with json-cLuka Perkov
2014-07-03examples: remove set but unused variableLuka Perkov
2014-07-03usock: fix indentationLuka Perkov
2014-06-24Fix bug of GC in fd and timeout objects for lua binding.Xiongfei Guo
2014-06-24Fix bug of unref resources in Lua binding; fd method delete -> cancel.Xiongfei Guo
2014-06-24Support delete a fd event.Xiongfei Guo
2014-06-24Added fd_add method for uloop lua binding.Xiongfei Guo
2014-06-24Fix stack overflow bug of uloop lua binding.Xiongfei Guo
2014-06-11build a static version of libuboxJohn Crispin
2014-06-05vlist: add static initializer macrosFelix Fietkau
2014-05-31blobmsg_json: use cross-platform macro for fprintf on 64-bit valuesFelix Fietkau
2014-05-26json_script: fix a segfault in the file free handlerFelix Fietkau
2014-05-09blob/blobmsg: Perform explicit casts from void* to avoid compilation errors w...Jacob Siverskog
2014-05-05uloop: fix multiple calls to uloop_run()Luka Perkov
2014-04-30utils: add a bitfield size macroFelix Fietkau
2014-04-28kvlist: constify argumentsFelix Fietkau
2014-04-28json_script: add json_script_run_file()Felix Fietkau
2014-04-28json_script: implement json_script_eval_stringFelix Fietkau
2014-04-27blobmsg: make length variables unsignedFelix Fietkau
2014-04-27blob: make length variables unsignedFelix Fietkau
2014-04-26sh/jshn.sh - json_cleanup() dont pollute env with local varsBastian Bittorf
2014-04-26uloop: clear uloop_fd::error on addFelix Fietkau
2014-04-26blobmsg_json: let blobmsg_format_json_with_cb with list == true also format a...Felix Fietkau
2014-04-21blob: fix handling of custom validator callbackFelix Fietkau
2014-04-15kvlist: avoid unused-but-set warnings in code not using the name in kvlist_fo...Felix Fietkau