summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* jsauthority: re-enable JITRay Strode2018-03-281-6/+3
* jsauthority: switch from JS_ConvertArguments to JS::CallArgsFromVpRay Strode2018-03-281-19/+14
* jsauthority: stop using JS_GetStringCharsZRay Strode2018-03-281-9/+6
* jsauthority: fix up set_property methodsRay Strode2018-03-281-26/+35
* jsauthority: use JS::Evaluate instead of JS_EvaluateScriptRay Strode2018-03-281-28/+21
* jsauthority: adapt arguments for new JS_ExecuteScript APIRay Strode2018-03-281-1/+0
* jsauthority: adapt arguments for new JS::Compile APIRay Strode2018-03-281-6/+1
* jsauthority: root some locals to the contextRay Strode2018-03-281-4/+4
* jsauthority: redo how global objects are set upRay Strode2018-03-281-23/+25
* jsauthority: use InterruptCallback api instead of OperationCallbackRay Strode2018-03-281-5/+7
* jsauthority: Fix up JS_CallFunctionName invocationsRay Strode2018-03-281-28/+28
* jsauthority: JSVAL_IS_NULL (o) to o.isNull()Ray Strode2018-03-281-1/+1
* jsauthority: JSVAL_IS_STRING (s) to s.isString()Ray Strode2018-03-281-3/+3
* jsauthority: JSVAL_TO_STRING (s) to s.toString()Ray Strode2018-03-281-3/+3
* jsauthority: JSVAL_TO_OBJECT (o) to o.toObjectOrNull()Ray Strode2018-03-281-2/+2
* jsauthority: s/BOOLEAN_TO_JSVAL/JS::BooleanValue/Ray Strode2018-03-281-1/+1
* jsauthority: s/STRING_TO_JSVAL/JS::StringValue/Ray Strode2018-03-281-4/+4
* jsauthority: s/OBJECT_TO_JSVAL/JS::ObjectValue/Ray Strode2018-03-281-1/+1
* jsauthority: s/JSVAL_VOID/JS::UndefinedValue()/Ray Strode2018-03-281-1/+1
* jsauthority: s/JSVAL_NULL/JS::NullValue()/Ray Strode2018-03-281-6/+6
* jsauthority: s/jsval/JS::Value/Ray Strode2018-03-281-28/+28
* jsauthority: s/JSBool/bool/Ray Strode2018-03-281-23/+23
* jsauthority: pass "%s" format string to report functionsRay Strode2018-03-281-1/+1
* jsauthority: add UTF8 suffix to renamed functionsRay Strode2018-03-281-6/+6
* jsauthority: JS::SetWarningReporter instead of JS_SetErrorReporterRay Strode2018-03-281-3/+2
* jsauthority: change how JIT is disabledRay Strode2018-03-281-3/+4
* jsauthority: call JS_InitSelfHostedCodeRay Strode2018-03-281-0/+3
* jsauthority: call JS_InitRay Strode2018-03-281-0/+3
* jsauthority: change how setVersion is calledRay Strode2018-03-281-1/+1
* jsauthority: get rid of JSRuntimeRay Strode2018-03-281-8/+2
* jsauthority: use JS_FN instead of JS_FSRay Strode2018-03-281-3/+3
* jsauthority: fix how classes are definedRay Strode2018-03-281-18/+31
* polkitpermission: Fix a memory leak on authority changesRui Matos2017-04-041-0/+1
* build: Pull in GCC warning infra from ostreeColin Walters2016-12-125-0/+5
* Replace autocompartmentJeremy Linton2016-12-121-7/+8
* Fix warnings caused by building with C++Jeremy Linton2016-12-122-70/+70
* Switch to hard requiring mozjs24Jeremy Linton2016-12-121-51/+23
* change mozjs interface module to c++Jeremy Linton2016-12-122-1/+6
* data: Set GIO_USE_VFS=local in the environmentPhilip Withnall2016-06-065-0/+19
* polkit: Add g_autoptr() support for GObject-derived polkit typesPhilip Withnall2016-05-041-0/+17
* Remove polkitbackendconfigsource.[ch]Miloslav Trmač2016-03-234-665/+0
* Fix a memory leak of PolkitAgentListener's Server objectMiloslav Trmač2016-03-121-0/+2
* polkitagent: Fix access after dereference on hashtableStef Walter2016-03-121-3/+4
* Refactor send_to_helper usageDariusz Gadomski2015-11-181-55/+26
* Fix multi-line pam text info.Dariusz Gadomski2015-11-181-4/+9
* Fix abnomal formatting of authentication header linesenkore2015-10-041-4/+4
* Add support for NetBSDOBATA Akio2015-10-012-7/+31
* Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSDMiloslav Trmač2015-07-202-2/+2
* Add support for OpenBSDAntoine Jacoutot2015-07-205-4/+217
* Fix use-after-free in polkitagentsession.cMiloslav Trmač2015-06-231-1/+2