aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Minor updates to README.HEADmainSimon Tatham2023-08-181-16/+17
* Migrate Python code to Python 3.Simon Tatham2020-08-262-15/+17
* Stop using real pointers as handles in makemsi.c.Simon Tatham2018-05-141-22/+81
* First draft of licence and readme files.Simon Tatham2017-06-072-0/+116
* Fix WORD16 and WORD32 macros.Simon Tatham2017-05-281-11/+11
* Add a command-line test program.Simon Tatham2017-05-288-3/+50
* Rename the last 'fake' file.Simon Tatham2017-05-182-16/+3
* Move CAB-reading into its own file.Simon Tatham2017-05-183-35/+43
* Rename the libraries to remove the extra ".so" in the names.Simon Tatham2017-05-181-4/+4
* General MD5 cleanups.Simon Tatham2017-05-181-34/+24
* Fix parenthesis goof in the revised file-MD5ing code.Simon Tatham2017-05-181-1/+1
* Fix a memory-management goof.Simon Tatham2017-05-181-2/+1
* Make the symlinking in 'make install' idempotent.Simon Tatham2017-05-181-2/+4
* Rename fake-msi.c to makemsi.c.Simon Tatham2017-05-182-6/+14
* Move CAB-creation routines into their own file.Simon Tatham2017-05-183-69/+88
* Move the char16 functions into their own file.Simon Tatham2017-05-188-21/+13
* Move system_argv_* into their own file.Simon Tatham2017-05-188-57/+72
* Move dupcat out into its own file, and add dupstr.Simon Tatham2017-05-187-58/+68
* Redo the bounds checks in MsiGetFileVersion.Simon Tatham2017-05-183-51/+58
* Move MsiGetFileVersion out into its own file.Simon Tatham2017-05-183-184/+197
* Move snew/sfree out into their own header+src.Simon Tatham2017-05-188-25/+36
* Move MD5 out into its own file.Simon Tatham2017-05-185-255/+275
* Set up an autotools system.Simon Tatham2017-05-175-21/+65
* Top-level wrapper script to do the environment setup.Simon Tatham2017-05-171-0/+22
* Find makecab.py via $WIX rather than $PATH.Simon Tatham2017-05-171-1/+2
* Fix checksum calculation in CAB data records.Simon Tatham2017-05-161-1/+5
* Write terminating strings when MsiGetFileVersion() fails.Simon Tatham2017-05-161-0/+5
* Implement MsiGetFileHash.Simon Tatham2017-05-163-0/+253
* Implement MsiGetFileVersion.Simon Tatham2017-05-163-6/+188
* My own CAB-maker, which compresses.Simon Tatham2017-05-162-12/+112
* Use an LD_PRELOAD library in place of symlink to /home.Simon Tatham2017-05-162-1/+45
* Create the cab with the files in the right order.Simon Tatham2017-05-151-3/+22
* Trivial misspelled option.Simon Tatham2017-05-151-1/+1
* We now get as far as building a non-empty MSI file!Simon Tatham2017-05-154-49/+190
* Build cab files using lcab.Simon Tatham2017-05-155-102/+94
* All the remaining function stubs I appear to need.Simon Tatham2017-05-153-3/+183
* Start of a fake msi.dll.Simon Tatham2017-02-202-1/+18
* Set up a libtoolish Makefile for fake libs.Simon Tatham2017-02-202-42/+17
* Fake implementation of winterop.dll.Simon Tatham2017-02-162-0/+195