summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_netdrive.cc
Commit message (Expand)AuthorAgeFilesLines
* Align seekdir and telldir API to POSIX definition.Corinna Vinschen2010-07-051-1/+1
* * fhandler_netdrive.cc (fhandler_netdrive::exists): Always free WNetCorinna Vinschen2010-06-011-10/+4
* * fhandler_netdrive.cc (GET_RESOURCE_INFO): Remove.Corinna Vinschen2009-07-151-12/+11
* * fhandler_netdrive.cc (fhandler_netdrive::readdir): Remove uselessCorinna Vinschen2009-07-151-1/+0
* Remove unneeded whitespace.Christopher Faylor2008-11-261-2/+2
* * autoload.cc (WNetGetProviderNameA): Define.Corinna Vinschen2008-07-191-33/+87
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-6/+0
* * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen2008-03-311-2/+2
* * dir.cc (readdir_worker): Drop dir parameter from call toCorinna Vinschen2007-07-261-1/+1
* * fhandler_disk_file.cc (path_conv::hasgood_inode): Make inline.Corinna Vinschen2006-04-141-1/+8
* * dir.cc (readdir_worker): Use slash as path separator when evaluatingCorinna Vinschen2006-02-281-1/+4
* * fhandler_netdrive.cc (fhandler_netdrive::fstat): Create unambiguousCorinna Vinschen2006-02-271-0/+3
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-1/+1
* * cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor2005-08-201-14/+17
* white spaceChristopher Faylor2005-08-121-6/+6
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-1/+1
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen2005-05-181-6/+0
* * fhandler_netdrive.cc (fhandler_netdrive::telldir): Implement.Corinna Vinschen2005-05-181-5/+9
* * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen2005-05-171-36/+102
* * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): CheckCorinna Vinschen2005-05-141-1/+1
* * fhandler.h (fhandler_netdrive::readdir): Remove useless comment.Corinna Vinschen2005-05-131-1/+0
* * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen2005-05-131-4/+102
* * fhandler_netdrive.cc (fhandler_netdrive::exists): Assert that "//" exists.Christopher Faylor2005-05-131-1/+4
* * cygtls.cc (_cygtls::remove): Eliminate compiler warning.Christopher Faylor2005-05-131-0/+20
* 2005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet2005-05-091-1/+75
* * Makefile.in (DLL_O_FILES): Add fhandler_netdrive.o.Christopher Faylor2005-05-061-0/+10