Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 96a32da35565b8bb60b3fe0218005ba4049d7278
https://github.com/fabbione/kronosnet/commit/96a32da35565b8bb60b3fe0218005b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/libknet.h
M libknet/link.c
M libknet/link.h
Log Message:
-----------
[cleanup] move some values from int to unsigned int
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0e2c0bff205d3b5d993d0d6a54a7240b77a1a00e
https://github.com/fabbione/kronosnet/commit/0e2c0bff205d3b5d993d0d6a54a724…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/onwire.h
Log Message:
-----------
[onwire] cleanup knet_header_payload union
use longer name to make it easier to identify nesting of structures
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 702d90362542f4ae45c00c87e356a6c02f56301c
https://github.com/fabbione/kronosnet/commit/702d90362542f4ae45c00c87e356a6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/internals.h
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[onwire] rename knet_frame to knet_header
also start renaming variables around to make it easier to understand
the level of nesting and add comments for each field
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7af235d6811f89df4a11878a03ee9e17b1af432f
https://github.com/fabbione/kronosnet/commit/7af235d6811f89df4a11878a03ee9e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[internal] start renaming things to make code look decent
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 04c3c45d2fda9dea006abaf3a37d36e751ceec5a
https://github.com/fabbione/kronosnet/commit/04c3c45d2fda9dea006abaf3a37d36…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-07 (Sat, 07 Mar 2015)
Changed paths:
M libknet/internals.h
M libknet/onwire.h
M libknet/threads.c
Log Message:
-----------
[internals] Simplify code maintanance by shuffling around some variables
this allows creation of better #define to maintain some parts of the
code related to buffers allocations.
As a bonus, gcc does a better job at packing structs outside of a union
and we save 4 bytes onwire.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>