Commit Graph

91 Commits

Author SHA1 Message Date
Andrew Talbot f6cbd9a045 itss: Assign to structs instead of using memcpy. 2008-03-01 12:02:34 +01:00
Rob Shearman da1d3fb455 itss: Don't use typeof as it's not portable. 2008-02-27 14:52:24 +01:00
Jacek Caban 9577c4cb74 itss: Added BINDF_NEEDFILE test. 2008-02-04 13:17:17 +01:00
Andrew Talbot f4e67137a5 itss: Remove unneeded casts. 2008-01-08 12:54:12 +01:00
Alexandre Julliard ad9396302d Removed some unneeded imports. 2007-12-06 21:24:24 +01:00
Gerald Pfeifer b1c951b60d itss: Avoid checking an unsigned value for < 0. 2007-11-26 13:57:40 +01:00
Jacek Caban 0f16c1496f itss: Fixed tests on old IE. 2007-10-30 12:46:46 +01:00
Jacek Caban cecc7ab747 itss: Fixed test crash on IE7. 2007-10-26 14:04:17 +02:00
Lionel Debroux 6bca5f6fa0 itss: Remove redundant NULL check before free (found by Smatch). 2007-10-22 12:36:08 +02:00
Jacek Caban 7939297ceb itss: Fixed memory freeing. 2007-10-22 12:36:07 +02:00
Andrew Talbot edac40ad3c itss: Fix a typo. 2007-09-26 12:21:38 +02:00
Alexandre Julliard 14395a509a itss/tests: We can now store binary files in the repository. 2007-09-17 16:15:26 +02:00
Alec Berryman 6b266a7610 itss: Replace malloc/free with HeapAlloc/HeapFree. 2007-07-16 14:53:42 +02:00
Andrew Talbot 8f7b21e9b7 itss: Exclude unused headers. 2007-05-07 20:34:21 +02:00
Alexandre Julliard 69a88a9d40 Fix minor differences in the formatting of the license notices. 2007-05-04 12:08:15 +02:00
Jacek Caban b68e0cef1b itss: Added test of URLs with trailing slash. 2007-03-13 20:52:51 +01:00
Jacek Caban dda4420f05 itss: Use object_name in FindMimeFromData. 2007-03-13 20:52:48 +01:00
Jacek Caban 62c257acca itss: Ignore trailing slash in ITSProtocol::Start. 2007-03-13 20:52:43 +01:00
Jacek Caban ff0a61365c itss: Ignore trailing slash in IStorage::OpenStream. 2007-03-13 20:52:38 +01:00
Jan Zerebecki 373fcd0066 itss: Add DebugInfo to critical sections. 2007-03-12 13:37:38 +01:00
Jacek Caban 46132ee2cd itss: Added CombineUrl implementation. 2007-02-23 11:24:01 +01:00
Jacek Caban c0351acd57 itss: Added ParseUrl implementation. 2007-02-23 11:24:01 +01:00
Jacek Caban a4cc844bec itss: Added IInternetProtocolInfo interface stub implementation. 2007-02-23 11:24:01 +01:00
Jacek Caban 09cf4e5dcc itss: Added test of paths with back slashes and escaped URLs. 2007-02-23 11:24:01 +01:00
Jacek Caban 2cc9eb1665 itss: Fix handling URLs with back slashes and escaped URLs. 2007-02-23 11:24:01 +01:00
Jacek Caban 18632c2b3c itss: Fix opening streams with back slashes. 2007-02-23 11:24:01 +01:00
Andrew Talbot d517b54c43 itss: Constify a variable. 2007-02-14 21:03:44 +01:00
Jacek Caban 73452e90a4 itss: Fix handling URLs without '/' in object name. 2007-02-12 12:39:42 +01:00
Jacek Caban 42dda83b3f itss: Allow reading from ReportData call. 2007-02-06 22:07:21 +01:00
Jacek Caban 6489a1c242 itss: Added more protocol tests. 2007-01-15 12:30:37 +01:00
Jacek Caban 05d2aa4506 itss: Close chm file when destroying Storage. 2007-01-15 12:30:23 +01:00
Jacek Caban f925e0c0d1 itss: Return S_FALSE in IStream::Read if there is no more data to read. 2007-01-15 12:30:18 +01:00
Andrew Talbot 2786275559 itss: Remove unused variable and associated dead code. 2007-01-12 11:23:39 +01:00
Andrew Talbot 852ae99662 itss: Declare a function static. 2007-01-10 22:25:36 +01:00
Francois Gouget b84417ee11 itss: Fix spelling of the dwOrigin variables. 2007-01-04 11:25:10 +01:00
Alexandre Julliard f92ef1c543 makedep: Add support for magic comments in .rc files so we can generate proper dependencies for them. 2006-12-26 15:02:03 +01:00
Jacek Caban 1e65d4743c itss: Added test of protocol. 2006-12-26 12:36:46 +01:00
Jacek Caban 1f6c8f975d itss: Added ITS protocol implementation. 2006-12-26 12:20:39 +01:00
Jacek Caban 7d95f0c4da itss: Added ITSProtocol stub implementation. 2006-12-24 14:02:36 +01:00
Jacek Caban 162b3350e1 itss: DllCanUnloadNow code clean up. 2006-12-24 14:01:52 +01:00
Jacek Caban b79fa300ad itss: Move registration code to inf file and add missing registry. 2006-12-24 14:00:55 +01:00
Jacek Caban e6fd4d42f0 itss: Rename CLSID_ITSProtocol to CLSID_MSITStore.
ITSProtocol is a different object.
2006-12-24 13:59:26 +01:00
Jacek Caban ab4822ec73 itss: DllUnregisterServer is not a stub. 2006-12-24 13:59:16 +01:00
Hans Leidekker 2492abbbd3 itss: Win64 printf format warning fixes. 2006-10-12 21:26:39 +02:00
Michael Stefaniuc 173f7bd26c janitorial: Remove remaining NULL checks before free() (found by Smatch). 2006-10-10 12:56:24 +02:00
Michael Stefaniuc 85ce5117c5 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. 2006-09-29 16:08:30 +02:00
Alexandre Julliard 32ab895e46 makefiles: Generate the dependencies line to avoid some code duplication. 2006-09-14 09:38:16 +02:00
Mike McCormack 73137390b0 itss: Simplify the class factory. 2006-08-22 12:11:21 +02:00
Francois Gouget b684e9d652 itss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so we can register its VersionIndependentProgID. 2006-08-08 11:16:12 +02:00
Alexandre Julliard eb8a40c368 libs: Merged libwine_unicode into libwine.
Most dlls use libwine_unicode at this point, so there's nothing to
gain by having two separate libraries.
2006-07-11 19:33:22 +02:00