Recent Releases of https://github.com/awslabs/aws-c-common

https://github.com/awslabs/aws-c-common - pick up the latest cjson and libcbor

What's Changed

  • Remove clang-3 from CI by @sbSteveK in https://github.com/awslabs/aws-c-common/pull/1203
  • Fix signature of awsbacktracelog by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1206
  • Remove Windows 2019 and add Windows 2025 with MSVC-17 by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1209
  • Fix byte helpers for mingw 32 bit by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1210
  • Add a python script to help pick up the latest cjson and libcbor by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1211
  • Add API for a more compact (no dashes) UUID-to-str by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1212

New Contributors

  • @sbSteveK made their first contribution in https://github.com/awslabs/aws-c-common/pull/1203

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.12.3...v0.12.4

- C
Published by TingDaoK 11 months ago

https://github.com/awslabs/aws-c-common - Fix invalid XML Buffer Overflow Error

What's Changed

  • make exports consistent by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1196
  • Error handling docs by @graebm in https://github.com/awslabs/aws-c-common/pull/1197
  • Fix casing on Windows header files by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1199
  • Add reset src api for awscbordecoder by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1202
  • Fix invalid XML Buffer Overflow Error by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1201

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.12.2...v0.12.3

- C
Published by waahm7 about 1 year ago

https://github.com/awslabs/aws-c-common - Simplify how inline math files are included

What's Changed

  • Tests require compiler extensions by @graebm in https://github.com/awslabs/aws-c-common/pull/1193
  • Simplify how inline math files are included by @graebm in https://github.com/awslabs/aws-c-common/pull/1195

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.12.1...v0.12.2

- C
Published by graebm about 1 year ago

https://github.com/awslabs/aws-c-common - CrossProcess lock -- don't unlock, just close fd

What's Changed

  • CrossProcess lock -- don't unlock, just close fd by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1192

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.12.0...v0.12.1

- C
Published by TingDaoK about 1 year ago

https://github.com/awslabs/aws-c-common - v0.12.0

What's Changed

  • Use sleep-aware monotonic clock if available by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1189

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.11.3...v0.12.0

- C
Published by bretambrose about 1 year ago

https://github.com/awslabs/aws-c-common - v0.11.3

What's Changed

  • Support prebuild on win/mac by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1191

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.11.2...v0.11.3

- C
Published by DmitriyMusatkin about 1 year ago

https://github.com/awslabs/aws-c-common - New Get_ENV Functions

What's Changed

  • awsbase64computeencodedlen() is now exact, doesn't add 1 extra for null-terminator by @graebm in https://github.com/awslabs/aws-c-common/pull/1188
  • New Get_ENV Functions by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1141

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.11.1...v0.11.2

- C
Published by waahm7 about 1 year ago

https://github.com/awslabs/aws-c-common - Make aws_byte_cursor_from_string NULL tolerant

What's Changed

  • Integration test for CPU feature detection by @graebm in https://github.com/awslabs/aws-c-common/pull/1186
  • Make awsbytecursorfromstring NULL tolerant by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1187

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.11.0...v0.11.1

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-common - A bunch of CMake fixes

What's Changed

  • A bunch of CMake fixes by @graebm in https://github.com/awslabs/aws-c-common/pull/1178

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.9...v0.11.0

- C
Published by sfod over 1 year ago

https://github.com/awslabs/aws-c-common - Fix heap overflow on uri parsing

What's Changed

  • Fix heap overflow on uri parsing by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1185

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.8...v0.10.9

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-common - (take 2) Detect when AVX is disabled via OSXSAVE

What's Changed

  • Fixup IPv6 validation logic by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1180
  • (take 2) Detect when AVX is disabled via OSXSAVE by @graebm in https://github.com/awslabs/aws-c-common/pull/1184

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.7...v0.10.8

- C
Published by graebm over 1 year ago

https://github.com/awslabs/aws-c-common - Detect when AVX is disabled via OSXSAVE

What's Changed

  • change PR template to ask for clearer wording by @jmklix in https://github.com/awslabs/aws-c-common/pull/1177
  • proof_ci.yaml must use latest upload-artifact by @graebm in https://github.com/awslabs/aws-c-common/pull/1183
  • Detect when AVX is disabled via OSXSAVE by @graebm in https://github.com/awslabs/aws-c-common/pull/1182

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.6...v0.10.7

- C
Published by graebm over 1 year ago

https://github.com/awslabs/aws-c-common - Fix prebuilding dependencies on CMake versions prior to v3.13

What's Changed

  • Fix dependency build failure on old cmake versions by @sfod in https://github.com/awslabs/aws-c-common/pull/1176

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.5...v0.10.6

