2008-06-02 |
Hans Leidekker | wininet: Don't send a "Connection: Close" header.
|
commit | commitdiff | tree |
2008-06-02 |
Hans Leidekker | wininet: Return success from the InternetSetOption...
|
commit | commitdiff | tree |
2008-06-02 |
Hans Leidekker | wininet: Don't send a handle closing callback for session...
|
commit | commitdiff | tree |
2008-06-02 |
Hans Leidekker | wininet: Make resolving hostnames thread-safe.
|
commit | commitdiff | tree |
2008-05-19 |
Hans Leidekker | wininet: Fix buffer size query for HttpQueryInfo(HTTP_QUERY_...
|
commit | commitdiff | tree |
2008-05-19 |
Hans Leidekker | wininet: INTERNET_STATUS_REQUEST_COMPLETE callback...
|
commit | commitdiff | tree |
2008-05-12 |
Hans Leidekker | wininet: Implement INTERNET_OPTION_USER_AGENT for InternetQu...
|
commit | commitdiff | tree |
2008-05-12 |
Hans Leidekker | wininet: HTTP_BuildProxyRequestUrl returns a pointer.
|
commit | commitdiff | tree |
2008-05-12 |
Hans Leidekker | wininet: Partial implementation of InternetGet/SetCookieEx.
|
commit | commitdiff | tree |
2008-05-12 |
Hans Leidekker | wininet: Make a test pass on IE6.
|
commit | commitdiff | tree |
2008-05-12 |
Hans Leidekker | wininet: Don't overwrite content length header in HttpSendRe...
|
commit | commitdiff | tree |
2008-05-07 |
Hans Leidekker | wininet: Deal with bogus accept types array passed...
|
commit | commitdiff | tree |
2008-05-05 |
Hans Leidekker | wininet: Don't add the user agent header until HttpSendReque...
|
commit | commitdiff | tree |
2008-05-01 |
Hans Leidekker | usp10: Fix a few failing tests and make them pass on...
|
commit | commitdiff | tree |
2008-05-01 |
Hans Leidekker | usp10: Remove redundant code from ScriptTextOut.
|
commit | commitdiff | tree |
2008-04-07 |
Hans Leidekker | winebrowser: Convert to Unicode.
|
commit | commitdiff | tree |
2008-04-01 |
Hans Leidekker | wininet: Use INTERNET_MAX_URL_LENGTH to size buffers...
|
commit | commitdiff | tree |
2008-04-01 |
Hans Leidekker | wininet: Parse the redirect URL in HTTP_HandleRedirect...
|
commit | commitdiff | tree |
2008-04-01 |
Hans Leidekker | wininet: Remove dead code from HTTP_DealWithProxy and...
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Use a direct connection for tests that connect...
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Set ProxyEnable registry value if it isn't...
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Don't set the host port from the server port.
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Fix redirects through a proxy.
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Don't close proxy connections when keep-alive...
|
commit | commitdiff | tree |
2008-03-31 |
Hans Leidekker | wininet: Support http_proxy environment variable.
|
commit | commitdiff | tree |
2008-03-26 |
Hans Leidekker | wininet: Support chunked reads in InternetReadFileEx...
|
commit | commitdiff | tree |
2008-03-26 |
Hans Leidekker | wininet: Implement chunked reads.
|
commit | commitdiff | tree |
2008-03-25 |
Hans Leidekker | mscms: Rewrite handle management to be thread-safe...
|
commit | commitdiff | tree |
2008-03-25 |
Hans Leidekker | wininet: Avoid a crash with traces on.
|
commit | commitdiff | tree |
2008-03-25 |
Hans Leidekker | wininet: Correct spec file entry for InternetCanonicalizeUrl...
|
commit | commitdiff | tree |
2008-03-25 |
Hans Leidekker | wininet: Don't strip Accept-Encoding headers from version...
|
commit | commitdiff | tree |
2008-03-06 |
Hans Leidekker | winhttp: Add a stub implementation of WinHttpDetectAutoProxy...
|
commit | commitdiff | tree |
2008-03-05 |
Hans Leidekker | winex11.drv: Retrieve X color profile in GetICMProfile.
|
commit | commitdiff | tree |
2008-03-05 |
Hans Leidekker | gdi32: Move GetICMProfile to the driver.
|
commit | commitdiff | tree |
2008-02-29 |
Hans Leidekker | mscms: Create a copy of memory based profiles.
|
commit | commitdiff | tree |
2008-02-28 |
Hans Leidekker | mscms: Avoid closing a random file when destroying...
|
commit | commitdiff | tree |
2008-02-28 |
Hans Leidekker | gdi32: Return registered monitor profile from GetICMProfile.
|
commit | commitdiff | tree |
2008-02-25 |
Hans Leidekker | mscms: Implement TranslateColors and improve the other...
|
commit | commitdiff | tree |
2008-02-25 |
Hans Leidekker | wineprefixcreate: Create the color directory.
|
commit | commitdiff | tree |
2008-02-25 |
Hans Leidekker | mscms: Assume read sharing when no sharing flags are...
|
commit | commitdiff | tree |
2008-02-25 |
Hans Leidekker | mscms: Add tests for AssociateColorProfileWithDevice...
|
commit | commitdiff | tree |
2008-02-25 |
Hans Leidekker | mscms: Implement AssociateColorProfileWithDevice and...
|
commit | commitdiff | tree |
2008-02-18 |
Hans Leidekker | wininet: Rename a function to better match what it...
|
commit | commitdiff | tree |
2008-02-18 |
Hans Leidekker | wininet: Handle the "100 Continue" response by ignoring it.
|
commit | commitdiff | tree |
2008-02-18 |
Hans Leidekker | wininet: Honour the version override in HttpOpenRequest.
|
commit | commitdiff | tree |
2008-02-04 |
Hans Leidekker | wininet: Add zero value content length header to POST...
|
commit | commitdiff | tree |
2008-02-04 |
Hans Leidekker | wininet: Send HTTP/1.1 requests by default.
|
commit | commitdiff | tree |
2008-02-04 |
Hans Leidekker | wininet: Make sure not to overwrite any caller supplied...
|
commit | commitdiff | tree |
2008-01-25 |
Hans Leidekker | mscms: Open .icm files only when enumerating color...
|
commit | commitdiff | tree |
2008-01-25 |
Hans Leidekker | mscms: Use NT directory for storing color profiles.
|
commit | commitdiff | tree |
2008-01-22 |
Hans Leidekker | gdi32: Add tests for GetICMProfile and SetICMMode.
|
commit | commitdiff | tree |
2008-01-22 |
Hans Leidekker | gdi32: Make GetICMProfile behave more like native....
|
commit | commitdiff | tree |
2008-01-22 |
Hans Leidekker | gdi32: Last parameter of GetICMProfile is an output...
|
commit | commitdiff | tree |
2008-01-21 |
Hans Leidekker | msvcr71: Add an implementation that forwards to msvcrt.
|
commit | commitdiff | tree |
2008-01-21 |
Hans Leidekker | msvcrt: _ftol returns a 64-bit value.
|
commit | commitdiff | tree |
2008-01-21 |
Hans Leidekker | msvcrt: Fix _execv spec entries for the forwarding...
|
commit | commitdiff | tree |
2008-01-14 |
Hans Leidekker | license: Update copyright info for the new year.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Correct search strategy for the exec/spawn...
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecv{, e, p, pe}.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wspawnl{, e, p, pe}.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wexecl{, e, p, pe}.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Rewrite _spawnve as a wrapper.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _execl{e, pe}.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Rewrite _execl/_spawnl functions as wrappers...
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wpopen and forward _popen to it.
|
commit | commitdiff | tree |
2008-01-08 |
Hans Leidekker | msvcrt: Implement _wsystem and forward system to it...
|
commit | commitdiff | tree |
2008-01-07 |
Hans Leidekker | tools/wine.desktop: Add Dutch translation.
|
commit | commitdiff | tree |
2008-01-07 |
Hans Leidekker | kernel32: Add Surinam Dutch and Belgian Dutch translations...
|
commit | commitdiff | tree |
2008-01-07 |
Hans Leidekker | kernel32: Fix two test failures on Win98 due to missing...
|
commit | commitdiff | tree |
2008-01-07 |
Hans Leidekker | wininet: Fix handling of host and referrer headers...
|
commit | commitdiff | tree |
2008-01-02 |
Hans Leidekker | msvcrt: Fix spec file entries for the execv functions.
|
commit | commitdiff | tree |
2008-01-02 |
Hans Leidekker | gdi32: Add a stub implementation for RemoveFontMemResourceEx.
|
commit | commitdiff | tree |
2007-12-13 |
Hans Leidekker | usp10: Do glyph translation for truetype fonts only.
|
commit | commitdiff | tree |
2007-12-12 |
Hans Leidekker | usp10: Add some tests for ScriptShape/Place and make...
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | gdi32: GetCharABCWidthsI does not require a scalable...
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | wininet: Make FtpGetCurrentDirectoryA pass all todo_wine...
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | kernel32: GetConsoleInputExeNameW returns TRUE even...
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | usp10: Don't trace char to glyph mappings.
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | usp10: Store original font in the script cache and...
|
commit | commitdiff | tree |
2007-12-10 |
Hans Leidekker | usp10: Use GetCharABCWidthsI to implement ScriptGetGlyphABCW...
|
commit | commitdiff | tree |
2007-12-03 |
Hans Leidekker | kernel32: Implement and test {G, S}etConsoleInputExeName...
|
commit | commitdiff | tree |
2007-12-03 |
Hans Leidekker | gdi32: Implement GetTextExtentExPointI.
|
commit | commitdiff | tree |
2007-11-19 |
Hans Leidekker | kernel32: Add stub implementations for FindFirstVolume...
|
commit | commitdiff | tree |
2007-11-19 |
Hans Leidekker | wininet: Initialize path buffer in InternetSetCookie.
|
commit | commitdiff | tree |
2007-11-15 |
Hans Leidekker | wininet: Fix a number of problems with InternetGetCookie.
|
commit | commitdiff | tree |
2007-11-15 |
Hans Leidekker | wininet: Fix a number of problems with InternetSetCookie.
|
commit | commitdiff | tree |
2007-11-12 |
Hans Leidekker | kernel32: Loosen requirements on what QueryDosDevice...
|
commit | commitdiff | tree |
2007-11-12 |
Hans Leidekker | wininet: Fix two handle leaks in the test.
|
commit | commitdiff | tree |
2007-11-12 |
Hans Leidekker | snmpapi: Make a test pass on Vista.
|
commit | commitdiff | tree |
2007-11-12 |
Hans Leidekker | pdh: Make two tests pass on Vista.
|
commit | commitdiff | tree |
2007-11-09 |
Hans Leidekker | usp10: Fix some more memory leaks.
|
commit | commitdiff | tree |
2007-11-09 |
Hans Leidekker | usp10: Fix a test to not rely on uninitialized memory.
|
commit | commitdiff | tree |
2007-11-09 |
Hans Leidekker | usp10: Fully initialize LOGFONT structure.
|
commit | commitdiff | tree |
2007-11-09 |
Hans Leidekker | usp10: Fix a memory leak.
|
commit | commitdiff | tree |
2007-11-08 |
Hans Leidekker | mlang: Fix buffer size calculation.
|
commit | commitdiff | tree |
2007-11-08 |
Hans Leidekker | mlang: Free SCRIPTINFO structure embedded in EnumScript...
|
commit | commitdiff | tree |
2007-11-08 |
Hans Leidekker | mlang: Release EnumRfc1766 object.
|
commit | commitdiff | tree |
2007-11-08 |
Hans Leidekker | wldap32: Fix build against latest OpenLDAP release.
|
commit | commitdiff | tree |
2007-11-02 |
Hans Leidekker | ntdll: Fix calculation of tape position offsets.
|
commit | commitdiff | tree |
2007-11-01 |
Hans Leidekker | wininet: Implement and test FtpCommand{A, W}.
|
commit | commitdiff | tree |