~hannes/esftp

16e7814d — Hannes Braun 2 years ago master
Remove GitHub Actions CI after moving to SourceHut
fd4ba4a1 — Hannes Braun 2 years ago v1.0.1
Version 1.0.1
13a34ef0 — Hannes Braun 2 years ago
worker.c: don't overwrite the last byte in pathCpy

Although I'm taking care of the null byte later, this silences a compiler warning introduced with GCC 8.
87585b3b — Hannes Braun 2 years ago
GitHub Actions: update actions/checkout to v3
e210121d — Hannes Braun 2 years ago
Fix compile error for WorkerList
6483cc96 — Hannes Braun 2 years ago
Server: fix cleanup prodecure for sockets
4c47078a — Hannes Braun 4 years ago v1.0.0
Fix makefile

Seems like I forgot to track some headers
fadd116f — Hannes Braun 4 years ago
Bump version to 1.0.0

Don't know yet if this is the final commit for the first stable 
version...
28a827fd — Hannes Braun 4 years ago
Better console output at server startup
a6b2b2b8 — Hannes Braun 4 years ago
Client fixes. When will those bugs stop appearing?

- Initialize timeProgress to avoid an unexpected ETA in the first second 
messing up the console output.
- While the status is printed, start error messages in a new line.
- Fix recv usage in esftpClient.c (equal to recvExact.c)
a423842a — Hannes Braun 4 years ago
Write a proper README
db44a914 — Hannes Braun 4 years ago
Faster forced shutdown
3d53b602 — Hannes Braun 4 years ago
Print ETA as unsigned int
a690da72 — Hannes Braun 4 years ago
Add default value for help option

Behavior was undefined for now. Sometimes, this led to an unwanted 
output of the help command.
105143e7 — Hannes Braun 4 years ago
Fix parsing of items

Only MAX_ITEMS -1 were allowed. Should be fixed now.
9c4c435d — Hannes Braun 4 years ago
Fix segmentation fault

Cause: itemsLen was not initialized
Later, items at index itemsLen were accessed
e0042cea — Hannes Braun 4 years ago
Create directories at install if not existing
1677a56f — Hannes Braun 4 years ago
Remove unnecessary strlen
bdca2f5e — Hannes Braun 4 years ago
Add help option to client and server
1527c209 — Hannes Braun 4 years ago
Fix and update makefile install and add uninstall

Also add this to the GitHub Actions CI
Next
Do not follow this link