index
:
delta/polkit.git
baserock/gnome
baserock/morph
err-msgs-to-debug
gdbus
gvariant-audit
master
mozjs52
polkit-0-96
revert-2c8287fb
wip/halfline/new-release
wip/js-rule-files
wip/mozjs17
gitlab.freedesktop.org: polkit/polkit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
polkitbackend
/
polkitbackendjsauthority.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
change mozjs interface module to c++
Jeremy Linton
2016-12-12
1
-1919
/
+0
*
Consistently use HAVE_NETGROUP_H instead of HAVE_OPENBSD
Miloslav Trmač
2015-07-20
1
-1
/
+1
*
Add support for OpenBSD
Antoine Jacoutot
2015-07-20
1
-0
/
+4
*
Fix spurious timeout exceptions on GC
Miloslav Trmač
2015-06-19
1
-0
/
+23
*
Clear the JS operation callback before invoking JS in the callback
Miloslav Trmač
2015-06-19
1
-0
/
+2
*
Prevent builds against SpiderMonkey with exact stack rooting
Miloslav Trmač
2015-06-19
1
-0
/
+7
*
Register heap-based JSObject pointers to GC
Miloslav Trmač
2015-06-19
1
-0
/
+7
*
Wrap all JS usage within “requests”
Miloslav Trmač
2015-06-19
1
-2
/
+27
*
Don't store unrooted jsvals on heap
Miloslav Trmač
2015-06-18
1
-7
/
+6
*
Don't add extra NULL group to subject.groups
Miloslav Trmač
2015-06-18
1
-12
/
+6
*
Don't pass an uninitialized JS parameter
Miloslav Trmač
2015-06-18
1
-2
/
+2
*
Fix a typo, s/Evaluting/Evaluating/g
Miloslav Trmač
2015-06-08
1
-2
/
+2
*
Use libsystemd instead of older libsystemd-login if possible
Simon McVittie
2015-03-31
1
-4
/
+4
*
build: Fix several issues on FreeBSD
Ting-Wei Lan
2014-02-18
1
-0
/
+2
*
Fix a memory leak
Miloslav Trmač
2013-12-07
1
-1
/
+0
*
Refuse non-string parameters to Polkit.spawn()
Miloslav Trmač
2013-05-06
1
-0
/
+6
*
Fix handling of null returned from _runRules
Miloslav Trmač
2013-05-06
1
-6
/
+6
*
jsauthority: Work with mozjs-17.0 too
Colin Walters
2013-04-23
1
-6
/
+45
*
Revert "Dynamically load libmozjs185.so and cope with it not being available"
Colin Walters
2013-04-23
1
-302
/
+146
*
jsauthority: Use JSVAL_NULL rather than {0} struct initialization
Colin Walters
2013-04-23
1
-6
/
+6
*
jsauthority: We can really only handle a string
Colin Walters
2013-04-23
1
-1
/
+1
*
Fix various memory leaks.
Miloslav Trmač
2013-04-15
1
-1
/
+2
*
Add missing #include <sys/wait.h>
Samuli Suominen
2013-04-11
1
-0
/
+1
*
update types for js188
darkxst
2013-04-11
1
-20
/
+20
*
Use mutex and condition variables properly
David Zeuthen
2013-01-09
1
-4
/
+5
*
Don't require libmozjs185 devel packages for polkit rules to work
David Zeuthen
2012-11-15
1
-1
/
+1
*
Dynamically load libmozjs185.so and cope with it not being available
David Zeuthen
2012-11-14
1
-146
/
+302
*
Make it work when using ConsoleKit instead of libsystemd-login
David Zeuthen
2012-06-06
1
-9
/
+29
*
Combine action and details parameters
David Zeuthen
2012-05-24
1
-82
/
+24
*
Use a condition variable to signal that runaway killer thread is ready
David Zeuthen
2012-05-24
1
-5
/
+16
*
Terminate runaway scripts
David Zeuthen
2012-05-24
1
-25
/
+175
*
Use "rules", not "scripts" to refer to files in rules.d
David Zeuthen
2012-05-23
1
-3
/
+3
*
Nuke polkitbackend library, localauthority backend and extension system
David Zeuthen
2012-05-23
1
-7
/
+1
*
Add test-cases and 10 second timeout for polkit.spawn()
David Zeuthen
2012-05-21
1
-11
/
+435
*
Add netgroup support
David Zeuthen
2012-05-21
1
-0
/
+41
*
Use addRule() and addAdminRule()
David Zeuthen
2012-05-21
1
-3
/
+3
*
Also load rules from /usr/share/polkit/rules.d
David Zeuthen
2012-05-21
1
-63
/
+123
*
Don't include command-line in spawning error messages
David Zeuthen
2012-05-18
1
-8
/
+3
*
Make polkit.spawn() take an array of arguments instead of a command-line
David Zeuthen
2012-05-18
1
-13
/
+40
*
Add polkit.spawn() to spawn external programs
David Zeuthen
2012-05-18
1
-0
/
+120
*
Make it possible for JS code to change details
David Zeuthen
2012-05-18
1
-6
/
+54
*
Emit ::Changed signal after reloading rules
David Zeuthen
2012-05-18
1
-0
/
+2
*
Collect garbage
David Zeuthen
2012-05-18
1
-0
/
+11
*
Add a couple of more error checks
David Zeuthen
2012-05-18
1
-10
/
+19
*
Clean up code a bit
David Zeuthen
2012-05-18
1
-108
/
+64
*
Pass details to JS functions and simplify how Subject instances are constructed
David Zeuthen
2012-05-18
1
-75
/
+206
*
Include seat and session in Subject object
David Zeuthen
2012-05-18
1
-24
/
+61
*
Add experimental authority backend using JavaScript rule files
David Zeuthen
2012-05-17
1
-0
/
+831