| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-31 | standard_fuzzer: add BINARY_2D and BINARY_3D modes | Even Rouault | |
| 2017-05-30 | catalog: memory leak and crashes related fixes | Even Rouault | |
| * pj_transform() crashes on a catalog that has no matching grid * pj_free() and pj_gc_unloadall() badly interact. No longer try to free the catalog object in pj_free(). That is the job of pj_gc_unloadall() * Fix memory leaks in pj_gc_readcatalog() and pj_gc_unloadall() Fixes https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=1923 Credit to OSS Fuzz. | |||
| 2017-05-23 | test/fuzzers/README.TXT: update instructions | Even Rouault | |
| 2017-05-22 | Add test/fuzzers/README.txt | Even Rouault | |
| 2017-05-21 | Add fuzzer for Google OSS Fuzz | Even Rouault | |
| 2016-12-12 | Add a scripts/fix_typos.sh script and correct reported errors | Even Rouault | |
| 2016-05-25 | Correct all test_json.py flake8 warnings and errors with the exception of ↵ | Micah Cochran | |
| some error E501 - 'line too long errors', lines with >79 characters. | |||
| 2016-05-25 | Add lzip, a zip function that acts like Python 2.x's zip function. In ↵ | Micah Cochran | |
| Python 3.x, the zip function is iterable, which caused Python 3.x to miss some coordinate tests. Add cli argument '--test' to test_json.py to only specify one test type (conversion/roundtrip) to be ran. Change Travis testing to only perform conversion test on some JSON test files. | |||
| 2016-05-25 | Reformat JSON files to be more human readable. Various TESTNOTES revisions. | Micah Cochran | |
| 2016-05-24 | Add GIGS tests. Use python3 code to test in travis. | Micah Cochran | |
