index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
concurrency
/
share_lock.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Manual yield doesn't block new shares
Matthew Draper
2016-02-08
1
-5
/
+6
*
Eagerly reacquire when start_sharing is nested inside yield_shares
Matthew Draper
2016-02-08
1
-11
/
+18
*
Hand off the interlock to the new thread in AC::Live
Matthew Draper
2016-02-07
1
-15
/
+33
*
After completing a load, give other threads a chance too
Matthew Draper
2016-02-02
1
-12
/
+26
*
While new sharers are blocked, an existing sharer remains re-entrant
Matthew Draper
2016-02-02
1
-1
/
+1
*
Block new share attempts if there's an exclusive waiter
Matthew Draper
2016-02-02
1
-8
/
+12
*
Handle thread death during lock acquisition
Matthew Draper
2015-07-21
1
-4
/
+6
*
Adjust expectations around purpose/compatibility options
Matthew Draper
2015-07-21
1
-1
/
+1
*
Order of execution is only guaranteed if upgrading
Matthew Draper
2015-07-21
1
-1
/
+1
*
Fix ShareLock issues.
thedarkone
2015-07-20
1
-2
/
+2
*
We need stricter locking before we can unload
Matthew Draper
2015-07-20
1
-27
/
+29
*
Document ShareLock and the Interlock
Matthew Draper
2015-07-09
1
-0
/
+20
*
Soften the lock requirements when eager_load is disabled
Matthew Draper
2015-07-09
1
-0
/
+118