build: refine ignored files
[poolifier.git] / src /
2023-03-18  Jérôme Benoitfix: fix default worker data value
2023-03-18  Jérôme Benoitfix: brown paper bag bug referencing the same object...
2023-03-18  Jérôme Benoitfeat: initial work at bundling ESM and CommonJS
2023-03-10  Jérôme Benoitfix: initialize attribute in the constructor
2023-02-27  Jérôme Benoitfix: ensure promise is awaited at pool destroy()
2023-02-25  Jérôme Benoitrefactor: freeze empty function type
2023-01-24  Jérôme BenoitApply dependencies update
2023-01-03  Jérôme BenoitApply dependencies update
2023-01-03  Jérôme BenoitInitial comment conversion to TSDoc
2022-10-23  Jérôme BenoitRefine code formatting configuration
2022-10-22  Jérôme BenoitSilence sonar
2022-10-22  Jérôme BenoitProperly integrate standard JS tools for JS and TS...
2022-10-21  Jérôme BenoitRefine error types thrown
2022-10-21  Jérôme BenoitRefine attributes scope in dynamic pool code
2022-10-21  Jérôme BenoitRemove unneeded pool attribute
2022-10-21  Jérôme BenoitFix method scope
2022-10-21  Jérôme BenoitFix documentation generation
2022-10-21  Jérôme BenoitOptimize tasks usage lookup implementation.
2022-10-20  Jérôme BenoitBenchmarks: properly parse env variables
2022-10-15  Jérôme BenoitRemove uneeded intermediate variable in fair share...
2022-10-15  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-15  Jérôme BenoitAdd support for [cluster settings](https://nodejs.org...
2022-10-15  Jérôme BenoitSilence typedoc warnings
2022-10-15  Jérôme BenoitRefine some comments
2022-10-14  Jérôme BenoitWRR: Fix worker choice initial runtime value on each...
2022-10-14  Jérôme BenoitOptimize WRR implementation
2022-10-14  Jérôme BenoitWRR strategy: cleanups
2022-10-14  Jérôme BenoitFixes to worker selection strategies
2022-10-14  Jérôme BenoitFlag some attributes as readonly
2022-10-13  Jérôme BenoitTests: be more strict on number expectation
2022-10-13  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-13  Jérôme BenoitFix strategies internals reset
2022-10-12  Jérôme BenoitTests: assess internal strategy statistics resets at...
2022-10-12  Jérôme BenoitApply dependencies update
2022-10-11  Jérôme BenoitDocument fixes to worker choice strategies
2022-10-11  Jérôme BenoitReset all internal statistics at worker choice strategy...
2022-10-11  Jérôme BenoitStrict boolean check
2022-10-11  Jérôme BenoitComment spell fixlet
2022-10-11  Jérôme BenoitSpell fixlets in comment
2022-10-11  Jérôme BenoitWRR strategy: round the default weight computation
2022-10-10  Jérôme BenoitUniformize some comments
2022-10-10  Jérôme BenoitFix WRR worker choice strategy implementation
2022-10-10  Jérôme Benoitsrc/pools/selection-strategies/weighted-round-robin...
2022-10-10  Jérôme BenoitStrict boolean check
2022-10-10  Jérôme BenoitFix task runtime statistics usage calculation logic
2022-10-10  Jérôme BenoitFix fair share strategy unix timestamp comparison
2022-10-10  Jérôme BenoitAllow worker choice strategy to specify their statistic...
2022-10-09  Jérôme BenoitSilence sonar
2022-10-09  Jérôme BenoitAdd fair sharing worker choice strategy
2022-10-09  Jérôme BenoitAdd WRR worker choice strategy
2022-10-09  Jérôme BenoitEnhance tasks statistics
2022-10-08  Jérôme BenoitGenerate documentation
2022-10-08  Jérôme BenoitComment cleanup
2022-10-08  Jérôme BenoitKeep the LRU strategy implementation as optimized as...
2022-10-08  Jérôme BenoitAdd dynamic worker choice strategy change at runtime
2022-10-07  Jérôme BenoitReport more cleanups from work in progress PRs
2022-10-07  Jérôme BenoitReport some code cleanups from work in progress PR
2022-10-07  Jérôme BenoitMerge branch 'master' of github.com:poolifier/poolifier
2022-10-07  Jérôme BenoitFix eslint configuration
2022-09-26  Jérôme BenoitCleanup
2022-05-20  Jérôme BenoitUse JsDoc default regexp
2022-04-18  Jérôme BenoitAbstractWorker: Reorder attributes
2022-04-18  Jérôme BenoitSilence a sonar code smell
2022-04-18  Jérôme BenoitSilence sonar code smell
2022-01-05  Jérôme BenoitUse type import for cluster Worker
2021-12-30  Jérôme BenoitMigrate the code to node.js LTS version 16.x.x (#492)
2021-08-29  Jérôme BenoitRevert type conversion at error handling
2021-08-29  Jérôme BenoitAvoid useless casting at error handling
2021-08-29  Jérôme BenoitAdd a pool option to register a message listener on...
2021-08-29  Jérôme BenoitApply dependencies update (#488)
2021-08-21  Jérôme BenoitApply dependencies update (#485)
2021-07-10  Jérôme BenoitApply dependencies update (#439)
2021-05-18  Jérôme BenoitDependencies update + API cleanups (#376)
2021-05-17  Jérôme BenoitApply dependencies update. (#369)
2021-05-16  Jérôme BenoitDedupe worker attributes (#364)
2021-05-03  Jérôme BenoitFix busy event emission on fixed pool: (#332)
2021-03-22  Jérôme BenoitAvoid to on-by-one in worker function. (#285)
2021-03-07  Jérôme BenoitFix strategy handling in pool options (#259)
2021-03-06  Jérôme BenoitPool busy event emitting on all pool types (#241)
2021-02-27  aardizioRename FullPool event to busy, update benchmarks
2021-02-24  Jérôme BenoitUntangle pool abstract class from worker strategy selec...
2021-02-23  Jérôme BenoitCleanups on bechmarking and strategies code: (#227)
2021-02-23  Alessandro Pio ArdizioRemoved max tasks (#225)
2021-02-22  Jérôme BenoitImprove worker selection strategies coverage. (#220)
2021-02-22  Jérôme BenoitCheck that a pool have a minimum number of workers...
2021-02-22  Alessandro Pio ArdizioBenchmarks and performance enhancements (#209)
2021-02-21  ShinigamiExtract selection strategies to classes (#176)
2021-02-19  Jérôme BenoitJSONValue can not be used by custom defined interfaces...
2021-02-18  Alessandro Pio ArdizioFix EPIPE when run unit tests (#187)
2021-02-18  aardizioFix EPIPE on shutdown
2021-02-18  Jérôme BenoitMake the documentation less worker-threads centric...
2021-02-18  Alessandro Pio ArdizioFix sonar code smells (#184)
2021-02-17  Jérôme BenoitFactor out worker tasks number in/de-crement. (#182)
2021-02-17  Alessandro Pio ArdizioIssue 160 ci unit test (#181)
2021-02-17  Alessandro Pio ArdizioTests enhancement (#172)
2021-02-17  ShinigamiImprove jsdoc comments (#175)
2021-02-16  ShinigamiFix JSDoc (#171)
2021-02-16  ShinigamiMerge branch 'master' into add-worker-test
2021-02-16  Alessandro Pio ArdizioDocument new kill behavior on the readme (#170)
2021-02-16  Shinigami92Merge branch 'master' into add-worker-test
next