<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/system/ubox/files/log.init, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-05-10T22:37:12Z</updated>
<entry>
<title>ubox: make logging code honour the hostname properly</title>
<updated>2016-05-10T22:37:12Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=5993c4e082189536043fcf362fc4843c67de40e3'/>
<id>urn:sha1:5993c4e082189536043fcf362fc4843c67de40e3</id>
<content type='text'>
Signed-off-by: John Crispin &lt;john@phrozen.org&gt;

SVN-Revision: 49354
</content>
</entry>
<entry>
<title>ubox: add log_trailer_null option to uci</title>
<updated>2015-04-09T10:32:18Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2015-04-09T10:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0c2c9b7a1882347643a4ee88c7b0eee3c040689f'/>
<id>urn:sha1:0c2c9b7a1882347643a4ee88c7b0eee3c040689f</id>
<content type='text'>
this allow us to use syslog tcp with \0 trailer
instead of \n trailer (logread -0 option)

Signed-off-by: Etienne CHAMPETIER &lt;champetier.etienne@gmail.com&gt;

SVN-Revision: 45329
</content>
</entry>
<entry>
<title>package/*: remove useless explicit set of function returncode</title>
<updated>2014-08-25T06:35:50Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-08-25T06:35:50Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=e4346067d17c7c81d7e9181f40ef740bb1c3cdcb'/>
<id>urn:sha1:e4346067d17c7c81d7e9181f40ef740bb1c3cdcb</id>
<content type='text'>
somebody started to set a function returncode in the validation
stuff and everybody copies it, e.g.

myfunction()
{
	fire_command

	return $?
}

a function automatically returns with the last returncode,
so we can safely remove the command 'return $?'. reference:

http://tldp.org/LDP/abs/html/exit-status.html
"The last command executed in the function or script determines the exit status."

Signed-off-by: Bastian Bittorf &lt;bittorf@bluebottle.com&gt;

SVN-Revision: 42278
</content>
</entry>
<entry>
<title>ubox: fix remote logging</title>
<updated>2014-07-02T12:56:20Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-07-02T12:56:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=6d1ec556b21d49cb85cfad0d44ccac5ee17926b9'/>
<id>urn:sha1:6d1ec556b21d49cb85cfad0d44ccac5ee17926b9</id>
<content type='text'>
in r41439 a flag for enabling remote logging was added,
but the actual check was done on a different variable.

Signed-off-by: Reiner Herrmann &lt;reiner@reiner-h.de&gt;

SVN-Revision: 41467
</content>
</entry>
<entry>
<title>ubox: add a flag that allows us to disable remote log while keeping the ip settings inside uci</title>
<updated>2014-07-01T10:26:10Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-07-01T10:26:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9e175bb11bb7d3dbbb01c80f46804d93927bb034'/>
<id>urn:sha1:9e175bb11bb7d3dbbb01c80f46804d93927bb034</id>
<content type='text'>
this makes webui foo a lot easier

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 41439
</content>
</entry>
<entry>
<title>ubox: update to latest git head</title>
<updated>2014-03-18T19:22:38Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-03-18T19:22:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=bc3e601a3f9d2cbb9446dce0779f628648184f01'/>
<id>urn:sha1:bc3e601a3f9d2cbb9446dce0779f628648184f01</id>
<content type='text'>
logread now shows the right time.

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 39951
</content>
</entry>
<entry>
<title>ubox: update to latest git head</title>
<updated>2014-03-12T19:33:18Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-03-12T19:33:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=d5276a3f7f39cb779a7eb9e4717cef51d7a763fc'/>
<id>urn:sha1:d5276a3f7f39cb779a7eb9e4717cef51d7a763fc</id>
<content type='text'>
use the fd handover api of ubus to transfer log data
the uci option log_buffer_size can be used to override the default size of 16k

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 39898
</content>
</entry>
<entry>
<title>ubox: logd did not register its config.reload trigger properly</title>
<updated>2014-02-18T13:33:43Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-02-18T13:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=9c3f3f3075e720bf6bd68547ec8aa21dedae2395'/>
<id>urn:sha1:9c3f3f3075e720bf6bd68547ec8aa21dedae2395</id>
<content type='text'>
Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 39616
</content>
</entry>
<entry>
<title>ubox: revert log buffer size changes</title>
<updated>2014-01-22T15:33:16Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-01-22T15:33:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=922c9acc0efce287dc3a5a45b4fd31e75969e692'/>
<id>urn:sha1:922c9acc0efce287dc3a5a45b4fd31e75969e692</id>
<content type='text'>
the fix horribly broke existing setups

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 39366
</content>
</entry>
<entry>
<title>ubox: update to latest git head</title>
<updated>2014-01-19T19:10:09Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2014-01-19T19:10:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=16cb2f8665544ba405ae657bb21a4236bac0b90c'/>
<id>urn:sha1:16cb2f8665544ba405ae657bb21a4236bac0b90c</id>
<content type='text'>
adds option to set internal buffer size

Signed-off-by: John Crispin &lt;blogic@openwrt.org&gt;

SVN-Revision: 39333
</content>
</entry>
</feed>
