summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add gcab_cabinet_decompress()wip/hughsie/futureRichard Hughes2017-12-148-10/+276
* trivial: Fix spelling issues in two introspection headersRichard Hughes2017-12-141-2/+2
* trivial: Fix the introspection markup for gcab_file_get_file()Richard Hughes2017-12-141-1/+1
* trivial: Don't include markup in the translator sourceRichard Hughes2017-12-141-4/+4
* trivial: Downgrade a gcab translated warning to debugRichard Hughes2017-12-141-1/+1
* Do not return translated errors from librariesRichard Hughes2017-12-144-13/+16
* trivial: Enable self tests in the reference spec fileRichard Hughes2017-12-141-1/+6
* Update POTFILES.inPiotr Drąg2017-12-141-1/+1
* Add some self tests to test libgcabRichard Hughes2017-12-1415-0/+740
* Allow skipping the checksum when fuzzingRichard Hughes2017-12-142-1/+23
* Return detailed errors from gcab_cabinet_get_signature()Richard Hughes2017-12-142-14/+37
* trivial: Return a proper GError if trying to write an unsupported fileRichard Hughes2017-12-141-2/+14
* trivial: Sort the globbed files to avoid depending on filesystem orderRichard Hughes2017-12-141-0/+12
* Add gcab_file_set_date()Richard Hughes2017-12-145-26/+43
* Use g_autoptr() to fix countless memory leaks when parsing corrupt filesRichard Hughes2017-12-146-79/+139
* Add gcab_folder_get_comptype()Richard Hughes2017-12-146-2/+18
* trivial: Remove a memory leak when using gcab_file_update_info()Richard Hughes2017-12-141-11/+7
* trivial: Return an error if we try to write an in-memory cfileRichard Hughes2017-12-141-1/+8
* trivial: Handle the duplicate handling in the same way when adding foldersRichard Hughes2017-12-141-3/+2
* Use g_autoptr() to fix several memory leaks on error in the libraryRichard Hughes2017-12-142-87/+52
* Use G_DECLARE_FINAL_TYPE to remove lots of C boilerplateRichard Hughes2017-12-147-110/+107
* trivial: Use the new autoptr macros to improve the gcab toolRichard Hughes2017-12-141-105/+98
* trivial: Remove no-longer-used compat codeRichard Hughes2017-12-146-255/+0
* trivial: Add cleanup functions for the three defined objectsRichard Hughes2017-12-145-2/+8
* trivial: Add an example spec fileRichard Hughes2017-12-141-0/+76
* Un-autoconf the gtk-doc SGML fileRichard Hughes2017-12-144-19/+0
* Include support for the Meson buildsystemRichard Hughes2017-12-148-1/+263
* trivial: Move the gcab main executable to src/Richard Hughes2017-12-144-4/+4
* trivial: Move the .pc and the .syms files to the library locationRichard Hughes2017-12-145-7/+7
* Post branch version bump to 1.0Richard Hughes2017-12-143-227/+1
* trivial: Remove a gtk-doc API index that does not existRichard Hughes2017-12-141-1/+0
* Fix a large memory leak when parsing LZX cab filesRichard Hughes2017-12-143-0/+14
* trivial: Fix critical warning when unref'ing a GCabFileRichard Hughes2017-12-121-1/+2
* trivial: Fix introspection return value on gcab_folder_get_files()Richard Hughes2017-12-121-1/+1
* trivial: Clarify the GCabCompression introspectionRichard Hughes2017-12-121-2/+2
* trivial: Fix the introspection markup for gcab_cabinet_add_folder()Richard Hughes2017-12-121-1/+1
* trivial: Return an error when adding a duplicate folder to a cabinetRichard Hughes2017-12-121-0/+9
* trivial: Ensure all source files have a license and copyright statementRichard Hughes2017-12-1210-0/+144
* trivial: G_OPTION_ARG_NONE is normally a classed as a booleanRichard Hughes2017-12-121-9/+9
* trivial: Be consistent with tabs and spacesRichard Hughes2017-12-123-7/+7
* trivial: Fix the endian checksum calculation in a better wayRichard Hughes2017-12-121-5/+15
* build: Explicitly enable C99 supportPhilip Withnall2017-12-031-0/+1
* Replace all the custom typedefd unsigned types with working versionsRichard Hughes2017-11-206-60/+54
* Fix the calculation of the checksum on big endian machinesRichard Hughes2017-11-201-3/+6
* trivial: Fix a -Wformat warningRichard Hughes2017-11-201-1/+1
* trivial: Fix several -Wsign-compare warningsRichard Hughes2017-11-202-10/+6
* trivial: Remove any checked-gfreesRichard Hughes2017-11-202-4/+2
* trivial: Add config.h includes to all .c filesRichard Hughes2017-11-207-0/+16
* Updated Danish translationAsk Hjorth Larsen2017-11-111-7/+8
* libgcab/gcab-file.c: Don't encode timezone in generated files.Chris Lamb2017-08-201-1/+1