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 |
Alexandre Julliard
|
cc2b3b48e6
|
Take advantage of the recursive nature of .gitignore for Makefile entries.
Prefix other entries with '/' to make them non-recursive.
|
2006-07-10 20:47:54 +02:00 |
Paul Vriens
|
8f143f190c
|
Use the return value of register_key_guid.
|
2006-06-30 21:08:07 +02:00 |
Alexandre Julliard
|
c637fa3cc6
|
itss: Make the virtual table functions static where possible.
|
2006-06-10 11:58:27 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Robert Shearman
|
74407105d2
|
Check the return value from register_key_guid in all the DLL registering code.
|
2006-05-10 19:38:04 +02:00 |
Alexandre Julliard
|
0ec7e1a591
|
Renamed all .cvsignore files to .gitignore.
|
2005-11-26 13:10:33 +01:00 |
Alexandre Julliard
|
7e22be4d84
|
We are no longer generating .dbg.c files.
|
2005-09-29 10:35:58 +00:00 |
Mike McCormack
|
a107234dcd
|
gcc 4.0 warning fixes.
|
2005-08-29 09:38:19 +00:00 |
James Hawkins
|
5a07e6eda1
|
Moved itss.idl to include/wine.
|
2005-08-25 10:25:14 +00:00 |
James Hawkins
|
b032243bdb
|
Register the ITStorage class.
|
2005-08-23 18:17:03 +00:00 |