project/ubox.git
2017-01-15 Yousong Zhoukmodloader: remove redundant glob wildcard char
2016-12-19 Rosen Penevubox: Initialize conditionally uninitialized variabled
2016-12-19 Rosen Penevubox: Fix some memory leaks
2016-12-04 Florian Fainellikmodloader: Fix typo in error message
2016-09-26 Felix Fietkaulogd: put non-streamed log entries into one result...
2016-09-24 Alexandru Ardeleanubox/logd: free ubus context on exit
2016-09-24 Alexandru Ardeleanubox/logd: free regex's on log_shutdown() call
2016-09-22 Felix Fietkaulogd: fix default initialization of line count
2016-09-22 Felix Fietkaulogd: add support for sending log messages as replies
2016-09-22 Felix Fietkauadd getrandom to .gitignore
2016-09-22 Felix Fietkaugetrandom: fix indentation, add missing return statement
2016-08-17 John Crispinfix segfault in kmodloader when no modules path was...
2016-07-26 Jo-Philipp... validate: fix datatype handling of default values
2016-07-19 Hauke Mehrtenskmodloader: fix lsmod depends output
2016-07-01 Florian Fainellicmake: Find uci header file
2016-06-07 Etienne CHAMPETIERgetrandom: add helper for getrandom() syscall
2016-03-07 Felix Fietkaukmodloader: fix NULL pointer deref in case m->depends...
2016-02-09 Jo-Philipp... kmodloader: clean up memory mapping and fix fd leaks...
2016-02-09 Jo-Philipp... kmodloader: fix open() error handling
2016-01-24 Felix Fietkaulogread: ensure that the len < sizeof(struct blob_attr...
2015-11-22 Hauke Mehrtensfix gcc format security error
2015-07-04 Rafał Miłeckilog: allow filtering messages with a regexp pattern
2015-05-14 Luka Perkovlogd: optimize notify function
2015-05-14 Luka Perkovlog: make valgrind less complain by freeing allocated...
2015-05-14 Luka Perkovlog: fix whitespaces
2015-05-14 Luka Perkovlog: remove unused callbacks
2015-03-30 Etienne CHAMPETIERlogread: add support for non-transparent-framing for...
2015-03-28 John Crispinproperly handle return codes
2015-03-28 John Crispinproperly handle return code of pipe() syscall
2015-03-27 Christian Mehlissyslog: use appropriate levels for logging
2015-02-26 Jo-Philipp... kmodloader: initialize module folders in insmod
2015-02-25 Jo-Philipp... kmodloader: convert to ulog() api
2015-02-25 Jo-Philipp... kmodloader: search kmods relative to LD_LIBRARY_PATH
2014-10-03 John Crispinhw_detect replaces this old code
2014-10-02 Michel StamUse different loglevels
2014-09-16 John CrispinRFC 3164 compliant remote logging
2014-08-12 Alexandru Ardeleanubox: exit(1) in logd if registering log object with...
2014-06-29 Luka Perkovvalidate: return error on failed validation
2014-06-28 Luka Perkovvalidate: add missing yes/no boolean values
2014-06-28 Luka Perkovvalidate: add valid bool types enabled/disabled
2014-06-28 Luka Perkovvalidate: fix indentation
2014-05-28 Felix Fietkaukmodloader: force size argument for syscall to unsigned...
2014-05-25 Felix Fietkauubox: only link libraries that are actually used
2014-03-27 John Crispinlog: remove superflous client_close call
2014-03-27 John Crispinmount_root/block: these tools were moved to the fstools...
2014-03-18 John Crispinlogd: fix time passed via unix fd
2014-03-12 John Crispinlogd: fix internal buffer size
2014-03-12 John Crispinlogd: fix pipe close
2014-03-03 John Crispinlogd: transport log data via the new ubus fd api
2014-02-26 John Crispinkmodloader: fix insmod when the passed parameter is...
2014-02-23 Jo-Philipp... validate: range and base arguments for numeric types...
2014-02-08 Jo-Philipp... block: add more diagnostic messages
2014-02-08 Jo-Philipp... mount_root: add more diagnostic messages
2014-02-08 Jo-Philipp... mount_root: try both $prefix/sbin/block and /sbin/block...
2014-01-22 John Crispinkmodloader: allow /etc/modules.d/ files to pass options
2014-01-22 John Crispinubox: make logd use new ubus autoconnect
2014-01-22 John Crispinlogd: revert the log size changes
2014-01-21 John Crispinlogd: prevent the buffer from being bigger than the...
2014-01-19 John Crispinlogd: allow setting the buffer size from the command...
2014-01-16 John Crispinkmodloader: fix elf header parsing on 64bit machines
2014-01-15 John Crispinblock: remove duplicate block device wildcard
2014-01-12 John Crispinfix bogus kmodloader warning
2013-12-09 John Crispinlogread: fix initial connect. we really need a better...
2013-11-30 Jo-Philipp... validate: properly deal with datatype expressions conta...
2013-11-30 Jo-Philipp... validate: fix length calculation of string literals...
2013-11-30 Jo-Philipp... validate: fix return type of dt_parse() call
2013-11-28 Jo-Philipp... validate: support uci lists in cli client and use dt_pa...
2013-11-28 Jo-Philipp... validate: change dt_parse() to return an enum indicatin...
2013-11-22 John Crispinadd a c version of the current uci_valisate call to...
2013-11-19 John Crispinmake use of the md5.c inside libubox
2013-11-16 John Crispinrevert 2fdd374f4214129d93f10b7001adece9239752a2
2013-11-15 John Crispinupdate gitignore
2013-11-15 John Crispinadd log daemon
2013-11-15 John Crispinadd validation code
2013-11-11 John Crispinkmod-loader: fix module options support when using...
2013-11-07 Jo-Philipp... block: support extroot and overlay mounts by device
2013-11-07 Jo-Philipp... block: fix find_block_info() by label
2013-11-07 Nathan Hintzsupport specifying swap priority from the command line
2013-10-27 Luka Perkovclose file pointer before exiting function
2013-10-27 Luka Perkovfix typo
2013-10-26 John Crispinadd support for patched rootfs
2013-10-14 Jo-Philipp... kmodloader: respect global directory prefix in scan_mod...
2013-09-28 Jo-Philipp... kmodloader: use the name of the found module struct...
2013-09-28 Jo-Philipp... kmodloader: use the name of the module struct when...
2013-09-28 Jo-Philipp... kmodloader: properly handle modules with both underscor...
2013-09-19 John Crispinfix hyphen substitution in path
2013-09-17 John Crispincosmetic cleanup of - vs _ patch
2013-09-17 John Crispinfix _ vs - bug
2013-09-05 Jo-Philipp... kmodloader: don't free memory allocated with alloca()
2013-09-05 Jo-Philipp... block: properly handle vlist_add() for label, uuid...
2013-09-03 John Crispinadd proper modprobe support
2013-08-16 Jo-Philipp... block: do a final round of swapfile mounting in main_mo...
2013-08-16 Jo-Philipp... block: support mounting swap by label
2013-08-16 Jo-Philipp... block: remove debug prints
2013-08-16 Jo-Philipp... block: add support for mounting swap files
2013-08-16 Jo-Philipp... libblkid-tiny: allow probing files
2013-08-16 Jo-Philipp... block: add support for generic mount options
2013-07-31 Jo-Philipp... block: enlarge uuid buffer when writing extroot tag...
2013-07-26 Jo-Philipp... block: suggest a default delay_root value of 5 seconds...
2013-07-26 Jo-Philipp... mount_root: umount /tmp/overlay in external root case...
next