Skip to content

Releases: awslabs/aws-c-common

Win7 API level support

14 Jul 19:09
6c78494
Compare
Choose a tag to compare
Pre-release
Added AWS_SUPPORT_WIN7, Win7 is no longer supported by default (#669)

* Added AWS_SUPPORT_WIN7, Win7 is no longer supported by default

* Added AWS_SUPPORT_WIN7 macro for feature detection

Bytebuf updates

29 Jun 22:40
78dbfab
Compare
Choose a tag to compare
Bytebuf updates Pre-release
Pre-release
  • Added some new aws_byte_buf APIs - functions for securely (zero all released memory) appending both cursors and single bytes.
  • Removed aws_bigint; it is no longer needed.

Bigint constant time updates

13 Jun 15:34
f6f9145
Compare
Choose a tag to compare
Pre-release
  • Reworks certain bigint constructors and operators to constant time

Added support for BOM/text encoding detection

12 Jun 21:02
9765afb
Compare
Choose a tag to compare
v0.4.46

Added BOM detection/encoding detection via aws_text_encoding_detect (…

Added support for MSVC static CRT linkage

08 Jun 21:40
a7d8bff
Compare
Choose a tag to compare
v0.4.45

Doc update for STATIC_CRT (#644)

AWS versions of isspace(), isalpha(), etc.

04 Jun 18:49
94b62d2
Compare
Choose a tag to compare
aws versions of isspace() isalpha() etc (#642)

Versions of isspace() isalpha() etc for use with ASCII/UTF-8.
C's built-in functions are affected by user's locale.

Added newline to a test file that was breaking builds.

02 Jun 04:15
e9dbef0
Compare
Choose a tag to compare
Added newline to process_test.c (#641)

* Added newline to process_test.c

Updated Process API to expose max fds for the system.

12 May 19:08
fa67d3b
Compare
Choose a tag to compare
IO handle ulimit stuff. (#637)

API for reading max fds and updating the soft limit.

SBA fix for windows, warning fixes for ctz math fallbacks

07 May 00:35
6a04dc2
Compare
Choose a tag to compare
Windows compilation fixes (#631)

* Use _WIN32 consistently, no WIN32

* Use signed compare in fallback ctz implementations

* Added cross compile CI

* Don't build consumers for cross compile, they're not all guaranteed to work

* Use builder version v0.6.4

Small Block Allocator support

30 Apr 19:48
712e329
Compare
Choose a tag to compare
Pre-release
Add utility to append null terminator to aws_byte_buf.

Co-authored-by: Andrew Tang <[email protected]>