2005-11-22 |
Robert Shearman | Test the sizes of some of the parameters passed into... |
tree | commitdiff |
2005-11-22 |
Robert Shearman | Rename SendAsyncCallback to INTERNET_SendCallback. |
tree | commitdiff |
2005-11-22 |
Robert Shearman | Fix an incorrect entry in the HTTP header field table... |
tree | commitdiff |
2005-11-21 |
Aric Stewart | Implement HttpSendRequestEx and HttpEndRequest. Restruc... |
tree | commitdiff |
2005-11-21 |
Aric Stewart | Implement the use of NETCON_send for HTTP connections... |
tree | commitdiff |
2005-11-16 |
Robert Shearman | - Improve callback to give context sensitive informatio... |
tree | commitdiff |
2005-11-15 |
Robert Shearman | We shouldn't pass the struct hostent returned from... |
tree | commitdiff |
2005-11-15 |
Robert Shearman | Correct the size of a callback parameter. |
tree | commitdiff |
2005-11-15 |
Alexandre Julliard | Fixed Unicode buffer size bug in CreateUrlCacheEntryW. |
tree | commitdiff |
2005-11-15 |
Robert Shearman | INTERNET_STATUS_HANDLE_CREATED notifications just send... |
tree | commitdiff |
2005-11-15 |
Robert Shearman | SSL doesn't need to use a different socket to unsecure... |
tree | commitdiff |
2005-11-14 |
Saulius Krasuckas | Fix a test for InternetCreateUrlA as no Windows platfor... |
tree | commitdiff |
2005-11-12 |
Robert Shearman | Implement InternetReadFileExA (based on a patch by... |
tree | commitdiff |
2005-11-11 |
YunSong Hwang | Add Korean translations. |
tree | commitdiff |
2005-11-10 |
Francois Gouget | Remove spaces before '\n' in traces. |
tree | commitdiff |
2005-11-10 |
Mike Hearn | Update wininet version info. |
tree | commitdiff |
2005-11-08 |
Vincent Béron | Unicodify InternetCheckConnection. |
tree | commitdiff |
2005-11-01 |
Alexandre Julliard | Authors: Marcus Meissner <marcus@jet.franken.de>, Walte... |
tree | commitdiff |
2005-10-31 |
James Hawkins | Implement InternetCreateUrlW and test cases. |
tree | commitdiff |
2005-10-28 |
James Hawkins | Correct parameter names for InternetSetFilePointer. |
tree | commitdiff |
2005-10-27 |
Vijay Kiran Kamuju | Add default implementation for max_conn_pre_*_server... |
tree | commitdiff |
2005-10-26 |
Jacek Caban | Make functions static. |
tree | commitdiff |
2005-10-20 |
Aric Stewart | Move the peek_msg buffers for SSL connections into the |
tree | commitdiff |
2005-10-19 |
Mike McCormack | Set the http port before figuring out whether we're... |
tree | commitdiff |
2005-10-19 |
Aric Stewart | Use debugstr_a to prevent a buffer overflow when debugging. |
tree | commitdiff |
2005-09-29 |
Denis Lukianov | Use ICU_BROWSER_MODE in InternetCanonicalizeUrl. |
tree | commitdiff |
2005-09-29 |
Alexandre Julliard | We are no longer generating .dbg.c files. |
tree | commitdiff |
2005-09-29 |
Vincent Béron | Cast the result of strlen() to DWORD and print it via... |
tree | commitdiff |
2005-09-26 |
Alexander N. Sørnes | Added Norwegian translations. |
tree | commitdiff |
2005-09-25 |
Kimmo Myllyvirta | Update Finnish resources. |
tree | commitdiff |
2005-09-19 |
Milko Krachounov | Bulgarian resources for mpr, msi, user, commdlg, oleaut... |
tree | commitdiff |
2005-09-13 |
Alexandre Julliard | Remove the 'L' suffix on a number of constants to avoid... |
tree | commitdiff |
2005-09-12 |
Alexandre Julliard | Fixed some more traces to use the right printf format... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Specify 64-bit integers as double instead of long long... |
tree | commitdiff |
2005-09-09 |
Alexandre Julliard | Use a more portable scheme for storing the name of... |
tree | commitdiff |
2005-09-07 |
<orin@pinhead.cc> | Wrong flags were being tested for INTERNET_FLAG_NO_AUTO... |
tree | commitdiff |
2005-08-27 |
Alexandre Julliard | Explicitly import kernel32 in tests that use it. |
tree | commitdiff |
2005-08-24 |
James Hawkins | Avoid heap corruption by not accessing old HeapReAlloc... |
tree | commitdiff |
2005-08-17 |
Saulius Krasuckas | Correct failing test and transform it into a bunch... |
tree | commitdiff |
2005-08-16 |
Saulius Krasuckas | Move repetitive code to two helper functions. |
tree | commitdiff |
2005-08-12 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllInstall and DllGetVersion... |
tree | commitdiff |
2005-08-03 |
Robert Shearman | As per MSDN, INTERNET_OPTION_CONNECTED_STATE should... |
tree | commitdiff |
2005-07-15 |
Robert Shearman | Fix return value of InternetQueryDataAvailable. |
tree | commitdiff |
2005-07-13 |
Mike McCormack | Interlocked LONG* gcc warning fixes. |
tree | commitdiff |
2005-07-07 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes (Reg* functions). |
tree | commitdiff |
2005-07-03 |
Mike McCormack | Avoid warnings in generated tests by casting sizeof... |
tree | commitdiff |
2005-06-30 |
Alexandre Julliard | Added missing LGPL header. |
tree | commitdiff |
2005-06-30 |
Robert Shearman | Add stubs for some InternetSetOption options. |
tree | commitdiff |
2005-06-22 |
Alexandre Julliard | Sort entry points alphabetically. |
tree | commitdiff |
2005-06-21 |
Maarten Lankhorst | Changed setting default port number from HTTP_Connect to |
tree | commitdiff |
2005-06-21 |
Maarten Lankhorst | - Added new INTERNET_OPTION* defines. |
tree | commitdiff |
2005-06-13 |
Mike McCormack | Fix some warnings. |
tree | commitdiff |
2005-06-05 |
Mike Hearn | - Don't return NULL for proxy details if there is no... |
tree | commitdiff |
2005-05-24 |
Uwe Bonnes | Handle more Escape situations. |
tree | commitdiff |
2005-05-09 |
Alexandre Julliard | Added rules for building import libraries in the indivi... |
tree | commitdiff |
2005-05-07 |
Alexandre Julliard | Added rules to build import libraries in the individual... |
tree | commitdiff |
2005-05-04 |
Troy Rollo | Create URL Cache if it does not already exist. |
tree | commitdiff |
2005-04-21 |
Alexandre Julliard | Get rid of the remaining calls to strncpyW, and remove... |
tree | commitdiff |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Strncpy elimination. |
tree | commitdiff |
2005-04-18 |
Peter Berg Larsen | Replace strncpy with memcpy or lstrcpyn. |
tree | commitdiff |
2005-04-14 |
Benjamin Cutler | Better handling of hInternet == NULL for INTERNET_OPTIO... |
tree | commitdiff |
2005-04-13 |
Benjamin Cutler | Check for an invalid hInternet handle in INET_QueryOpti... |
tree | commitdiff |
2005-04-11 |
Jason Edmeades | Ensure A->W version of InternetCrackURL passes correct... |
tree | commitdiff |
2005-04-11 |
Juan Lang | - set size required correctly for all supported options |
tree | commitdiff |
2005-04-11 |
José Manuel Ferrer... | Spanish translations updated. |
tree | commitdiff |
2005-03-30 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-29 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
tree | commitdiff |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
tree | commitdiff |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-03-22 |
Jakob Eriksson | Eliminate HeapAlloc casts. |
tree | commitdiff |
2005-03-21 |
Troy Rollo | Implement CreateUrlCacheEntryW and CommitUrlCacheEntryW... |
tree | commitdiff |
2005-03-21 |
Vincent Béron | Fixed some calling conventions. |
tree | commitdiff |
2005-03-17 |
Dmitry Timoshkov | Match OVERLAPPED structure to the SDK definition. |
tree | commitdiff |
2005-03-17 |
Hans Leidekker | Add more tests and fix InternetTimeToSystemTimeW accord... |
tree | commitdiff |
2005-03-16 |
Jakob Eriksson | Test failed before on 98, NT4, 2000 and XP. |
tree | commitdiff |
2005-03-10 |
Robert Shearman | - Fully delete custom headers on connection opening. |
tree | commitdiff |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
tree | commitdiff |
2005-02-16 |
Alex Villacís Lasso | Change SUBLANG_DEFAULT to SUBLANG_NEUTRAL for LANG_SPAN... |
tree | commitdiff |
2005-02-14 |
Marcelo Duarte | Update the resources for Portuguese. |
tree | commitdiff |
2005-02-08 |
Hans Leidekker | Stub implementations for DeleteUrlCacheContainer{A,W}, |
tree | commitdiff |
2005-02-08 |
Steven Edwards | Correct spec entry for FindFirstUrlCacheEntryEx. |
tree | commitdiff |
2005-02-02 |
David McCullough | HTTP_HttpSendRequestW was getting invoked with a null... |
tree | commitdiff |
2005-02-01 |
Hans Leidekker | - Stub implementations for FtpGetFileSize, FtpCommand... |
tree | commitdiff |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-25 |
Maxime Bellengé | Replace '\' with '/' in the URL in HTTP_HttpSendRequestW. |
tree | commitdiff |
2005-01-18 |
Hans Leidekker | Implement and test InternetTime{From,To}SystemTime... |
tree | commitdiff |
2005-01-17 |
Jonathan Ernst | Updated French resources. |
tree | commitdiff |
2005-01-17 |
Henning Gerhardt | Update German resources. |
tree | commitdiff |
2005-01-07 |
Diego Pettenò | Get rid of DPRINTF. |
tree | commitdiff |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
tree | commitdiff |
2005-01-04 |
Lionel Ulmer | Fix 'SendAsyncCallback' when it's really asynchronous. |
tree | commitdiff |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-27 |
Rein Klazes | Correct cases where arguments of ok() calls depend... |
tree | commitdiff |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2004-12-23 |
Lionel Ulmer | Added/improved TRACEing. |
tree | commitdiff |
2004-12-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing... |
tree | commitdiff |
2004-12-20 |
Steven Edwards | MSVC porting fixes. |
tree | commitdiff |
next |