projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Detect the FreeType version and adapt the sfnt offset accordingly.
[wine]
/
dlls
/
wininet
/
2002-08-17
Patrik Stridvall
Added include protection for unistd.h and sys/time.h.
tree
|
commitdiff
2002-08-09
Alexandre Julliard
Create separate makefiles for tests for more flexibility.
tree
|
commitdiff
2002-08-09
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-07-22
Roderick Colenbrander
Simple implementation of InternetAutodial.
tree
|
commitdiff
2002-07-19
Marcus Meissner
Protect InternetCloseHandle() against invalid handles.
tree
|
commitdiff
2002-07-03
Gregg Mattinson
Cast void* to char* for pointer arithmetic.
tree
|
commitdiff
2002-06-21
Aric Stewart
Reworking of http and asyncronous calls to get IE6...
tree
|
commitdiff
2002-06-21
Alexandre Julliard
Made some more spec file entries optional or unnecessary.
tree
|
commitdiff
2002-06-01
Alexandre Julliard
Removed some more trailing whitespace.
tree
|
commitdiff
2002-05-31
Vincent Béron
Removed trailing whitespace.
tree
|
commitdiff
2002-05-17
Alexandre Julliard
Removed most imports of ntdll since we no longer import...
tree
|
commitdiff
2002-05-14
Alexandre Julliard
Added winebuild support for generating a .dbg.c file...
tree
|
commitdiff
2002-05-11
Alexandre Julliard
Added -res option to specify resources on winebuild...
tree
|
commitdiff
2002-05-09
Alexandre Julliard
Moved imports specification from the .spec into the...
tree
|
commitdiff
2002-04-29
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-04-26
Alexandre Julliard
Better support for configure detection of missing types...
tree
|
commitdiff
2002-03-23
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2002-03-20
Alexandre Julliard
Changed builtin dlls file names to make it clear they...
tree
|
commitdiff
2002-03-20
Bernhard Rosenkraenzer
Added InternetOpenURLA implementation.
tree
|
commitdiff
2002-03-11
Andriy Palamarchuk
Created dummy implementation of InternetSetOption function.
tree
|
commitdiff
2002-03-09
Alexandre Julliard
Added LGPL standard comment, and copyright notices...
tree
|
commitdiff
2002-02-15
Patrik Stridvall
Added some defines for compatibility with Windows headers.
tree
|
commitdiff
2002-01-29
Eric Kohl
Added FindFirstUrlCacheEntry[AW] stubs.
tree
|
commitdiff
2002-01-21
Francois Gouget
Fix invalid C code (undefined behavior).
tree
|
commitdiff
2001-12-26
Dmitry Timoshkov
Fix definition of BY_HANDLE_FILE_INFORMATION structure.
tree
|
commitdiff
2001-12-24
Gerard Patel
Trivial fixes for shlwapi and Internet routines.
tree
|
commitdiff
2001-12-17
Johan Dahlin
Add a few extra fields to HTTP_GetStdHeaderIndex.
tree
|
commitdiff
2001-12-11
Jon Griffiths
Add exclusion defs & remaining funcs, remove internal...
tree
|
commitdiff
2001-11-06
Guy Albertelli
- Define rest of URL_ESCAPE... and other flags.
tree
|
commitdiff
2001-10-22
Francois Gouget
Spelling, grammar and a bit of comment formatting fixes.
tree
|
commitdiff
2001-10-04
Nikolas Zimmermann
Skip port number before calling gethostbyname.
tree
|
commitdiff
2001-09-19
Andreas Mohr
Rename "SystemTime" to "t" (this is *not* SYSTEMTIME...
tree
|
commitdiff
2001-09-11
Patrik Stridvall
Cleanup code that is strange or difficult to parse.
tree
|
commitdiff
2001-09-10
Marcus Meissner
More debug output for InternetGetCookie, added stub...
tree
|
commitdiff
2001-09-10
Francois Gouget
Fix compilation errors on FreeBSD.
tree
|
commitdiff
2001-08-24
Francois Gouget
Made independent from winsock.
tree
|
commitdiff
2001-07-25
Alexandre Julliard
Removed unnecessary inclusion of heap.h.
tree
|
commitdiff
2001-07-11
Marcus Meissner
Have InternetGetConnectedState always return 'LAN conne...
tree
|
commitdiff
2001-07-02
Patrik Stridvall
Documentation fixes.
tree
|
commitdiff
2001-06-20
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-06-19
Patrik Stridvall
Documentation ordinal fixes.
tree
|
commitdiff
2001-06-19
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2001-06-14
Ulrich Czekalla
Stub for InternetGetCookieA.
tree
|
commitdiff
2001-05-14
Marcus Meissner
Implemented 64bit file size handling.
tree
|
commitdiff
2001-05-09
Francois Gouget
Add '\n' at the end of traces.
tree
|
commitdiff
2001-02-15
Chris Morgan
Add includes for <time.h>.
tree
|
commitdiff
2001-01-22
Jon Griffiths
- Remove <string.h> from winnt.h.
tree
|
commitdiff
2001-01-21
Huw D M Davies
Escape any spaces in lpszObjectName passed to HttpOpenR...
tree
|
commitdiff
2001-01-06
Huw D M Davies
Implement InternetCanonicalizeUrl.
tree
|
commitdiff
2000-12-29
Andreas Mohr
- implemented passive FTP transfers (PASV, needed for...
tree
|
commitdiff
2000-12-02
Andreas Mohr
InternetCloseHandle didn't return TRUE in all appropria...
tree
|
commitdiff
2000-12-01
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2000-11-30
Gerald Pfeifer
Add missing #include <netinet/in.h> to get struct in_ad...
tree
|
commitdiff
2000-11-30
David Elliott
Remove libXXXX.so.1.0 lines from .cvsignore files.
tree
|
commitdiff
2000-11-30
Patrik Stridvall
Don't include windows.h internally.
tree
|
commitdiff
2000-11-27
Dimitrie O. Paun
Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements...
tree
|
commitdiff
2000-11-26
Hidenori Takeshima
Added checking for netdb.h.
tree
|
commitdiff
2000-11-25
Patrik Stridvall
Fixed some issues found by winapi_check.
tree
|
commitdiff
2000-11-16
Alexandre Julliard
Avoid linking with ntdll where possible.
tree
|
commitdiff
2000-11-16
Alexandre Julliard
Replaced HEAP_strdup* and lstrcpynAtoW calls by exporte...
tree
|
commitdiff
2000-11-12
Alexandre Julliard
Start using import tables for dlls that can already...
tree
|
commitdiff
2000-11-10
Huw D M Davies
Initialize nSocketFD to INVALID_SOCKET.
tree
|
commitdiff
2000-11-08
Gerald Pfeifer
Add missing #include <netinet/in_systm.h> and #include...
tree
|
commitdiff
2000-11-07
Huw D M Davies
Send the local ip address with the PORT command and...
tree
|
commitdiff
2000-11-05
Alexandre Julliard
Declare debug channels in all dlls that need them;...
tree
|
commitdiff
2000-10-28
Huw D M Davies
Stub for HttpSendRequestExA.
tree
|
commitdiff
2000-09-27
Gerald Pfeifer
Include <unistd.h> for prototype of select().
tree
|
commitdiff
2000-08-26
Andreas Mohr
- made the MIDI sequencer error message much better...
tree
|
commitdiff
2000-08-22
Marcus Meissner
Fixed some warnings.
tree
|
commitdiff
2000-08-14
Alexandre Julliard
Moved CharUpper* and CharLower* functions to dlls/user.
tree
|
commitdiff
2000-08-09
Alexandre Julliard
Removed some unnecessary #includes and dll dependencies.
tree
|
commitdiff
2000-08-06
Alexandre Julliard
Added imports of kernel32.dll where necessary.
tree
|
commitdiff
2000-08-04
Patrik Stridvall
Fixed issues found by winapi_check.
tree
|
commitdiff
2000-08-03
John R. Sheets
Added "Mime-Version" to standard MIME headers parsed in
tree
|
commitdiff
2000-08-01
Aric Stewart
Implemented InternetCheckConnectionA.
tree
|
commitdiff
2000-07-23
John R. Sheets
Add a few more fields to HTTP_GetStdHeaderIndex() and...
tree
|
commitdiff
2000-07-23
John R. Sheets
Put the URL parameter list in with the URL path if...
tree
|
commitdiff
2000-07-16
Andreas Mohr
Spelling fixes.
tree
|
commitdiff
2000-06-23
Patrik Stridvall
Fixed some warnings.
tree
|
commitdiff
2000-06-20
Alexandre Julliard
For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
tree
|
commitdiff
2000-06-11
Ulrich Czekalla
HTTP protocol now supported, InternetCrackUrl fixed...
tree
|
commitdiff
2000-04-29
Gerald Pfeifer
FreeBSD compile fix.
tree
|
commitdiff
2000-04-24
Patrik Stridvall
Fixed issues found by winapi_check.
tree
|
commitdiff
2000-04-23
Gerard Patel
Stub for InternetGetConnectedState.
tree
|
commitdiff
2000-04-15
Patrik Stridvall
Fixed some issues reported by winapi_check.
tree
|
commitdiff
2000-04-11
Alexandre Julliard
Merged urlmon.dll and wininet.dll from the Corel tree...
tree
|
commitdiff