netstat: Initial implementation.
[wine] / dlls / qmgr / file.c
2010-12-05  Michael Stefaniucqmgr: Use an iface instead of a vtbl pointer in DLBindS...
2009-01-22  Michael Stefaniucqmgr: Remove superfluous pointer casts.
2008-10-08  Michael Stefaniucqmgr: Use FAILED instead of !SUCCEEDED.
2008-06-20  Andrew Talbotqmgr: Constify some variables.
2008-05-12  Andrew Talbotqmgr: Memory allocation size fix.
2008-03-14  Dan Hipschmanqmgr: Implement progress updates for downloads given...
2008-03-14  Dan Hipschmanqmgr: Transfer files given by URL (including HTTP,...
2008-03-14  Dan Hipschmanqmgr: Implement local file background "downloads."
2008-03-13  Dan Hipschmanqmgr: Add critical sections for jobs and files.
2008-02-29  Roy Sheaqmgr: Implement IBackgroundCopyFile_GetProgress.
2008-02-29  Roy Sheaqmgr: Implement GetLocalName and GetRemoteName for...
2008-02-27  Roy Sheaqmgr: Implement the IUnknown interface for IBackgroundC...