index
:
msitools.git
master
wip/colorhug-client
wip/foreign-menu
Tools and a library to manipulate MSI files
Fabiano Fidêncio
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libmsi
/
streams.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean-up all gcc warning
Marc-André Lureau
2013-02-08
1
-0
/
+3
*
Replace WARN with g_warning
Marc-André Lureau
2013-02-07
1
-3
/
+3
*
Replace FIXME with g_warning("FIXME:...")
Marc-André Lureau
2013-02-07
1
-1
/
+1
*
Remove LIBMSI_RESULT_NO_MORE_ITEMS from API
Marc-André Lureau
2013-01-17
1
-2
/
+2
*
Merge branch 'pre-gsf'
Paolo Bonzini
2012-12-10
1
-1
/
+1
|
\
|
*
Split libmsi.h to be more gobject-like
Marc-André Lureau
2012-12-10
1
-1
/
+1
*
|
wine bug: accessing name in streams_view_set_row even if mask&1 == 0
Paolo Bonzini
2012-12-06
1
-6
/
+17
*
|
eliminate Windows dependencies
Paolo Bonzini
2012-12-06
1
-9
/
+2
*
|
eliminate WCHAR
Paolo Bonzini
2012-12-06
1
-10
/
+10
*
|
port to libgsf
Paolo Bonzini
2012-12-06
1
-11
/
+11
|
/
*
LibmsiViews are not objects
Paolo Bonzini
2012-12-06
1
-1
/
+1
*
delay reading streams to commit time
Paolo Bonzini
2012-12-06
1
-7
/
+4
*
delay writing streams to the outfile
Paolo Bonzini
2012-12-06
1
-5
/
+0
*
do _Streams/_Storages enumeration on the internal data structures
Paolo Bonzini
2012-12-06
1
-64
/
+29
*
move stream creation to database.c
Paolo Bonzini
2012-12-06
1
-47
/
+8
*
make table stream I/O independent from everything else
Paolo Bonzini
2012-12-06
1
-1
/
+1
*
reorganize commit process to prepare for adding streams/storages
Paolo Bonzini
2012-12-06
1
-0
/
+5
*
separate the input and output storages for LibmsiDatabase
Paolo Bonzini
2012-12-06
1
-3
/
+3
*
wine bug: implement streams_view_delete_row
Paolo Bonzini
2012-12-06
1
-1
/
+25
*
remove libmsi_query_modify
Paolo Bonzini
2012-12-06
1
-89
/
+0
*
introduce LibmsiResult
Paolo Bonzini
2012-12-06
1
-32
/
+32
*
abandon camelcase
Paolo Bonzini
2012-12-06
1
-56
/
+56
*
allocate views with alloc_msiobject
Paolo Bonzini
2012-12-06
1
-1
/
+1
*
use actual types in the API
Paolo Bonzini
2012-12-06
1
-2
/
+2
*
wine bug: do not doubly encode the stream name
Paolo Bonzini
2012-12-06
1
-12
/
+1
*
use libc memory allocation functions
Paolo Bonzini
2012-12-06
1
-1
/
+2
*
ok, things start to be readable
Paolo Bonzini
2012-12-06
1
-50
/
+50
*
get rid of the useless Win32 BOOL type
Paolo Bonzini
2012-12-06
1
-15
/
+15
*
get rid of stupid Win32 integer types
Paolo Bonzini
2012-12-06
1
-37
/
+37
*
remove superfluous "struct tagMSIVIEW"
Paolo Bonzini
2012-12-06
1
-15
/
+15
*
get rid of P/LP types
Paolo Bonzini
2012-12-06
1
-7
/
+7
*
split multiple declarations on a single line
Paolo Bonzini
2012-12-06
1
-1
/
+2
*
we finally have our own header
Paolo Bonzini
2012-12-06
1
-1
/
+1
*
promote wine includes to main source directory
Paolo Bonzini
2012-12-06
1
-2
/
+2
*
header file diet
Paolo Bonzini
2012-12-06
1
-1
/
+0
*
butcher debugging interfaces
Paolo Bonzini
2012-12-06
1
-1
/
+0
*
initial commit
Paolo Bonzini
2012-10-22
1
-0
/
+563