| Commit message (Expand) | Author | Age | Files | Lines |
* | If several directories are given in a UserDir directive, only files in the fi... | Christophe Jaillet | 2018-05-26 | 1 | -1/+12 |
* | Constify and save a few bytes in the conf pool when parsing "UserDir" directive | Christophe Jaillet | 2016-05-28 | 1 | -4/+4 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -3/+3 |
* | - Introduce concept of context prefix (which is an URL prefix) | Stefan Fritsch | 2011-06-05 | 1 | -0/+3 |
* | readability improvements: | Stefan Fritsch | 2010-12-28 | 1 | -22/+28 |
* | PR44076: allow "userdir disabled" or "userdir public_html" in global scope to | Eric Covener | 2010-12-04 | 1 | -13/+25 |
* | remove some useless use of strlen() | Stefan Fritsch | 2010-08-03 | 1 | -2/+2 |
* | Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take | Stefan Fritsch | 2010-06-06 | 1 | -1/+1 |
* | Bring back OS/2 support. | Brian Havard | 2009-08-26 | 1 | -1/+1 |
* | remove OS/2 platform support | Jeff Trawick | 2009-03-27 | 1 | -1/+1 |
* | remove BeOS OS support | Jeff Trawick | 2009-03-26 | 1 | -1/+1 |
* | 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 | -5/+5 |
* | * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocation | Joe Orton | 2005-04-28 | 1 | -1/+1 |
* | Merged the simple-conf branch changes r159781:160695 into the trunk. | Joshua Slive | 2005-04-09 | 1 | -2/+5 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | * modules/mappers/mod_userdir.c (register_hooks): Move suexec_identity | Joe Orton | 2004-08-18 | 1 | -1/+1 |
* | 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 |
* | update license to 2004. | André Malo | 2004-01-01 | 1 | -1/+1 |
* | switch to APR 1.0 API (which is still in flux) | Jeff Trawick | 2003-09-03 | 1 | -2/+2 |
* | finished that boring job: | André Malo | 2003-02-03 | 1 | -1/+1 |
* | Allow the UserDir directive to accept a list of directories. | Ryan Bloom | 2002-09-28 | 1 | -3/+0 |
* | Fix some hook ordering problems. mod_vhost_alias should, perhaps, be HOOK_LAST. | Joshua Slive | 2002-07-21 | 1 | -1/+2 |
* | We must set the MIME-type for .shtml files to text/html if we want them | Ryan Bloom | 2002-06-15 | 1 | -5/+5 |
* | Fix segfault when x hasn't been initialized and tighten its scope. | Justin Erenkrantz | 2002-05-31 | 1 | -3/+2 |
* | Fix http redirecting for UserDir. Before this patch, the directive: | Ryan Bloom | 2002-05-29 | 1 | -2/+2 |
* | Reverse the hook ordering for mod_userdir and mod_alias so | Joshua Slive | 2002-05-07 | 1 | -2/+2 |
* | Short-circuit out of mod_userdir's translation handler faster on | Brian Pane | 2002-04-29 | 1 | -5/+10 |
* | Fix suexec invocations from userdir - the ~ was not being prepended to the | Justin Erenkrantz | 2002-04-25 | 1 | -0/+1 |
* | Since UserDir is a raw argument, our config system allows it to be blank. | Justin Erenkrantz | 2002-04-25 | 1 | -0/+7 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Need to check if the userdir is absolute before it gets split apart by ap_get... | Bradley Nicholes | 2002-03-07 | 1 | -5/+4 |
* | Fix a handful of AP_MODULE_DECLARE_DATA exports for .so modules. | William A. Rowe Jr | 2002-01-10 | 1 | -2/+2 |
* | Added NetWare to a Win32 #ifdef | Bradley Nicholes | 2001-09-07 | 1 | -1/+1 |
* | New ap_os_is_path_absolute() semantics | William A. Rowe Jr | 2001-08-23 | 1 | -1/+1 |
* | Fix a seg fault in mod_userdir.c. We used to use the pw structure | Ryan Bloom | 2001-02-22 | 1 | -5/+7 |
* | *) Introduce "ap_conf_vector_t" type to assist with legibility and provide | Greg Stein | 2001-02-18 | 1 | -25/+14 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | *) continued header revamping | Greg Stein | 2001-02-10 | 1 | -10/+14 |
* | renaming various functions for consistency sake | Doug MacEachern | 2001-02-08 | 1 | -2/+2 |
* | Fix the remaining APR_FINFO_NORM occurances. Again, followup is needed | William A. Rowe Jr | 2001-02-01 | 1 | -1/+1 |
* | Moved several CHANGES back to APR where they belonged in the first place, | William A. Rowe Jr | 2001-01-29 | 1 | -10/+8 |
* | The changes required for the APR_FINFO_wanted argument to | William A. Rowe Jr | 2001-01-20 | 1 | -1/+2 |
* | The big change. This is part 3 of the apr-util symbols rename, please | William A. Rowe Jr | 2001-01-19 | 1 | -2/+2 |
* | Provide apr_pool_t arg to register_hooks, since anything they do in that | William A. Rowe Jr | 2001-01-17 | 1 | -1/+1 |
* | Make handlers use hooks. | Ben Laurie | 2001-01-07 | 1 | -1/+0 |
* | add apr_get_home_directory(), teach mod_userdir to use that | Jeff Trawick | 2000-11-13 | 1 | -21/+13 |