Skip to content

Tags: rs/curlie

Tags

v1.7.2

Toggle v1.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Revert "fix headers/body order (#55)" (#74)

This reverts commit e63e657.

The commit above introduced sane-ordering to the terminal output by
prioritizing headers first and then the response body. But unfortunately
it introduces a deadlock in cases where we have no headers to print.

Commands like `curlie` or `curlie -h` will hang.

Sometimes it also causes the program to deadlock even when headers are
present. It probably has something to do with the code failing to
properly detect where the headers' section ends. But this is difficult
to reproduce.

v1.7.1

Toggle v1.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update curl long values (#70)

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: update curl long values (#70)

v1.6.9

Toggle v1.6.9's commit message
Update curl long args

Fixes #52

v1.6.8

Toggle v1.6.8's commit message
Update curl long args

Fixes #52

v1.6.7

Toggle v1.6.7's commit message
Use GH_PAT token secret

v1.6.6

Toggle v1.6.6's commit message
Use GH_PAT token secret

v1.6.5

Toggle v1.6.5's commit message
Remove windows arm64 to fix compile issue

v1.6.4

Toggle v1.6.4's commit message
Switch to Github Actions

v1.6.3

Toggle v1.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed junk output in windows console. (#29) (#44)

For windows runtime, added originalMode or
ENABLE_VIRTUAL_TERMINAL_PROCESSING in SetConsoleMode, and if case of any
error, disabled color print.