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