summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event
Commit message (Expand)AuthorAgeFilesLines
* base: Use one-shot kqueue on macOSBen Gamari2020-01-311-15/+2
* Disable two warnings for files that trigger themTom Ellis2020-01-271-0/+1
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-281-2/+2
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-231-5/+4
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-211-4/+4
* base/Event/Poll: Drop POLLRDHUP enum itemBen Gamari2019-06-161-12/+0
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-1/+1
* Fix unused-import warningsDavid Eichmann2018-11-221-1/+0
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-212-5/+5
* Replace atomicModifyMutVar#David Feuer2018-07-151-1/+1
* base/TimerManager: Clamp timer expiration time to maxBoundBen Gamari2018-05-301-6/+16
* Use unsafeInsertNew to create timers in TimerManagerMitchell Rosen2018-05-052-18/+5
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-028-20/+61
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21
* Expose monotonic time from GHC.Event.ClockTom Sydney Kerckhove2017-10-192-22/+1
* A bunch of typofixesGabor Greif2017-09-261-1/+1
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-3/+15
* Optimize TimerManageralexbiehl2017-07-112-425/+404
* Prefer #if defined to #ifdefBen Gamari2017-04-282-3/+3
* base: Track timer PSQ timeouts as Word64 instead of DoubleBen Gamari2017-04-177-24/+33
* Don't reference elSupremum in haddock for Lifetime MonoidChris Martin2017-03-131-1/+1
* KQueue: Eliminate redundant importBen Gamari2017-03-121-4/+3
* KQueue.hsc: fix build failure on FreeBSDSergei Trofimovich2017-03-091-2/+3
* base: Import Data.Int in KQueueBen Gamari2017-03-081-0/+1
* base: kevent.filter is signedBen Gamari2017-03-071-3/+3
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-171-7/+25
* Revert "event manager: Don't worry if attempt to wake dead manager fails"Ben Gamari2017-01-101-23/+5
* event manager: Don't worry if attempt to wake dead manager failsBen Gamari2017-01-101-5/+23
* Typos in comments (and in a test)Gabor Greif2017-01-091-1/+1
* Use atomic counter for GHC.Event.Uniquealexbiehl2017-01-052-21/+17
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-066-0/+11
* Improve GHC.Event.IntTable performanceJonas Scholl2016-01-081-16/+15
* Allow CallStacks to be frozenEric Seidel2015-12-238-17/+17
* Start using `-W` instead of `-f(no-)warn` in some placesHerbert Valerio Riedel2015-12-161-1/+1
* typo in comments: s/selectg/select/Sergei Trofimovich2015-10-241-1/+1
* base: Note platform dependence of registerFdBen Gamari2015-10-231-0/+5
* Typos in comments [skip ci]Gabor Greif2015-08-031-1/+1
* Fix dropped event registrationsBen Gamari2015-06-012-14/+33
* base: Export GHC.Event(.Internal).LifetimeBen Gamari2015-04-251-0/+2
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-0/+7
* Fix #10017Andreas Voellmy2015-02-021-2/+1
* Event Manager: Make one-shot a per-registration propertyBen Gamari2015-01-124-107/+175
* Remove redundant constraints from libraries, discovered by -fwarn-redundant-c...Simon Peyton Jones2015-01-061-2/+2
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-214-2/+5
* Improve Safe Haskell bounds for changes to base over timeDavid Terei2014-11-211-1/+1
* Remove outdated TODO in TimeManagerYuras Shumovich2014-11-171-26/+0
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-5/+9
* Add GHC.Prim.oneShotJoachim Breitner2014-11-021-3/+3
* Fixes cyclic import on OS X(#9635)Dave Laing2014-09-251-1/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1