- C
Published by sfod over 1 year ago

https://github.com/awslabs/aws-c-common - Support relative paths when prebuilding dependencies with CMake

What's Changed

  • Switch CI to use roles by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1173
  • Support relative paths when prebuilding dependencies with CMake by @graebm in https://github.com/awslabs/aws-c-common/pull/1174

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.4...v0.10.5

- C
Published by graebm over 1 year ago

https://github.com/awslabs/aws-c-common - v0.10.4

What's Changed

  • Doc fix for cbor by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1171
  • Remove reliance on hardcoded user in ci by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1170
  • Forward CMake variables to prebuilding dependencies by @sfod in https://github.com/awslabs/aws-c-common/pull/1161
  • Update CBMC proof tooling to latest releases by @tautschnig in https://github.com/awslabs/aws-c-common/pull/1164
  • Fix test that made no sense by @graebm in https://github.com/awslabs/aws-c-common/pull/1172

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.3...v0.10.4

- C
Published by sfod over 1 year ago

https://github.com/awslabs/aws-c-common - v0.10.3

What's Changed

  • switch c compiler check to different cmake variable by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1169

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.2...v0.10.3

- C
Published by DmitriyMusatkin over 1 year ago

https://github.com/awslabs/aws-c-common - Disable Visibility Hidden on Old GCC

What's Changed

  • disable visibility hidden on old gcc by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1167

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.1...v0.10.2

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-common - v0.10.1

What's Changed

  • chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in https://github.com/awslabs/aws-c-common/pull/1151
  • check if numa available or not before loading numa functions by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1163
  • Unlink shutdown callback from ref count by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1166
  • fix empty xml node handling by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1168

New Contributors

  • @ashishdhingra made their first contribution in https://github.com/awslabs/aws-c-common/pull/1151

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.10.0...v0.10.1

- C
Published by DmitriyMusatkin over 1 year ago

https://github.com/awslabs/aws-c-common - Update Minimum CMake to 3.9

What's Changed

  • Update CMake to 3.9 by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1159

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.31...v0.10.0

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-common - Support Swift CXX Interop

What's Changed

  • Support Swift CXX Interop by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1160

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.30...v0.9.31

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-common - Fix Cmake Prebuild

What's Changed

  • improve condition_variable documentation by @jmklix in https://github.com/awslabs/aws-c-common/pull/1157
  • Fix Cmake Prebuild Remove -S Option by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1158

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.29...v0.9.30

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-common - v0.9.29

What's Changed

  • Add comment about tuning for "neoverse-v1" by @graebm in https://github.com/awslabs/aws-c-common/pull/1153
  • [fix] prebuild set CMAKEPREFIXPATH properly by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1154

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.28...v0.9.29

- C
Published by TingDaoK over 1 year ago

https://github.com/awslabs/aws-c-common - v0.9.28

What's Changed

  • Add aws_ prefix to prebuild_dependency CMake function name by @sfod in https://github.com/awslabs/aws-c-common/pull/1146
  • Makefile.common updates for CBMC by @tautschnig in https://github.com/awslabs/aws-c-common/pull/1148
  • Run proofs with CBMC 6.2.0 by @graebm in https://github.com/awslabs/aws-c-common/pull/1149
  • Only set mtune neoverse if compiler supports it by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1150

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.27...v0.9.28

- C
Published by DmitriyMusatkin over 1 year ago

https://github.com/awslabs/aws-c-common - Fix `-Wuseless-cast` compiler warnings

What's Changed

  • Fix -Wuseless-cast compiler warnings by @graebm in https://github.com/awslabs/aws-c-common/pull/1145

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.26...v0.9.27

- C
Published by graebm almost 2 years ago

https://github.com/awslabs/aws-c-common - Add CMake module for building dependencies at config time

What's Changed

  • Add cmake module for building dependencies at configuration time by @sfod in https://github.com/awslabs/aws-c-common/pull/1144

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.25...v0.9.26

- C
Published by sfod almost 2 years ago

https://github.com/awslabs/aws-c-common - v0.9.25

What's Changed

  • Run proofs with CBMC 6.1.0 by @graebm in https://github.com/awslabs/aws-c-common/pull/1140
  • Avoiding allocating a handle in the Windows RNG. by @teo-tsirpanis in https://github.com/awslabs/aws-c-common/pull/1046
  • Add no copy api variants to json interface by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1138
  • Allocate error space for aws-crt-swift by @xiazhvera in https://github.com/awslabs/aws-c-common/pull/1129

New Contributors

  • @teo-tsirpanis made their first contribution in https://github.com/awslabs/aws-c-common/pull/1046

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.24...v0.9.25

