summaryrefslogtreecommitdiff
path: root/ext/mime_magic
Commit message (Expand)AuthorAgeFilesLines
* We have to use binary mode here.Moriyoshi Koizumi2002-11-181-1/+1
* Fixed possible leaksMoriyoshi Koizumi2002-11-181-0/+8
* Always use binary mode for magic filesMoriyoshi Koizumi2002-11-151-1/+1
* Fixed segfault in case the specified magic file cannot be read.Moriyoshi Koizumi2002-11-151-3/+7
* Use C commentsMoriyoshi Koizumi2002-11-151-1/+1
* Make that error message more meaningful for systems like my SuSE 7.0 withWez Furlong2002-10-041-1/+1
* 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
* Instead of hardcoding the path of magic.mime file, try to find the fileIlia Alshanetsky2002-08-222-1/+18
* - Update TODODerick Rethans2002-06-261-0/+1
* - Nuke some TSRMLS_FETCHesDerick Rethans2002-06-261-8/+6
* ZTS fixesSander Roobol2002-06-201-0/+2
* 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