index
:
ubox
master
OpenWrt core utilities
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2015-05-14
log: remove unused callbacks
Luka Perkov
2015-03-30
logread: add support for non-transparent-framing for Syslog over TCP
Etienne CHAMPETIER
2015-03-28
properly handle return codes
John Crispin
2015-03-28
properly handle return code of pipe() syscall
John Crispin
2015-03-27
syslog: use appropriate levels for logging
Christian Mehlis
2015-02-26
kmodloader: initialize module folders in insmod
Jo-Philipp Wich
2015-02-25
kmodloader: convert to ulog() api
Jo-Philipp Wich
2015-02-25
kmodloader: search kmods relative to LD_LIBRARY_PATH
Jo-Philipp Wich
2014-10-03
hw_detect replaces this old code
John Crispin
2014-10-02
Use different loglevels
Michel Stam
2014-09-16
RFC 3164 compliant remote logging
John Crispin
2014-08-12
ubox: exit(1) in logd if registering log object with ubus fails
Alexandru Ardelean
2014-06-29
validate: return error on failed validation
Luka Perkov
2014-06-28
validate: add missing yes/no boolean values
Luka Perkov
2014-06-28
validate: add valid bool types enabled/disabled
Luka Perkov
2014-06-28
validate: fix indentation
Luka Perkov
2014-05-28
kmodloader: force size argument for syscall to unsigned long to fix issues with musl
Felix Fietkau
2014-05-25
ubox: only link libraries that are actually used
Felix Fietkau
2014-03-27
log: remove superflous client_close call
John Crispin
2014-03-27
mount_root/block: these tools were moved to the fstools repo
John Crispin
2014-03-18
logd: fix time passed via unix fd
John Crispin
2014-03-12
logd: fix internal buffer size
John Crispin
2014-03-12
logd: fix pipe close
John Crispin
2014-03-03
logd: transport log data via the new ubus fd api
John Crispin
2014-02-26
kmodloader: fix insmod when the passed parameter is a valid path
John Crispin
2014-02-23
validate: range and base arguments for numeric types, new types hexstring, regexp and uci
Jo-Philipp Wich
2014-02-08
block: add more diagnostic messages
Jo-Philipp Wich
2014-02-08
mount_root: add more diagnostic messages
Jo-Philipp Wich
2014-02-08
mount_root: try both $prefix/sbin/block and /sbin/block, fixes extroot with builtin block-mount
Jo-Philipp Wich
2014-01-22
kmodloader: allow /etc/modules.d/ files to pass options
John Crispin
2014-01-22
ubox: make logd use new ubus autoconnect
John Crispin
2014-01-22
logd: revert the log size changes
John Crispin
2014-01-21
logd: prevent the buffer from being bigger than the maximum ubus size
John Crispin
2014-01-19
logd: allow setting the buffer size from the command line
John Crispin
2014-01-16
kmodloader: fix elf header parsing on 64bit machines
John Crispin
2014-01-15
block: remove duplicate block device wildcard
John Crispin
2014-01-12
fix bogus kmodloader warning
John Crispin
2013-12-09
logread: fix initial connect. we really need a better reconnect logic
John Crispin
2013-11-30
validate: properly deal with datatype expressions containing escaped colons
Jo-Philipp Wich
2013-11-30
validate: fix length calculation of string literals and store value type for literal comparisations
Jo-Philipp Wich
2013-11-30
validate: fix return type of dt_parse() call
Jo-Philipp Wich
2013-11-28
validate: support uci lists in cli client and use dt_parse() return value to decide whether an option should be handled as bool
Jo-Philipp Wich
2013-11-28
validate: change dt_parse() to return an enum indicating the kind of value that was matched (bool, number, string)
Jo-Philipp Wich
2013-11-22
add a c version of the current uci_valisate call to the cli
John Crispin
2013-11-19
make use of the md5.c inside libubox
John Crispin
2013-11-16
revert 2fdd374f4214129d93f10b7001adece9239752a2
John Crispin
2013-11-15
update gitignore
John Crispin
2013-11-15
add log daemon
John Crispin
2013-11-15
add validation code
John Crispin
2013-11-11
kmod-loader: fix module options support when using modprobe
John Crispin
[next]