1. 4b340e6 Merge pull request #843 from apache/hotfix/openssl-4-civetweb by PengZheng · 11 days ago master
  2. 85f037c Pin OpenSSL below 4 to fix nightly conan builds by PengZheng · 11 days ago
  3. d4b2ec3 Fix minor typos by PengZheng · 4 months ago
  4. cb49e8e update changes.md by Deedss · 4 months ago
  5. c8b18d8 Introduce internal availability function, update documentation, improve memory layout of celix_dm_service_dependency_info_struct. by Deedss · 4 months ago
  6. 2410638 Add minimalCardinality to DependencyManagerInfo, small fix for availability in dm_service_dependency by Deedss · 4 months ago
  7. c6dadea Fix last remaining use of setRequired by Deedss · 5 months ago
  8. 2ae6a75 Update all usages of setRequired with setMinimalCardinality as minimalCardinality now determines whether a serviceDependency is required. by Deedss · 5 months ago
  9. 4695d4b Rework minimalCardinality to influence whether a service is required or not. by Deedss · 5 months ago
  10. a09d5b1 Expand testcase with downflank by Deedss · 5 months ago
  11. 562fd96 - Fix formatting in changed files. - Add service count to printinfo by Deedss · 5 months ago
  12. fb89c75 update documentation by Deedss · 5 months ago
  13. eacbdce add property minimalCardinality to service dependencies by Deedss · 5 months ago
  14. 03580b6 add property minimalCardinality to service dependencies by Deedss · 5 months ago
  15. ec93d1d Merge pull request #839 from xuzhenbao/add_remote_service_ranking by xuzhenbao · 4 months ago
  16. 7eef3c4 Modify the comment style by xuzhenbao · 4 months ago
  17. b1bb0d6 Merge pull request #838 from apache/feature/option-conflict-detection by PengZheng · 5 months ago
  18. 413394b Add remote service ranking by xuzhenbao · 5 months ago
  19. 79502ee Add remote service ranking by xuzhenbao · 5 months ago
  20. ac0009e Revert the modification for synchronous unregistering imported service by xuzhenbao · 5 months ago
  21. 0f00df0 Revert "Modify rsa_json_rpc bundle version" by xuzhenbao · 5 months ago
  22. 0d3c04c Merge branch 'master' of https://github.com/xuzhenbao/celix into add_remote_service_ranking by xuzhenbao · 5 months ago
  23. 578a6d5 Update build instructions. by PengZheng · 5 months ago
  24. 5d558ed disable CMakeDeps For installed CMake config files. by PengZheng · 5 months ago
  25. bddb241 Modify rsa_json_rpc bundle version by xuzhenbao · 5 months ago
  26. 0352a75 Add comments for CELIX_RSA_IMPORTED_SERVICE_RANKING_OFFSETS by xuzhenbao · 5 months ago
  27. b30e173 Implement dependencies option conflict detection. by PengZheng · 5 months ago
  28. 36ce8b1 Merge pull request #837 from apache/feature/816-drop-conan-1.x by PengZheng · 5 months ago
  29. da140f5 Drop Conan 1.x support and move test_package to its conventional location. by PengZheng · 5 months ago
  30. e8336a8 Remove filter.h and replace usage with celix_filter.h by Pepijn Noltes · 6 months ago
  31. 0f994db Remove celix_use_compression_for_bundle_zips option by Pepijn Noltes · 6 months ago
  32. 9c550db Remove jar bnd packaging and introduce cmake built-in zip usage by Pepijn Noltes · 6 months ago
  33. 88e228f Fix various CI errors. by PengZheng · 6 months ago
  34. 6710125 Fix broken ubuntu.yml by PengZheng · 6 months ago
  35. 5381920 Fix broken ubuntu.yml by PengZheng · 6 months ago
  36. 759a831 Fix clang compilation error. by PengZheng · 6 months ago
  37. 579d165 Fix coverage.info path. by PengZheng · 6 months ago
  38. be870d8 gh-509: Remove deprecated utils, celixbool, export and celix_utils_api header by Pepijn Noltes · 6 months ago
  39. 5030f27 gh-819: Simplify devcontainer setup (#820) by Pepijn Noltes · 6 months ago
  40. a0562f8 Merge pull request #832 from apache/hotfix/limit-gcc-anayzer-C by PengZheng · 6 months ago
  41. d62160c Limit gcc analyzer to C. by PengZheng · 6 months ago
  42. 78dadfa Merge pull request #817 from moelksasbyahmed/master by Pepijn Noltes · 7 months ago
  43. 87dafa8 Merge pull request #821 from apache/feature/update-gtest-dep by Pepijn Noltes · 7 months ago
  44. 5399712 Update gtest dependency version to v17 by Pepijn Noltes · 7 months ago
  45. 1fbdb32 resolved changes by moelksasbyahmed · 7 months ago
  46. 3ca7128 modified conanfile.py to enable gcc analyzer using cmake by moelksasbyahmed · 7 months ago
  47. 425b689 added gcc analyzer for the ubuntu build by moelksasbyahmed · 7 months ago
  48. 07c3f50 added -fanalyzer flags to suppress warnings in CMake by moelksasbyahmed · 7 months ago
  49. 666cf19 applied the requested changes by moelksasbyahmed · 7 months ago
  50. effe33a Merge pull request #815 from apache/feature/769-libuv-package-and-thread-header by Pepijn Noltes · 7 months ago
  51. 0454477 added support for gcc -fanalyzer for conanfile by moelksasbyahmed · 7 months ago
  52. c46a284 adding cmake support for gcc -fanalyzer by moelksasbyahmed · 7 months ago
  53. 8571cbc Remove require-override in coverage build. by PengZheng · 7 months ago
  54. 387a0bb Update coverage to use conan 2.x by PengZheng · 7 months ago
  55. d8c8cb4 Update ubuntu ci to use conan 2.x by PengZheng · 7 months ago
  56. f425e10 Update CelixConfig.cmake include Modules before find_dep by Pepijn Noltes · 7 months ago
  57. 0e61b47 Add missing find_dependencies in CelixDeps.cmake.in by Pepijn Noltes · 7 months ago
  58. f7dce1b Remove celix_auto support for uv_thread_t by Pepijn Noltes · 7 months ago
  59. e4bf623 Update ci config 1.x config to use conan 1.66 by Pepijn Noltes · 7 months ago
  60. 20a0400 Add remote service ranking feature by xuzhenbao · 7 months ago
  61. 9f46175 gh-769: Refactor celix_uv_cleanup func and struct naming by Pepijn Noltes · 7 months ago
  62. 5ef11d9 gh-769: Move trylock test for mutex to a sep thread by Pepijn Noltes · 7 months ago
  63. 23a3408 gh-769: Move trylock test for rwlock to in sep thread by Pepijn Noltes · 7 months ago
  64. feb9d8e Remove libuv linkng from ei tests by Pepijn Noltes · 7 months ago
  65. e0af030 Exclude try locks on macos rwlock test by Pepijn Noltes · 7 months ago
  66. 1b0b093 gh-769: Update conan libuv dep to build_utils by Pepijn Noltes · 7 months ago
  67. e2d3cee gh-769: Add celix_uv_cleanup.h by Pepijn Noltes · 7 months ago
  68. 2127aeb gh-769: Add libuv dep, update ci workflows and add smoke test by Pepijn Noltes · 7 months ago
  69. 6eca661 Feature/add agents md (#814) by Pepijn Noltes · 7 months ago
  70. 55f059e Merge pull request #809 from apache/feature/coc by Roy Lenferink · 8 months ago
  71. b112b3c Feature/fix array list initial capability bug (#810) by Pepijn Noltes · 8 months ago
  72. 7160174 Feature/add fuzzing (#799) by Pepijn Noltes · 8 months ago
  73. c8dd7c4 Add code of conduct markdown by Pepijn Noltes · 8 months ago
  74. c6d0e2a Merge pull request #808 from apache/hotfix/mac-conan-create-fix by PengZheng · 9 months ago
  75. 7707129 Update macOS version and Python setup in conan_create workflow by PengZheng · 9 months ago
  76. 10fe256 Merge pull request #802 from xuzhenbao/improve_rsa by PengZheng · 9 months ago
  77. d10661d Merge branch 'improve_rsa' of https://github.com/xuzhenbao/celix into improve_rsa by xuzhenbao · 10 months ago
  78. d013c0b Remove unreliable assertion by xuzhenbao · 10 months ago
  79. b04b1ba Resolve tracked service useCount race When removing service by xuzhenbao · 10 months ago
  80. 9524897 Update bundles/remote_services/rsa_spi/include/celix_rsa_rpc_factory.h by PengZheng · 10 months ago
  81. cda49ed Merge branch 'improve_rsa' of https://github.com/xuzhenbao/celix into improve_rsa by xuzhenbao · 10 months ago
  82. 3ea0d6d Add code comments by xuzhenbao · 10 months ago
  83. 6418698 Merge pull request #805 from apache/hotfix/shaky-test-timeout by PengZheng · 10 months ago
  84. 94fda8a Use future/promise to replace sleep-based event queue handling for improved test reliability. by PengZheng · 10 months ago
  85. 8167d2b Merge pull request #804 from apache/hotfix/shaky-test-timeout by PengZheng · 10 months ago
  86. 82b5012 Use future/promise to replace the shaky sleep. by PengZheng · 10 months ago
  87. fb20f18 Merge pull request #803 from apache/hotfix/curl-option-type-mismatch by PengZheng · 10 months ago
  88. 54c995d Standardize `CURLOPT_*` options to use long integers and enable `CMAKE_EXPORT_COMPILE_COMMANDS`. by PengZheng · 10 months ago
  89. 9d1c70b Merge branch 'apache:master' into improve_rsa by xuzhenbao · 11 months ago
  90. bf3c6a9 Resolve the issue where the remote service endpoint is exported before being fully established by xuzhenbao · 11 months ago
  91. 9051886 Resolve use-after-free when unregister service factory by xuzhenbao · 11 months ago
  92. c348fe7 Remove unneeded comments by Pepijn Noltes · 11 months ago
  93. 84fed65 Update macOS workflow to use MacOS 15 by Pepijn Noltes · 11 months ago
  94. c32cc63 Fix the RPC communication failure when the shared memory ID is 0 by xuzhenbao · 11 months ago
  95. 871499e Merge pull request #801 from apache/hotfix/dm-add-interfece-leak by PengZheng · 11 months ago
  96. cff06e7 Fix redundant null check before destroying `removedInterface->properties` in `dm_component_impl.c`. by PengZheng · 11 months ago
  97. acdd4b4 Fix the memory leak when removing the component interface and adding the corresponding test by PengZheng · 11 months ago
  98. 712c104 Add SBRM documentation by Pepijn Noltes · 1 year ago
  99. d1ad26b Merge pull request #798 from apache/hotfix/797-macos-fix by PengZheng · 1 year ago
  100. fe13caf #797 workaround: Update macOS build configuration to use macOS 14 by PengZheng · 1 year ago