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
2015-01-21utils: use clock_get_time() for clock_gettime() on Apple.Yousong Zhou
2015-01-21uloop: optimize uloop_timeout_set() implementaiton a bit.Yousong Zhou
2015-01-21ustream-fd: fix logic invert of write polling.Yousong Zhou
2015-01-21ustream: add function ustream_read().Yousong Zhou
2015-01-15usock: set socket flags right after creating itRafał Miłecki
2015-01-15usock: add helper waiting for socket to be readyRafał Miłecki
2014-12-22examples: add example code for json_script.Yousong Zhou
2014-12-22json_script: fix logic invert of handle_expr_not().Yousong Zhou
2014-12-11json_script: remove unneed argument check before calling __json_script_file_f...Yousong Zhou
2014-12-11json_script: fix eval_string().Yousong Zhou
2014-12-11jshn: add error handling and fix memory leak in jshn_format().Yousong Zhou
2014-12-11blobmsg: remove unneeded assignment in blobmsg_alloc_string_buffer().Yousong Zhou
2014-12-11examples: fix build.Yousong Zhou
2014-12-11lua: do not hardcode /opt/local/include for Apple.Yousong Zhou
2014-12-11libubox: drop legacy json-c supportYousong Zhou
2014-11-24Revert "jshn: only keep UP_* variables around while they are needed"Felix Fietkau
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