Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -1/+4 | |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | |||||
* | - Errors, warnings and notices start with a capital letter. | Marcus Boerger | 2003-06-20 | 1 | -98/+120 | |
| | | | | | - Show sorcode info when debugging exif. | |||||
* | Fixed win32 build | Edin Kadribasic | 2003-06-15 | 1 | -2/+2 | |
| | ||||||
* | proto fixes | Andrey Hristov | 2003-06-15 | 1 | -3/+3 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 | |
| | ||||||
* | Use safe_estrdup() instead. | Marcus Boerger | 2003-05-30 | 1 | -16/+6 | |
| | | | | | # Thanks Sascha i didn't knew about that thing. | |||||
* | Fix handling of ini settings | Marcus Boerger | 2003-05-30 | 1 | -6/+16 | |
| | ||||||
* | basename() now binary safe, testcases added | Hartmut Holzgraefe | 2003-05-05 | 1 | -1/+1 | |
| | ||||||
* | Change to use safe_emalloc() and provide macro for now | Marcus Boerger | 2003-04-16 | 1 | -5/+9 | |
| | ||||||
* | Fixed bug #23102 (integer overflow in exif_iif_add_value()). | Ilia Alshanetsky | 2003-04-08 | 1 | -0/+4 | |
| | ||||||
* | MFB | Rasmus Lerdorf | 2003-04-03 | 1 | -9/+15 | |
| | ||||||
* | MFB: Get rid of bogus dtors | Rasmus Lerdorf | 2003-04-02 | 1 | -3/+0 | |
| | ||||||
* | MFB | Rasmus Lerdorf | 2003-04-01 | 1 | -8/+4 | |
| | ||||||
* | correct my fault here and documnet the sense of the test | Marcus Boerger | 2003-01-18 | 1 | -4/+3 | |
| | ||||||
* | Additional memory allocation fixes by Marcus Börger. | Ilia Alshanetsky | 2003-01-18 | 1 | -7/+12 | |
| | ||||||
* | Removed the no longer needed memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -153/+22 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | (char *) vptr += expr; is refused by the IRIX compiler, so we use | Sascha Schumann | 2002-12-22 | 1 | -1/+1 | |
| | | | | | vptr = (char *) vptr + expr; instead. | |||||
* | 'index' is a function name in the C library, do not use it as variable name. | Sascha Schumann | 2002-12-22 | 1 | -3/+3 | |
| | | | | | | also, cast the 'void *' correctly to a 'char *' for manipulation instead of an 'int'. | |||||
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -1/+1 | |
| | ||||||
* | fix compiler definition tests | Marcus Boerger | 2002-12-16 | 1 | -7/+7 | |
| | ||||||
* | -Add constant that shows whether or not exif uses mbstring. | Marcus Boerger | 2002-12-16 | 1 | -3/+4 | |
| | | | | | -Fix tests | |||||
* | change mbstring detection | Marcus Boerger | 2002-12-16 | 1 | -1/+3 | |
| | ||||||
* | ws | Marcus Boerger | 2002-12-15 | 1 | -12/+12 | |
| | ||||||
* | Fix build when mbstring is a shared module or dll under windows | Marcus Boerger | 2002-12-14 | 1 | -8/+12 | |
| | ||||||
* | Bugfix: #21010 (Here it's maker (manufacturer) instead of marker) | Marcus Boerger | 2002-12-14 | 1 | -32/+32 | |
| | ||||||
* | decode variable is only used when mbstring is avaliable. | Ilia Alshanetsky | 2002-12-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed win32 build. | Ilia Alshanetsky | 2002-12-10 | 1 | -1/+1 | |
| | ||||||
* | -make those debug messages | Marcus Boerger | 2002-12-10 | 1 | -0/+12 | |
| | ||||||
* | Fixed bug #20907, patch by m-arai@sco.bekkoame.ne.jp. | Ilia Alshanetsky | 2002-12-10 | 1 | -11/+12 | |
| | ||||||
* | -Code completley rewritten | Marcus Boerger | 2002-11-27 | 1 | -20/+0 | |
| | ||||||
* | -Forgot to correct length | Marcus Boerger | 2002-11-27 | 1 | -0/+1 | |
| | ||||||
* | -Add magic_quotes_runtime support | Marcus Boerger | 2002-11-27 | 1 | -36/+75 | |
| | | | | | -Fix Canon Markernote | |||||
* | Fixed bug #20560. | Ilia Alshanetsky | 2002-11-22 | 1 | -1/+1 | |
| | ||||||
* | Test is affected by mbstring | Marcus Boerger | 2002-11-14 | 1 | -3/+16 | |
| | ||||||
* | Removed duplicate assignment. | Ilia Alshanetsky | 2002-11-08 | 1 | -1/+1 | |
| | ||||||
* | Allow ifd start at offset other than 00000007h and provide testcase. | Marcus Boerger | 2002-10-19 | 1 | -4/+6 | |
| | | | | | #Now we can read images modified by Exifer. | |||||
* | typing | Marcus Boerger | 2002-10-03 | 1 | -2/+2 | |
| | ||||||
* | One zero to much | Marcus Boerger | 2002-08-29 | 1 | -1/+1 | |
| | ||||||
* | some work on the messages | Marcus Boerger | 2002-08-13 | 1 | -64/+63 | |
| | ||||||
* | Don't use long as a type | Rasmus Lerdorf | 2002-08-13 | 1 | -1/+1 | |
| | ||||||
* | use of php_error_docref | Marcus Boerger | 2002-08-12 | 1 | -105/+117 | |
| | ||||||
* | left on debug infos | Marcus Boerger | 2002-08-07 | 1 | -1/+1 | |
| | | | | | #overlooked that in diff | |||||
* | Ignore additional thumbnails | Marcus Boerger | 2002-08-07 | 1 | -47/+54 | |
| | | | | | #anybody interested in expansion to support multiple thumbnails? | |||||
* | Keeping function prototype variables the same | Dan Kalowsky | 2002-08-06 | 1 | -1/+1 | |
| | ||||||
* | datatype inconsistency found by Dan Kalowsky | Marcus Boerger | 2002-08-06 | 1 | -1/+1 | |
| | ||||||
* | -fix warnings in windows build | Marcus Boerger | 2002-07-31 | 1 | -11/+11 | |
| | ||||||
* | -decode several MarkerNotes | Marcus Boerger | 2002-07-28 | 1 | -47/+249 | |
| | | | | | | -correct offset information in debug mode @exif_read_data() can decode MarkerNote of several Cameras. (Marcus) | |||||
* | Missing Photoshop tags | Marcus Boerger | 2002-07-26 | 1 | -2/+11 | |
| | ||||||
* | -handling of thumbnails in sub IFDs (the Photoshopway for TIFF) | Marcus Boerger | 2002-07-25 | 1 | -10/+59 | |
| | | | | | | -Some Photoshop specific tags #after the last patches this finally fixes all warnings and errors in bug #18405 |