aboutsummaryrefslogtreecommitdiff
path: root/doc/api/events.markdown
AgeCommit message (Expand)Author
2016-04-20doc: git mv to .mdRobert Jefe Lindstaedt
2016-03-24doc: use consistent event name parameterBenjamin Gruenbaum
2016-03-22doc: typo: interal->internal.Corey Kosak
2016-03-15events: add eventNames() methodJames M Snell
2016-03-13doc: update removeListener behaviourVaibhav
2016-01-27doc: replace function expressions with arrowsBenjamin Gruenbaum
2016-01-21doc: fenced all code blocks, typo fixesRobert Jefe Lindstaedt
2015-12-30doc: improvements to events.markdown copyJames M Snell
2015-12-17doc: fix, modernize examples in docsJames M Snell
2015-12-14doc, test: symbols as event namesBryan English
2015-11-16doc: consistent reference-style linksBryan English
2015-11-12doc: sort events alphabeticallyTristian Flanagan
2015-11-06doc: add method links in events.markdownAlejandro Oviedo
2015-10-09doc: recommend Infinity on emitter.setMaxListenersJason Karns
2015-09-23doc: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-11doc: use "Calls" over "Executes" for consistencyMinwoo Jung
2015-09-10doc: use 3rd person singular for consistencyAnne-Gaelle Colom
2015-08-24doc: make the deprecations consistentSakthipriyan Vairamani
2015-08-23node: rename from io.js to nodecjihrig
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-05doc: multiple documentation updates cherry picked from v0.12James M Snell
2015-07-29doc: properly inheriting from EventEmitterSakthipriyan Vairamani
2015-03-16doc: reflect new require('events') behaviourAlex Yursha
2015-02-27doc: update stability indexChris Dickinson
2015-02-07doc: update node.js references in api docsBen Noordhuis
2015-02-02events: remove indeterminancy from event orderingSam Roberts
2015-01-10doc: clarify add/removeListener semanticsJames M Snell
2014-12-05events: implement EventEmitter#getMaxListeners()Christian Tellnes
2014-09-29doc: fix optional parameter parsingTrevor Norris
2014-09-25doc: fix brackets for optional parametersTrevor Norris
2014-05-01Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-04-29docs: add cautionary note to emitter.removeAllListenersForrest L Norvell
2013-07-30Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-07-18doc: events: clarify 'newListener' emitter stateBen Noordhuis
2013-05-03event: make setMaxListeners() return thisSam Roberts
2013-05-03Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-05-03doc: document return values of EventEmitter methodsSam Roberts
2013-04-29Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-04-19events: add EventEmitter.defaultMaxListenersBen Noordhuis
2013-04-19doc: document value of `this` inside listenersSean Silva
2013-03-12doc: events: add 'removeListener' event sectionBen Noordhuis
2013-03-01events: add check for listeners lengthTrevor Norris
2012-09-22events: add 'removeListener' eventBen Noordhuis
2012-07-27events: make .listeners() return a copyJoe Andaverde
2012-06-14event: Document the mutability of listeners()isaacs
2012-03-03doc: Add stability indicators to documentationisaacs
2012-02-29'Events' is a module, not an event named 's'isaacs
2012-02-29doc refactor: eventsisaacs
2011-09-06docs: typos and minor edits in several modulesThomas Shinnick
2011-04-12Allow to remove all EventEmitter listeners at onceFelix Geisendörfer