aboutsummaryrefslogtreecommitdiff
path: root/wrapper.py (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-26Migrate Python code to Python 3.Simon Tatham2-15/+17
2018-05-14Stop using real pointers as handles in makemsi.c.Simon Tatham1-22/+81
2017-06-07First draft of licence and readme files.Simon Tatham2-0/+116
2017-05-28Fix WORD16 and WORD32 macros.Simon Tatham1-11/+11
2017-05-28Add a command-line test program.Simon Tatham8-3/+50
2017-05-18Rename the last 'fake' file.Simon Tatham2-16/+3
2017-05-18Move CAB-reading into its own file.Simon Tatham3-35/+43
2017-05-18Rename the libraries to remove the extra ".so" in the names.Simon Tatham1-4/+4
2017-05-18General MD5 cleanups.Simon Tatham1-34/+24
2017-05-18Fix parenthesis goof in the revised file-MD5ing code.Simon Tatham1-1/+1
2017-05-18Fix a memory-management goof.Simon Tatham1-2/+1
2017-05-18Make the symlinking in 'make install' idempotent.Simon Tatham1-2/+4
2017-05-18Rename fake-msi.c to makemsi.c.Simon Tatham2-6/+14
2017-05-18Move CAB-creation routines into their own file.Simon Tatham3-69/+88
2017-05-18Move the char16 functions into their own file.Simon Tatham8-21/+13
2017-05-18Move system_argv_* into their own file.Simon Tatham8-57/+72
2017-05-18Move dupcat out into its own file, and add dupstr.Simon Tatham7-58/+68
2017-05-18Redo the bounds checks in MsiGetFileVersion.Simon Tatham3-51/+58
2017-05-18Move MsiGetFileVersion out into its own file.Simon Tatham3-184/+197
2017-05-18Move snew/sfree out into their own header+src.Simon Tatham8-25/+36
2017-05-18Move MD5 out into its own file.Simon Tatham5-255/+275
2017-05-17Set up an autotools system.Simon Tatham5-21/+65