summaryrefslogtreecommitdiff
path: root/http/routing.hpp
AgeCommit message (Expand)AuthorFilesLines
2023-04-18Copy privilegeset into websocket ruleEd Tanous1-0/+1
2023-03-23nbd proxy and websocket cleanupsEd Tanous1-2/+13
2023-03-22Fix Request use-after-moveJonathan Doman1-11/+10
2023-03-17Fix some movesEd Tanous1-17/+22
2023-03-15Add Support for privilege check in handleUpgradeP Dheeraj Srujan Kumar1-45/+78
2023-03-15Remove try-catch blocks on handleUpgradeEd Tanous1-22/+2
2023-03-15Move validation code to unpackPropertiesNoThrowEd Tanous1-32/+28
2023-03-15Break out large lambda into callbackEd Tanous1-96/+108
2023-03-15Add asyncResp support to handleUpgradeP Dheeraj Srujan Kumar1-21/+23
2023-03-11Make url by value in RequestEd Tanous1-8/+13
2023-02-24Take boost error_code by referenceEd Tanous1-1/+1
2023-02-24Pass string views by valueEd Tanous1-3/+3
2023-01-18Fix a boatload of #includesEd Tanous1-1/+1
2022-12-28Add missing usage of new verb class in routerSnehalatha Venkatesh1-4/+4
2022-12-07Implement If-Match header in Http layerEd Tanous1-5/+5
2022-12-06Code move to prevent circular dependencyEdward Lee1-8/+0
2022-12-06Make router take up less space for verbsEd Tanous1-18/+27
2022-09-01Add Method Not Allowed (405) handlerEd Tanous1-31/+53
2022-09-01Allow custom 404 handlersEd Tanous1-68/+118
2022-08-10routing: fix some commentsNan Zhou1-3/+3
2022-08-01ServiceRoot Support Link headerEd Tanous1-6/+0
2022-06-30Require explicit decorator on one arg constructorsEd Tanous1-5/+5
2022-06-01Try to fix the lambda formatting issueEd Tanous1-84/+80
2022-05-17Handle HEAD and Allow headers per the specEd Tanous1-11/+42
2022-05-11Revert "Handle HEAD and Allow headers per the spec"Ed Tanous1-42/+11
2022-05-10Handle HEAD and Allow headers per the specEd Tanous1-11/+42
2022-04-29Delete forked function_traitsEd Tanous1-5/+5
2022-03-29Remove AsyncResp from openHandlerzhanghch051-3/+1
2022-03-22Consitently use dbus::utility typesEd Tanous1-39/+37
2022-03-17Remove special router logic for trailing slashEd Tanous1-51/+2
2022-03-01Make the router const correctEd Tanous1-9/+12
2022-02-28websocket: fix authlessNan Zhou1-0/+2
2022-02-28Add url type safety to message registryEd Tanous1-2/+3
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-17/+18
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous1-1/+1
2022-02-07Enable readability-named-parameter checksEd Tanous1-20/+23
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous1-0/+5
2022-01-12Enable init checkerEd Tanous1-3/+3
2022-01-12Enable clang-tidy forward reference checksEd Tanous1-5/+6
2021-12-28Move to common variantEd Tanous1-6/+5
2021-12-22Make routing capture by const referenceEd Tanous1-4/+5
2021-11-16Revert "Remove AsyncResp from openHandler"Gunnar Mills1-1/+3
2021-11-16Remove AsyncResp from openHandlerzhanghch051-3/+1
2021-10-18Remove unused includesEd Tanous1-2/+0
2021-10-06catch exceptions as constPatrick Williams1-1/+1
2021-07-08Automate PrivilegeRegistry to codeEd Tanous1-0/+11
2021-06-16Remove ambiguous privileges constructorEd Tanous1-11/+3
2021-04-08Using AsyncResp everywherezhanghch051-76/+90
2021-02-24Fix XSS regressionsEd Tanous1-5/+0