summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-11-26Merge pull request #154 from stof/optimize_token_comparisonAsmir Mustafic
2018-11-26Remove useless condition for the parsing of cdataChristophe Coevoet
2018-11-26Simplify the doctype matchingChristophe Coevoet
2018-11-26Optimize the handling of the EOF detection in the main loopChristophe Coevoet
2018-11-26Merge pull request #158 from stof/optimize_nextAsmir Mustafic
2018-11-26Optimize the parsing of unquoted attributesChristophe Coevoet
2018-11-26Optimize the token comparisonChristophe Coevoet
2018-11-26Replace next calls with consume calls when the return value is ignoredChristophe Coevoet
2018-11-25Merge pull request #160 from tgalopin/coding-styleAsmir Mustafic
2018-11-25Normalize PHPDoc commentsTitouan Galopin
2018-11-25Fix coding styleTitouan Galopin
2018-11-25Improve Travis configuration, add PHP-CS-Fixer and update PHPUnit minimum ver...Titouan Galopin
2018-11-24Merge pull request #159 from samnela/remove-deprecated-testcaseAsmir Mustafic
2018-11-24Merge pull request #153 from stof/optimize_whitespaceAsmir Mustafic
2018-11-24Merge pull request #156 from stof/fix_typoAsmir Mustafic
2018-11-24Merge pull request #157 from stof/optimize_parsingAsmir Mustafic
2018-11-24Remove deprecated testcase implementationSamuel NELA
2018-11-24Fix typos in commentsChristophe Coevoet
2018-11-24Optimize the check for the element types during adding.Christophe Coevoet
2018-11-24Optimize consuming whitespacesChristophe Coevoet
2018-11-24Merge pull request #150 from Masterminds/backportAsmir Mustafic
2018-11-24Merge pull request #152 from stof/fix_typoAsmir Mustafic
2018-11-24Fix typo in an error messageChristophe Coevoet
2018-11-24Merge pull request #151 from stof/optimize_character_referenceAsmir Mustafic
2018-11-24Optimize the handling of references when consuming dataChristophe Coevoet
2018-11-23update download counterAsmir Mustafic
2018-11-23update composer install notesAsmir Mustafic
2018-11-23test on php7.2Asmir Mustafic
2018-11-23The element mask is 0 rather than false if element not fount.Matt Farina
2018-11-23On the Html5::save method fixing docs.Matt Farina
2018-11-23Setting variable for local namespaces to protected in writer.Matt Farina
2018-11-23increase branch aliasAsmir Mustafic
2018-11-17update changelog for 2.4.0Asmir Mustafic
2018-11-17Merge pull request #148 from Masterminds/perfAsmir Mustafic
2018-11-08move sequenceMatches to the ScannerAsmir Mustafic
2018-11-08improve consume speedAsmir Mustafic
2018-11-08Merge pull request #147 from tgalopin/tokenizer-perfsAsmir Mustafic
2018-11-08Merge pull request #146 from tgalopin/remove-input-streamsAsmir Mustafic
2018-11-06Remove another current callTitouan Galopin
2018-11-05Inline tag open in Tokenizer to further improve performancesTitouan Galopin
2018-11-05Improve Tokenizer performance by inlining text parsing and removing some Scan...Titouan Galopin
2018-11-03Improve performance by relying on a native string instead of InputStreamTitouan Galopin
2018-11-02Merge pull request #145 from tgalopin/phpdoc-improvementsAsmir Mustafic
2018-11-02Add more extensions on composer.json, improve phpdocs and remove dead codeTitouan Galopin
2018-10-22Merge pull request #144 from tgalopin/composer-ext-domAsmir Mustafic
2018-10-22Merge pull request #143 from tgalopin/remove-experimental-commentAsmir Mustafic
2018-10-22Add DOM extension in composer.jsonTitouan Galopin
2018-10-22Remove experimental commentTitouan Galopin
2018-10-22add changelog for 2.3.1Asmir Mustafic
2018-10-22Merge pull request #142 from Masterminds/audio-tagAsmir Mustafic