~ultimaker/ultimaker/+git/libArcus:2.4

Last commit made on 2017-01-30
Get this branch:
git clone -b 2.4 https://git.launchpad.net/~ultimaker/ultimaker/+git/libArcus

Branch merges

Branch information

Recent commits

8b692c2... by Ruben D

Revert "Make readInt32 and writeInt32 use unsigned ints"

This reverts commit 0cc8fdb175be4943971854fb962f660dbf38b9c3.

bfdbb1e... by Ruben D

Revert "Rename readInt32 and writeInt32 to reflect unsignedness"

This reverts commit 63bfdccda10c13e4f54caecf824875768f68d816.

c2f5907... by Ruben D

Revert "Always use uint32_t instead of unsigned int"

This reverts commit 0f583781061ff5c0f4a7d2542bc527a703e7aca7.

6214a0d... by Ruben D

Still check for socket error before checking error code

Contributes to issue CURA-3274.

b19bfa7... by Ruben D

No longer interpret 10060 message size as time out

It's an error code, not returned via the message size.

Contributes to issue CURA-3274.

0f58378... by Ruben D

Always use uint32_t instead of unsigned int

Unsigned int has a variable length that depends on the compiler. We don't want that. Always use 32-bit so we don't get surprises on different systems.

Contributes to issue CURA-3274.

63bfdcc... by Ruben D

Rename readInt32 and writeInt32 to reflect unsignedness

Otherwise it's a bit confusing.

Contributes to issue CURA-3274.

0cc8fdb... by Ruben D

Make readInt32 and writeInt32 use unsigned ints

Because the ntohl and related functions specify that it must be unsigned.

Contributes to issue CURA-3274.

ebf2f69... by Ruben D

Output which message failed to parse

This might be very long and cryptic. I might need to remove this output some day. But right now I need it badly.

Contributes to issue CURA-3274.

eff4256... by Ruben D

Ignore PyCharm project files