2005-06-21 |
Maarten Lankhorst | Changed setting default port number from HTTP_Connect to |
blob | commitdiff | raw |
2005-06-13 |
Mike McCormack | Fix some warnings. |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Robert Shearman | - Fully delete custom headers on connection opening. |
blob | commitdiff | raw | diff to current |
2005-02-02 |
David McCullough | HTTP_HttpSendRequestW was getting invoked with a null... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Hans Leidekker | - Stub implementations for FtpGetFileSize, FtpCommand... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Maxime Bellengé | Replace '\' with '/' in the URL in HTTP_HttpSendRequestW. |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Diego Pettenò | Get rid of DPRINTF. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
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-21 |
Michael Stefaniuc | Do not check for non NULL pointer before HeepFree'ing... |
blob | commitdiff | raw | diff to current |
2004-12-06 |
Mike McCormack | Make sure to insert the proxy authentication header... |
blob | commitdiff | raw | diff to current |
2004-09-23 |
Robert Shearman | Use dynamically allocated heap allocated buffers in |
blob | commitdiff | raw | diff to current |
2004-09-20 |
Robert Shearman | Always replace whatever is already in the HTTP "Host... |
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-14 |
Robert Shearman | Don't let applications add Connection header to request. |
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-13 |
Robert Shearman | - Remove unused variable hIC. |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Uwe Bonnes | Strip dangling \r\n from HTTP_HttpSendRequest. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Uwe Bonnes | Check for more standard headers. |
blob | commitdiff | raw | diff to current |
2004-09-03 |
Alexandre Julliard | Added configure check for socklen_t. |
blob | commitdiff | raw | diff to current |
2004-08-10 |
Mike McCormack | Fix the processing of the lpszHeaders field in HttpSend... |
blob | commitdiff | raw | diff to current |
2004-08-09 |
Mike McCormack | Fix warnings generated with -Wsign-compare. |
blob | commitdiff | raw | diff to current |
2004-07-22 |
Alexandre Julliard | Fixed a couple of off-by-one errors. |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Robert Shearman | HttpQueryInfo returns buffer length including null... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Mike McCormack | Fix HTTP POST requests. |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Robert Shearman | Fix string length return from HttpQueryInfoA. |
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-19 |
Robert Shearman | Honour INTERNET_FLAG_NO_COOKIES. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Robert Shearman | Fix HttpQueryInfo(HTTP_QUERY_RAW_HEADERS*) so that... |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Robert... |
blob | commitdiff | raw | diff to current |
2004-07-13 |
Robert Shearman | Accept headers without \r\n ending in HttpAddRequestHea... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Mike McCormack | Build http requests in a more consistent way. |
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-14 |
Mike McCormack | Pass pointers around internally instead of handles. |
blob | commitdiff | raw | diff to current |
2004-06-01 |
Mike McCormack | Fix proxy support, remove typecasts. |
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-04-20 |
Francois Gouget | Make Unicode strings 'static const'. |
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-13 |
Alexandre Julliard | Fixed a warning. |
blob | commitdiff | raw | diff to current |
2004-04-12 |
Mike McCormack | Convert unicode strings to const. |
blob | commitdiff | raw | diff to current |
2004-03-31 |
Alexandre Julliard | Fixed length handling in HttpQueryInfoW. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Mike McCormack | Fix the HttpQueryInfoA function buffer size. |
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-03-22 |
Marcus Meissner | Allocate the correct nr of bytes for lpszCookies in... |
blob | commitdiff | raw | diff to current |
2004-03-22 |
Marcus Meissner | Allocate correct number of pointers for szAcceptTypes... |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Uwe Bonnes | HTTP_HttpSendRequestA: Remove \r and \n at the end of |
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-09 |
Lionel Ulmer | Report real handles to the application, not Wine intern... |
blob | commitdiff | raw | diff to current |
2004-02-07 |
Mike McCormack | Implement proper HINTERNET handles. |
blob | commitdiff | raw | diff to current |
2003-12-15 |
Uwe Bonnes | HTTP_DealWithProxy: Only add to proxy string when... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Jeremy Shaw | Add a '\r\n' to lpszHeaders if it is not already termin... |
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-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-15 |
Mike McCormack | Use WideByteToMultiChar not strlenW. |
blob | commitdiff | raw | diff to current |
2003-08-05 |
David Hammerton | Added support for http-POST (well, any kind of http... |
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-09 |
Alexandre Julliard | Fixed a couple of buffer overflows. |
blob | commitdiff | raw | diff to current |
2003-06-20 |
David Hammerton | - implemented support for https protocol |
blob | commitdiff | raw | diff to current |
2003-05-16 |
Uwe Bonnes | HTTP_HttpOpenRequestA: Calculate size from the right... |
blob | commitdiff | raw | diff to current |
2003-04-14 |
Dominik Strasser | Partially implement proxy support. |
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 |
2002-12-06 |
Alberto Massari | - When sending a request using HttpOpenRequest/HttpSen... |
blob | commitdiff | raw | diff to current |
2002-11-13 |
Alberto Massari | Added stubs for IsHostInProxyBypassList and GetUrlCache... |
blob | commitdiff | raw | diff to current |
2002-11-12 |
Alberto Massari | Added HttpOpenRequestW, HttpQueryInfoW, HttpSendRequestW. |
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-07-03 |
Gregg Mattinson | Cast void* to char* for pointer arithmetic. |
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-04-29 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Alexandre Julliard | Added LGPL standard comment, and copyright notices... |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Johan Dahlin | Add a few extra fields to HTTP_GetStdHeaderIndex. |
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-04 |
Nikolas Zimmermann | Skip port number before calling gethostbyname. |
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-08-24 |
Francois Gouget | Made independent from winsock. |
blob | commitdiff | raw | diff to current |
2001-06-20 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-06-19 |
Patrik Stridvall | Documentation ordinal fixes. |
blob | commitdiff | raw | diff to current |
2001-02-15 |
Chris Morgan | Add includes for <time.h>. |
blob | commitdiff | raw | diff to current |
2001-01-22 |
Jon Griffiths | - Remove <string.h> from winnt.h. |
blob | commitdiff | raw | diff to current |
2001-01-21 |
Huw D M Davies | Escape any spaces in lpszObjectName passed to HttpOpenR... |
blob | commitdiff | raw | diff to current |
2000-11-30 |
Patrik Stridvall | Don't include windows.h internally. |
blob | commitdiff | raw | diff to current |
2000-11-27 |
Dimitrie O. Paun | Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements... |
blob | commitdiff | raw | diff to current |
2000-11-16 |
Alexandre Julliard | Replaced HEAP_strdup* and lstrcpynAtoW calls by exporte... |
blob | commitdiff | raw | diff to current |
2000-11-10 |
Huw D M Davies | Initialize nSocketFD to INVALID_SOCKET. |
blob | commitdiff | raw | diff to current |
2000-10-28 |
Huw D M Davies | Stub for HttpSendRequestExA. |
blob | commitdiff | raw | diff to current |
2000-08-26 |
Andreas Mohr | - made the MIDI sequencer error message much better... |
blob | commitdiff | raw | diff to current |
2000-08-09 |
Alexandre Julliard | Removed some unnecessary #includes and dll dependencies. |
blob | commitdiff | raw | diff to current |
2000-08-03 |
John R. Sheets | Added "Mime-Version" to standard MIME headers parsed in |
blob | commitdiff | raw | diff to current |
2000-07-23 |
John R. Sheets | Add a few more fields to HTTP_GetStdHeaderIndex() and... |
blob | commitdiff | raw | diff to current |
2000-06-23 |
Patrik Stridvall | Fixed some warnings. |
blob | commitdiff | raw | diff to current |
2000-06-11 |
Ulrich Czekalla | HTTP protocol now supported, InternetCrackUrl fixed... |
blob | commitdiff | raw | diff to current |
|