summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_mime_magic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replaced APR_USEC_PER_SEC division with the new apr_time_sec() macroBrian Pane2002-06-301-1/+1
* cleanup uses of apr_ischar() macros (no cast required)William A. Rowe Jr2002-06-231-5/+5
* stop using APLOG_NOERRNO in calls to ap_log_[pr]error()Jeff Trawick2002-05-171-45/+45
* Commit 1 of 2 to:Bill Stoddard2002-03-201-2/+2
* First commit to introduce accessor function to set r->content_type..Bill Stoddard2002-03-201-2/+2
* Eliminate potential ap_server_root_relative segfaults, with the inputWilliam A. Rowe Jr2002-03-161-4/+9
* deal with the rename of kill_after_timeout to APR_KILL_AFTER_TIMEOUTJeff Trawick2002-03-141-1/+1
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* fix a potential thread safety issue in mod_mime_magicJeff Trawick2001-12-011-5/+4
* Modify post_config hook so that it can return a error,Ian Holsman2001-11-231-2/+3
* Some syntax errors in mod_mime_magic's magic file can resultJeff Trawick2001-10-271-1/+5
* A bit of declaration would help get this loading on Win32William A. Rowe Jr2001-10-171-2/+2
* Outch... fixed warningWilliam A. Rowe Jr2001-10-111-1/+1
* Goodbye r->content_lanaguage (per vote from apache-1.3/STATUS).William A. Rowe Jr2001-10-021-3/+9
* Fix a storage leak in mod_mime_magic.Jeff Trawick2001-08-211-1/+1
* fix a thread-safety bug by using apr_strtok() instead of strtok()Jeff Trawick2001-06-071-4/+4
* Fix a problem in mod_mime_magic where file descriptor 2 would beJeff Trawick2001-03-191-7/+9
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* more module build cleanup, removing warnings and someJeff Trawick2001-02-101-0/+3
* *) continued header revampingGreg Stein2001-02-101-3/+8
* use apr_size_t for file lengths; this avoids a warning (and perhapsJeff Trawick2001-02-091-17/+17
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-16/+16
* Eliminate all assumptions that finfo.protection reflects the existanceWilliam A. Rowe Jr2001-01-311-2/+2
* The big change. This is part 3 of the apr-util symbols rename, pleaseWilliam A. Rowe Jr2001-01-191-2/+2
* Provide apr_pool_t arg to register_hooks, since anything they do in thatWilliam A. Rowe Jr2001-01-171-1/+1
* Remove a couple more NULL handler specifications.Ryan Bloom2001-01-121-1/+0
* Fix some const warnings.Ryan Bloom2000-11-281-3/+3
* add the "next filter" parameter to the rest of the ap_sub_req_* calls.Greg Stein2000-11-231-1/+1
* Remove the suexec patch from mod_mime_magicRyan Bloom2000-10-301-1/+1
* Add back suexec support.Manoj Kasichainula2000-10-231-1/+1
* Get rid of unused variable.Jeff Trawick2000-09-201-1/+0
* Fix a compile break in mod_mime_magic.c. In early 2.0 versions, we wouldRyan Bloom2000-09-081-15/+5
* Remove IOLs from Apache. They are no longer necessary, now that we haveRyan Bloom2000-08-231-5/+8
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-28/+28
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-46/+46
* Fix segfault/SIGSEGV when running gzip from mod_mime_magic.c.Jeff Trawick2000-07-291-1/+2
* Fix some issues with mod_mime_magic. Basically, we need to includeRyan Bloom2000-07-241-25/+13
* Protect system header files with the appropriate macros.Ryan Bloom2000-06-131-0/+4
* Clean up a big chunk of ap_config.h. This basically stops ap_config.h fromRyan Bloom2000-06-121-4/+4
* Remove ap_destroy_context from Apache 2.0. With the name change back toRyan Bloom2000-05-221-2/+2
* Remove all remaining instances in Apache code ofManoj Kasichainula2000-05-211-3/+0
* add AP_ prefix to *HOOK* macrosDoug MacEachern2000-04-261-2/+2
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-11/+11
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+33
* Fix all the License issues. Including:Ryan Bloom2000-03-101-12/+12
* Make sure mod_mime always has a chance to run before mod_mime_magic.Bill Stoddard2000-02-161-1/+5
* Manoj has been pushing for this for a while, but I've been too denseRyan Bloom2000-01-191-2/+3
* Fix the rest of the modules to work with the new APR stat structure.Ryan Bloom2000-01-071-4/+4
* Initialize all ap_file_t's to NULL. This allows ap_open and ap_stat toRyan Bloom2000-01-041-2/+2
* Get rid of more platform dependant code.Ryan Bloom1999-12-131-10/+1