1. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  2. 4325554 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  3. fec6930 Simple implementation of InternetAutodial. by Roderick Colenbrander · 23 years ago
  4. 3635056 Protect InternetCloseHandle() against invalid handles. by Marcus Meissner · 23 years ago
  5. 7c4cb51 Cast void* to char* for pointer arithmetic. by Gregg Mattinson · 23 years ago
  6. ff9b9d4 Reworking of http and asyncronous calls to get IE6 to install. by Aric Stewart · 23 years ago
  7. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  8. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  9. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  10. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  11. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  12. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  13. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  14. fc2be7e Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  15. 5769d1d Better support for configure detection of missing types, added check by Alexandre Julliard · 23 years ago
  16. f89d4a8 Fixed some issues found by winapi_check. by Patrik Stridvall · 23 years ago
  17. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  18. e00aca0 Added InternetOpenURLA implementation. by Bernhard Rosenkraenzer · 23 years ago
  19. b8805b6 Created dummy implementation of InternetSetOption function. by Andriy Palamarchuk · 23 years ago
  20. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  21. 651a8ba Added some defines for compatibility with Windows headers. by Patrik Stridvall · 23 years ago
  22. 5320a42 Added FindFirstUrlCacheEntry[AW] stubs. by Eric Kohl · 23 years ago
  23. 8aceb00 Fix invalid C code (undefined behavior). by Francois Gouget · 23 years ago
  24. ca737fa Fix definition of BY_HANDLE_FILE_INFORMATION structure. by Dmitry Timoshkov · 23 years ago
  25. d83dfd0 Trivial fixes for shlwapi and Internet routines. by Gerard Patel · 23 years ago
  26. 664b9bb Add a few extra fields to HTTP_GetStdHeaderIndex. by Johan Dahlin · 23 years ago
  27. 603f20f Add exclusion defs & remaining funcs, remove internal types & by Jon Griffiths · 23 years ago
  28. aafec98 - Define rest of URL_ESCAPE... and other flags. by Guy Albertelli · 23 years ago
  29. 3bb9a36 Spelling, grammar and a bit of comment formatting fixes. by Francois Gouget · 23 years ago
  30. 7659882 Skip port number before calling gethostbyname. Fix non-absolute urls. by Nikolas Zimmermann · 24 years ago
  31. ee0c4f8 Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid confusion). by Andreas Mohr · 24 years ago
  32. 3c0211f Cleanup code that is strange or difficult to parse. by Patrik Stridvall · 24 years ago
  33. 98343e3 More debug output for InternetGetCookie, added stub for InternetSetCookie. by Marcus Meissner · 24 years ago
  34. 909bcde Fix compilation errors on FreeBSD. by Francois Gouget · 24 years ago
  35. a0f98f1 Made independent from winsock. by Francois Gouget · 24 years ago
  36. 1922c72 Removed unnecessary inclusion of heap.h. by Alexandre Julliard · 24 years ago
  37. 22255b3 Have InternetGetConnectedState always return 'LAN connection'. by Marcus Meissner · 24 years ago
  38. 01d5e5b Documentation fixes. by Patrik Stridvall · 24 years ago
  39. 3ca9823 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  40. 8b216b3 Documentation ordinal fixes. by Patrik Stridvall · 24 years ago
  41. c01c193 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  42. 49dd3fb Stub for InternetGetCookieA. by Ulrich Czekalla · 24 years ago
  43. 3f1ed52 Implemented 64bit file size handling. by Marcus Meissner · 24 years ago
  44. e76218d Add '\n' at the end of traces. by Francois Gouget · 24 years ago
  45. b9807b4 Add includes for <time.h>. by Chris Morgan · 24 years ago
  46. 4ab1558 - Remove <string.h> from winnt.h. by Jon Griffiths · 24 years ago
  47. 0aebee9 Escape any spaces in lpszObjectName passed to HttpOpenRequest. by Huw D M Davies · 24 years ago
  48. fc7f607 Implement InternetCanonicalizeUrl. by Huw D M Davies · 24 years ago
  49. f5682a0 - implemented passive FTP transfers (PASV, needed for firewalls) by Andreas Mohr · 24 years ago
  50. 3f01488 InternetCloseHandle didn't return TRUE in all appropriate cases. by Andreas Mohr · 24 years ago
  51. 7a4e599 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  52. b75b823 Add missing #include <netinet/in.h> to get struct in_addr on all platforms. by Gerald Pfeifer · 24 years ago
  53. ea18679 Remove libXXXX.so.1.0 lines from .cvsignore files. by David Elliott · 24 years ago
  54. 1ed5577 Don't include windows.h internally. by Patrik Stridvall · 24 years ago
  55. 529da54 Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ; by Dimitrie O. Paun · 24 years ago
  56. 5d1a638 Added checking for netdb.h. by Hidenori Takeshima · 24 years ago
  57. 024d6c5 Fixed some issues found by winapi_check. by Patrik Stridvall · 24 years ago
  58. c95b1aa Avoid linking with ntdll where possible. by Alexandre Julliard · 24 years ago
  59. 0e44f63 Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions. by Alexandre Julliard · 24 years ago
  60. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  61. 73d4b5e Initialize nSocketFD to INVALID_SOCKET. by Huw D M Davies · 24 years ago
  62. b56a8df Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>. by Gerald Pfeifer · 24 years ago
  63. 9a442f7 Send the local ip address with the PORT command and not that of the by Huw D M Davies · 24 years ago
  64. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  65. f9b6d7b Stub for HttpSendRequestExA. by Huw D M Davies · 24 years ago
  66. eb0231d Include <unistd.h> for prototype of select(). by Gerald Pfeifer · 25 years ago
  67. 3496556 - made the MIDI sequencer error message much better for confused users by Andreas Mohr · 25 years ago
  68. 8c5df7b Fixed some warnings. by Marcus Meissner · 25 years ago
  69. dcd247e Moved CharUpper* and CharLower* functions to dlls/user. by Alexandre Julliard · 25 years ago
  70. 5ab9d86 Removed some unnecessary #includes and dll dependencies. by Alexandre Julliard · 25 years ago
  71. e514103 Added imports of kernel32.dll where necessary. by Alexandre Julliard · 25 years ago
  72. 11ca9b9 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  73. 66b4dd2 Added "Mime-Version" to standard MIME headers parsed in by John R. Sheets · 25 years ago
  74. 9e38c64 Implemented InternetCheckConnectionA. by Aric Stewart · 25 years ago
  75. 646d2a2 Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos. by John R. Sheets · 25 years ago
  76. 4d2bd36 Put the URL parameter list in with the URL path if the ExtraInfo by John R. Sheets · 25 years ago
  77. 2caee71 Spelling fixes. by Andreas Mohr · 25 years ago
  78. 4710be2 Fixed some warnings. by Patrik Stridvall · 25 years ago
  79. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  80. c275724 HTTP protocol now supported, InternetCrackUrl fixed, lots of other fixes. by Ulrich Czekalla · 25 years ago
  81. c951060 FreeBSD compile fix. by Gerald Pfeifer · 25 years ago
  82. 55ef9a5 Fixed issues found by winapi_check. by Patrik Stridvall · 25 years ago
  83. 9d3845c Stub for InternetGetConnectedState. by Gerard Patel · 25 years ago
  84. f0deb8a Fixed some issues reported by winapi_check. by Patrik Stridvall · 25 years ago
  85. 819fa8c Merged urlmon.dll and wininet.dll from the Corel tree (implementation by Alexandre Julliard · 25 years ago