projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msi: Fix an access after freeing memory.
[wine]
/
dlls
/
urlmon
/
2006-11-17
Andrew Talbot
urlmon: Cast-qual warnings fix.
tree
|
commitdiff
2006-11-07
Francois Gouget
urlmon/tests: Fix compilation with the PSDK headers.
tree
|
commitdiff
2006-10-30
Jacek Caban
urlmon: Update winehq.org IP.
tree
|
commitdiff
2006-10-24
Francois Gouget
Don't include windows.h & co in the Wine sources.
tree
|
commitdiff
2006-10-24
Jacek Caban
urlmon: Added video/mpeg mime filter.
tree
|
commitdiff
2006-10-24
Jacek Caban
urlmon: Code clean up.
tree
|
commitdiff
2006-10-24
Jacek Caban
urlmon: Added video/avi mime filter implementation.
tree
|
commitdiff
2006-10-23
Jacek Caban
urlmon: Added image/tiff mime filter.
tree
|
commitdiff
2006-10-16
Alexandre Julliard
urlmon: Create a message window for each binding to...
tree
|
commitdiff
2006-10-16
Michael Stefaniuc
The Data1 member of the GUID struct needs to be an...
tree
|
commitdiff
2006-10-11
Ge van Geldorp
winapi_test: Regenerate tests.
tree
|
commitdiff
2006-10-07
Jacek Caban
urlmon: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-06
Jacek Caban
urlmon: Win64 printf format warning fixes.
tree
|
commitdiff
2006-10-05
Francois Gouget
Add missing '\n's to Wine traces.
tree
|
commitdiff
2006-10-03
Francois Gouget
urlmon: Fix spelling of the 'origin' parameter in the...
tree
|
commitdiff
2006-09-29
Francois Gouget
urlmon: Fix the case of the BINDINFO.cbstgmedData field...
tree
|
commitdiff
2006-09-29
Francois Gouget
Fix rpcndr.h so it takes CONST_VTABLE into account.
tree
|
commitdiff
2006-09-29
Michael Stefaniuc
Add a WINE_NO_LONG_INT define to many makefiles to...
tree
|
commitdiff
2006-09-21
Alexandre Julliard
urlmon/tests: Don't fail the tests if the network is...
tree
|
commitdiff
2006-09-14
Alexandre Julliard
makefiles: Generate the dependencies line to avoid...
tree
|
commitdiff
2006-08-28
Alexandre Julliard
makefiles: Only run test and documentation targets...
tree
|
commitdiff
2006-08-04
Robert Shearman
urlmon: Delay-load cabinet.dll as native urlmon doesn...
tree
|
commitdiff
2006-07-31
Jacek Caban
urlmon: Use CoInternetParseUrl in URLMonikerImpl_Construct.
tree
|
commitdiff
2006-07-24
Jacek Caban
urlmon: Don't use freed string in TRACE.
tree
|
commitdiff
2006-07-20
Jacek Caban
urlmon: Added PARSE_CANONICALIZE implementation in...
tree
|
commitdiff
2006-07-18
Jacek Caban
urlmon: Fix handle leak.
tree
|
commitdiff
2006-07-17
Jacek Caban
urlmon: Register zone and security manager.
tree
|
commitdiff
2006-07-17
Jacek Caban
urlmon: Added UrlMkGetSessionOption implementation.
tree
|
commitdiff
2006-07-17
Jacek Caban
urlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
tree
|
commitdiff
2006-07-12
James Hawkins
urlmon: Implement URLDownloadToCacheFileW.
tree
|
commitdiff
2006-07-12
Andrew Talbot
urlmon: Write-strings warnings fix.
tree
|
commitdiff
2006-07-11
Alexandre Julliard
libs: Merged libwine_unicode into libwine.
tree
|
commitdiff
2006-07-11
Jacek Caban
urlmon: Always verify mime using FindMimeFromData.
tree
|
commitdiff
2006-07-10
Alexandre Julliard
.gitignore: Added wildcards to ignore generated resourc...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore .ok files in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Recursively ignore testlist.c in all tests...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
make_dlls: Ignore generated import libraries from the...
tree
|
commitdiff
2006-07-10
Alexandre Julliard
Take advantage of the recursive nature of .gitignore...
tree
|
commitdiff
2006-07-10
Jacek Caban
urlmon: Register protocol handlers in DllMain.
tree
|
commitdiff
2006-07-10
Jacek Caban
urlmon: Use non heap based objects for class factories.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Added image/x-png mime filter.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Added image/bmp filter.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Added image/gif filter.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Added more test of FindMimeFromData.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Fix handling of proposed mime.
tree
|
commitdiff
2006-07-07
Jacek Caban
urlmon: Added image/pjpeg mime filter.
tree
|
commitdiff
2006-06-30
Paul Vriens
Use the return value of register_key_guid.
tree
|
commitdiff
2006-06-20
Jacek Caban
urlmon: Call Binding_CloseCacheDownload after Binding_F...
tree
|
commitdiff
2006-06-13
Alexandre Julliard
urlmon/tests: Don't use sizeof in ok() to avoid printf...
tree
|
commitdiff
2006-06-03
Jacek Caban
urlmon: Use task queue to handle OnDataAvailable call.
tree
|
commitdiff
2006-06-03
Jacek Caban
urlmon: Added OnResponse implementation.
tree
|
commitdiff
2006-06-01
Jacek Caban
urlmon: Remove no longer needed binding value in task_t.
tree
|
commitdiff
2006-06-01
Jacek Caban
urlmon: Use task queue for cross thread calls in on_pro...
tree
|
commitdiff
2006-06-01
Jacek Caban
urlmon: Use task queue in Switch implementation.
tree
|
commitdiff
2006-06-01
Jacek Caban
urlmon: Added task queue architecture and use it for...
tree
|
commitdiff
2006-06-01
Jacek Caban
urlmon: Make suse that every OnProgress call is in...
tree
|
commitdiff
2006-05-31
Jacek Caban
urlmon: Use FindMimeFromData to determine MIME type.
tree
|
commitdiff
2006-05-31
Jacek Caban
urlmon: Added text/html filter.
tree
|
commitdiff
2006-05-31
Jacek Caban
urlmon: Use filters mechanism in FindMimeFromData.
tree
|
commitdiff
2006-05-28
Jacek Caban
urlmon: Improve debug traces.
tree
|
commitdiff
2006-05-28
Jacek Caban
urlmon: Store STGMEDIUM in Binding object and set its...
tree
|
commitdiff
2006-05-28
Jacek Caban
urlmon: Return IClassFactory in get_protocol_handler...
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Fix implementation of ReleaseBindInfo.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Better pending read handling.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added Switch implementation.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added handling BINDDSTATUS_FINDINGSOURCE and...
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Call OnProgress in apartment thread.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Return MK_S_ASYNCHRONOUS if bindindg is asynchr...
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added ReportResult implementation.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added GetRootSecurityId and BeginningTransactio...
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added registering name space test.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Use registered protocols.
tree
|
commitdiff
2006-05-25
Jacek Caban
urlmon: Added [Un]RegisterNamespace implementation.
tree
|
commitdiff
2006-05-24
Alexandre Julliard
Link against libwine_unicode everywhere we use Unicode...
tree
|
commitdiff
2006-05-23
Jonathan Ernst
Update the address of the Free Software Foundation.
tree
|
commitdiff
2006-05-15
Jacek Caban
urlmon: Fix tests.
tree
|
commitdiff
2006-05-10
Robert Shearman
Check the return value from register_key_guid in all...
tree
|
commitdiff
2006-05-10
Michael Stefaniuc
janitorial: Remove redundant NULL pointer checks before...
tree
|
commitdiff
2006-03-06
Francois Gouget
Fix compatibility with native advpack dlls.
tree
|
commitdiff
2006-02-27
Francois Gouget
advpack: Prepare the unicodification of advpack.dll.
tree
|
commitdiff
2006-01-24
Dmitry Timoshkov
Make more arrays const.
tree
|
commitdiff
2006-01-11
Jacek Caban
urlmon: Reimplement CoInternetCombineUrl to use pluggab...
tree
|
commitdiff
2006-01-11
Jacek Caban
urlmon: Use CoInternetCombineUrl in URLMonikerImpl_Cons...
tree
|
commitdiff
2006-01-09
Jacek Caban
urlmon: Fix ref counting.
tree
|
commitdiff
2006-01-09
Jacek Caban
urlmon: Pass FORMATETC to OnDataAvailable.
tree
|
commitdiff
2006-01-09
Jacek Caban
urlmon: Added implementation of protocol stream.
tree
|
commitdiff
2006-01-06
Rolf Kalbermatter
urlmon: Fix a LARGE_INTEGER truncation.
tree
|
commitdiff
2006-01-05
Jacek Caban
urlmon: Added implementation of QueryService and stub...
tree
|
commitdiff
2006-01-05
Jacek Caban
urlmon: Query service provider for IInternetProtocol.
tree
|
commitdiff
2006-01-05
Jacek Caban
urlmon: Code clean up.
tree
|
commitdiff
2006-01-05
Jacek Caban
urlmon: Added GetBindInfoString implementation.
tree
|
commitdiff
2005-12-31
Jacek Caban
urlmon: Added http protocol tests (currently failing...
tree
|
commitdiff
2005-12-31
Jacek Caban
urlmon: Removed not used code.
tree
|
commitdiff
2005-12-26
Jacek Caban
urlmon: Added GetSecurityId implementation.
tree
|
commitdiff
2005-12-26
Jacek Caban
urlmon: Use pluggable protocol for file protocol.
tree
|
commitdiff
2005-12-26
Rolf Kalbermatter
urlmon: Implement BindAsyncMoniker function.
tree
|
commitdiff
2005-12-26
Jacek Caban
urlmon: URL with two slashes is valid.
tree
|
commitdiff
2005-12-19
Jacek Caban
urlmon: Added handling of BINDF_FROMURLMON in file...
tree
|
commitdiff
2005-12-19
Jacek Caban
urlmon: Added some tests and fixes of file protocol.
tree
|
commitdiff
2005-12-16
Jacek Caban
urlmon: Fix BindToStorage test.
tree
|
commitdiff
next