- C
Published by DmitriyMusatkin almost 2 years ago

https://github.com/awslabs/aws-c-common - Bump the minimum stack size to at least 1MB

What's Changed

  • fix FreeBSD CI to install default python packages by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1133
  • Fix out variable in cmake sanitizer module by @sfod in https://github.com/awslabs/aws-c-common/pull/1134
  • Update MacOS CI to Arm64 by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1136
  • Update builder to fix macos arm64 CI by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1137
  • Bump the minimum stack size to at least 1MB by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1139

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.23...v0.9.24

- C
Published by waahm7 almost 2 years ago

https://github.com/awslabs/aws-c-common - cbor support

What's Changed

  • cbor support by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1131

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.22...v0.9.23

- C
Published by TingDaoK almost 2 years ago

https://github.com/awslabs/aws-c-common - Fix default thread options for windows to not pin to any cpu_id

What's Changed

  • clang-format 18 by @graebm in https://github.com/awslabs/aws-c-common/pull/1113
  • Use CBMC version 5.95.1 by @tautschnig in https://github.com/awslabs/aws-c-common/pull/1124
  • latest_submodules.py uses AWS-LC-FIPS releases in aws-crt-java by @graebm in https://github.com/awslabs/aws-c-common/pull/1125
  • Use CBMC 6.0.0 by @graebm in https://github.com/awslabs/aws-c-common/pull/1128
  • Fix default thread options for windows to not pin to any cpu_id by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1126

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.21...v0.9.22

- C
Published by waahm7 almost 2 years ago

https://github.com/awslabs/aws-c-common - Fix memtracer test

What's Changed

  • Fix memtracer bad assumptions on the size of stack trace by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1122
  • disable optimization was not working by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1123

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.20...v0.9.21

- C
Published by TingDaoK almost 2 years ago

https://github.com/awslabs/aws-c-common - Update CJson to v1.7.18

What's Changed

  • Task scheduler: log at TRACE, instead of DEBUG by @graebm in https://github.com/awslabs/aws-c-common/pull/1115
  • Update CJson to v1.7.18 by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1116
  • avoid overflowing pointers passed to memcpy by @qinheping in https://github.com/awslabs/aws-c-common/pull/874
  • Fix test skipping by @graebm in https://github.com/awslabs/aws-c-common/pull/1118
  • Fix CMake Windows ARM typo by @graebm in https://github.com/awslabs/aws-c-common/pull/1119
  • Fix weird decimal formatting in tests by @graebm in https://github.com/awslabs/aws-c-common/pull/1121

New Contributors

  • @qinheping made their first contribution in https://github.com/awslabs/aws-c-common/pull/874

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.19...v0.9.20

- C
Published by graebm almost 2 years ago

https://github.com/awslabs/aws-c-common - Fix aws_host_utils_is_ipv6 Function

What's Changed

  • Fix awshostutilsisipv6 function by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1114

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.18...v0.9.19

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-common - Fix Host parsing for IPv6 URI

What's Changed

  • memtrace: Fix underflow when stackdepth < FRAMESTO_SKIP by @zhaofengli in https://github.com/awslabs/aws-c-common/pull/873
  • chore: make CBMC stubs with zero parameters proper declarations by @tautschnig in https://github.com/awslabs/aws-c-common/pull/1107
  • satisfy some signed vs unsigned comparison warnings by @KaibaLopez in https://github.com/awslabs/aws-c-common/pull/809
  • Remove promise class by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1110
  • Fix host parsing for IPv6 URI by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1112

New Contributors

  • @zhaofengli made their first contribution in https://github.com/awslabs/aws-c-common/pull/873
  • @KaibaLopez made their first contribution in https://github.com/awslabs/aws-c-common/pull/809

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.17...v0.9.18

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-common - Fix invalid cpu_id for RHEL_5

What's Changed

  • Fix invalid cpuid for RHEL5 by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1106

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.16...v0.9.17

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-common - Move is ipv4/ipv6 functions from Aws-c-sdkutils to Aws-c-common

What's Changed

  • Switch test harness to print errors in decimal by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1100
  • Add list membership API and uint64 hash utilities by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1103
  • Clarity updates for uint64_t hash helper by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1104
  • Move is ipv4/ipv6 functions from Aws-c-sdkutils to Aws-c-common by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1105

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.15...v0.9.16

- C
Published by waahm7 about 2 years ago

https://github.com/awslabs/aws-c-common - v0.9.15

