project/libubox.git
2016-05-17 Felix Fietkauuloop: try to use signalfd for signal handling if available
2016-05-17 Felix Fietkauuloop: move epoll code into a separate file
2016-05-17 Felix Fietkauuloop: move kqueue code into a separate file
2016-04-06 Matthias Schifferblobmsg_json: simplify add_separator and fix thread...
2016-03-05 Felix Fietkaujshn: use an avl tree for env variables to speed up...
2016-02-20 Yousong Zhouexamples: add shunit2 tests for json_script
2016-02-20 Yousong Zhoujson_script: add "isdir" support
2016-02-09 Jo-Philipp... blobmsg_json: support json_type_null in blobmsg_add_jso...
2016-01-28 Felix Fietkauusock: implement usock_inet_timeout() with RFC6555...
2016-01-15 Felix Fietkauustream-fd: handle ENOTCONN for read/write on not-yet...
2016-01-15 Felix Fietkaulua: add gc/delete support for processes
2016-01-15 Felix Fietkaulua: create a common function for userdata with gc
2016-01-15 Felix Fietkauusock: add usock_inet, which returns the remote address
2015-11-22 Karl Palssonlibubox: lua: use pkg-config built in module to search...
2015-11-08 Felix Fietkaujson_script: allow non-string types in command arguments
2015-11-06 Felix Fietkaujson_script: add support for aborting script processing
2015-09-15 Sergiy Kibrikulog: avoid accidental /dev/kmsg creation
2015-09-09 Bachtin, Dmitrib64_encode(): fixed input[] not initialized warn under...
2015-09-09 Bachtin, DmitriBuild static version of libblobmsg_json
2015-07-14 Philip Craigustream-fd: handle uloop errors
2015-06-29 Felix Fietkaumd5: include utils.h instead of endian.h to fix portabi...
2015-06-29 Steven Barthmd5: include endian.h for musl, otherwise hashes are...
2015-06-14 Yousong Zhouulog: always use stderr for ulog_stdio().
2015-06-14 Nikolay Dimitrovlibubox: cmake: Add BUILD_EXAMPLES option
2015-06-14 Yousong Zhouustream-fd: stop trying to read when s->read_blocked...
2015-06-14 Yousong Zhouustream-fd: readability change.
2015-06-14 Yousong Zhouustream: tweak ustream_prepare_buf() a bit.
2015-05-10 Yegor Yefremovubox: CMake: fix json-c detection
2015-05-08 Felix Fietkauadd a base64 implementation (based on FreeBSD code)
2015-03-21 John Crispinallow process callback to call uloop_end()
2015-02-26 Jo-Philipp... ulog: implement ulog_close()
2015-02-26 Jo-Philipp... ulog: introduce new simple logging api
2015-01-28 Rafał Miłeckiuloop: ignore SIGPIPE by default
2015-01-21 Yousong Zhouutils: use clock_get_time() for clock_gettime() on...
2015-01-21 Yousong Zhouuloop: optimize uloop_timeout_set() implementaiton...
2015-01-21 Yousong Zhouustream-fd: fix logic invert of write polling.
2015-01-21 Yousong Zhouustream: add function ustream_read().
2015-01-15 Rafał Miłeckiusock: set socket flags right after creating it
2015-01-15 Rafał Miłeckiusock: add helper waiting for socket to be ready
2014-12-22 Yousong Zhouexamples: add example code for json_script.
2014-12-22 Yousong Zhoujson_script: fix logic invert of handle_expr_not().
2014-12-11 Yousong Zhoujson_script: remove unneed argument check before callin...
2014-12-11 Yousong Zhoujson_script: fix eval_string().
2014-12-11 Yousong Zhoujshn: add error handling and fix memory leak in jshn_fo...
2014-12-11 Yousong Zhoublobmsg: remove unneeded assignment in blobmsg_alloc_st...
2014-12-11 Yousong Zhouexamples: fix build.
2014-12-11 Yousong Zhoulua: do not hardcode /opt/local/include for Apple.
2014-12-11 Yousong Zhoulibubox: drop legacy json-c support
2014-11-23 Felix FietkauRevert "jshn: only keep UP_* variables around while...
2014-11-23 Felix Fietkaujshn: shorten JSON_VAR to J_V
2014-11-23 Felix Fietkaujshn: shorten variable names to speed up processing
2014-11-23 Felix Fietkaujshn: remove TYPE_JSON_VAR
2014-11-23 Felix Fietkaujshn: do not export JSON_SEQ
2014-11-23 Felix Fietkaujshn: only keep UP_* variables around while they are...
2014-11-23 Felix Fietkaujshn: improve performance by using let instead of ...
2014-10-24 Felix Fietkaublobmsg_json: avoid redefinition of json_object
2014-10-12 Michel Stamuloop: Do not override signal handlers not installed...
2014-10-12 Michel Stamuloop: Remove uloop_cancelled variable, it is not used...
2014-10-01 Felix Fietkaumd5: add a new implementation under permissive license
2014-09-23 Felix Fietkaublobmsg_json: include json.h inside blobmsg_json.c...
2014-09-23 Felix Fietkauavoid using the deprecated is_error() function from...
2014-09-23 Jo-Philipp... usock: add usock_port() for convenient use of numeric...
2014-08-04 John Crispinjshn: pretty print indented output with jshn -i -w
2014-08-03 Felix Fietkaublobmsg: accept NULL attr in blobmsg_get_string()
2014-07-27 xfguo@credosemi.comlua/uloop: 'end' is the keyword of Lua, use 'cancel...
2014-07-26 ewolfokblob: improve out-of-memory handling
2014-07-20 Felix Fietkaublobmsg: add a helper function to reset the name of...
2014-07-16 Jo-Philipp... jshn: do not collapse whitespace in json_load()
2014-07-15 Felix Fietkaublobmsg: add blobmsg_check_array, which returns the...
2014-07-03 Felix Fietkaublobmsg-example: use blobmsg_get_string()
2014-07-03 Luka Perkovexamples: fix build error
2014-07-03 Felix Fietkaublobmsg_example: fix output
2014-07-03 Luka Perkovexamples: use PRIu64 instead %lld when printing uint64_...
2014-07-03 Luka Perkovexamples: add missing include
2014-07-03 Luka Perkovexamples: fix linking with json-c
2014-07-03 Luka Perkovexamples: remove set but unused variable
2014-07-03 Luka Perkovusock: fix indentation
2014-06-24 Xiongfei GuoFix bug of GC in fd and timeout objects for lua binding.
2014-06-24 Xiongfei GuoFix bug of unref resources in Lua binding; fd method...
2014-06-24 Xiongfei GuoSupport delete a fd event.
2014-06-24 Xiongfei GuoAdded fd_add method for uloop lua binding.
2014-06-24 Xiongfei GuoFix stack overflow bug of uloop lua binding.
2014-06-11 John Crispinbuild a static version of libubox
2014-06-05 Felix Fietkauvlist: add static initializer macros
2014-05-31 Felix Fietkaublobmsg_json: use cross-platform macro for fprintf...
2014-05-26 Felix Fietkaujson_script: fix a segfault in the file free handler
2014-05-09 Jacob Siverskogblob/blobmsg: Perform explicit casts from void* to...
2014-05-05 Luka Perkovuloop: fix multiple calls to uloop_run()
2014-04-30 Felix Fietkauutils: add a bitfield size macro
2014-04-28 Felix Fietkaukvlist: constify arguments
2014-04-28 Felix Fietkaujson_script: add json_script_run_file()
2014-04-28 Felix Fietkaujson_script: implement json_script_eval_string
2014-04-27 Felix Fietkaublobmsg: make length variables unsigned
2014-04-27 Felix Fietkaublob: make length variables unsigned
2014-04-26 Bastian Bittorfsh/jshn.sh - json_cleanup() dont pollute env with local...
2014-04-26 Felix Fietkauuloop: clear uloop_fd::error on add
2014-04-26 Felix Fietkaublobmsg_json: let blobmsg_format_json_with_cb with...
2014-04-21 Felix Fietkaublob: fix handling of custom validator callback
2014-04-15 Felix Fietkaukvlist: avoid unused-but-set warnings in code not using...
2014-04-12 Felix Fietkaumd5: remove unnecessary variable change
next