2021-10-18 19:24 | Remove Travis CI configuration, travis-ci.org has been shutdown. | Frederic Cambus | 1 | +0 | -25 |
2020-10-18 15:26 | Check malloc() return value and error out on failed allocations. | Frederic Cambus | 1 | +5 | -0 |
2020-10-15 13:46 | Use __attribute__((packed)) on structures. | Frederic Cambus | 2 | +2 | -2 |
2020-10-11 07:41 | Enable FORTIFY_SOURCE level 2. | Frederic Cambus | 1 | +1 | -1 |
2019-12-26 14:21 | Use OpenBSD style(9) for function declarations. | Frederic Cambus | 2 | +4 | -2 |
2019-10-06 21:07 | Improve formatting, display 10 values per line. | Frederic Cambus | 1 | +10 | -4 |
2019-10-06 20:46 | Use size_t type for loop and pcx_buffer_size. | Frederic Cambus | 1 | +2 | -2 |
2019-10-05 20:25 | Remove the else clause. | Frederic Cambus | 1 | +1 | -5 |
2019-08-07 07:23 | Limit input file height and width to 4096. | Frederic Cambus | 1 | +5 | -0 |
2019-08-07 07:21 | Exit with error if array index is invalid, it means input file is corrupt. | Frederic Cambus | 1 | +12 | -2 |
2019-07-28 18:38 | Increment pcx_header.x_max and pcx_header.y_max once and for all. | Frederic Cambus | 1 | +5 | -2 |
2019-07-28 17:36 | Use unsigned types in the pcx_header structure. | Frederic Cambus | 1 | +20 | -19 |
2019-05-09 12:57 | Use EXIT_SUCCESS and EXIT_FAILURE macros for return values. | Frederic Cambus | 2 | +19 | -18 |
2019-03-26 08:58 | Add a comment showing how to generate the token for Coverity (Travis CI). | Frederic Cambus | 1 | +1 | -0 |
2019-03-25 20:23 | Hook Coverity Scan to the build. | Frederic Cambus | 1 | +17 | -0 |
2019-03-25 14:55 | Initial Travis CI configuration file. | Frederic Cambus | 1 | +7 | -0 |
2019-03-25 14:41 | Validate array index before attempting to write data. | Frederic Cambus | 1 | +2 | -1 |
2019-03-25 14:39 | Bump copyright year in headers. | Frederic Cambus | 2 | +4 | -4 |
2019-03-23 18:17 | Add more format checks to ensure input file is a valid PCX file. | Frederic Cambus | 1 | +10 | -4 |
2019-02-22 11:21 | Remove unnecessary include in wav2gba. | Frederic Cambus | 1 | +0 | -1 |
2019-02-22 11:10 | Use mmap(2) to map the input file into memory. | Frederic Cambus | 2 | +39 | -39 |
2019-02-22 10:24 | Output data to stdout instead of creating an output file. | Frederic Cambus | 2 | +18 | -46 |
2019-02-22 09:26 | Return 1 instead of -1 when encountering errors in main(). | Frederic Cambus | 2 | +11 | -11 |
2019-02-22 08:55 | Take PCX_PALETTE_LENGTH into account when checking minimal possible file size. | Frederic Cambus | 1 | +1 | -1 |
2019-02-22 08:54 | Introduce the PCX_PALETTE_LENGTH macro and use it where appropriate. | Frederic Cambus | 1 | +5 | -4 |
2019-02-22 08:49 | Improve formatting, display 10 values per line. | Frederic Cambus | 1 | +5 | -3 |
2019-02-22 08:43 | Revert previous change, start the loop from zero, this will make formatting easier. | Frederic Cambus | 1 | +2 | -2 |
2019-02-21 22:35 | Remove unnecessary parentheses. | Frederic Cambus | 1 | +3 | -3 |
2019-02-21 22:17 | Add format validation check for PCX files. | Frederic Cambus | 1 | +5 | -0 |
2019-02-21 22:09 | Avoid doing an addition for each loop step to calculate offset. | Frederic Cambus | 1 | +5 | -3 |
2019-02-21 22:08 | Introduce a PCX_HEADER_LENGTH macro to define the length of the PCX header. | Frederic Cambus | 1 | +3 | -1 |
2019-02-21 22:06 | Embrace the future, build both programs in C99 mode. | Frederic Cambus | 1 | +1 | -1 |
2019-02-21 21:57 | Use size_t type for loop, and declare it in the initializer. | Frederic Cambus | 1 | +1 | -3 |
2019-02-21 21:17 | Use return instead of exit in main(). | Frederic Cambus | 2 | +13 | -13 |
2019-02-21 21:08 | Avoid doing an addition for each loop step to calculate offset. | Frederic Cambus | 1 | +2 | -2 |
2019-02-21 21:06 | Stop displaying huge headers at program launch. | Frederic Cambus | 2 | +0 | -8 |
2019-02-21 21:04 | Add more format validation checks for WAVE files. | Frederic Cambus | 1 | +5 | -0 |
2019-02-21 21:02 | Introduce a WAVE_HEADER_LENGTH macro to define the length of the WAVE header. | Frederic Cambus | 1 | +4 | -2 |
2019-02-21 20:55 | Makefile improvements: do not hardcode CC and do not overwrite CFLAGS. | Frederic Cambus | 1 | +3 | -4 |
2019-02-21 20:52 | Bump copyright year in LICENSE. | Frederic Cambus | 1 | +1 | -1 |
2019-02-21 18:49 | Reformat Makefile and both source files. | Frederic Cambus | 3 | +196 | -259 |
2017-02-09 12:58 | Remove all Twitter mentions | Frederic Cambus | 2 | +0 | -2 |
2017-02-07 10:27 | Bump copyright year | Frederic Cambus | 4 | +9 | -9 |
2017-02-07 10:22 | Use https URLs wherever possible | Frederic Cambus | 2 | +3 | -3 |
2017-02-07 10:21 | Formatting fixes | Frederic Cambus | 3 | +6 | -6 |
2016-07-18 15:15 | Relicensed under the BSD 2-Clause license | Frederic Cambus | 5 | +9 | -13 |
2016-07-18 15:14 | Removing whitespace and empty file | Frederic Cambus | 2 | +2 | -2 |
2016-07-18 11:31 | Remove THE REGENTS from LICENSE | Frederic Cambus | 1 | +5 | -5 |
2016-01-05 16:05 | Converting code to 1TBS ("the one true brace style") | Frederic Cambus | 2 | +34 | -58 |
2016-01-05 15:58 | Bye bye SourceForge | Frederic Cambus | 1 | +4 | -3 |
2016-01-05 15:57 | Removing old README | Frederic Cambus | 1 | +0 | -81 |
2016-01-05 15:57 | Relicensed under the BSD 3-Clause license | Frederic Cambus | 6 | +54 | -398 |
2013-05-14 22:23 | Tabulation fixes | Frederic Cambus | 1 | +1 | -1 |
2013-05-14 22:16 | Pagination fixes | Frederic Cambus | 1 | +4 | -4 |
2013-05-14 22:14 | Updating contact information | Frederic Cambus | 1 | +5 | -2 |
2013-05-14 22:13 | Adding README.md | Frederic Cambus | 1 | +56 | -0 |
2011-11-21 17:22 | Importing GBAconv 1.00 | Frederic Cambus | 7 | +821 | -0 |