1. 9de65b3 Fix redundant inline operators by Ed Tanous · 9 months ago
  2. ee192c0 Make base64 encoder incremental by Ed Tanous · 1 year, 1 month ago
  3. a716aa7 Move http client to URL by Ed Tanous · 1 year, 5 months ago
  4. c1ef2a1 Fix events destination url parsing for IPv6 by Ravi Teja · 1 year, 6 months ago
  5. 1017ef8 Remove FunctionTraits by Ed Tanous · 1 year, 6 months ago
  6. 47488a9 Remove the black_magic namespace by Ed Tanous · 1 year, 6 months ago
  7. cfe3bc0 Simplify the router by Ed Tanous · 1 year, 6 months ago
  8. 09edb4f Remove computeParameterTagFromArgsList by Ed Tanous · 1 year, 6 months ago
  9. 3e871db Remove now-unused isParameterTagCompatible by Ed Tanous · 1 year, 6 months ago
  10. 3d30708 Redfish: Implement SNMP Trap by Chicago Duan · 4 years, 1 month ago
  11. ef4c65b Boost::urls::format by Ed Tanous · 1 year, 9 months ago
  12. 65a176c fix clang-tidy warnings with unreachable returns by Patrick Williams · 1 year, 8 months ago
  13. 89492a1 clang-format: copy latest and re-format by Patrick Williams · 1 year, 8 months ago
  14. 15a42df Remove number support from the router by Ed Tanous · 1 year, 11 months ago
  15. d9f466b Take url views by value by Ed Tanous · 1 year, 10 months ago
  16. 39662a3 Make url by value in Request by Ed Tanous · 1 year, 11 months ago
  17. 26ccae3 Pass string views by value by Ed Tanous · 1 year, 11 months ago
  18. 3ccb3ad Fix a boatload of #includes by Ed Tanous · 2 years ago
  19. f8fe53e Change variable scopes by Ed Tanous · 2 years, 6 months ago
  20. 079360a Prepare for boost::url upgrade by Ed Tanous · 2 years, 6 months ago
  21. c6bcedc utility: Append Url Pieces to existing Url by Willy Tu · 2 years, 3 months ago
  22. 4c30e22 Redfish Aggregation: Aggregate Collections by Carson Labrado · 2 years, 7 months ago
  23. 1c0bb5c Redfish Aggregation: Fixup aggregated URIs by Carson Labrado · 2 years, 8 months ago
  24. 7f8d8fa Allow parsing urls with extra elements by Ed Tanous · 2 years, 5 months ago
  25. 2b82937 Move time utils to be in one place by Ed Tanous · 2 years, 5 months ago
  26. 2c98676 Support micro and milli resolution on timestamps by Ed Tanous · 2 years, 6 months ago
  27. 9896eae Drop boost::posix_time by Ed Tanous · 2 years, 6 months ago
  28. ef641b6 Simplify logic in router matcher by Ed Tanous · 2 years, 6 months ago
  29. c715ec2 Remove magic numbers by Ed Tanous · 2 years, 10 months ago
  30. 4e23a44 Require explicit decorator on one arg constructors by Ed Tanous · 2 years, 7 months ago
  31. 71f2db7 Allow boost url and url_view to be added to json by Ed Tanous · 2 years, 8 months ago
  32. c867a83 Delete forked function_traits by Ed Tanous · 2 years, 10 months ago
  33. eb1c47d Remove regex uses in event service and consolidate by Ed Tanous · 2 years, 11 months ago
  34. ca1600c Add common url segments parser by Szymon Dompke · 2 years, 10 months ago
  35. 1c30e50 Refactor getParameterTag by Ed Tanous · 2 years, 10 months ago
  36. 1b82988 Remove unused utility classes by Ed Tanous · 2 years, 10 months ago
  37. 46666f3 Fix the build for time_t by Ed Tanous · 2 years, 10 months ago
  38. 4656063 Fix constexpr on clang by Ed Tanous · 2 years, 11 months ago
  39. 11baefe Move validateAndSplitUri to common utility header by Ed Tanous · 2 years, 11 months ago
  40. eae855c Add UrlFromPieces helper function by Ed Tanous · 3 years, 2 months ago
  41. c419c75 Remove getTimestamp by Ed Tanous · 3 years ago
  42. 665479d getDateTimeStdtime: fix building warnings in 32bits by Nan Zhou · 3 years ago
  43. 22ce545 Fix Boost exceptions in GetDateTime series by Ed Tanous · 3 years ago
  44. 9ea15c3 Include what you use by Ed Tanous · 3 years ago
  45. 543f440 Enable init checker by Ed Tanous · 3 years ago
  46. 45c367e Fixed timestamp in telemetry service by Krzysztof Grobelny · 3 years ago
  47. 5ae4b69 Change DateOffset from Z to +00:00 by Nan Zhou · 3 years, 1 month ago
  48. 1d8782e fix the year 2038 problem in getDateTime by Nan Zhou · 3 years, 1 month ago
  49. 7c8c405 Add DateTime & Offset in Managers & LogServices by Tejas Patil · 3 years, 7 months ago
  50. b00dcc2 Fix the build on clang-11 by Ed Tanous · 3 years, 11 months ago
  51. 74849be Add chrono include to http/utility.hpp by Ed Tanous · 4 years ago
  52. d830ff5 http: utility: Add base64encode by Adriana Kobylak · 4 years ago
  53. 04e438c fix include names by Ed Tanous · 4 years, 3 months ago[Renamed from http/utility.h]
  54. 988403c Clean up utils by Ed Tanous · 4 years, 4 months ago
  55. 2c70f80 Fix naming conventions by Ed Tanous · 4 years, 3 months ago
  56. 57fce80 Improve JSON->HTML conversion by Ed Tanous · 6 years ago
  57. d139c23 Implement Modified Event log property by George Liu · 4 years, 5 months ago
  58. 5beaf84 Improve base64Decode bounds checking by Jonathan Doman · 4 years, 5 months ago
  59. 23a21a1 Enable clang warnings by Ed Tanous · 4 years, 6 months ago
  60. 5a80664 Revert "Add out of bounds check in base64Decode" by James Feist · 4 years, 5 months ago
  61. afd77a5 Add out of bounds check in base64Decode by Zhikui Ren · 4 years, 5 months ago
  62. b41187f Deprecate the "" operator, and isEqP by Ed Tanous · 5 years ago
  63. caa3ce3 Codespell spelling fixes by Gunnar Mills · 4 years, 6 months ago
  64. 1214b7e clang-format: update to latest from docs repo by Gunnar Mills · 4 years, 7 months ago
  65. a6e2f1c Consolidate regex calls when converting links by Jason M. Bills · 5 years ago
  66. 51dae67 Implement constant time string compare for token by Ed Tanous · 6 years ago
  67. 6950901 Get rid of a nasty macro by Ed Tanous · 5 years ago
  68. c94ad49 Make references to crow less obvious by Ed Tanous · 5 years ago[Renamed from crow/include/crow/utility.h]
  69. 271584a Fix a bunch of warnings by Ed Tanous · 5 years ago
  70. c6c91d4 Add link for "Uri" objects by Jason M. Bills · 6 years ago
  71. cb92c03 Initial redfish logging support by Andrew Geissler · 6 years ago
  72. b01bf29 Revert "bmcweb: Fix a bunch of warnings" by Ed Tanous · 6 years ago
  73. 6ea007a bmcweb: Fix a bunch of warnings by Ed Tanous · 6 years ago
  74. 39e7750 bmcweb: /s/boost::string_view/std::string_view/g by Ed Tanous · 6 years ago
  75. a29c997 bmcweb: Move some functions to utilities by Ed Tanous · 6 years ago
  76. 1abe55e Move to clang-format-6.0 by Ed Tanous · 6 years ago
  77. 55c7b7a Move over to upstream c++ style by Ed Tanous · 7 years ago
  78. 1e43987 Implement feature selection in bmcweb by Ed Tanous · 7 years ago
  79. e0d918b Boost beast by Ed Tanous · 7 years ago
  80. 9d8fd30 Middleware prepared for Redfish integration by Borawski.Lukasz · 7 years ago
  81. 911ac31 Large updates to webserver by Ed Tanous · 7 years ago
  82. 3dac749 Lots of updates to webserver. by Ed Tanous · 7 years ago
  83. 7045c8d Move crow to its own repo by Ed Tanous · 8 years ago