Skip to content

Azure C Shared Utility

Compare
Choose a tag to compare
@andrew-buckley andrew-buckley released this 20 Jan 19:10
· 1211 commits to master since this release
8aa62c3

Release Notes:

  1. Adds CMake Version to project
  2. Fixes #41
  3. Makes project compile cleanly with clang
  4. Improves connection string parser
  5. Adds OSX support
  6. Adds Tizen RT support
  7. Adds tlsio to mbedtls
  8. Replaces chars so users can compile with non-ASCII code pages
  9. Adds ability to use httpapi_compact.c on any platform
  10. Adds UTF-8 Encoding
  11. Adds ability to build library as DLL
  12. Adds run_e2e_tests option to CMake
  13. Fixes a tls issue in openssl
  14. Enables mocking of connection parser APIs
  15. Changes skip_unittests flag to run_unittests and defaults to not building tests
  16. Fixes nuget building and adds nuget project generation support for umock_c e2e tests
  17. Includes the connection_string_parser in the library