What's Changed

  • claim range for aws-crt-kotlin by @aajtodd in https://github.com/awslabs/aws-c-common/pull/1095
  • Remove unused external headers by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1097
  • Best Effort Thread Pinning to CPU_ID by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1096
  • Add support for WIN ARM64 by @alfred2g in https://github.com/awslabs/aws-c-common/pull/1092
  • Better vectorization and crc64. Cleaned up cmake and added better runtime cpu detection by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/1083
  • Avoid overallocating for strings by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1099

New Contributors

  • @aajtodd made their first contribution in https://github.com/awslabs/aws-c-common/pull/1095

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.14...v0.9.15

- C
Published by DmitriyMusatkin about 2 years ago

https://github.com/awslabs/aws-c-common - Accept all RFC3339-compliant timestamps

What's Changed

  • Accept all RFC3339-compliant timestamps by @graebm in https://github.com/awslabs/aws-c-common/pull/1093

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.13...v0.9.14

- C
Published by graebm about 2 years ago

https://github.com/awslabs/aws-c-common - v0.9.13

What's Changed

  • cJSON update to 1.7.17 by @graebm in https://github.com/awslabs/aws-c-common/pull/1081
  • Add more generic AVX feature detection as well as flags for if avx512… by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/1041
  • chore: relax stale issue timings by @kellertk in https://github.com/awslabs/aws-c-common/pull/1085
  • Use _Exit() on test failure, to avoid LeakSanitizer spam by @graebm in https://github.com/awslabs/aws-c-common/pull/1088
  • Fix a bunch of places we forget to awsraiseerror() by @graebm in https://github.com/awslabs/aws-c-common/pull/1089
  • Consistently use lowercase for Windows libraries and header files by @giordano in https://github.com/awslabs/aws-c-common/pull/1058

New Contributors

  • @kellertk made their first contribution in https://github.com/awslabs/aws-c-common/pull/1085
  • @giordano made their first contribution in https://github.com/awslabs/aws-c-common/pull/1058

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.12...v0.9.13

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-common - v0.9.12

What's Changed

  • Change port from uint16t to uint32t, to support VSOCK by @graebm in https://github.com/awslabs/aws-c-common/pull/1079

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.11...v0.9.12

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-common - add a query string helper

What's Changed

  • add a query string helper from byte cursor directly by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1080

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.10...v0.9.11

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-common - Fix cross process lock

What's Changed

  • Fixed directory creation to ignore umask, and allow cross process loc… by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/1078

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.9...v0.9.10

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-common - Fix WSL Crash

What's Changed

  • Fix WSL Crash by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1076

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.8...v0.9.9

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-common - Android Logging Update

Adds high resolution clock timestamps to android logging in order to investigate scheduling/clock misbehavior.

- C
Published by bretambrose over 2 years ago

https://github.com/awslabs/aws-c-common - Added cross process lock.

Adds a cross process locking API

- C
Published by JonathanHenson over 2 years ago

https://github.com/awslabs/aws-c-common - Switch Default Allocator to Basic System One

What's Changed

  • Add additional priority queue related APIs by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1067
  • Switch default allocator to basic system one by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1066

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.5...v0.9.6

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-common - Environment Loader API

What's Changed

  • Report actual bytes leaked/Fix realloc tracing by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1053
  • Support reading "special files" that lie about their size by @graebm in https://github.com/awslabs/aws-c-common/pull/1064
  • Add an environment loader API and implementation for some DMI related fields by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/1063
  • Update third party licenses file by @yasminetalby in https://github.com/awslabs/aws-c-common/pull/1062
  • Basic process mem usage functions by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1065
  • Fix loading of libnuma.so by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1068
  • Comment: fix by @alfred2g in https://github.com/awslabs/aws-c-common/pull/1069

New Contributors

  • @alfred2g made their first contribution in https://github.com/awslabs/aws-c-common/pull/1069

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.4...v0.9.5

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-common - Add error codes for file read/write/open failures

What's Changed

  • Authorize requests to GitHub API in Run CBMC proofs workflow by @adpaco-aws in https://github.com/awslabs/aws-c-common/pull/1057
  • reflexive vs symmetric in hash_table.h doc by @jmklix in https://github.com/awslabs/aws-c-common/pull/1056
  • Add error codes for file read/write/open failures by @graebm in https://github.com/awslabs/aws-c-common/pull/1061

New Contributors

  • @adpaco-aws made their first contribution in https://github.com/awslabs/aws-c-common/pull/1057

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.3...v0.9.4

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-common - Fix CMake option for choosing MSVC runtime library

What's Changed

  • Fix CMake option for choosing MSVC runtime library by @graebm in https://github.com/awslabs/aws-c-common/pull/1054

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.2...v0.9.3

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-common - Change SKIP code value to reduce the chance of clashing

