summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner_ex.c
Commit message (Expand)AuthorAgeFilesLines
* More fixes and refinementsZeev Suraski2001-08-271-48/+34
* 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-40/+38
* More TSRMLS_FETCH annihilation. Enough for today...Zeev Suraski2001-07-311-4/+1
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-4/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-13/+12
* Improve url scanner speed (up to 40% for large chunks of data)Sascha Schumann2001-07-041-271/+411
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+17
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+8
* Added new configuration directives:foobar2001-04-041-4/+4
* - 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-7/+2
* 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-4/+4
* Pass core_globals to new inline functionsSascha Schumann2000-12-051-3/+3
* Move code from macros to inline functions to ease debuggingSascha Schumann2000-12-041-64/+74
* Reset the state, if there is garbage in an HTML tag.Sascha Schumann2000-11-171-2/+2
* Validators are happy now.foobar2000-11-011-1/+1
* Reinstantiate single quotes properly.Sascha Schumann2000-10-261-37/+57
* Hack for #7262, not fixed yetSascha Schumann2000-10-191-2/+5
* Initialize tags properly.Sascha Schumann2000-10-171-1/+8
* make compile againDaniel Beulshausen2000-10-161-0/+2
* Enable users to set the HTML tags to rewriteSascha Schumann2000-10-161-64/+103
* Ignore close tags and use unsigned char type.Sascha Schumann2000-10-041-3/+3
* Recognize single quotes around cdata.Sascha Schumann2000-09-271-143/+105
* Unify memory allocation in smart_str functionsSascha Schumann2000-09-261-38/+37
* Cleanup SCANNER_DEBUG and don't NUL terminate work bufferSascha Schumann2000-09-201-31/+32
* Use emalloc and friends. Since we reuse all buffers, this does not affectSascha Schumann2000-09-201-13/+14
* Remove this pseudo optimization from the previous rewrite.Sascha Schumann2000-09-201-50/+27
* Another 5%-10% speed increase achieved bySascha Schumann2000-09-201-67/+61
* Add support for URLs containing NAME info (for scrolling; #name).Sascha Schumann2000-09-201-33/+67
* 2nd Rewrite of the main scanner engine. This version is cleaner and faster.Sascha Schumann2000-09-201-456/+378
* Reduce the amount of copying in the mainloop. We copy tag/arg only, if weSascha Schumann2000-09-191-35/+61
* Revert part of last commit. I'll refine it later.Sascha Schumann2000-09-191-4/+7
* Another speedup by avoiding string copies.Sascha Schumann2000-09-191-54/+42
* Remove nextiter labelSascha Schumann2000-09-191-2/+1
* s/DEBUG/SCANNER_DEBUG/. "Convert" one macro to inline function to be moreSascha Schumann2000-09-191-32/+40
* 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/+756