aboutsummaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-08Update copyright datesJosé Bollo1-1/+1
2019-12-03afb-context: Move credentials to contextJosé Bollo1-3/+1
2019-11-29afb-error-text: Introduce standard error textJose Bollo1-3/+20
2019-11-29Move tokens from sessions to requestsJose Bollo1-1/+6
2019-11-29Don't return the uuidJose Bollo1-1/+2
2019-11-25afb-hreq: Handle access_token query parameterJosé Bollo1-7/+12
2019-11-20afb-hreq: Handle HTTP header AuthorizationJose Bollo1-11/+38
2019-02-06Update copyright datehalibut_7.90.0halibut/7.90.07.90.0José Bollo1-1/+1
2018-07-24json-c: Remove escaping of slashsJosé Bollo1-2/+5
2018-07-13afb-supervision: Remove dependency to externalJosé Bollo1-2/+2
2018-06-18afb-hsrv: Add processing of type application/jsonjobol1-0/+3
2018-06-15api-v3: First draftJosé Bollo1-26/+17
2018-02-27Update date of copyright noticesJosé Bollo1-1/+1
2018-01-18afb-hreq: Dichotomic mimetype searchJosé Bollo1-7/+11
2018-01-18afb-hreq: Sort mimetypesJosé Bollo1-9/+9
2018-01-18afb-hreq: Add json to known mimetypesLoïc Collignon1-0/+1
2017-12-18afb-hreq: Add predefined mime-typesJosé Bollo1-7/+18
2017-10-09Provide API and VERB name of requestsJosé Bollo1-5/+5
2017-10-09Introduce afb_requestJosé Bollo1-1/+0
2017-10-09afb-xreq: hide internal addref/unref to xreqsJosé Bollo1-3/+3
2017-09-11afb-hreq: Fix a leak on websocket upgradeJosé Bollo1-0/+2
2017-06-02Provide efficient store/unstore for afb_reqJosé Bollo1-1/+1
2017-05-29Relax authorisation checlk for selfJosé Bollo1-1/+0
2017-05-29Add 'afb_service_call_sync' functionJosé Bollo1-1/+0
2017-05-05Add default cred to HTTP linkJosé Bollo1-0/+3
2017-04-13Introduce apiset for grouping apisJosé Bollo1-4/+7
2017-04-12Optimisation of xreqJosé Bollo1-19/+21
2017-03-31Use xreq for websocketsJosé Bollo1-4/+2
2017-03-31Factorize common code for handling requestsJosé Bollo1-65/+46
2017-03-27Simplify functions for callsJosé Bollo1-0/+16
2017-03-06Add comments about always setting INFER_EXTENSION.Sebastien Douheret1-0/+6
2017-02-22Enable INFER_EXTENSION and add well-known mime types.Sebastien Douheret1-0/+4
2017-01-03Improves naming of session's moduleJosé Bollo1-1/+1
2017-01-03Adds 2017 to copyrightsJosé Bollo1-1/+1
2016-08-25enforce locale processing for filesJosé Bollo1-0/+107
2016-08-25makes a function to ensure trailing slashJosé Bollo1-11/+19
2016-06-09Make possible to call a method from a bindingJosé Bollo1-1/+9
2016-06-09Events: refactoringJosé Bollo1-3/+12
2016-06-08Improves message formatingJosé Bollo1-9/+4
2016-06-02afb-hreq.c: fix etag size (fixes stack smashing detected by stack protector)Stephane Desneux1-1/+1
2016-05-29redirect with the queryJosé Bollo1-18/+109
2016-05-29compact formatting of jsonJosé Bollo1-2/+2
2016-05-24Improves behaviour of afb_req_getJosé Bollo1-3/+5
2016-05-23fix unicity of returned reqidJosé Bollo1-7/+3
2016-05-23adds 'reqid' for GET/POST requestsJosé Bollo1-13/+27
2016-05-22Add verbs for closing and setting LOAJosé Bollo1-1/+3
2016-05-18favor new names at entry for token and uuidJosé Bollo1-12/+12
2016-05-17provides developper filesJosé Bollo1-1/+2
2016-05-13cleaning copyrightsJosé Bollo1-1/+1
2016-05-10explicit use of json-cJosé Bollo1-1/+1