projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
dmusic: Set instrument stream position where the instrument begins, not at the beginn...
[wine]
/
dlls
/
wininet
/
ftp.c
2012-11-23
Jacek Caban
wininet: Use generic ReadFileEx entry in InternetReadFi...
blob
|
commitdiff
|
raw
2012-11-23
Jacek Caban
wininet: Don't take INTERNET_BUFFERSW as argument in...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-20
Thomas Faber
wininet: Use the correct type for sock_namelen in FTP_C...
blob
|
commitdiff
|
raw
|
diff to current
2012-03-08
Jacek Caban
wininet: Added default fallback for setting handle...
blob
|
commitdiff
|
raw
|
diff to current
2012-01-26
Frédéric Delanoy
wininet: Avoid dead code in FTP_FtpOpenFileW (Coverity).
blob
|
commitdiff
|
raw
|
diff to current
2011-09-20
Francois Gouget
wininet: Fix printing NULL strings.
blob
|
commitdiff
|
raw
|
diff to current
2011-06-01
Hans Leidekker
wininet: Consistently use the allocation macros.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-22
Jacek Caban
wininet: Use wrappers for HeapReAlloc calls.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-21
Jacek Caban
wininet: Use wrappers for HeapAlloc calls.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-02
Juan Lang
wininet: De-Hungarian appinfo member names.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Jacek Caban
wininet: Moved freeing object to WININET_Release.
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jacek Caban
wininet: Moved creation of an object and allocating...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-03
Jacek Caban
wininet: Handles handling clean up.
blob
|
commitdiff
|
raw
|
diff to current
2010-05-25
Hans Leidekker
wininet: Pass the object header pointer to INET_QueryOp...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-21
Jacek Caban
wininet: Return error directly from INTERNET_AsyncCall.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Hans Leidekker
wininet: Fix some status callbacks to return a string...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Francois Gouget
wininet: Make FTP_FtpOpenFileW() static.
blob
|
commitdiff
|
raw
|
diff to current
2009-12-04
Juan Lang
wininet: Correct length of data passed to callback...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-03
Michael Stefaniuc
wininet: Free the mem unconditionally to prevent a...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Hans Leidekker
wininet: Implement InternetQueryOption(INTERNET_OPTION_...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Hans Leidekker
wininet: Also cache files transferred over ftp.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Jacek Caban
wininet: Directly return error status from WriteFile...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-09
Dan Kegel
wininet: FTP_FtpOpenFileW: initialize dwInternalFlags.
blob
|
commitdiff
|
raw
|
diff to current
2009-10-23
Hans Leidekker
wininet: Avoid accessing uninitialized memory.
blob
|
commitdiff
|
raw
|
diff to current
2009-09-17
Aric Stewart
wininet: Be sure to set lpwfs->pasvSocket to -1 when...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-16
Aric Stewart
wininet: Ensure the ftp connections lstnSocket is set...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jacek Caban
wininet: Rename WININET_strdup_WtoA to heap_strdupWtoA.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jacek Caban
wininet: Rename WININET_strdup_AtoW to heap_strdupAtoW...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jacek Caban
wininet: Rename WININET_strdupW to standard heap_strdupW.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Jacek Caban
wininet: Rename WININETFTPFILEW to ftp_file_t.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Jacek Caban
wininet: Rename WININETFTPSESSIONW to ftp_session_t.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-13
Jacek Caban
wininet: Rename WININETAPPINFOW to appinfo_t.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Fail in FTP if the resolved name is not an...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Use sizeof(member) rather than sizeof(type...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Use length reported by GetAddress in FTP_Connect.
blob
|
commitdiff
|
raw
|
diff to current
2009-07-10
Juan Lang
wininet: Change type of GetAddress from struct sockaddr...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-08
Jacek Caban
wininet: Rename WININETHANDLEHEADER to object_header_t.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-26
Maksim Kuleshov
wininet: Fix sockets leak in FTP_Connect.
blob
|
commitdiff
|
raw
|
diff to current
2009-04-30
Hans Leidekker
wininet: Implement InternetReadFileEx for ftp requests.
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Jacek Caban
wininet: Release session after FTP_ReceiveResponse...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Jacek Caban
wininet: Don't send INTERNET_STATUS_REQUEST_COMPLETE...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Jacek Caban
wininet: Make sure that we have some data buffered...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Jacek Caban
wininet: Added QueryDataAvailable implementation for...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Jacek Caban
wininet: Fixed handling empty string password.
blob
|
commitdiff
|
raw
|
diff to current
2009-02-11
Jacek Caban
wininet: Move FtpOpenFile[AW] implementation to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-16
Hans Leidekker
wininet: Implement InternetReadFileExW.
blob
|
commitdiff
|
raw
|
diff to current
2009-01-08
Alexandre Julliard
wininet: Fix handle cast warnings on 64-bit.
blob
|
commitdiff
|
raw
|
diff to current
2008-12-22
Alexandre Julliard
wininet: Store file time as a SYSTEMTIME instead of...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-09
Alexandre Julliard
wininet: Include ws2tcpip.h before anything else for...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-01
Michael Stefaniuc
wininet: Remove some superfluous casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-11-25
Francois Gouget
wininet: Remove WINAPI on static functions where not...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-18
Henri Verbeet
wininet: Treat an empty username as NULL in FTP_Connect().
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Hans Leidekker
wininet: Delete local file on error in FtpGetFile.
blob
|
commitdiff
|
raw
|
diff to current
2008-07-21
Jacek Caban
wininet: Moved more InternetQueryOption implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-05
Andrew Talbot
wininet: Remove unused variables.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-25
Hans Leidekker
wininet: Avoid a crash with traces on.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-12
Jacek Caban
wininet: Move INTERNET_OPTION_HANDLE_TYPE to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-10
Rob Shearman
wininet: Make the reference count of WININETHANDLEHEADE...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Moved InternetReadFileExA to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Move FTP structs and functions declarations...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jacek Caban
wininet: Move InternetReadFile to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-29
Jacek Caban
wininet: Move InternetQueryDataAvailable to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Jacek Caban
wininet: Move WININETFTPFINDNEXTW declaration to ftp.c.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-28
Jacek Caban
wininet: Moved InternetFindNextFileW implementation...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Use vtbl for InternetSetOption(INTERNET_OPTION...
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Use vtbl in InternetWriteFile implementation.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Moved close_connection to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Jacek Caban
wininet: Moved handle destructor to vtbl.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-05
Andrew Talbot
wininet: Remove unneeded casts.
blob
|
commitdiff
|
raw
|
diff to current
2008-01-07
Austin English
Spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-31
Michael Stefaniuc
wininet: Fix typo in comparison with NULL. Found by...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-10
Hans Leidekker
wininet: Make FtpGetCurrentDirectoryA pass all todo_win...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Zac Brown
wininet: Fix FtpGetCurrentDirectoryW to handle bad...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-08
Lei Zhang
wininet: Initialize ftp sockets.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Hans Leidekker
wininet: Implement and test FtpCommand{A, W}.
blob
|
commitdiff
|
raw
|
diff to current
2007-11-01
Hans Leidekker
wininet: Correct several ftp server response to error...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-30
Hans Leidekker
wininet: Don't release the parent object in FTP_Connect...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Hans Leidekker
wininet: Always close the data connection before receiv...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Hans Leidekker
wininet: Always return an error when a transfer is...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Hans Leidekker
wininet: Fix some failing ftp tests on Windows and...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Hans Leidekker
wininet: Properly clean up ftp sessions.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-22
Hans Leidekker
wininet: Separate ftp session destruction from closing...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-21
Misha Koshelev
wininet: Track child handles, free all child handles...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-17
Alexandre Julliard
wininet/ftp: There's no need to query the file size...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-30
Francois Gouget
wininet: Fix many wininet prototypes: the context is...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-23
Misha Koshelev
wininet: Separate connection closing from object destru...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-07
Hans Leidekker
wininet: More lenient parsing of the passive mode serve...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Michael Stefaniuc
janitorial: Pass HEAP_ZERO_MEMORY as flag to HeapAlloc...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Paul Vriens
wininet/ftp: Fix potential memory leak.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Paul Vriens
wininet/ftp: Remove unneeded check.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Paul Vriens
wininet/ftp: Move a definition in FTP_FtpFindFirstFileW...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-21
Paul Vriens
wininet/ftp: Simplify FTP_FtpGetFileW a bit.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Francois Gouget
wininet: Fix a couple of reversed checks that could...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-08
Francois Gouget
wininet: Check file handles against INVALID_HANDLE_VALU...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-01
Paul Vriens
wininet/ftp: Let CreateFile deal with last error.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-26
Andrew Talbot
wininet: Constify some variables.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Francois Gouget
Assorted spelling fixes.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Francois Gouget
wininet: Move a bunch of misplaced API documentation.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-20
Paul Vriens
wininet/ftp.c: Fix some returned error codes.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-19
Paul Vriens
wininet/ftp.c: Fix some returned error codes.
blob
|
commitdiff
|
raw
|
diff to current
next