aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_netdrive.cc
AgeCommit message (Expand)AuthorFilesLines
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen1-3/+0
2014-08-19 * autoload.cc: Replace WNet[...]A with WNet[...]W imports.Corinna Vinschen1-43/+65
2013-11-24 Throughout, drop unnecessary explicit includes of windows header filesCorinna Vinschen1-1/+0
2013-10-31 * devices.in (dev_cygdrive_storage): Revert mapping to \Device\Null.Corinna Vinschen1-18/+11
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-4/+4
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-2/+2
2011-12-03Throughout, remove extra space after function name from debugging output.Christopher Faylor1-2/+2
2011-04-04 Drop NT4 support.Corinna Vinschen1-2/+1
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen1-3/+3
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor1-1/+1
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen1-1/+2
2010-07-05 Align seekdir and telldir API to POSIX definition.Corinna Vinschen1-1/+1
2010-06-01 * fhandler_netdrive.cc (fhandler_netdrive::exists): Always free WNetCorinna Vinschen1-10/+4
2009-07-15 * fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove.Corinna Vinschen1-12/+11
2009-07-15 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove uselessCorinna Vinschen1-1/+0
2008-11-26Remove unneeded whitespace.Christopher Faylor1-2/+2
2008-07-19 * autoload.cc (WNetGetProviderNameA): Define.Corinna Vinschen1-33/+87
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-2/+2
2007-07-26 * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen1-1/+1
2006-04-14 * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.Corinna Vinschen1-1/+8
2006-02-28 * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen1-1/+4
2006-02-27 * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguousCorinna Vinschen1-0/+3
2005-10-17Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor1-1/+1
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor1-14/+17
2005-08-12white spaceChristopher Faylor1-6/+6
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor1-1/+1
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen1-6/+0
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen1-5/+9
2005-05-17 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen1-36/+102
2005-05-14 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen1-1/+1
2005-05-13 * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen1-1/+0
2005-05-13 * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen1-4/+102
2005-05-13* fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor1-1/+4
2005-05-13* cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor1-0/+20
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet1-1/+75
2005-05-06* Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor1-0/+10