Permalink
Commits on Jun 29, 2017
-
chriso committed
Jun 29, 2017
Commits on May 14, 2017
-
TheGP committed
May 14, 2017 bug fix: buffer.js:309 throw new TypeError('"list" argument must be an Array of Buffers'); ^ TypeError: "list" argument must be an Array of Buffers at Function.Buffer.concat (buffer.js:309:11) at ReadStream.<anonymous> (/root/utils/node_modules/nginxparser/index.js
💯 29) at emitOne (events.js:96:13) at ReadStream.emit (events.js:189:7) at readableAddChunk (_stream_readable.js:176:18) at ReadStream.Readable.push (_stream_readable.js:134:10) at onread (fs.js:1925:12) at FSReqWrap.wrapper [as oncomplete] (fs.js:627:17)
Commits on Apr 11, 2017
-
Merge pull request #14 from jgoyon/remove-buffertool-dependency
chriso committedApr 11, 2017 remove buffertools dependency
-
jgoyon committed
Apr 11, 2017 nginxparser only use buffertool to concat buffers, which is doable with the native `Buffer` class since v0.7.11. Removing buffertools make the installation easier and quicker (no need to compile buffertools)
Commits on Mar 7, 2016
-
chriso committed
Mar 7, 2016
Commits on Jan 27, 2016
-
Merge pull request #13 from ria-com/master
chriso committedJan 27, 2016 Version of buffertools package has been updated
Commits on Jan 26, 2016
-
Version of buffertools package has been updated
SamhainG committedJan 26, 2016
Commits on Aug 31, 2015
-
Ensure the prefix is escaped, closes #11
chriso committedAug 31, 2015
Commits on Aug 30, 2015
-
Merge pull request #10 from heisice/patch-1
chriso committedAug 30, 2015 fix bad regular expression error.
Commits on Aug 28, 2015
-
fix bad regular expression error.
heisice committedAug 28, 2015 fix bad regular expression error. \\[ to \[
Commits on Aug 12, 2015
Commits on Aug 11, 2015
Commits on Aug 10, 2015
-
weiweirong committed
Aug 10, 2015 fix two bugs; 1: while the log variable in square brackets,like [$remote_addr] parser will throw Invalid regular expression; 2: when then variable is null ,this whole piece of log will parse to null
Commits on Jun 8, 2014
-
chriso committed
Jun 8, 2014
Commits on Jun 7, 2014
-
Merge pull request #6 from iNem0o/patch-1
chriso committedJun 7, 2014 Correcting typo in package name
-
iNem0o committed
Jun 7, 2014 Require name is "nginxparser" it failed with "nginx_parser"
Commits on Apr 19, 2014
-
Buffertools no longer extends Buffer, closes #5
chriso committedApr 19, 2014
Commits on Nov 29, 2013
-
chriso committed
Nov 29, 2013 -
chriso committed
Nov 29, 2013 -
Be clear about why buffertools is needed
chriso committedNov 29, 2013 -
Revert "Remove unused dependency"
chriso committedNov 29, 2013 Buffertools patches the Buffer class from C++, so even though it isn't used in index.js, it's still necessary. This reverts commit ec06eff.
NewerOlder