summaryrefslogtreecommitdiff
path: root/modules/mappers
Commit message (Expand)AuthorAgeFilesLines
* Add markers for non-threadsafe calls which need porting.Colm MacCarthaigh2006-01-141-0/+2
* Bring forward the fix for CVE-2005-3352 already on the branches:Joe Orton2005-12-161-1/+1
* Recover textWilliam A. Rowe Jr2005-12-021-128/+128
* * Minor performance tweak by reusing already calculated strlen in get_body.Ruediger Pluem2005-11-191-1/+1
* No functional change: remove "internal" tab spacing/formatting.Jim Jagielski2005-11-165-34/+34
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-1010-86/+86
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-105-412/+412
* Explain why we have the regular file typecheck. No functional changes.Colm MacCarthaigh2005-09-261-2/+11
* Doxygen fixup / cleanupIan Holsman2005-08-282-0/+20
* Do not check the value of r->handler.Paul Querna2005-08-181-4/+0
* Check an alternative return value for when a file or directory does not exist...Paul Querna2005-07-201-1/+6
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2
* * modules/mappers/config9.m4: Substitute INSTALL_DSO as "yes" ifJoe Orton2005-06-081-0/+4
* Reintroduce stack frame construction with /Oy- (removal was implied by /O2).William A. Rowe Jr2005-05-159-9/+9
* * modules/mappers/mod_userdir.c (get_suexec_id_doer): Fix allocationJoe Orton2005-04-281-1/+1
* lookup_map_txtfile: used buffered i/o rather than reading RewriteMap txt: files Greg Ames2005-04-141-1/+1
* svn:eol-style = nativeAndré Malo2005-04-113-749/+749
* Merged the simple-conf branch changes r159781:160695 into the trunk.Joshua Slive2005-04-091-2/+5
* Rethink the built-in vs shared modules for NetWare. Reposition mod_asis, mod...Bradley Nicholes2005-04-084-0/+752
* Fix Win32 imap->imagemap transformationWilliam A. Rowe Jr2005-04-071-24/+24
* rename mod_imap to mod_imagemap.Paul Querna2005-04-074-132/+132
* Don't always enable mod_imap. I always turn it off in my configs. Now you m...Paul Querna2005-04-061-1/+1
* Move the POSIX reg* implementations into the ap_* namespace;Joe Orton2005-02-112-16/+16
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0411-11/+22
* More hardcoded schemes in mod_rewrite... :/Sander Striker2005-01-231-2/+4
* Make the combination of mod_proxy_ajp and mod_rewrite work correctly. Sander Striker2005-01-071-0/+13
* Fix another signedness bugWilliam A. Rowe Jr2005-01-051-1/+2
* FINALLY Correct ap_http_method()! It is NOT a method, it's a SCHEME!William A. Rowe Jr2005-01-021-3/+3
* Allow APR to exist and build outside of the httpd/srclib file structureBradley Nicholes2004-11-303-9/+9
* Remove the .cvsignore files.Joe Orton2004-11-191-21/+0
* * modules/mappers/mod_rewrite.c (hook_uri2file): Revert r1.259 to fixJoe Orton2004-11-011-1/+1
* * os/unix/os.h: Define AP_NEED_SET_MUTEX_PERMS.Joe Orton2004-10-121-4/+3
* remove the RewriteOption MaxRedirects; LimitInternalRecursion is sufficientAndré Malo2004-10-101-90/+6
* mod_rewrite: Handle per-location rules when r->filename is unset.Jeff Trawick2004-09-181-1/+10
* Fix query string handling for proxied URLs.André Malo2004-08-281-1/+1
* Fix darn typo.André Malo2004-08-281-2/+2
* * modules/mappers/mod_userdir.c (register_hooks): Move suexec_identityJoe Orton2004-08-181-1/+1
* Implement -t -DDUMP_MODULES using generic test_config hook rather thanJoe Orton2004-08-172-5/+8
* fix compiler warningsGeoffrey Young2004-07-121-1/+0
* Add DUMP_MODULESPaul Querna2004-07-102-0/+36
* make trailing-slash-behaviour configurableAndré Malo2004-07-031-3/+27
* Nobody objected:André Malo2004-06-042-11/+62
* parse content-length correctly using apr_strtoff functionAndré Malo2004-05-251-2/+13
* save some cyclesAndré Malo2004-05-251-4/+2
* external map responses were cut at 2048 bytes (and possibly got out of sync thatAndré Malo2004-05-171-25/+84
* changed the following APIs to return an error instead of hard exiting:André Malo2004-04-251-1/+5
* don't return forbidden, if the file was just not found.André Malo2004-04-171-1/+1
* fix cache confusion which happens if different virtualhosts defineAndré Malo2004-04-101-6/+17
* mod_rewrite no longer turns forward proxy requests into reverse proxyAndré Malo2004-04-031-2/+6
* add support for rewrite rules in proxy containersAndré Malo2004-03-291-7/+24