index
:
prosody.git
0.11
0.12
master
s2s
sasl
tls
origin/0.11
origin/0.12
origin/master
origin/s2s
origin/sasl
origin/tls
origin/vault/0.11
origin/vault/master
origin/vault/s2s
origin/vault/sasl
origin/vault/tls
unofficial mirror of the prosody mercurial project
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
util
/
promise.lua
Commit message (
Expand
)
Author
Age
Files
Lines
*
util.promise: Remove references to callbacks after settling promise
Kim Alvefur
2018-12-30
1
-0
/
+3
*
Many things: switch from hacky multi-arg xpcall implementations to a standard...
Matthew Wild
2018-10-26
1
-0
/
+2
*
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions
Matthew Wild
2018-10-26
1
-1
/
+1
*
util.promise: Remove the non-standard ability to pass a promise to reject()
Matthew Wild
2018-10-26
1
-3
/
+1
*
util.promise: Fix missing parameters
Matthew Wild
2018-10-25
1
-2
/
+2
*
util.promise: Ensure chained promises always receive a value/rejection even i...
Matthew Wild
2018-10-25
1
-22
/
+23
*
util.promise: Export is_promise()
Matthew Wild
2018-10-25
1
-0
/
+1
*
util.promise: Remove debug print and assert
Matthew Wild
2018-10-25
1
-1
/
+0
*
util.promise: Add promise.try()
Matthew Wild
2018-10-18
1
-0
/
+6
*
util.promise: Add a string representation
Kim Alvefur
2018-10-18
1
-0
/
+4
*
util.promise: Add promise:finally()
Matthew Wild
2018-10-18
1
-0
/
+6
*
util.promise: Some code relocation
Matthew Wild
2018-10-18
1
-23
/
+23
*
util.promise: Also support automatic resolution by returning a promise from a...
Matthew Wild
2018-10-18
1
-1
/
+3
*
util.promise: Fix promise.reject() to return a rejected promise, and fix bugg...
Matthew Wild
2018-10-18
1
-1
/
+1
*
util.promise: ES6-like API for promises
Matthew Wild
2018-10-10
1
-0
/
+133