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-11-08json_script: allow non-string types in command argumentsFelix Fietkau
2015-11-07json_script: add support for aborting script processingFelix Fietkau
2015-09-15ulog: avoid accidental /dev/kmsg creationSergiy Kibrik
2015-09-09b64_encode(): fixed input[] not initialized warn under gcc 4.4.5Bachtin, Dmitri
2015-09-09Build static version of libblobmsg_jsonBachtin, Dmitri
2015-07-14ustream-fd: handle uloop errorsPhilip Craig
2015-06-29md5: include utils.h instead of endian.h to fix portability issuesFelix Fietkau
2015-06-29md5: include endian.h for musl, otherwise hashes are invalid for BESteven Barth
2015-06-14ulog: always use stderr for ulog_stdio().Yousong Zhou
2015-06-14libubox: cmake: Add BUILD_EXAMPLES optionNikolay Dimitrov
2015-06-14ustream-fd: stop trying to read when s->read_blocked is set.Yousong Zhou
2015-06-14ustream-fd: readability change.Yousong Zhou
2015-06-14ustream: tweak ustream_prepare_buf() a bit.Yousong Zhou
2015-05-10ubox: CMake: fix json-c detectionYegor Yefremov
2015-05-08add a base64 implementation (based on FreeBSD code)Felix Fietkau
2015-03-21allow process callback to call uloop_end()John Crispin
2015-02-26ulog: implement ulog_close()Jo-Philipp Wich
2015-02-26ulog: introduce new simple logging apiJo-Philipp Wich
2015-01-28uloop: ignore SIGPIPE by defaultRafał Miłecki
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