What's Changed

  • added workflow for handling answerable discussions by @yasminetalby in https://github.com/awslabs/aws-c-common/pull/1051
  • Change SKIP code value to reduce the chance of clashing by @sfod in https://github.com/awslabs/aws-c-common/pull/1055

New Contributors

  • @yasminetalby made their first contribution in https://github.com/awslabs/aws-c-common/pull/1051
  • @sfod made their first contribution in https://github.com/awslabs/aws-c-common/pull/1055

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.1...v0.9.2

- C
Published by sfod almost 3 years ago

https://github.com/awslabs/aws-c-common - Intel Vtune Tracing Integration

What's Changed

  • Pickup latest release from cJSON by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1047
  • fix stale issue bot permissions by @jmklix in https://github.com/awslabs/aws-c-common/pull/1049
  • Intel Vtune tracing integration by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1050

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.9.0...v0.9.1

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-common - XML API Change

What's Changed

  • use W4 for all msvc by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1035
  • New API to wrap an initialized array with an array list by @bretambrose in https://github.com/awslabs/aws-c-common/pull/1040
  • AVX512 feature detection by @pbadari in https://github.com/awslabs/aws-c-common/pull/1037
  • Simplify error handling in XML API - BREAKING CHANGE by @graebm in https://github.com/awslabs/aws-c-common/pull/1043

New Contributors

  • @pbadari made their first contribution in https://github.com/awslabs/aws-c-common/pull/1037

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.23...v0.9.0

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-common - Disable MSVC warning triggered by aws_future macros

What's Changed

  • Disable MSVC warning triggered by aws_future macros by @graebm in https://github.com/awslabs/aws-c-common/pull/1033
  • Update AwsTestHarness.cmake typo by @eherozhao in https://github.com/awslabs/aws-c-common/pull/1034

New Contributors

  • @eherozhao made their first contribution in https://github.com/awslabs/aws-c-common/pull/1034

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.22...v0.8.23

- C
Published by graebm almost 3 years ago

https://github.com/awslabs/aws-c-common - Remove dangling symlink in CMBC proofs

What's Changed

  • Let cursor equals assert print string on failure by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1030
  • Remove dangling symlink in CMBC proofs by @jamesbornholt in https://github.com/awslabs/aws-c-common/pull/1031

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.21...v0.8.22

- C
Published by TingDaoK about 3 years ago

https://github.com/awslabs/aws-c-common - Update Header Checker

What's Changed

  • update time to ancient by @jmklix in https://github.com/awslabs/aws-c-common/pull/1029
  • Merge header checker with cpp header checker by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1028

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.20...v0.8.21

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.20

What's Changed

  • Pin CBMC version to 5.81.0 by @karkhaz in https://github.com/awslabs/aws-c-common/pull/1022
  • Fix race condition in promise.c by @evanmiller in https://github.com/awslabs/aws-c-common/pull/1023
  • Remove unimplemented prototype from ring_buffer.h by @evanmiller in https://github.com/awslabs/aws-c-common/pull/1024
  • Move CBMC back to latest by @tautschnig in https://github.com/awslabs/aws-c-common/pull/1026
  • Fix warnings in public headers by @graebm in https://github.com/awslabs/aws-c-common/pull/998

New Contributors

  • @evanmiller made their first contribution in https://github.com/awslabs/aws-c-common/pull/1023

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.19...v0.8.20

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-common - Tolerate uninitialized list in array_list_clear

What's Changed

  • Tolerate uninitialized list in arraylistclear by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1021

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.18...v0.8.19

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-common - Improved Sanitizer Support

What's Changed

  • Improved sanitizer support by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/1016
  • Reduce spam when configuring multiple projects at once by @graebm in https://github.com/awslabs/aws-c-common/pull/1018
  • update builder version to fix aws-lc build on manylinux1 by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/1017
  • Tolerate unintialized list in awsarraylist_length by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1019

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.17...v0.8.18

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-common - Provide a way to skip a unit test

What's Changed

  • Add a way to skip a test by @xiazhvera in https://github.com/awslabs/aws-c-common/pull/1012
  • add github templates and bots by @jmklix in https://github.com/awslabs/aws-c-common/pull/1015

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.16...v0.8.17

- C
Published by xiazhvera about 3 years ago

https://github.com/awslabs/aws-c-common - Added Append function for device random, normalized directory delimiters and other maintainability improvements.

What's Changed

  • Add function for writing N bytes of randomness by @graebm in https://github.com/awslabs/aws-c-common/pull/1005
  • remove debugging printf by @graebm in https://github.com/awslabs/aws-c-common/pull/1009
  • Adds awsnormalizedirectory_separator by @waahm7 in https://github.com/awslabs/aws-c-common/pull/1010
  • issue-1006: fix cv signal outside of lock by @jeking3 in https://github.com/awslabs/aws-c-common/pull/1008

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.15...v0.8.16

