summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* jsauthority: root some locals to the contextRay Strode2018-04-031-4/+4
* jsauthority: redo how global objects are set upRay Strode2018-04-031-23/+25
* jsauthority: use InterruptCallback api instead of OperationCallbackRay Strode2018-04-031-5/+7
* jsauthority: Fix up JS_CallFunctionName invocationsRay Strode2018-04-031-28/+28
* jsauthority: JSVAL_IS_NULL (o) to o.isNull()Ray Strode2018-04-031-1/+1
* jsauthority: JSVAL_IS_STRING (s) to s.isString()Ray Strode2018-04-031-3/+3
* jsauthority: JSVAL_TO_STRING (s) to s.toString()Ray Strode2018-04-031-3/+3
* jsauthority: JSVAL_TO_OBJECT (o) to o.toObjectOrNull()Ray Strode2018-04-031-2/+2
* jsauthority: s/BOOLEAN_TO_JSVAL/JS::BooleanValue/Ray Strode2018-04-031-1/+1
* jsauthority: s/STRING_TO_JSVAL/JS::StringValue/Ray Strode2018-04-031-4/+4
* jsauthority: s/OBJECT_TO_JSVAL/JS::ObjectValue/Ray Strode2018-04-031-1/+1
* jsauthority: s/JSVAL_VOID/JS::UndefinedValue()/Ray Strode2018-04-031-1/+1
* jsauthority: s/JSVAL_NULL/JS::NullValue()/Ray Strode2018-04-031-6/+6
* jsauthority: s/jsval/JS::Value/Ray Strode2018-04-031-28/+28
* jsauthority: s/JSBool/bool/Ray Strode2018-04-031-23/+23
* jsauthority: pass "%s" format string to report functionsRay Strode2018-04-031-1/+1
* jsauthority: add UTF8 suffix to renamed functionsRay Strode2018-04-031-6/+6
* jsauthority: JS::SetWarningReporter instead of JS_SetErrorReporterRay Strode2018-04-031-3/+2
* jsauthority: change how JIT is disabledRay Strode2018-04-031-3/+4
* jsauthority: call JS_InitSelfHostedCodeRay Strode2018-04-031-0/+3
* jsauthority: call JS_InitRay Strode2018-04-031-0/+3
* jsauthority: change how setVersion is calledRay Strode2018-04-031-1/+1
* jsauthority: get rid of JSRuntimeRay Strode2018-04-031-8/+2
* jsauthority: use JS_FN instead of JS_FSRay Strode2018-04-031-3/+3
* jsauthority: fix how classes are definedRay Strode2018-04-031-18/+31
* polkitagent: No double warnings in polkit_agent_listener_register()Stef Walter2018-04-021-1/+0
* trivial: fix deprecated indication for polkit_agent_register_listener()Jiří Klimeš2018-04-021-1/+1
* build: Use AC_USE_SYSTEM_EXTENSIONSColin Walters2018-04-023-4/+2
* Move to current GLibMiloslav Trmač2018-04-028-21/+2
* Fix a race condition when terminating runaway_killer_threadMiloslav Trmač2018-04-021-34/+39
* Support polkit session agent running outside user sessionSebastien Bacher2018-04-021-0/+14
* polkitbackend: Fix typos in a couple of initialisation error messagesPhilip Withnall2018-04-021-2/+2
* Fix help for (pkttyagent -s)Miloslav Trmač2018-04-021-1/+1
* Fix a memory leak on agent authentication cancellationMiloslav Trmač2018-04-021-1/+6
* Fix a memory leak per agent authenticationMiloslav Trmač2018-04-021-3/+4
* Fix error handling in polkit_authority_enumerate_temporary_authorizations_finishMiloslav Trmač2018-04-021-1/+3
* Fix memory leaks in server_handle_*_temporary_authorizationsMiloslav Trmač2018-04-021-0/+2
* Fix a memory leak in server_handle_authentication_agent_response{,2}Miloslav Trmač2018-04-021-0/+2
* Fix a memory leak in server_handle_unregister_authentication_agentMiloslav Trmač2018-04-021-0/+1
* Fix a memory leak in server_handle_register_authentication_agent_with_optionsMiloslav Trmač2018-04-021-0/+1
* Fix a memory leak on an error path of lookup_asv (twice)Miloslav Trmač2018-04-022-0/+2
* Simplify GVariant reference countingMiloslav Trmač2018-04-029-114/+49
* 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