projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
setupapi: Add a stub for SetupDiGetDeviceInstallParamsW.
[wine]
/
dlls
/
setupapi
/
install.c
2012-07-09
Hans Leidekker
setupapi: SetupInstallServicesFromInfSection doesn...
blob
|
commitdiff
|
raw
2012-05-30
Alexandre Julliard
setupapi: Add support for a WinePreInstall section...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-19
Frédéric Delanoy
setupapi: Correctly handle errors in fake_dlls_callback...
blob
|
commitdiff
|
raw
|
diff to current
2011-12-14
Alexandre Julliard
setupapi: Specify the correct binary file name when...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-08
Alexandre Julliard
setupapi: Add a trace for the install mode value.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-26
Alexandre Julliard
setupapi: Delay freeing registered dlls until they...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-09
Austin English
setupapi: Avoid shadowing a parameter.
blob
|
commitdiff
|
raw
|
diff to current
2010-04-06
Stefan Leichter
setupapi: Implement SetupGetInfFileListA.
blob
|
commitdiff
|
raw
|
diff to current
2010-03-27
Alexandre Julliard
setupapi: Only cleanup fake dlls once the whole section...
blob
|
commitdiff
|
raw
|
diff to current
2010-02-16
Alexandre Julliard
setupapi: Add support for creating registry symlinks...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-14
Stefan Leichter
setupapi: Implement SetupGetInfFileListW.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
Stefan Leichter
setupapi: Add stub and some tests for SetupGetInfFileListW.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-27
Alexandre Julliard
setupapi: Create fake dlls before performing dll regist...
blob
|
commitdiff
|
raw
|
diff to current
2009-10-15
Alexandre Julliard
setupapi: Use a global buffer to read fake dll files...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-10
Michael Stefaniuc
setupapi: Use FAILED instead of !SUCCEEDED.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-24
Vincent Povirk
setupapi: Implement FLG_PROFITEM_GROUP.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-07
Vincent Povirk
setupapi: Add a matching CoUninitialize call.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-05
Vincent Povirk
setupapi: Implement ProfileItems directive.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Alexandre Julliard
setupapi: Install services in InstallHinfSection.
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Alexandre Julliard
setupapi: Implemented SetupInstallServicesFromInfSectionW.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Paul Vriens
setupapi: Forward SetupInstallServicesFromInfSectionA...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-02
Chris Robinson
setupapi: Add stub for SetupInstallServicesFromInfSectionW.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Louis Lenders
setupapi: Add stub for SetupInstallServicesFromInfSectionA.
blob
|
commitdiff
|
raw
|
diff to current
2007-08-21
Damjan Jovanovic
setupapi: Use NtDeleteKey instead of an invalid RegDele...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Misha Koshelev
setupapi: Simplify code as native setupapi does not...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Misha Koshelev
setupapi: Handle unquoted paths in InstallHinfSection...
blob
|
commitdiff
|
raw
|
diff to current
2007-05-04
Rob Shearman
setupapi: The inf file containing the SourceDisksFiles...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-21
Francois Gouget
setupapi: Fix handling of 'CopyFiles=@file'.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-14
Hans Leidekker
setupapi: The inf section suffix that corresponds to...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Dmitry Timoshkov
setupapi: Fix a typo.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-14
Michael Stefaniuc
setupapi: Win64 printf format warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Francois Gouget
setupapi: Fix handling of inf paths that are quoted...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Michael Stefaniuc
Remove more redundant NULL checks before HeapFree ...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Alexandre Julliard
setupapi: Added support for creating fake dlls at insta...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-18
Alexandre Julliard
setupapi: Added support for calling executables in...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-03
Alexandre Julliard
Added support for optional section.ntx86 and section...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-14
Ge van Geldorp
Base of REG_DWORD entries must be auto-detected.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-30
Eric Pouech
Const correctness fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Alexandre Julliard
SPINST_UNREGSVR must use the UnregisterDlls section...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Alexandre Julliard
Implemented InstallHinfSection (based on a patch by...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-27
Alexandre Julliard
Added support for the RegisterDlls section (partly...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Steven Edwards
Porting fixes.
blob
|
commitdiff
|
raw
|
diff to current
2003-09-05
Alexandre Julliard
Fixed header dependencies to be fully compatible with...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-13
Huw Davies
Use strtoulW instead of strtolW for DWORD conversion.
blob
|
commitdiff
|
raw
|
diff to current
2002-10-18
Alexandre Julliard
Fixed warnings caused by conversion to -DSTRICT.
blob
|
commitdiff
|
raw
|
diff to current
2002-09-12
Patrik Stridvall
Moved all the content of the DDK files ntdef.h and...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-13
Aric Stewart
When processing the reg section we need to delete befor...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-16
Alexandre Julliard
Implemented strtolW/strtoulW in libwine_unicode and...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-02
Alexandre Julliard
Implemented a large number of the 32-bit setupapi funct...
blob
|
commitdiff
|
raw
|
diff to current