- C
Published by JonathanHenson about 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.15

What's Changed

  • Replace old ARM images with raspbian-bullseye image by @knightjoel in https://github.com/awslabs/aws-c-common/pull/990
  • CI job for OpenBSD by @knightjoel in https://github.com/awslabs/aws-c-common/pull/991
  • Improved output from test harness by @graebm in https://github.com/awslabs/aws-c-common/pull/995
  • Remove unused system: aws_bus by @graebm in https://github.com/awslabs/aws-c-common/pull/996
  • Buffer ub by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/999
  • Add CBMC proof for aws_byte_buf_append_and_update by @feliperodri in https://github.com/awslabs/aws-c-common/pull/1000
  • Fix comment in uri.h by @jamesbornholt in https://github.com/awslabs/aws-c-common/pull/986
  • CMake feature detection with gcc 7.3.1 misses backtrace by @jeking3 in https://github.com/awslabs/aws-c-common/pull/1002

New Contributors

  • @jamesbornholt made their first contribution in https://github.com/awslabs/aws-c-common/pull/986
  • @jeking3 made their first contribution in https://github.com/awslabs/aws-c-common/pull/1002

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.14...v0.8.15

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-common - Fix C++ compiler warning

What's Changed

  • Fix C++ compiler warning by @graebm in https://github.com/awslabs/aws-c-common/pull/989

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.13...v0.8.14

- C
Published by graebm about 3 years ago

https://github.com/awslabs/aws-c-common - latest_submodules.py

What's Changed

  • Add scripts/latest_submodules.py by @graebm in https://github.com/awslabs/aws-c-common/pull/988

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.12...v0.8.13

- C
Published by graebm about 3 years ago

https://github.com/awslabs/aws-c-common - Fix Windows compiler warning

What's Changed

  • New guideline: callbacks are always async, or always sync by @graebm in https://github.com/awslabs/aws-c-common/pull/945
  • change '#if MSCVER' to '#ifdef MSCVER' by @jmklix in https://github.com/awslabs/aws-c-common/pull/987

New Contributors

  • @jmklix made their first contribution in https://github.com/awslabs/aws-c-common/pull/987

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.11...v0.8.12

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-common - remove old docker images

What's Changed

  • remove old docker images by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/982

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.10...v0.8.11

- C
Published by TingDaoK over 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.10

What's Changed

  • Fix race condition in cJSON_Parse.* calls by @waahm7 in https://github.com/awslabs/aws-c-common/pull/972
  • Add getter for thread name by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/969
  • fix: build and tests on OpenBSD by @knightjoel in https://github.com/awslabs/aws-c-common/pull/976
  • Added externcbegin and externcend to JSON by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/977
  • fix: NETBSD -> NetBSD by @knightjoel in https://github.com/awslabs/aws-c-common/pull/979
  • Added Utf8 validation callback to allow extra validation by @xiazhvera in https://github.com/awslabs/aws-c-common/pull/980
  • Rename awsutf8validator -> awsutf8decoder by @xiazhvera in https://github.com/awslabs/aws-c-common/pull/981
  • use BMI2 cpuid instead for _mulx_u32 by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/974
  • Assert that each error-info-list starts with correct value by @graebm in https://github.com/awslabs/aws-c-common/pull/978

New Contributors

  • @knightjoel made their first contribution in https://github.com/awslabs/aws-c-common/pull/976
  • @xiazhvera made their first contribution in https://github.com/awslabs/aws-c-common/pull/980

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.9...v0.8.10

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.9

What's Changed

  • Always pull out value of errno right after sys call by @bretambrose in https://github.com/awslabs/aws-c-common/pull/971

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.8...v0.8.9

- C
Published by bretambrose over 3 years ago

https://github.com/awslabs/aws-c-common - Better error detection when opening files

What's Changed

  • awsfopensafe() raises aws-error on failure by @graebm in https://github.com/awslabs/aws-c-common/pull/970

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.7...v0.8.8

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.7

What's Changed

  • delete empty .gitmodules file by @graebm in https://github.com/awslabs/aws-c-common/pull/962
  • Common lint by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/963
  • awsgethomedirectory() calls getpwuidr() if $HOME isn't set by @graebm in https://github.com/awslabs/aws-c-common/pull/966
  • Add libc detection function to common's cmake resources by @bretambrose in https://github.com/awslabs/aws-c-common/pull/960

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.6...v0.8.7

- C
Published by bretambrose over 3 years ago

