summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Comment out unimplemented stuffHEADv0.1masterNatanael Copa2011-11-181-1/+4
| | | | | The rest is related compiling and checking the magic file. We leave this out for now.
* Implement magic_getpathNatanael Copa2011-11-182-2/+12
| | | | | This function is not documented in libmagic(3) but it is available in magic.h
* Implement magic_buffer()Natanael Copa2011-11-182-1/+12
|
* Implement magic_descriptor()Natanael Copa2011-11-182-5/+23
|
* Add simple test scriptNatanael Copa2011-11-181-0/+16
|
* Implement magic_errnoNatanael Copa2011-11-181-1/+12
|
* Implement magic_setflags, fix compiler warningNatanael Copa2011-11-181-4/+24
| | | | From Jeff Pohlmeyer
* Implement magic_load()Natanael Copa2011-11-171-1/+9
|
* Implement magic_file() and magic_error()Natanael Copa2011-11-171-2/+18
|
* Define open and closeNatanael Copa2011-11-171-4/+47
|
* Initial commitNatanael Copa2011-11-174-0/+123
We have constants and api defined