1. 88f6e89 itss: Enlarge buffer to include space for a concatenated value. by Erich Hoover · 13 years ago
  2. f71efc2 itss: Use case-insensitive strcmp. by Andrew Eikum · 13 years ago
  3. b56dc9a winecrt0: Remove the clsid parameter in __wine_(un)register_resources. by Alexandre Julliard · 14 years ago
  4. 91adaf6 itss/tests: Fix spelling of a variable name. by Francois Gouget · 14 years ago
  5. a7f7d1b itss: Mark internal symbols with hidden visibility. by Marcus Meissner · 14 years ago
  6. 41eb98e itss: Convert protocol registration to the IRegistrar format. by Alexandre Julliard · 14 years ago
  7. 965aea8 itss: Standardize the COM usage in storage.c. by Michael Stefaniuc · 14 years ago
  8. 872e3f3 itss: Use ifaces instead of vtbl pointers in ITSProtocol. by Michael Stefaniuc · 14 years ago
  9. 8333eaa itss: Standardize the COM usage in itss.c. by Michael Stefaniuc · 14 years ago
  10. 72f3765 itss: Standardize the COM usage in moniker.c. by Michael Stefaniuc · 14 years ago
  11. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  12. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  13. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  14. 6164ce2 makefiles: Use the standard C_SRCS variable as the list of test files. by Alexandre Julliard · 15 years ago
  15. 0887094 itss: Don't create empty default key values where not necessary. by Alexandre Julliard · 15 years ago
  16. 7a8638d itss: Reorder some code to avoid leaking memory on an error path. by Michael Stefaniuc · 15 years ago
  17. 6627b90 itss: Implement IStorageImpl_OpenStorage. by Erich Hoover · 15 years ago
  18. 87e8999 itss: Fix typo in registry entry creation. by Nikolay Sivov · 15 years ago
  19. 56af92b makefiles: Regenerate the source lists using make_makefiles. by Alexandre Julliard · 16 years ago
  20. 19067f1 urlmon.idl: Use HANDLE_PTR in IInternetProtocolRoot::Start declaration. by Jacek Caban · 16 years ago
  21. 1d52f5f itss/tests: Fix test failures on some Win95 and NT4 boxes. by Paul Vriens · 16 years ago
  22. 193b9b8 itss: Replace malloc() with HeapAlloc(). by Andrew Talbot · 16 years ago
  23. 59a5024 itss: Remove unused function. by Andrew Talbot · 16 years ago
  24. e7d58bd itss: Move buffer initialization a bit up (Coverity). by Marcus Meissner · 16 years ago
  25. 07a7c1f itss: Remove some superfluous pointer casts. by Michael Stefaniuc · 16 years ago
  26. 6d27685 itss: Remove unneeded casts of zero. by Michael Stefaniuc · 16 years ago
  27. 763562d itss: Sign-compare warnings fix. by Andrew Talbot · 16 years ago
  28. f67256f itss/tests: Use FAILED instead of !SUCCEEDED. by Michael Stefaniuc · 16 years ago
  29. 79c64ac tests: Don't depend on the static uuid libraries in the tests. by Alexandre Julliard · 17 years ago
  30. 863b0cd itss: Remove a test that we expect to fail sometimes. by James Hawkins · 17 years ago
  31. dad21bb makefiles: List the static libraries as normal imports instead of extra libs. by Alexandre Julliard · 17 years ago
  32. 67fb550 itss: Fix function prototype now that widl does the right thing with const. by Alexandre Julliard · 17 years ago
  33. cb2274e Spelling fixes. by Austin English · 17 years ago
  34. f6cbd9a itss: Assign to structs instead of using memcpy. by Andrew Talbot · 17 years ago
  35. da1d3fb itss: Don't use typeof as it's not portable. by Rob Shearman · 17 years ago
  36. 9577c4c itss: Added BINDF_NEEDFILE test. by Jacek Caban · 17 years ago
  37. f4e6713 itss: Remove unneeded casts. by Andrew Talbot · 17 years ago
  38. ad93963 Removed some unneeded imports. by Alexandre Julliard · 17 years ago
  39. b1c951b itss: Avoid checking an unsigned value for < 0. by Gerald Pfeifer · 17 years ago
  40. 0f16c14 itss: Fixed tests on old IE. by Jacek Caban · 17 years ago
  41. cecc7ab itss: Fixed test crash on IE7. by Jacek Caban · 17 years ago
  42. 6bca5f6 itss: Remove redundant NULL check before free (found by Smatch). by Lionel Debroux · 17 years ago
  43. 7939297 itss: Fixed memory freeing. by Jacek Caban · 17 years ago
  44. edac40a itss: Fix a typo. by Andrew Talbot · 18 years ago
  45. 14395a5 itss/tests: We can now store binary files in the repository. by Alexandre Julliard · 18 years ago
  46. 6b266a7 itss: Replace malloc/free with HeapAlloc/HeapFree. by Alec Berryman · 18 years ago
  47. 8f7b21e itss: Exclude unused headers. by Andrew Talbot · 18 years ago
  48. 69a88a9 Fix minor differences in the formatting of the license notices. by Alexandre Julliard · 18 years ago
  49. b68e0ce itss: Added test of URLs with trailing slash. by Jacek Caban · 18 years ago
  50. dda4420 itss: Use object_name in FindMimeFromData. by Jacek Caban · 18 years ago
  51. 62c257a itss: Ignore trailing slash in ITSProtocol::Start. by Jacek Caban · 18 years ago
  52. ff0a613 itss: Ignore trailing slash in IStorage::OpenStream. by Jacek Caban · 18 years ago
  53. 373fcd0 itss: Add DebugInfo to critical sections. by Jan Zerebecki · 18 years ago
  54. 46132ee itss: Added CombineUrl implementation. by Jacek Caban · 18 years ago
  55. c0351ac itss: Added ParseUrl implementation. by Jacek Caban · 18 years ago
  56. a4cc844 itss: Added IInternetProtocolInfo interface stub implementation. by Jacek Caban · 18 years ago
  57. 09cf4e5 itss: Added test of paths with back slashes and escaped URLs. by Jacek Caban · 18 years ago
  58. 2cc9eb1 itss: Fix handling URLs with back slashes and escaped URLs. by Jacek Caban · 18 years ago
  59. 18632c2 itss: Fix opening streams with back slashes. by Jacek Caban · 18 years ago
  60. d517b54 itss: Constify a variable. by Andrew Talbot · 18 years ago
  61. 73452e9 itss: Fix handling URLs without '/' in object name. by Jacek Caban · 18 years ago
  62. 42dda83 itss: Allow reading from ReportData call. by Jacek Caban · 18 years ago
  63. 6489a1c itss: Added more protocol tests. by Jacek Caban · 18 years ago
  64. 05d2aa4 itss: Close chm file when destroying Storage. by Jacek Caban · 18 years ago
  65. f925e0c itss: Return S_FALSE in IStream::Read if there is no more data to read. by Jacek Caban · 18 years ago
  66. 2786275 itss: Remove unused variable and associated dead code. by Andrew Talbot · 18 years ago
  67. 852ae99 itss: Declare a function static. by Andrew Talbot · 18 years ago
  68. b84417e itss: Fix spelling of the dwOrigin variables. by Francois Gouget · 18 years ago
  69. f92ef1c makedep: Add support for magic comments in .rc files so we can generate proper dependencies for them. by Alexandre Julliard · 18 years ago
  70. 1e65d47 itss: Added test of protocol. by Jacek Caban · 18 years ago
  71. 1f6c8f9 itss: Added ITS protocol implementation. by Jacek Caban · 18 years ago
  72. 7d95f0c itss: Added ITSProtocol stub implementation. by Jacek Caban · 18 years ago
  73. 162b335 itss: DllCanUnloadNow code clean up. by Jacek Caban · 18 years ago
  74. b79fa30 itss: Move registration code to inf file and add missing registry. by Jacek Caban · 18 years ago
  75. e6fd4d4 itss: Rename CLSID_ITSProtocol to CLSID_MSITStore. by Jacek Caban · 18 years ago
  76. ab4822e itss: DllUnregisterServer is not a stub. by Jacek Caban · 18 years ago
  77. 2492abb itss: Win64 printf format warning fixes. by Hans Leidekker · 18 years ago
  78. 173f7bd janitorial: Remove remaining NULL checks before free() (found by Smatch). by Michael Stefaniuc · 18 years ago
  79. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 19 years ago
  80. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  81. 7313739 itss: Simplify the class factory. by Mike McCormack · 19 years ago
  82. b684e9d itss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste) so we can register its VersionIndependentProgID. by Francois Gouget · 19 years ago
  83. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  84. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  85. 8f143f1 Use the return value of register_key_guid. by Paul Vriens · 19 years ago
  86. c637fa3 itss: Make the virtual table functions static where possible. by Alexandre Julliard · 19 years ago
  87. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  88. 7440710 Check the return value from register_key_guid in all the DLL registering code. by Robert Shearman · 19 years ago
  89. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  90. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  91. a107234 gcc 4.0 warning fixes. by Mike McCormack · 20 years ago
  92. 5a07e6e Moved itss.idl to include/wine. by James Hawkins · 20 years ago
  93. b032243 Register the ITStorage class. by James Hawkins · 20 years ago
  94. d4bea31 itss doesn't need an import library. by Alexandre Julliard · 20 years ago
  95. a152470 Mark DllMain and similar exports as private. by Alexandre Julliard · 20 years ago
  96. bda7ace Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  97. 0791d06 Interlocked LONG* gcc warning fixes. by Mike McCormack · 20 years ago
  98. 1040952 Export DllMain as native does. by Jacek Caban · 20 years ago
  99. fd2b498 Use GUIDs from itss.idl. by Jacek Caban · 20 years ago
  100. 383302c Make functions static. by Mike McCormack · 20 years ago