| Commit message (Expand) | Author | Age | Files | Lines |
* | core: Add ap_unescape_url_ex() for better decoding control, and deprecate | Yann Ylavic | 2021-10-07 | 1 | -1/+11 |
* | Fix spelling errors found by codespell. [skip ci] | Mike Rumph | 2020-02-13 | 1 | -1/+1 |
* | Provide TEST_CHAR marco in test_char.h | Yann Ylavic | 2019-03-28 | 1 | -1/+10 |
* | Dropped the never-released ap_has_cntrls() as it had very limited | William A. Rowe Jr | 2016-10-14 | 1 | -8/+5 |
* | Review of IE 11, Firefox 48 and Chrome 53 all indicate that ';' URI characters | William A. Rowe Jr | 2016-09-12 | 1 | -1/+1 |
* | Yann is correct, % is distinct from reserved and unreserved | William A. Rowe Jr | 2016-08-21 | 1 | -1/+2 |
* | Surpress noise about syntax | William A. Rowe Jr | 2016-08-20 | 1 | -3/+3 |
* | Introduce StrictURI|UnsafeURI for RFC3986 enforcement | William A. Rowe Jr | 2016-08-19 | 1 | -5/+18 |
* | After lengthy investigation with covener's assistance, it seems we cannot | William A. Rowe Jr | 2016-08-19 | 1 | -56/+7 |
* | Generally, the cart comes before the horse, this mirrors apr_lib.h | William A. Rowe Jr | 2016-08-19 | 1 | -1/+1 |
* | Resolve Netware (and other arch) build error for non-portable isascii() | William A. Rowe Jr | 2016-08-19 | 1 | -0/+4 |
* | A band-aid to resolve an immediate IBM MVS'ism | William A. Rowe Jr | 2016-08-18 | 1 | -2/+3 |
* | Fix spelling in comments and text files. | Rainer Jung | 2016-08-11 | 1 | -1/+1 |
* | Replacement solution to identify VCHAR/ASCII symbols, even in EBCDIC. | William A. Rowe Jr | 2016-07-30 | 1 | -6/+50 |
* | Friendly catch by Rüdiger, restore line mis-removed by the previous commit | William A. Rowe Jr | 2016-07-29 | 1 | -0/+1 |
* | Leave an emphatic TODO per Jeff's observations | William A. Rowe Jr | 2016-07-29 | 1 | -7/+6 |
* | Introduce T_HTTP_CTRLS for efficiently finding non-text chars | William A. Rowe Jr | 2016-07-29 | 1 | -1/+12 |
* | Be more explicit about NUL in case iscntrl is inconsistent | William A. Rowe Jr | 2016-07-29 | 1 | -2/+2 |
* | Correct T_HTTP_TOKEN_STOP per RFC2068 (2.2) - RFC7230 (3.2.6), | William A. Rowe Jr | 2016-07-29 | 1 | -2/+7 |
* | Improve legibility of reviewing the generated table, using hex rather than dec | William A. Rowe Jr | 2016-07-29 | 1 | -2/+2 |
* | Fixed position of the NEED_ENHANCED_ESCAPES define. | Guenter Knauf | 2012-04-25 | 1 | -2/+2 |
* | mod_include: Add support for application/x-www-form-urlencoded encoding | Graham Leggett | 2011-10-29 | 1 | -1/+8 |
* | Small cleanup and macro rename to make clearer for what it is. | Guenter Knauf | 2010-09-26 | 1 | -3/+3 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -4/+4 |
* | removed useless comments added with r795438. | Guenter Knauf | 2009-07-19 | 1 | -4/+0 |
* | enabled building gen_test_char for running on build when cross-compiling; | Guenter Knauf | 2009-07-18 | 1 | -1/+23 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -4/+4 |
* | gen_test_char: add double-quote to the list of T_HTTP_TOKEN_STOP. | Roy T. Fielding | 2008-05-13 | 1 | -2/+2 |
* | update license header text | Roy T. Fielding | 2006-07-11 | 1 | -6/+6 |
* | Update the copyright year in all .c, .h and .xml files | Colm MacCarthaigh | 2006-04-19 | 1 | -1/+1 |
* | No functional Change: Removing trailing whitespace. This also | Jim Jagielski | 2005-11-10 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | fix name of The Apache Software Foundation | André Malo | 2004-02-09 | 1 | -1/+1 |
* | fix copyright dates according to the first check in | André Malo | 2004-02-08 | 1 | -1/+1 |
* | apply Apache License, Version 2.0 | André Malo | 2004-02-06 | 1 | -53/+10 |
* | Make handling of 0 back compatible. | Ben Laurie | 2004-01-03 | 1 | -4/+4 |
* | typo | Ben Laurie | 2004-01-03 | 1 | -1/+1 |
* | Make forensic logging safe for POST data. The issue with strchr and NUL is | Ben Laurie | 2004-01-03 | 1 | -7/+3 |
* | Make forensic logging EBCDIC-safe. | Ben Laurie | 2004-01-03 | 1 | -1/+12 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | Minor MMN bump: | André Malo | 2003-03-07 | 1 | -2/+13 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | get the strchr() declaration | Jeff Trawick | 2002-04-09 | 1 | -0/+3 |
* | Compiler/platform bogosity is apr's job. | William A. Rowe Jr | 2002-04-09 | 1 | -3/+0 |
* | Err, that was a bit redundant. Eliminate the redundant test [and clean | William A. Rowe Jr | 2002-03-22 | 1 | -12/+10 |
* | Correct our list of escape characters to include percent and the | William A. Rowe Jr | 2002-03-21 | 1 | -0/+18 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Sander's Stylistic Submission | Ian Holsman | 2002-03-05 | 1 | -35/+37 |
* | remove unneeded include | Ian Holsman | 2001-12-26 | 1 | -1/+0 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |