summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Collapse)AuthorAgeFilesLines
* MFH(r-1.10): rearranged search order for the magic file to avoid furtherMoriyoshi Koizumi2003-03-311-1/+1
| | | | | confusions
* MFH: fixed compile failures when ZLIB/PCRE are compiled as shared in samefoobar2003-02-091-3/+3
| | | | | build.
* MFH: typo fixfoobar2003-01-281-1/+1
|
* MFHfoobar2003-01-281-17/+26
|
* MFH (well... it's not really an MFH... but who cares :)Sander Roobol2003-01-261-0/+1
|
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* MFHStefan Esser2002-12-241-4/+4
|
* MFHStefan Esser2002-12-231-1/+1
|
* MFH (binary mode fix)Moriyoshi Koizumi2002-11-181-1/+1
|
* MFH (fixed possible leaks)Moriyoshi Koizumi2002-11-181-0/+8
|
* MFHMoriyoshi Koizumi2002-11-151-3/+7
|
* MFHfoobar2002-11-151-1/+1
|
* Make that error message more meaningful for systems like my SuSE 7.0 withWez Furlong2002-10-041-1/+1
| | | | | an apparently broken magic file.
* Fix typoSascha Schumann2002-09-241-1/+1
|
* Replace underscores with dashes in --enable-mime-magicSascha Schumann2002-09-241-2/+2
|
* - Align configure --help messagesDerick Rethans2002-09-191-1/+1
|
* Fixed a typoIlia Alshanetsky2002-08-221-1/+1
|
* magic.mime seems to be more common name for the file.Edin Kadribasic2002-08-221-1/+1
|
* @- Made mime_magic extension available on win32 platform. (Edin)Edin Kadribasic2002-08-222-0/+114
| | | | | Mime_magic extensions builds on windows now.
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
| | | | | inside common paths for the file.
* - Update TODODerick Rethans2002-06-261-0/+1
|
* - Nuke some TSRMLS_FETCHesDerick Rethans2002-06-261-8/+6
|
* ZTS fixesSander Roobol2002-06-201-0/+2
| | | | | | # if this breaks something, please let me know... i've got really no # idea what i'm doing but this fixes the ZTS build :)
* now it works on streams (plus some debug code removed)Hartmut Holzgraefe2002-06-112-205/+29
|
* ZTS issues fixedHartmut Holzgraefe2002-05-211-1/+0
|
* not beautifull (yet), but should fix ZTS buildsHartmut Holzgraefe2002-05-211-15/+20
|
* - UpdateMarkus Fischer2002-05-111-1/+2
|
* not enabled by defaultHartmut Holzgraefe2002-03-271-1/+1
|
* moved 'static' prototypes to prevent warningsHartmut Holzgraefe2002-03-272-30/+31
|
* preparing for Content-Encoding detectionHartmut Holzgraefe2002-03-272-156/+21
|
* build conflicts fixedHartmut Holzgraefe2002-03-262-33/+37
|
* initial checkinHartmut Holzgraefe2002-03-251-0/+3
|
* 1st implementation of magic-file based mime_content_type(string filename)Hartmut Holzgraefe2002-03-245-0/+2587