summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.re
Commit message (Expand)AuthorAgeFilesLines
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Remove some unused variablesSascha Schumann2001-09-111-2/+1
* A round of "d'ohs" for me, please.Sascha Schumann2001-09-101-1/+1
* Better fix for mark problemSascha Schumann2001-09-091-4/+1
* Fix mark-handlingSascha Schumann2001-09-091-1/+5
* More fixes and refinementsZeev Suraski2001-08-271-19/+5
* Fix my session updates.Zeev Suraski2001-08-261-2/+2
* Get rid of TRANS_SID - it's always possible to use it now.Zeev Suraski2001-08-251-4/+0
* Move the trans-sid mechanism to use the output buffering mechanism.Zeev Suraski2001-08-251-2/+9
* more tsrm cleanupSascha Schumann2001-08-051-15/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+13
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-61/+98
* Added new configuration directives:foobar2001-04-041-2/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Avoid possible memory leak in the URL scanner, if the connection isSascha Schumann2001-01-091-6/+1
* Make the generated <input> lower case and terminated with a /,Chuck Hagenbuch2001-01-021-3/+3
* Support multi-char arg separators.Sascha Schumann2000-12-221-3/+3
* Pass core_globals to new inline functionsSascha Schumann2000-12-051-2/+2
* Move code from macros to inline functions to ease debuggingSascha Schumann2000-12-041-40/+50
* Reset the state, if there is garbage in an HTML tag.Sascha Schumann2000-11-171-1/+1
* Validators are happy now.foobar2000-11-011-1/+1
* Reinstantiate single quotes properly.Sascha Schumann2000-10-261-13/+33
* Hack for #7262, not fixed yetSascha Schumann2000-10-191-1/+4
* Initialize tags properly.Sascha Schumann2000-10-171-0/+7
* Back out ws changesSascha Schumann2000-10-171-212/+212
* make compile againDaniel Beulshausen2000-10-161-211/+213
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-40/+79
* Ignore close tags and use unsigned char type.Sascha Schumann2000-10-041-2/+2
* Recognize single quotes around cdata.Sascha Schumann2000-09-271-68/+2
* Unify memory allocation in smart_str functionsSascha Schumann2000-09-261-15/+14
* Cleanup SCANNER_DEBUG and don't NUL terminate work bufferSascha Schumann2000-09-201-8/+9
* Use emalloc and friends. Since we reuse all buffers, this does not affectSascha Schumann2000-09-201-12/+13
* Remove this pseudo optimization from the previous rewrite.Sascha Schumann2000-09-201-27/+4
* Another 5%-10% speed increase achieved bySascha Schumann2000-09-201-44/+38
* Add support for URLs containing NAME info (for scrolling; #name).Sascha Schumann2000-09-201-10/+44
* 2nd Rewrite of the main scanner engine. This version is cleaner and faster.Sascha Schumann2000-09-201-197/+160
* Reduce the amount of copying in the mainloop. We copy tag/arg only, if weSascha Schumann2000-09-191-17/+43
* Revert part of last commit. I'll refine it later.Sascha Schumann2000-09-191-3/+6
* Another speedup by avoiding string copies.Sascha Schumann2000-09-191-36/+24
* Remove nextiter labelSascha Schumann2000-09-191-1/+0
* s/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline function to be moreSascha Schumann2000-09-191-14/+22
* Fix a few build bugs, still no goZeev Suraski2000-09-191-3/+6
* Add new URL scanner. This version is up to 20% faster. It will beSascha Schumann2000-09-191-0/+386