summaryrefslogtreecommitdiff
path: root/ext/standard/url_scanner.c
Commit message (Expand)AuthorAgeFilesLines
* - Bumber up yearfoobar2005-08-031-1/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* updating license information in the headers.James Cox2003-06-101-3/+3
* Correcting int/long mismatched - 64bit issues.David Hill2003-03-101-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* email address changeHartmut Holzgraefe2002-11-251-1/+1
* silence build warning, added default caseDan Kalowsky2002-08-281-0/+2
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* 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-3/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+2
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+11
* 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-3/+3
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* The rewrite was completely authored by HartmutSascha Schumann2000-09-191-2/+1
* - Fix warningsZeev Suraski2000-09-191-7/+11
* Fix RINIT/RSHUTDOWN functions and add url_adapt_ext()Sascha Schumann2000-09-191-0/+11
* Add necessary *_FETCH() macrosSascha Schumann2000-08-181-0/+2
* additional include should fix bug #6086Hartmut Holzgraefe2000-08-171-1/+2
* removed a BAD IDEA (tm) that filtered out backslashesHartmut Holzgraefe2000-08-061-8/+1
* do not rewrite absolute urlsHartmut Holzgraefe2000-08-041-2/+2
* will now work again on 1-character urls, spaces before and after '='Hartmut Holzgraefe2000-08-031-47/+103
* typo fixHartmut Holzgraefe2000-08-011-7/+15
* trans-sid rewrite, is now state-aware (fix for bug #3411 and friends)Hartmut Holzgraefe2000-08-011-491/+242
* debug-code removedHartmut Holzgraefe2000-06-231-1/+0
* this change should solve all problems regarding trans_sid_id andHartmut Holzgraefe2000-06-231-3/+13
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Only compile the scanner, if trans_sid is enabledSascha Schumann1999-11-271-13/+17
* Include proper header files (replacement functions were not used).Sascha Schumann1999-11-091-14/+17
* Add <FORM ACTION=...> tagSascha Schumann1999-11-021-118/+190
* Add <AREA HREF=...Sascha Schumann1999-10-211-67/+127
* This version is finally the standard one. The last one was createdSascha Schumann1999-09-231-201/+123
* re2c's bit vectors appear to be not binary clean. Revert toSascha Schumann1999-09-231-96/+101
* Timestamp commit. I do consider removing the rule from Makefile.amSascha Schumann1999-09-201-2/+2
* Aline escape signs in macro definitions.Sascha Schumann1999-09-181-29/+30
* SUN c89 doesn't like } direct after a label;-(Thies C. Arntzen1999-09-171-1/+3
* use static buffer for URLs instead of allocating/freeing memorySascha Schumann1999-09-121-115/+111
* - add standard disclaimerSascha Schumann1999-09-111-134/+230
* add transparent session id propagationSascha Schumann1999-09-111-0/+375