Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ce8c32c3e1a33fa3813fb032b0a890b1a335c07b
https://github.com/fabbione/kronosnet/commit/ce8c32c3e1a33fa3813fb032b0a890…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2013-01-19 (Sat, 19 Jan 2013)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/host.c
M libknet/libknet.h
M libknet/link.c
M libknet/listener.c
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
link: rename configured to enabled
we need configured internally for other stuff
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 321e7f7668c0e4bb24ab6be3569fe24a5e8ee745
https://github.com/fabbione/kronosnet/commit/321e7f7668c0e4bb24ab6be3569fe2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2013-01-11 (Fri, 11 Jan 2013)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/libknet.h
M libknet/link.c
M libknet/link.h
M libknet/onwire.h
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
libknet: cleanup knet_link_set/get_config
this also allows to kill the madness around dynamic ip management
and saves enother bytes in the ping header
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b32ad7521c90d6deec64c875a77a22913b83a00d
https://github.com/fabbione/kronosnet/commit/b32ad7521c90d6deec64c875a77a22…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2013-01-10 (Thu, 10 Jan 2013)
Changed paths:
M .gitignore
M Makefile.am
M TODO
M debian/kronosnetd.install
R debian/kronosnetd.postinst
A debian/kronosnetd.postinst.in
Log Message:
-----------
debian: fix a few bits around and resync with rpm packaging
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 6abcf8210feae7590d401ca50884e17a683d954b
https://github.com/fabbione/kronosnet/commit/6abcf8210feae7590d401ca50884e1…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2013-01-08 (Tue, 08 Jan 2013)
Changed paths:
M TODO
M libknet/libknet.h
M libknet/logging.c
Log Message:
-----------
logging: move string to the beginning of msg
this allow (to some extents) to print log messages directly to
stdout and/or stderr without extra parsing.
NOTE:
- messages are sent from differnet threads and there for they are less readable
when they arrive all together
- there is no printing of message level and subsystem
for simple coding/debugging purposes this is useful, but otherwise
look at how ping_test.c or kronosnetd create a logpipe and read
sequencial messages from there.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>