project/ubox.git
2018-02-14 John Crispinlogread: cleanup pid file handling
2018-02-13 Rosen Penevubox: Replace strerror(errno) with %m format.
2017-11-13 Rosen Penevubox: Remove unnecessary memset calls.
2017-11-06 Felix Fietkaulogd: move stripping of newlines to log_add()
2017-11-06 Felix Fietkaulogread: fix line buffer size
2017-11-06 Felix Fietkaulogread: remove leftover debug code
2017-11-06 Felix Fietkaulogd: enforce line length limit for ubus based log...
2017-11-06 Felix Fietkaulogread: use oneshot mode without -f, wait for logd...
2017-11-06 Felix Fietkaulogd: implement oneshot mode for stream log read
2017-11-06 Felix Fietkaulogread: terminate after EOF
2017-11-06 Felix Fietkaulogd: only create pipe in stream mode
2017-11-06 Felix Fietkaulogd: use uloop instead of ustream_fd for syslog
2017-11-06 Rosen Penevlog/syslog: Add missing static to two structs.
2017-11-06 Rosen Penevubox: Replace { 0 } with {}.
2017-09-01 Hans Dedeckerkmodloader: log error message in case of out of memory
2017-08-31 Hans Dedeckerkmodloader: lift restriction on module alias info
2017-08-31 Hans Dedeckerkmodloader: fix possible segfaults
2017-08-30 Hans Dedeckerkmodloader: fix endianess check
2017-07-02 Florian Fainellikmodloader: Check module endian before loading
2017-06-11 Alexander Couzenskmodloader/get_module_info: initialized aliases to...
2017-06-11 Alexander Couzenskmodloader: insmod: fix a memoryleak in error case
2017-06-11 Alexander Couzenskmodloader/get_module_name: null-terminate the string
2017-03-10 Dan Bugnarsyslog: remove unnecessary sizeof struct between messages
2017-03-03 Yousong Zhoukmodloader: modprobe: return 0 for loaded modules
2017-02-23 Yousong Zhoukmodloader: don't store aliases info in struct module
2017-02-21 Felix Fietkaucmake: fix typo
2017-02-21 Nathan Hintzkmodloader: fix not being able to find some modules
2017-02-09 Florian Fainellicmake: Check for getrandom system call
2017-02-01 Kevin Darbyshire... kmodloader: support '-q' quiet option
2017-02-01 Wojciech Dubowikubox: Add an option for more accurate timestamps in log
2017-01-15 Yousong Zhoukmodloader: make insert_module() idempotent
2017-01-15 Yousong Zhoukmodloader: add module alias awareness
2017-01-15 Yousong Zhoukmodloader: fix out-of-bound access when parsing .modinfo
2017-01-15 Yousong Zhoukmodloader: modprobe: skip possible command line arguments
2017-01-15 Yousong Zhoukmodloader: log to kmsg when loading directories of...
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...
next