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
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-17
/
+17
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-2
/
+2
*
Provide a middleware to debug misbehaving locks
Matthew Draper
2016-06-10
1
-5
/
+45
*
Share lock: more accurate livelock fix for aa598f4
Jeremy Daer
2016-04-24
1
-3
/
+2
*
Share lock: avoid livelock due to exclusive thread sleeping before waiting th...
Jeremy Daer
2016-04-23
1
-0
/
+1
*
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