2005-02-08 |
Hans Leidekker | Stub implementations for DeleteUrlCacheContainer{A,W}, |
blob | commitdiff | raw |
2005-02-01 |
Hans Leidekker | - Stub implementations for FtpGetFileSize, FtpCommand... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Hans Leidekker | Implement and test InternetTime{From,To}SystemTime... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Diego Pettenò | Get rid of DPRINTF. |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Mike McCormack | Use CreateEventW in preference to CreateEventA for... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Lionel Ulmer | Fix 'SendAsyncCallback' when it's really asynchronous. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Lionel Ulmer | Added/improved TRACEing. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
blob | commitdiff | raw | diff to current |
2004-11-29 |
Eric Pouech | Made some functions and variables static. |
blob | commitdiff | raw | diff to current |
2004-11-21 |
Robert Shearman | - Make InternetGetConnectedStateExA not crash, by making |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Robert Shearman | Pass the address of the handle rather than just the... |
blob | commitdiff | raw | diff to current |
2004-11-04 |
Aric Stewart | Implemented InternetGetConnectedStateExA. |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Robert Shearman | - Don't crash on double InternetCloseHandle. |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Robert Shearman | InternetSetStatusCallback can be used on any handle... |
blob | commitdiff | raw | diff to current |
2004-09-13 |
Robert Shearman | Store HTTP host header in the same way as most other... |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Krzysztof Foltman | Make sure InternetReadFile returns full buffers. |
blob | commitdiff | raw | diff to current |
2004-09-08 |
Uwe Bonnes | Get full buffers in Internet_Readfile. |
blob | commitdiff | raw | diff to current |
2004-08-19 |
Robert Shearman | Better TRACE's for some Internet* functions. |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Fix warnings generated with -Wsign-compare. |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Mike McCormack | Fix the dwUrlPathLength returned by InternetCrackUrl... |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Robert Shearman | Implement INTERNET_OPTION_CONNECTED_STATE. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Mike McCormack | Use pointers internally and refcount all objects. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Mike McCormack | Allocate the correct size string in InternetCrackUrl. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Dimitrie O. Paun | Fix the function names in some of the comments. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Mike McCormack | Fix proxy support, remove typecasts. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Lionel Ulmer | Fix the case where lpszSearchFile is NULL in FtpFindFir... |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Kevin Koltzau | Move all FTP functions to unicode. |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Kevin Koltzau | Prevent memory leak and superfluous status notifications. |
blob | commitdiff | raw | diff to current |
2004-05-12 |
Kevin Koltzau | Properly retrieve and release handles. |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Kevin Koltzau | Cleanup conversion from A->W. |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Mike McCormack | Convert unicode strings to const. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Mike McCormack | Convert the wininet HTTP functions to Unicode. |
blob | commitdiff | raw | diff to current |
2004-03-25 |
Mike McCormack | Convert WININETAPPINFOA structure to unicode. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Francois Gouget | Assorted spelling and case fixes. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Lionel Ulmer | Better TRACEing in some functions. |
blob | commitdiff | raw | diff to current |
2004-02-09 |
Lionel Ulmer | Implemented proper asynchronous InternetOpenUrl handling. |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Mike McCormack | Implement proper HINTERNET handles. |
blob | commitdiff | raw | diff to current |
2004-02-06 |
Lionel Ulmer | Properly handle asynchronous HttpSendRequestA. |
blob | commitdiff | raw | diff to current |
2003-12-30 |
Sylvain Petreolle | Added stubs for options CONNECT_TIMEOUT and DATA_RECEIV... |
blob | commitdiff | raw | diff to current |
2003-12-12 |
Robert Shearman | - Url Cache improvements. |
blob | commitdiff | raw | diff to current |
2003-11-27 |
Alexandre Julliard | Porting fixes. |
blob | commitdiff | raw | diff to current |
2003-11-18 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2003-11-09 |
Kirill Smelkov | Added gopher stubs. |
blob | commitdiff | raw | diff to current |
2003-09-25 |
Mike McCormack | Use unions instead of defines in async work requests. |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Mike McCormack | Fix a bunch of unicode/memory allocation errors. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-08 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Mike McCormack | Implement support for proxies with usernames and passwords. |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Lionel Ulmer | - use SIZE command to retrieve the file size (as the... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mike McCormack | Stubs for InternetCreateUrlA/W and CreateUrlCacheEntryA. |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Alexandre Julliard | Fixed a couple of buffer overflows. |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Francois Gouget | Fixed some common spelling errors. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
David Hammerton | - implemented support for https protocol |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Francois Gouget | 'sizeof type' is best avoided as it won't always compil... |
blob | commitdiff | raw | diff to current |
2003-06-06 |
Sylvain Petreolle | Implemented wininet.InternetGetConnectedStateEx. |
blob | commitdiff | raw | diff to current |
2003-05-11 |
Mike McCormack | Implemented InternetSetOptionExA/W. |
blob | commitdiff | raw | diff to current |
2003-04-21 |
Dan Wolf | Implemented a stub for DetectAutoProxyUrl. |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dominik Strasser | Partially implement proxy support. |
blob | commitdiff | raw | diff to current |
2003-03-28 |
Alberto Massari | Added InternetSetStatusCallbackA and a stub for |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Uwe Bonnes | InternetOpenUrlA (http/s case): Use client for HttpOpen... |
blob | commitdiff | raw | diff to current |
2003-02-24 |
Michael Stefaniuc | Remove some unreachable code. |
blob | commitdiff | raw | diff to current |
2003-01-28 |
Andreas Mohr | "InternetAutoDial" should be "InternetAutodial". |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Alberto Massari | - Implemented InternetCrackUrlW and re-implemented... |
blob | commitdiff | raw | diff to current |
2002-12-12 |
Dimitrie O. Paun | Move excpt.h out of include/msvcrt/ as it does not... |
blob | commitdiff | raw | diff to current |
2002-12-05 |
Alberto Massari | - Moved GetUrlCacheEntryInfoA and CommitUrlCacheEntryA... |
blob | commitdiff | raw | diff to current |
2002-11-27 |
Alexandre Julliard | Added definitions for a couple of stub functions that... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Huw Davies | Add a counter to keep track of the number of outstandin... |
blob | commitdiff | raw | diff to current |
2002-11-04 |
Alexandre Julliard | Made the dll entry point default to DllMain and removed... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Jaco Greeff | - Implementation of [Internet|Ftp]*W functions to exten... |
blob | commitdiff | raw | diff to current |
2002-10-18 |
Alexandre Julliard | Fixed warnings caused by conversion to -DSTRICT. |
blob | commitdiff | raw | diff to current |
2002-09-27 |
Chris Morgan | Added stubs for HttpEndRequestA/W, InternetReadFileExA/W, |
blob | commitdiff | raw | diff to current |
2002-08-17 |
Patrik Stridvall | Added include protection for unistd.h and sys/time.h. |
blob | commitdiff | raw | diff to current |
2002-08-09 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-07-22 |
Roderick Colenbrander | Simple implementation of InternetAutodial. |
blob | commitdiff | raw | diff to current |
2002-07-19 |
Marcus Meissner | Protect InternetCloseHandle() against invalid handles. |
blob | commitdiff | raw | diff to current |
2002-06-21 |
Aric Stewart | Reworking of http and asyncronous calls to get IE6... |
blob | commitdiff | raw | diff to current |
2002-05-31 |
Vincent Béron | Removed trailing whitespace. |
blob | commitdiff | raw | diff to current |
2002-03-23 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-03-20 |
Bernhard Rosenkraenzer | Added InternetOpenURLA implementation. |
blob | commitdiff | raw | diff to current |
2002-03-11 |
Andriy Palamarchuk | Created dummy implementation of InternetSetOption function. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2002-01-21 |
Francois Gouget | Fix invalid C code (undefined behavior). |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Gerard Patel | Trivial fixes for shlwapi and Internet routines. |
blob | commitdiff | raw | diff to current |
2001-12-11 |
Jon Griffiths | Add exclusion defs & remaining funcs, remove internal... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Guy Albertelli | - Define rest of URL_ESCAPE... and other flags. |
blob | commitdiff | raw | diff to current |
2001-10-22 |
Francois Gouget | Spelling, grammar and a bit of comment formatting fixes. |
blob | commitdiff | raw | diff to current |
2001-09-11 |
Patrik Stridvall | Cleanup code that is strange or difficult to parse. |
blob | commitdiff | raw | diff to current |
2001-09-10 |
Marcus Meissner | More debug output for InternetGetCookie, added stub... |
blob | commitdiff | raw | diff to current |
2001-08-24 |
Francois Gouget | Made independent from winsock. |
blob | commitdiff | raw | diff to current |
2001-07-11 |
Marcus Meissner | Have InternetGetConnectedState always return 'LAN conne... |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2001-06-14 |
Ulrich Czekalla | Stub for InternetGetCookieA. |
blob | commitdiff | raw | diff to current |
2001-05-09 |
Francois Gouget | Add '\n' at the end of traces. |
blob | commitdiff | raw | diff to current |
2001-01-06 |
Huw D M Davies | Implement InternetCanonicalizeUrl. |
blob | commitdiff | raw | diff to current |
2000-12-02 |
Andreas Mohr | InternetCloseHandle didn't return TRUE in all appropria... |
blob | commitdiff | raw | diff to current |
next |