Skip to content

Releases: awslabs/aws-c-common

Added backtraces to asserts

13 May 21:39
f1b5105
Compare
Choose a tag to compare
Pre-release
assert() -> AWS_ASSERT() (#348)

* assert() -> AWS_ASSERT()

* Removed assert.h includes

* rewrote resolve buffer reading to appease gcc

updates to byte buffer apis and streams

10 May 03:12
Compare
Choose a tag to compare
Pre-release
 Memory-safety proofs for aws_byte_buf  (#331)

* Memory-safety proofs for aws_byte_buf

Adds invariants and proof harnesses for the following functions:
 - aws_byte_buf_append
 - aws_byte_buf_append_dynamic
 - aws_byte_buf_append_with_lookup
 - aws_byte_buf_clean_up
 - aws_byte_buf_from_array
 - aws_byte_buf_from_empty_array
 - aws_byte_buf_init
 - aws_byte_buf_init_copy_from_cursor
 - aws_byte_buf_reserve
 - aws_byte_buf_secure_zero

Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>

Build fixes

29 Apr 22:49
a972c5c
Compare
Choose a tag to compare
Build fixes Pre-release
Pre-release
  • cmake now respects BUILD_TESTING
  • Fixed compiler warnings

ByteBuf dynamic growth functions.

10 Apr 23:10
cbe96ad
Compare
Choose a tag to compare
Pre-release
Faster CBMC stubs for memset and memcpy (#300)

* new memset and memcpy functions that are often faster for CBMC to analyze

* PR comments addressed

Updates to byte buffer APIs and cmake.

05 Apr 00:42
286d802
Compare
Choose a tag to compare
Pre-release
v0.3.5

Byte buf utility functions - append that grows, append with internal …

v0.3.4

16 Mar 00:42
Compare
Choose a tag to compare
v0.3.4 Pre-release
Pre-release
  • getopt_long() implementation
  • Android compile fixes
  • Atomics fixes for gcc < 4.6
  • Security bug fixes from AWS

v0.3.3

22 Feb 18:55
3520298
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release

FreeBSD compile fixes

Added additional error codes.

13 Feb 03:40
e84469f
Compare
Choose a tag to compare
Pre-release
Fix downstream build script. (#246)

Fix codebuild scripts to not need relative paths and use out of source builds.

Old Linux compatibilitiy fixes

25 Jan 19:36
5ece8a4
Compare
Choose a tag to compare
Pre-release
Added CI job for x64 old linux. (#240)

* Added CI job for x64 old linux.

* Added 32bit builds, updated a comment.

Third alpha release

09 Jan 19:02
67262a9
Compare
Choose a tag to compare
Third alpha release Pre-release
Pre-release
aws_task_run(#228)

my_long_task_name->fn(my_long_task_name, my_long_task_name->arg, AWS_TASK_STATUS_LONG_ENUM);