0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 15, 2024 — Jul 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Increment version number for release. More... over 12 years ago
Add a license to the POD. More... over 12 years ago
Update version number for release. More... about 14 years ago
Merge pull request #2 from hoelzro/master More... about 14 years ago
Fix buffer underrun bug
hoelzro
as Rob Hoelz
More... about 14 years ago
Add test for buffer underrun bug
hoelzro
as Rob Hoelz
More... about 14 years ago
Add missing test
hoelzro
as Rob Hoelz
More... about 14 years ago
Bump version number in preparation for release. More... about 16 years ago
Add a slurp() method which is kinda like skip() but acts like the reading equivalent of the writer's add_value method, allowing a caller to selectively return to non-streaming land for parts of the parsing process. More... about 16 years ago
Increase version number in preparation for release and do a minor docs tweak to make the docs not be version-sensitive. More... about 16 years ago
Add the event API test to the manifest and fix its plan. More... about 16 years ago
Add an example script that uses JSON::Streaming::Writer to implement a streaming JSON pretty-printer. More... about 16 years ago
Don't alter state until the start_property token has been completely parsed, otherwise a buffer underrun at an inopportune moment can cause inconsistency. More... about 16 years ago
Don't re-declare local variable $jsonw. More... about 16 years ago
Add some documentation about the event-based API. More... about 16 years ago
Add a test script for the event-based API, which shows that it currently fails if there's a packet boundary before the colon in a start_property. More... about 16 years ago
Add the start of a hack to make event-based parsing work. It's really filthy, but it ought to be easier than completely refactoring everything to work from a buffer. Currently has a few issues due to faulty assumptions about where reads can fail. More... about 16 years ago
Should declare our dependency on IO::Scalar More... about 16 years ago
Add MANIFEST file to complete the CPAN distribution. More... about 16 years ago
Add docs for the two constructor methods. More... about 16 years ago
For consistency with JSON::Streaming::Writer, have the provided stream be an IO::Handle object rather than a raw filehandle. More... about 16 years ago
Forgot to update the test plan when adding a new test. More... about 16 years ago
Add the callback-based API, as described in the docs. More... about 16 years ago
Add an extra sentence clarifying that supporting an event-based API is non-trivial despite being desirable. More... about 16 years ago
More tests and fixes for bugs discovered by the tests. More... about 16 years ago
Consider the reader to be used after it writes out a value, even if that value doesn't create a state. More... about 16 years ago
Add a couple test scripts. More... about 16 years ago
Fix the stupid issues in the skip method, and add it to the docs. More... about 16 years ago
An initial implementation. Kinda messy in places, but it seems to work. Needs tests. More... about 16 years ago
Add more docs. More... about 16 years ago