summaryrefslogtreecommitdiff
path: root/http
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Remove unused utility classesEd Tanous1-30/+0
2022-03-10Add back getParameterTag unit testsEd Tanous1-0/+19
2022-03-07Don't rely on operator << for object loggingEd Tanous3-6/+8
2022-03-04Fix the build for time_tEd Tanous1-5/+7
2022-03-02Fix constexpr on clangEd Tanous1-2/+5
2022-03-01Change the completionhandler to accept ResNan Zhou3-34/+60
2022-03-01Make the router const correctEd Tanous1-9/+12
2022-02-28websocket: fix authlessNan Zhou2-1/+4
2022-02-28Add url type safety to message registryEd Tanous1-2/+3
2022-02-25json_utils: Add support jsonRead Patch/ActionWilly Tu1-1/+1
2022-02-15Move validateAndSplitUri to common utility headerEd Tanous2-0/+87
2022-02-15Enable readability-uppercase-literal-suffixEd Tanous1-1/+1
2022-02-15Enable readability-implicit-bool-conversion checksEd Tanous1-17/+18
2022-02-11Add readability-redundant-* checksEd Tanous3-4/+3
2022-02-09Enable readability-avoid-const-params-in-declsEd Tanous4-6/+7
2022-02-08Add UrlFromPieces helper functionEd Tanous2-0/+37
2022-02-07Enable readability-redundant-control-flow checksEd Tanous1-3/+0
2022-02-07Enable readability-named-parameter checksEd Tanous1-20/+23
2022-02-04Remove NEW_BOOST_URL macroEd Tanous1-20/+1
2022-02-04Remove getTimestampEd Tanous1-10/+0
2022-02-02Next round of boost-uri updatesEd Tanous1-0/+19
2022-01-28Enable readability-container-size-empty testsEd Tanous1-1/+1
2022-01-27getDateTimeStdtime: fix building warnings in 32bitsNan Zhou1-7/+12
2022-01-25Fix Boost exceptions in GetDateTime seriesEd Tanous2-32/+45
2022-01-25Update unit tests for getDateTimeEd Tanous1-7/+40
2022-01-19Include what you useEd Tanous1-3/+6
2022-01-12Enable pro-type-cstyle-cast checksEd Tanous1-2/+3
2022-01-12Enable pointer devolution checksEd Tanous1-0/+4
2022-01-12Enable cpp core guidelines macro checksEd Tanous2-0/+14
2022-01-12Enable checks for pointer arithmeticEd Tanous1-2/+4
2022-01-12Enable reinterpre_cast checksEd Tanous1-2/+4
2022-01-12Enable cppcoreguidelines-special-member-functions checksEd Tanous7-0/+32
2022-01-12Enable init checkerEd Tanous2-7/+7
2022-01-12Enable bugprone widening checks in clangEd Tanous1-2/+2
2022-01-12Enable clang-tidy forward reference checksEd Tanous2-6/+7
2022-01-11Fixed timestamp in telemetry serviceKrzysztof Grobelny1-11/+17
2021-12-29http_connection: Fix loggedIn check and timeoutLei YU1-1/+1
2021-12-28Move to common variantEd Tanous1-6/+5
2021-12-22Make routing capture by const referenceEd Tanous1-4/+5
2021-12-21Skip contentLength check in insecure-disable-authJunLin Chen1-1/+1
2021-12-15Implement connection limitEd Tanous1-7/+9
2021-12-15Deduplicate doAccept codeEd Tanous1-28/+15
2021-12-15Make timer system use boostEd Tanous4-227/+56
2021-12-15Change DateOffset from Z to +00:00Nan Zhou2-6/+6
2021-12-11fix the year 2038 problem in getDateTimeNan Zhou2-16/+38
2021-12-10Convert IPv4-mapped IPv6 ClientIP back to IPv4Jiaqing Zhao1-2/+1
2021-12-09Fix bmcweb core-dump caused by Split up authenticatezhanghaicheng1-11/+0
2021-12-07fixed errors in EventServiceKrzysztof Grobelny1-4/+2
2021-12-07Delete the copy constructor on the Request objectEd Tanous1-0/+3
2021-11-18meson_options: implement disable-auth; delete pamNan Zhou1-3/+5