awesomized/ext-ion
2022-02-01  Michael Wallnerrelease v0.1.0 v0.1.0
2022-01-31  Michael Wallnerdocs: un-break gh-pages build
2022-01-31  Michael Wallnerdocs: adapt to public gh-pages
2022-01-31  Michael Wallnertypos
2022-01-27  Michael Wallnerdocs: update
2022-01-25  Michael Wallnermove PHP and System table enums to the Symbol ns
2022-01-25  Michael Wallnerdocs
2022-01-24  Michael WallnerCreate SECURITY.md
2022-01-24  Michael Wallnerdraft package.xml
2022-01-24  Michael Wallnerconfigure: fix ion-c submodule update
2022-01-20  Michael Wallnerdocker: fix build without submodule
2022-01-20  Michael Wallnerdockerignore
2022-01-20  Michael Wallnergitignore
2022-01-20  Michael Wallnerupdate workflow
2022-01-20  Michael Wallnergen_stub: update patch
2022-01-20  Michael Wallnerfix reader/writer options according to docs
2022-01-20  Michael Wallnersubmodule: ion-c set to origin again, having all fixes...
2022-01-20  Michael Wallnerdocs: ctor promoted property defaults
2022-01-20  Michael Wallnertypo
2022-01-19  Michael Wallnerdocs: attempt to fix gh-pages
2022-01-19  Michael Wallnerbasic API docs
2022-01-12  Michael Wallneradd ci workflow
2022-01-12  Michael Wallnercoverage++
2022-01-12  Michael Wallnerpoint to all-fixes-merged for bundled ionc
2022-01-12  Michael Wallnerfix leak
2022-01-12  Michael Wallnercoverage++
2022-01-12  Michael Wallnerimprove buffer writer
2022-01-12  Michael Wallner../..
2022-01-12  Michael Wallnertests: writer options
2022-01-12  Michael Wallnerimprove cloning
2022-01-12  Michael Wallnerfixup 6837f00 with even more simplicity
2022-01-11  Michael Wallnerseriously simplify the buffer writer by not accepting...
2022-01-11  Michael Wallnertests++
2022-01-10  Michael Wallnerfix leak reading partial lobs
2022-01-10  Michael Wallnertests++
2022-01-10  Michael Wallnerimprove field name unserialization
2022-01-10  Michael Wallnerfix timestamp formats
2022-01-10  Michael Wallnertests: unserialize($stream)
2022-01-10  Michael Wallnertests: clone Decimal\Context
2022-01-10  Michael Wallnertests: Reader\Options
2022-01-10  Michael Wallnertests: fix fractional timestamps
2022-01-07  Michael Wallnergitignore: .idea
2022-01-07  Michael Wallnertests: resource
2022-01-07  Michael Wallneradd README
2022-01-07  Michael Wallnerdefine clonability
2022-01-06  Michael Wallnerdo not backref empty string/array to save a few bytes
2022-01-06  Michael Wallnertypo
2022-01-05  Michael Wallnertests++
2022-01-05  Michael WallnerDockerfile
2022-01-05  Michael Wallneroptionally bundle amzn/ion-c
2022-01-05  Michael Wallnertests: do not depend on ctype
2021-12-31  Michael Wallnertests/Symbol/Table/Shared: lookup shared symbols in...
2021-12-28  Michael Wallnergitignore: *.dep
2021-12-28  Michael Wallnerfix warnings
2021-12-27  Michael Wallnerfix warnings
2021-12-22  Michael Wallnerfix ion type arguments
2021-12-22  Michael Wallnerdiscard a few previous ideas
2021-12-22  Michael Wallnerensure proper default initialization
2021-12-22  Michael Wallnerimprove catalog support; depends on amzn/ion-c#271
2021-12-21  Michael Wallneradd tests/Catalog - depends on amzn/ion-c#267
2021-12-21  Michael Wallnerencode the return value ofg serializables as clob
2021-12-21  Michael Wallnerremove collections, which are pretty low level
2021-12-21  Michael Wallneruse ION_STRING_EQUALS API
2021-12-20  Michael Wallnerimprove shared symbol tables
2021-12-20  Michael Wallnerremo0ve semi-global PHP anntotation interfering with...
2021-12-20  Michael Wallnerfix leak
2021-12-20  Michael Wallnerfix default options
2021-12-17  Michael Wallnerimprove symbol/table/catalog support
2021-12-17  Michael Wallnerfix test
2021-12-16  Michael Wallnermake decContext a module global
2021-12-16  Michael Wallnerfix timestamp support
2021-12-15  Michael Wallnerimprove symbol comparison
2021-12-15  Michael Wallnernaivly capture multiple values for single field
2021-12-15  Michael Wallnerimprove decimal context
2021-12-15  Michael Wallnersupport multi sequence un/serialization
2021-12-15  Michael Wallnerfollowup to 4e6d146
2021-12-15  Michael Wallneruse already available ion_string_assign_cstr API
2021-12-14  Michael Wallnerfix test
2021-12-14  Michael WallnerTODO: reading ints
2021-12-14  Michael Wallneronly check single char annotations
2021-12-14  Michael Wallnersort of correct unserialize input arg type
2021-12-14  Michael Wallnercheck for NULL on any valid ION type
2021-12-14  Michael Wallnerproperly unserialize (unknown) field names
2021-12-14  Michael Wallnerproperly check whether an ion int/decimal fits a zend_long
2021-12-14  Michael Wallnerimmediately check for EOF
2021-12-14  Michael Wallnerremove superfluous null check
2021-12-14  Michael Wallneronly check 1-char annotations
2021-12-14  Michael Wallneradd ion\LOB
2021-12-14  Michael Wallnerrm unused code
2021-12-14  Michael Wallnerfix decimal context leak
2021-12-14  Michael Wallnersimplify Serializable handling
2021-12-10  Michael Wallnerimprove object un/serialization
2021-12-09  Michael Wallnerrm debug fprintf
2021-12-09  Michael Wallnerimprove un/serialization API
2021-12-07  Michael Wallnerbasic type test
2021-12-07  Michael Wallnerimprove symbol support
2021-12-07  Michael Wallnerimprove timestamp support
2021-12-07  Michael Wallnerimprove decimal support
2021-12-07  Michael Wallnerbetter handling of unserialization with annotations
2021-12-06  Michael Wallnerinitial ci