https://github.com/awslabs/aws-c-common - UTF-8 validator

What's Changed

  • Update CI to fix downstream build by @waahm7 in https://github.com/awslabs/aws-c-common/pull/944
  • Sba metrics test fix by @bretambrose in https://github.com/awslabs/aws-c-common/pull/933
  • awssecurezero() checks NULL before calling memset() by @graebm in https://github.com/awslabs/aws-c-common/pull/952
  • add codecov action by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/955
  • CBMC proofs: add and fix declarations by @tautschnig in https://github.com/awslabs/aws-c-common/pull/956
  • Fix Appverifier always running the first test by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/958
  • UTF-8 validator by @graebm in https://github.com/awslabs/aws-c-common/pull/959

New Contributors

  • @waahm7 made their first contribution in https://github.com/awslabs/aws-c-common/pull/944

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.5...v0.8.6

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-common - Set thread names, for debugging

What's Changed

  • sprintf() -> snprintf() by @graebm in https://github.com/awslabs/aws-c-common/pull/946
  • Set thread names, for debugging by @graebm in https://github.com/awslabs/aws-c-common/pull/937

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.4...v0.8.5

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-common - v0.8.4

What's Changed

  • make awsjsonvalue_destroy noop on null values by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/942
  • clarify awsbytecursornextsplit comments and add tests by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/943

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.3...v0.8.4

- C
Published by DmitriyMusatkin over 3 years ago

https://github.com/awslabs/aws-c-common - Endpoint 2.0 Uri Migration

What's Changed

  • Uri migration by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/936
  • json compare by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/938
  • fix parsing of ipv6 literals in uris by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/939
  • Json duplicate by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/940
  • parse uri path as is by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/941

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.2...v0.8.3

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-common - Updates for JSON, logging. App verifier in windows CI.

What's Changed

  • Json iterators by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/926
  • Safely handle a particular use case for linked hash tables where key equality is not reference equality by @bretambrose in https://github.com/awslabs/aws-c-common/pull/928
  • Json iterate signature by @DmitriyMusatkin in https://github.com/awslabs/aws-c-common/pull/929
  • Add AppVerifier by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/930
  • Block logging updates by @bretambrose in https://github.com/awslabs/aws-c-common/pull/931
  • Verify backtrace is defined too, not just header presence by @bretambrose in https://github.com/awslabs/aws-c-common/pull/935

New Contributors

  • @DmitriyMusatkin made their first contribution in https://github.com/awslabs/aws-c-common/pull/926

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.8.1...v0.8.2

- C
Published by bretambrose over 3 years ago

https://github.com/awslabs/aws-c-common - Hide symbols from libcrypto.a

What's Changed

  • Fall back for load target by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/924
  • Hide symbols from libcrypto.a by @graebm in https://github.com/awslabs/aws-c-common/pull/925

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.6...v0.8.1

- C
Published by graebm almost 4 years ago

https://github.com/awslabs/aws-c-common - Make libnuma linux only

What's Changed

  • Fix FreeBSD build by @gearnode in https://github.com/awslabs/aws-c-common/pull/921
  • Format not by @bretambrose in https://github.com/awslabs/aws-c-common/pull/922
  • Make libnuma linux only by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/923

New Contributors

  • @gearnode made their first contribution in https://github.com/awslabs/aws-c-common/pull/921

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.5...v0.7.6

- C
Published by TingDaoK almost 4 years ago

https://github.com/awslabs/aws-c-common - JSON module init is private now and more.

What's Changed

  • Adjust logging function to fix segfault if filename and file are not set by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/911
  • fix MSVC warning by @graebm in https://github.com/awslabs/aws-c-common/pull/912
  • Make sure file paths are not empty strings to avoid segfault on Windows by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/915
  • reset the logger before memory trace by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/917
  • Update CBMC starter kit by @angelonakos in https://github.com/awslabs/aws-c-common/pull/919
  • hide json module init and cleanup by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/920

New Contributors

  • @angelonakos made their first contribution in https://github.com/awslabs/aws-c-common/pull/919

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.4...v0.7.5

- C
Published by TingDaoK almost 4 years ago

https://github.com/awslabs/aws-c-common - fix compiler warning

What's Changed

  • fix compiler warning by @TingDaoK in https://github.com/awslabs/aws-c-common/pull/910

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.3...v0.7.4

- C
Published by TingDaoK about 4 years ago

https://github.com/awslabs/aws-c-common - Fix iOS build error due to `-moutline-atomics`

What's Changed

  • Fix iOS build error due to -moutline-atomics by @graebm in https://github.com/awslabs/aws-c-common/pull/909

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.2...v0.7.3

