zlib: fix uninitialized variable compiler warning
[platform/upstream/nodejs.git] / src / node_zlib.cc
2012-03-31 Ben Noordhuiszlib: fix uninitialized variable compiler warning
2012-03-29 ssudazlib: don't use C++ templates
2012-03-16 isaacsMerge remote-tracking branch 'ry/v0.6' into merge-v0.6
2012-03-12 Ben Noordhuiszlib: fix include of zlib.h
2012-03-09 Ben Noordhuiscore: use proper #include directives
2012-03-08 Bert BelderMerge branch 'v0.6'
2012-03-04 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-18 isaacsMerge remote-tracking branch 'ry/v0.6' into v0.6-merge
2012-02-12 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2012-02-06 isaacsMerge remote-tracking branch 'ry/v0.6'
2012-02-06 Ben NoordhuisRevert support for isolates.
2012-02-01 isaacsMerge remote-tracking branch 'ry/v0.6' into master
2012-01-25 Fedor Indutnyzlib: fix `Failed to set dictionary` issue
2012-01-23 Fedor IndutnyMerge branch 'v0.6'
2012-01-16 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-11 Fedor Indutnyzlib: reset() method for deflate/inflate streams
2012-01-11 Fedor Indutnyzlib: C++ style fixes for dictionary
2012-01-11 Fedor IndutnyMerge branch 'v0.6'
2012-01-11 Fedor Indutnyzlib: C++ style fixes
2012-01-11 isaacszlib binding cleanup
2012-01-10 Ben NoordhuisMake sure that zlib contexts are not garbage collected...
2012-01-10 Bert BelderFix memory leak in node_zlib
2012-01-09 Ryan DahlMerge remote branch 'origin/v0.6'
2012-01-02 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-29 Ben NoordhuisMerge branch 'isolates2'
2011-12-29 Ben NoordhuisMerge branch 'v0.6'
2011-12-29 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-29 Ryan DahlRemove node_isolate.h from node.h
2011-12-29 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-29 Ben NoordhuisMerge remote-tracking branch 'origin/v0.6'
2011-12-27 Ryan DahlAdd node::Loop() and don't inc node_isolate.h in *.cc
2011-12-27 Ryan DahlRemove node_isolate.h from node.h
2011-12-27 Ben Noordhuisisolates: isolate-ify the main loop
2011-12-23 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-21 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-16 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-07 Ryan Dahlmove global vars for node_file.cc, node_zlib.cc, and...
2011-12-07 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 Ryan DahlMerge remote branch 'origin/v0.6'
2011-12-06 Fedor Indutny[zlib] added dictionary support
2011-11-09 Ben NoordhuisRemove stray NODE_MODULE() semi-colons.
2011-10-22 Ryan DahlMerge remote branch 'origin/v0.4'
2011-10-03 Ben Noordhuiszlib: fix assert message
2011-09-18 isaacszlib: Fix test so that it's not trivially passing,...
2011-09-18 isaacsInitial pass at zlib bindings