index
:
platform/upstream/nodejs
accepted/tizen/generic
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/vbarinov/tizen
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_ivi_genivi
tizen_ivi_release
upstream
Domain: Web Framework / Common;
WonYoung Choi <wy80.choi@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
zlib.js
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-01
src: Replace macros with util functions
isaacs
1
-12
/
+12
2013-07-24
lib: macro-ify type checks
Ben Noordhuis
1
-12
/
+12
2013-07-01
zlib: allow changing of level and strategy
Brian White
1
-1
/
+31
2013-07-01
zlib: allow custom flush type for flush()
Brian White
1
-2
/
+7
2013-07-01
zlib: remove unused parameter
Brian White
1
-1
/
+1
2013-07-01
zlib: allow zero values for level and strategy
Brian White
1
-2
/
+8
2013-03-29
zlib: allow passing options to convenience methods
Kyle Robinson Young
1
-14
/
+42
2013-03-08
zlib: Manage flush flags appropriately
isaacs
1
-13
/
+34
2013-03-05
stream: _write takes an encoding argument
isaacs
1
-2
/
+2
2013-03-05
stream: Remove output function from _transform
isaacs
1
-9
/
+7
2013-02-21
stream: remove lowWaterMark feature
isaacs
1
-18
/
+1
2013-02-06
Merge remote-tracking branch 'ry/v0.8' into master
isaacs
1
-0
/
+1
2013-02-05
zlib: reduce memory consumption, release early
Ben Noordhuis
1
-1
/
+8
2012-12-14
zlib: streams2
isaacs
1
-124
/
+91
2012-10-31
zlib: s/clear/close/ and match other close() semantics
isaacs
1
-4
/
+15
2012-10-30
zlib: reduce memory consumption, release early
Ben Noordhuis
1
-1
/
+8
2012-08-04
zlib: Emit 'close' on destroy().
Dominic Tarr
1
-0
/
+1
2012-06-15
domain: the EventEmitter constructor is now always called in nodecore
Andreas Madsen
1
-2
/
+4
2012-06-15
zlib: use Buffer.concat()
isaacs
1
-19
/
+1
2012-04-02
Fix #3052 Handle errors properly in zlib
isaacs
1
-0
/
+40
2012-03-29
zlib: don't use C++ templates
ssuda
1
-9
/
+9
2012-03-13
Added destroy method to Zlib object in zlib.js module
Christian Ress
1
-0
/
+6
2012-02-18
Lint all the JavaScripts.
isaacs
1
-1
/
+1
2012-01-24
Merge branch 'v0.6'
Fedor Indutny
1
-8
/
+12
2012-01-20
Fix #2365 zlib crashing on invalid input
Nicolas LaCasse
1
-8
/
+12
2012-01-12
zlib: reset() method for deflate/inflate streams
Fedor Indutny
1
-0
/
+4
2011-12-05
[zlib] added dictionary support
Fedor Indutny
1
-1
/
+8
2011-11-04
Close #1930 Convenience methods for zlib
Matt Robenolt
1
-0
/
+72
2011-10-24
Close #1929 zlib Respond to 'resume' events properly
isaacs
1
-2
/
+3
2011-10-13
Fix #1882 zlib Update 'availOutBefore' value, and test
isaacs
1
-0
/
+5
2011-09-26
zlib: Typo. s/opt/opts/
isaacs
1
-1
/
+1
2011-09-17
zlib: lint
isaacs
1
-15
/
+35
2011-09-17
zlib: Fix test so that it's not trivially passing, then pass it.
isaacs
1
-10
/
+8
2011-09-17
Initial pass at zlib bindings
isaacs
1
-0
/
+325