Skip to content

Tags: LucaZulberti/robin-ublog

Tags

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Hotfix v1.0.1: fast hotfixes before the exam

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v1.0.0: improvements and fix for the exam

The function send sends an integer with number of bytes sent.
The function recv expects that number as first 4-byte data.

The Robin Client now is more interactive with the user.

Fix all differences with the project requirements.

v0.8.0

Toggle v0.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.8.0: add Robin API and Robin Client CLI

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.7.1: Save users on filesystem

Hash passwords when received from clients.

v0.7.0

Toggle v0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.7.0: Followers and Robin Cips

v0.6.2

Toggle v0.6.2's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.6.2: minor bug fixes and improvements

v0.6.1

Toggle v0.6.1's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.6.1: use pthread_cancel safe funcs

lib/alloc_safe.h contains static inline functions to allocate and free
pointers in a safe way to correctly clean-up the resources on SIGINT.

In these way there aren't spurious memory leaks found by Valgrind during
debug of new code.

v0.6.0

Toggle v0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.6.0: add follow RC and correct cleanup

Users can follow each others and list its followings.

Correct cleaning-up on SIGINT has been add to debug correctly
with Valgrind. All resources are freed on SIGINT.

v0.5.0

Toggle v0.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release 0.5.0: add Robin User and Robin Connection

Robin User layer is used to handle access to user data between connections.
Robin Manager has been merged into Robin Connection layer.

v0.4.1

Toggle v0.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
LucaZulberti Luca Zulberti
Release v0.4.1: several fixes and improvements