summaryrefslogtreecommitdiff
path: root/src/node_zlib.cc
Commit message (Expand)AuthorAgeFilesLines
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-1/+0
* src: use non-deprecated versions of `->To*()` utilsLeko2017-12-011-2/+2
* src: remove unprofessional slang in assertionsAlexey Orlenko2017-11-211-2/+2
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: explicitly register built-in modulesYihong Wang2017-11-131-1/+1
* zlib: warn before crash on invalid internals usageAnna Henningsen2017-11-061-0/+10
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-3/+0
* zlib: finish migrating to internal/errorsJames M Snell2017-10-291-13/+11
* src: reduce code duplicationJames M Snell2017-08-231-1/+1
* src: fixup strings, reduce duplicationJames M Snell2017-08-231-2/+4
* zlib: check cleanup return valuesAnna Henningsen2017-08-101-2/+4
* zlib: fix crash when initializing failedAnna Henningsen2017-08-091-0/+1
* zlib: improve performanceBrian White2017-06-131-53/+53
* zlib: fix node crashing on invalid optionsAlexey Orlenko2017-05-221-5/+8
* async_wrap,src: add GetAsyncId() methodTrevor Norris2017-05-101-0/+2
* zlib: remove unused declarationAnna Henningsen2017-04-161-3/+0
* src: reduce number of exported symbolsAnna Henningsen2017-04-141-0/+3
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* zlib: fix raw inflate with custom dictionaryTarjei Husøy2016-09-201-2/+12
* src: remove unused using declsHaojian Wu2016-08-081-1/+0
* zlib: remove unneeded propertyJan Schär2016-08-081-5/+0
* src: fix use-after-return in zlib bindingsBen Noordhuis2016-06-291-2/+1
* src: fix whitespace/blank_line cpplint warningsBen Noordhuis2016-06-281-1/+0
* zlib: move constants into zlib.constantsJames M Snell2016-06-111-38/+0
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-5/+10
* zlib: detect gzip files when using unzip*Anna Henningsen2016-04-051-1/+49
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-2/+2
* zlib: fix gzip member head/buffer boundary issueAnna Henningsen2016-03-311-9/+7
* zlib: Fix handling of gzip magic bytes mid-fileAnna Henningsen2016-03-231-1/+2
* zlib: add support for concatenated membersKári Tristan Helgason2016-03-151-0/+18
* zlib: decompression throw on truncated inputYuval Brik2015-10-191-1/+5
* src: use ZCtxt as a source for v8::IsolatesRoman Klauke2015-09-141-3/+4
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+2
* core: implement runtime flag to trace sync ioTrevor Norris2015-05-181-0/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* zlib: do not unref() if wasn't ref()edFedor Indutny2015-01-101-1/+2
* src: zlib: revert concatenated-stream changesChris Dickinson2015-01-091-24/+7
* src: pass Isolate to additional locationsTrevor Norris2015-01-071-3/+3
* src: fix windows build errorBen Noordhuis2014-11-111-10/+10
* zlib: support concatenated gzip filesLuis Reis2014-11-091-7/+24
* src: mark more destructors with override keywordBen Noordhuis2014-10-231-1/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-8/+8
* src: attach env directly to api functionsBen Noordhuis2014-10-131-9/+9
* src: remove unused Environment::GetCurrent() callsBen Noordhuis2014-10-131-9/+0
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-25/+25
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-9/+0
* src: replace CONTAINER_OF with type-safe functionBen Noordhuis2014-05-301-2/+2
* node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-5/+5
* src: fix segfaults, fix 32 bits integer negationBen Noordhuis2014-03-161-4/+4