- C
Published by graebm about 4 years ago

https://github.com/awslabs/aws-c-common - Device Defender related adjustments

A couple minor changes related to Device Defender changes in the V2 C++ SDK

What's Changed

  • Add check for if_link.h by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/907
  • Remove DeviceDefender custom metric reporting functions by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/901

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.1...v0.7.2

- C
Published by TwistedTwigleg about 4 years ago

https://github.com/awslabs/aws-c-common - aws_byte_cursor_starts_with(input, prefix)

What's Changed

  • awsbytecursorstartswith(input, prefix) by @graebm in https://github.com/awslabs/aws-c-common/pull/905

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.7.0...v0.7.1

- C
Published by graebm about 4 years ago

https://github.com/awslabs/aws-c-common - Introduce cJSON module

What's Changed

  • Fix "unused variable" compiler warning by @graebm in https://github.com/awslabs/aws-c-common/pull/899
  • Add cJSON module by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/889
  • Fix it so CI runs on branches with '/' in name by @graebm in https://github.com/awslabs/aws-c-common/pull/900
  • Added metric reporting functions by @TwistedTwigleg in https://github.com/awslabs/aws-c-common/pull/898

New Contributors

  • @TwistedTwigleg made their first contribution in https://github.com/awslabs/aws-c-common/pull/889

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.6.20...v0.7.0

- C
Published by TingDaoK about 4 years ago

https://github.com/awslabs/aws-c-common - Append pthread to platform libs if cmake supplied Threads is not good enough

Append pthread to platform libs if cmake supplied Threads is not good enough.

- C
Published by ilevyor about 4 years ago

https://github.com/awslabs/aws-c-common - v0.6.19

What's Changed

  • added subcommand dispatch for cli argument parser. by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/877
  • Improved cli parsing to handle positional arguments better so they ca… by @JonathanHenson in https://github.com/awslabs/aws-c-common/pull/878
  • Release lock on no-alloc fwrite error path by @bretambrose in https://github.com/awslabs/aws-c-common/pull/880
  • Add awsbytecursorparseuint64 by @cmello in https://github.com/awslabs/aws-c-common/pull/881
  • Add AWSERRORPLATFORMNOTSUPPORTED error. by @graebm in https://github.com/awslabs/aws-c-common/pull/882

New Contributors

  • @cmello made their first contribution in https://github.com/awslabs/aws-c-common/pull/881

Full Changelog: https://github.com/awslabs/aws-c-common/compare/v0.6.18...v0.6.19

- C
Published by graebm over 4 years ago

https://github.com/awslabs/aws-c-common - Support Windows Server 2008

  • Support for Windows Server 2008
  • CBMC updates

- C
Published by TingDaoK over 4 years ago

https://github.com/awslabs/aws-c-common - More Avx2 fixes

  • Improve avx2 detection
  • Disable cpu-specific code when using mingw due to an alignment bug that has yet to be fixed in gcc (for windows).

- C
Published by bretambrose over 4 years ago

https://github.com/awslabs/aws-c-common - Non-AVX2 compile fixes

- C
Published by justinboswell over 4 years ago

https://github.com/awslabs/aws-c-common - Windows string test fixes

- C
Published by justinboswell over 4 years ago

https://github.com/awslabs/aws-c-common - armv6 fixes

- C
Published by justinboswell over 4 years ago

https://github.com/awslabs/aws-c-common - New version with IO utilities

- C
Published by justinboswell over 4 years ago

https://github.com/awslabs/aws-c-common - byte_buffer_reserve work with initial capacity zero

edit bytebufferreserve to work with buffers of initial capacity 0

- C
Published by ilevyor over 4 years ago

https://github.com/awslabs/aws-c-common - Added metrics to SBA allocator

- C
Published by justinboswell almost 5 years ago

https://github.com/awslabs/aws-c-common -

- C
Published by ilevyor almost 5 years ago

https://github.com/awslabs/aws-c-common - Datetime updates part 2

  • Support for millisecond-precise time query in awsdatetimeasepoch_secs

- C
Published by bretambrose almost 5 years ago

https://github.com/awslabs/aws-c-common - Datetime updates

  • Datetime now supports millisecond precision

- C
Published by bretambrose almost 5 years ago

https://github.com/awslabs/aws-c-common - Managed thread handle cleanup

  • Fixes an issue where managed thread handles could be leaked on Windows
  • Fixes some incorrect logging format strings.

- C
Published by bretambrose almost 5 years ago

https://github.com/awslabs/aws-c-common - Bugfix for CMake build

  • Proper import of CMake module (#812)

- C
Published by DavidOgunsAWS almost 5 years ago