1. fd4b138 Merge pull request #750 from apache/hotfix/747-codecov-fix by Pepijn Noltes · 24 hours ago master
  2. f5cd4a1 gh-747: Configure codecov action with upload token by Pepijn Noltes · 24 hours ago
  3. e4df2aa Merge pull request #743 from apache/feature/685-properties-json-serialization by PengZheng · 10 days ago
  4. 2eed693 gh-685: Improve exception usage in C++ properties store/load by Pepijn Noltes · 11 days ago
  5. 83682fd gh-685: Encode list containing NAN/INF and some minor documentation improvements. by PengZheng · 11 days ago
  6. f3cec78 Merge branch 'master' into feature/685-properties-json-serialization by PengZheng · 13 days ago
  7. a6a48e5 gh-685: Avoid insertion into non-object and add test for key collision. by PengZheng · 13 days ago
  8. 769a9e5 gh-685: Improve jansson error handling in properties encode by Pepijn Noltes · 14 days ago
  9. 0b0edbe gh-685: Replace jsonpath seperator from / to . by Pepijn Noltes · 14 days ago
  10. dbe1468 gh-685: Add decode of unsupported JSON obj/array arrays by Pepijn Noltes · 14 days ago
  11. 3a76122 gh-685: Fix memleak and add missing test by Pepijn Noltes · 14 days ago
  12. 06ecb85 Merge pull request #745 from apache/hotfix/openssl-update by PengZheng · 6 weeks ago
  13. bb912e0 Update civetweb to 1.16 and replace LD_LIBRARY_PATH by DYLD_LIBRARY_PATH to fix macOS CI. by PengZheng · 6 weeks ago
  14. 0802579 Merge pull request #744 from apache/hotfix/shaky-framework-test by PengZheng · 7 weeks ago
  15. ab2f7ba Use more reliable synchronization method in test case. by PengZheng · 7 weeks ago
  16. 7aa4486 gh-685: Add JSON C++ save/load wrapper methods by Pepijn Noltes · 7 weeks ago
  17. 19a2216 gh-685: Fix celix_properties_setVersion ei test by Pepijn Noltes · 7 weeks ago
  18. 4f84298 Merge branch 'refs/heads/master' into feature/685-properties-json-serialization by Pepijn Noltes · 7 weeks ago
  19. c46a483 gh-685: Some whitespace corrections by Pepijn Noltes · 7 weeks ago
  20. aa29987 gh-685: Add properties encoding documentation by Pepijn Noltes · 7 weeks ago
  21. a4814f3 gh-685: Fix incorrect celix_autoptr usage by Pepijn Noltes · 7 weeks ago
  22. ae4464c gh-685: Fix incorrect celix_autoptr usage by Pepijn Noltes · 7 weeks ago
  23. 0e58944 gh-685: Fix several memleaks in properties encoding by Pepijn Noltes · 7 weeks ago
  24. ac2b131 gh-685: Refactor assert to prevent used var by Pepijn Noltes · 7 weeks ago
  25. 56c6767 gh-685: Separate version ei testing to prevent own ei code inteference by Pepijn Noltes · 7 weeks ago
  26. 99e503a gh-685: Add error injection test for properties encoding by Pepijn Noltes · 7 weeks ago
  27. 0ceaeb8 gh-685: Add additional prop encoding test based on test cov by Pepijn Noltes · 7 weeks ago
  28. 8e03a82 gh-685: Add support for a flat and nested flag for prop encoding by Pepijn Noltes · 8 weeks ago
  29. 72c785d gh-685: Add initial setup for properties decode flags by Pepijn Noltes · 8 weeks ago
  30. 77cd6b3 gh-685: Rename prop serialization sources to prop encoding by Pepijn Noltes · 8 weeks ago
  31. 04bccbd gh-685: Add support for nested obj properties decoding by Pepijn Noltes · 8 weeks ago
  32. de07256 gh-685: Add json prop loading for primitive and initial arr. by Pepijn Noltes · 8 weeks ago
  33. cb38185 Merge pull request #721 from apache/feature/674-improve-properties by Pepijn Noltes · 9 weeks ago
  34. 6a9713e gh-674: Rename array el type enum to string values by Pepijn Noltes · 9 weeks ago
  35. 9511610 gh-685: Add jansson dep for simple properties save/load by Pepijn Noltes · 9 weeks ago
  36. d38f0b1 gh-674: Add missing test for celix_properties_setEntry. by PengZheng · 9 weeks ago
  37. 3437c04 gh-674: Add missing array list support to several celix_properties functions, add more tests. by PengZheng · 9 weeks ago
  38. 3acdb74 gh-685: Initial properties save/load setup by Pepijn Noltes · 9 weeks ago
  39. 10473c5 gh-674: Remove defaultValue arg from properties get* functions with a ptr return by Pepijn Noltes · 9 weeks ago
  40. 3989ce1 gh-674: Remove defaultValue arg from props get array functions by Pepijn Noltes · 9 weeks ago
  41. be6ca79 gh-674: Refactor array list type for properties by Pepijn Noltes · 9 weeks ago
  42. 4d94de2 gh-674: Fix broken substring match. by PengZheng · 9 weeks ago
  43. eb2cf8a gh-674: Fix broken equality test for substring filters and add more tests for filter. by PengZheng · 9 weeks ago
  44. 8e96817 gh-674: Add more tests for array_list. by PengZheng · 9 weeks ago
  45. e082a65 gh-674: Update celix_rsa_utils documentation and add corresponding test case. by PengZheng · 9 weeks ago
  46. 81ee259 gh-674: Add more tests for celix_convert_utils. by PengZheng · 9 weeks ago
  47. be178de gh-674: Optimize memstream usage to reduce dynamic allocation and handle CELIX_ILLEGAL_ARGUMENT of addEntry callback. by PengZheng · 9 weeks ago
  48. fc556fa gh-674: Fix broken version range test cases. by PengZheng · 10 weeks ago
  49. 06f1493 gh-674: Fix broken hash and compare functions of version. by PengZheng · 10 weeks ago
  50. f830c2a gh-674: Optimize celix_version_parse to avoid unnecessary memory allocation. by PengZheng · 10 weeks ago
  51. bc8d954 gh-674: Fix documentation and add test_package for rsa_utils. by PengZheng · 10 weeks ago
  52. 38f90c2 gh-674: Add missing documentation about return value and usage of celix_err. by PengZheng · 10 weeks ago
  53. f57bb1b Fix the documentation error and add a corresponding test case. by PengZheng · 10 weeks ago
  54. 9133f17 gh-674: Combine typed array list to string utils functions by Pepijn Noltes · 10 weeks ago
  55. 70d0ae0 Merge branch 'master' into feature/674-improve-properties by Pepijn Noltes · 10 weeks ago
  56. 8acbe78 Merge pull request #740 from apache/feature/add-dispatch-for-coverity-workflow by Pepijn Noltes · 10 weeks ago
  57. 10cef0b Merge pull request #741 from apache/feature/87-refactor-use-services by Pepijn Noltes · 10 weeks ago
  58. 3d20173 Merge pull request #738 from xuzhenbao/event_admin by xuzhenbao · 10 weeks ago
  59. 04432b3 Fix minor typo. by PengZheng · 2 months ago
  60. f385447 Remove duplicated declarations. by PengZheng · 2 months ago
  61. 1c4b4de Merge branch 'master' into feature/87-refactor-use-services by Pepijn Noltes · 2 months ago
  62. 9776daf gh-87: Update conan test package useService usage by Pepijn Noltes · 2 months ago
  63. 0ce0841 gh-674: Add abort for unreachable code by Pepijn Noltes · 2 months ago
  64. 3d1d8bc gh-87: Update useService doxygen documentation by Pepijn Noltes · 2 months ago
  65. 1f1ba1f Improve code based on code review, and remove errno setting in celix_eventAdmin_create by xuzhenbao · 2 months ago
  66. 5cfdf19 gh-674: Fix properties/convert ei tests by Pepijn Noltes · 2 months ago
  67. b9b2b56 Improve code based on code review by xuzhenbao · 2 months ago
  68. 1335da9 Update bundles/event_admin/event_admin_api/include/celix_event_admin_service.h by xuzhenbao · 3 months ago
  69. eb58535 Fix event admin doc grammar error by xuzhenbao · 3 months ago
  70. 8d138f6 Merge branch 'apache:master' into event_admin by xuzhenbao · 3 months ago
  71. 0ad0e94 gh-87: Refactor properties and filter to use typed array lists. by Pepijn Noltes · 3 months ago
  72. 5bb3859 gh-87: Refactor convert string to typed array utils functions by Pepijn Noltes · 3 months ago
  73. 016c366 gh-87: Resolve merge issues by Pepijn Noltes · 3 months ago
  74. e66e4f1 Merge branch 'master' into feature/674-improve-properties by Pepijn Noltes · 3 months ago
  75. f3a7790 Add dispatch option for coverity workflow by Pepijn Noltes · 3 months ago
  76. f0e1b22 gh-87: Remove use direct and sod option from useService* functions by Pepijn Noltes · 3 months ago
  77. 03c0a2a gh-87: Refactor ctx useService* impl to reuse service tracker. by Pepijn Noltes · 3 months ago
  78. d46d983 Merge pull request #737 from apache/hotfix/revert-conan-private-dep-fix by PengZheng · 3 months ago
  79. 35e30c1 Revert "Fix linker error caused by private linking of transitive dependencies." by PengZheng · 3 months ago
  80. 1df0588 Merge pull request #736 from apache/hotfix/conan-private-dep by PengZheng · 3 months ago
  81. 3bd5474 Copy dependent libraries in Pythonic way. by PengZheng · 3 months ago
  82. d90acf5 Merge pull request #735 from apache/hotfix/conan-private-dep by PengZheng · 3 months ago
  83. acabf59 Fix broken test_package for conan1. by PengZheng · 3 months ago
  84. fdf96fd Fix assertion failure when dep.cpp_info.libdir is None. by PengZheng · 3 months ago
  85. 4d831cc Fix assertion failure when dep.cpp_info.libdir is None. by PengZheng · 3 months ago
  86. 52eaaf8 Revert "Fix copy error in generate method." by PengZheng · 3 months ago
  87. 09cfcae Revert "Fix copy error in generate method." by PengZheng · 3 months ago
  88. 2d285da Add more tracing to CI. by PengZheng · 3 months ago
  89. 3b12f3b Add more tracing to CI. by PengZheng · 3 months ago
  90. 1db9b85 Fix copy error in generate method. by PengZheng · 3 months ago
  91. 6f147b8 Fix copy error in generate method. by PengZheng · 3 months ago
  92. f75a419 Fix linker error caused by private linking of transitive dependencies. by PengZheng · 3 months ago
  93. 7ede7ee Resolve the test failure for macos by xuzhenbao · 3 months ago
  94. 17bfe64 Resolve the build failure for macos by xuzhenbao · 3 months ago
  95. a8fc3a7 Add error code for celix_eventAdmin_create by xuzhenbao · 3 months ago
  96. 012f826 Change the header file include order by xuzhenbao · 3 months ago
  97. 7d377c9 Merge branch 'master' of https://github.com/xuzhenbao/celix into event_admin by xuzhenbao · 3 months ago
  98. 0601f95 Merge pull request #734 from apache/feature/87-create-service-tracker-inside-useTrackedService-call by Pepijn Noltes · 3 months ago
  99. 3c3227a gh-87: Address review issues in gh-734. by PengZheng · 3 months ago
  100. e665364 gh-87: Support creating service tracker inside a useTrackedService call by Pepijn Noltes · 3 months ago