summaryrefslogtreecommitdiff
path: root/src/node_zlib.cc
AgeCommit message (Expand)Author
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-10zlib: check cleanup return valuesAnna Henningsen
2017-08-09zlib: fix crash when initializing failedAnna Henningsen
2017-06-13zlib: improve performanceBrian White
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-04-16zlib: remove unused declarationAnna Henningsen
2017-04-14src: reduce number of exported symbolsAnna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-20zlib: fix raw inflate with custom dictionaryTarjei Husøy
2016-08-08src: remove unused using declsHaojian Wu
2016-08-08zlib: remove unneeded propertyJan Schär
2016-06-29src: fix use-after-return in zlib bindingsBen Noordhuis
2016-06-28src: fix whitespace/blank_line cpplint warningsBen Noordhuis
2016-06-11zlib: move constants into zlib.constantsJames M Snell
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-04-05zlib: detect gzip files when using unzip*Anna Henningsen
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-31zlib: fix gzip member head/buffer boundary issueAnna Henningsen
2016-03-23zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen
2016-03-15zlib: add support for concatenated membersKári Tristan Helgason
2015-10-19zlib: decompression throw on truncated inputYuval Brik
2015-09-14src: use ZCtxt as a source for v8::IsolatesRoman Klauke
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-10zlib: do not unref() if wasn't ref()edFedor Indutny
2015-01-09src: zlib: revert concatenated-stream changesChris Dickinson
2015-01-07src: pass Isolate to additional locationsTrevor Norris
2014-11-11src: fix windows build errorBen Noordhuis
2014-11-09zlib: support concatenated gzip filesLuis Reis
2014-10-23src: mark more destructors with override keywordBen Noordhuis
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-13src: remove unused Environment::GetCurrent() callsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-16src: fix segfaults, fix 32 bits integer negationBen Noordhuis
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-17Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-18zlib: introduce pending close stateFedor Indutny
2014-02-08Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-02-08src: refactor buffer bounds checkingTimothy J Fontaine
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-02-01zlib: add sync versions for convenience methodsNikolai Vavilov
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski