index
:
wix-on-linux
main
A mirror of https://git.tartarus.org/simon/wix-on-linux.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
api.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-26
Migrate Python code to Python 3.
Simon Tatham
2
-15
/
+17
2018-05-14
Stop using real pointers as handles in makemsi.c.
Simon Tatham
1
-22
/
+81
2017-06-07
First draft of licence and readme files.
Simon Tatham
2
-0
/
+116
2017-05-28
Fix WORD16 and WORD32 macros.
Simon Tatham
1
-11
/
+11
2017-05-28
Add a command-line test program.
Simon Tatham
8
-3
/
+50
2017-05-18
Rename the last 'fake' file.
Simon Tatham
2
-16
/
+3
2017-05-18
Move CAB-reading into its own file.
Simon Tatham
3
-35
/
+43
2017-05-18
Rename the libraries to remove the extra ".so" in the names.
Simon Tatham
1
-4
/
+4
2017-05-18
General MD5 cleanups.
Simon Tatham
1
-34
/
+24
2017-05-18
Fix parenthesis goof in the revised file-MD5ing code.
Simon Tatham
1
-1
/
+1
2017-05-18
Fix a memory-management goof.
Simon Tatham
1
-2
/
+1
2017-05-18
Make the symlinking in 'make install' idempotent.
Simon Tatham
1
-2
/
+4
2017-05-18
Rename fake-msi.c to makemsi.c.
Simon Tatham
2
-6
/
+14
2017-05-18
Move CAB-creation routines into their own file.
Simon Tatham
3
-69
/
+88
2017-05-18
Move the char16 functions into their own file.
Simon Tatham
8
-21
/
+13
2017-05-18
Move system_argv_* into their own file.
Simon Tatham
8
-57
/
+72
2017-05-18
Move dupcat out into its own file, and add dupstr.
Simon Tatham
7
-58
/
+68
2017-05-18
Redo the bounds checks in MsiGetFileVersion.
Simon Tatham
3
-51
/
+58
2017-05-18
Move MsiGetFileVersion out into its own file.
Simon Tatham
3
-184
/
+197
2017-05-18
Move snew/sfree out into their own header+src.
Simon Tatham
8
-25
/
+36
2017-05-18
Move MD5 out into its own file.
Simon Tatham
5
-255
/
+275
2017-05-17
Set up an autotools system.
Simon Tatham
5
-21
/
+65