summaryrefslogtreecommitdiff
path: root/http/utility.hpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-01Bring consistency to config optionsEd Tanous1-1/+1
2024-04-16Remove OpenSSL warnings ignoreEd Tanous1-0/+3
2024-04-11Fix large copies with url_view and segments_viewEd Tanous1-23/+14
2024-04-11Simplify routerEd Tanous1-42/+2
2024-04-01Move where appropriateEd Tanous1-1/+1
2024-04-01Fix redundant inline operatorsEd Tanous1-1/+1
2024-01-22Make base64 encoder incrementalEd Tanous1-33/+105
2023-08-23Move http client to URLEd Tanous1-57/+21
2023-07-25Fix events destination url parsing for IPv6Ravi Teja1-1/+1
2023-06-30Remove FunctionTraitsEd Tanous1-7/+0
2023-06-28Remove the black_magic namespaceEd Tanous1-6/+2
2023-06-28Simplify the routerEd Tanous1-41/+12
2023-06-27Remove computeParameterTagFromArgsListEd Tanous1-18/+0
2023-06-27Remove now-unused isParameterTagCompatibleEd Tanous1-34/+0
2023-06-21Redfish: Implement SNMP TrapChicago Duan1-0/+8
2023-05-16Boost::urls::formatEd Tanous1-13/+0
2023-05-12fix clang-tidy warnings with unreachable returnsPatrick Williams1-1/+0
2023-05-11clang-format: copy latest and re-formatPatrick Williams1-2/+2
2023-04-27Remove number support from the routerEd Tanous1-179/+8
2023-03-15Take url views by valueEd Tanous1-8/+8
2023-03-11Make url by value in RequestEd Tanous1-8/+7
2023-02-24Pass string views by valueEd Tanous1-7/+6
2023-01-18Fix a boatload of #includesEd Tanous1-1/+2
2022-12-21Change variable scopesEd Tanous1-2/+1
2022-12-15Prepare for boost::url upgradeEd Tanous1-17/+13
2022-10-26utility: Append Url Pieces to existing UrlWilly Tu1-2/+16
2022-08-24Redfish Aggregation: Aggregate CollectionsCarson Labrado1-0/+7
2022-08-24Redfish Aggregation: Fixup aggregated URIsCarson Labrado1-0/+30
2022-08-24Allow parsing urls with extra elementsEd Tanous1-9/+38
2022-08-15Move time utils to be in one placeEd Tanous1-184/+0
2022-08-10Support micro and milli resolution on timestampsEd Tanous1-1/+25
2022-08-05Drop boost::posix_timeEd Tanous1-32/+111
2022-07-14Simplify logic in router matcherEd Tanous1-4/+6
2022-07-08Remove magic numbersEd Tanous1-29/+54
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-1/+2
2022-06-02Allow boost url and url_view to be added to jsonEd Tanous1-0/+25
2022-04-29Delete forked function_traitsEd Tanous1-41/+3
2022-04-19Remove regex uses in event service and consolidateEd Tanous1-29/+68
2022-04-13Add common url segments parserSzymon Dompke1-0/+64
2022-03-22Refactor getParameterTagEd Tanous1-85/+86
2022-03-10Remove unused utility classesEd Tanous1-30/+0
2022-03-04Fix the build for time_tEd Tanous1-5/+7
2022-03-02Fix constexpr on clangEd Tanous1-2/+5
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous1-0/+46
2022-02-08Add UrlFromPieces helper functionEd Tanous1-0/+21
2022-02-04Remove getTimestampEd Tanous1-10/+0
2022-01-27getDateTimeStdtime: fix building warnings in 32bitsNan Zhou1-7/+12
2022-01-25Fix Boost exceptions in GetDateTime seriesEd Tanous1-6/+18
2022-01-19Include what you useEd Tanous1-3/+6
2022-01-12Enable init checkerEd Tanous1-4/+4