summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix memory and handle leaks due to fdopendir:Corinna Vinschen2012-02-021-1/+3
* Don't leave Windows 2000 behind.Corinna Vinschen2011-12-141-0/+2
* * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen2011-08-161-0/+1
* * autoload.cc: Call _api_fatal in asm.Christopher Faylor2011-05-281-1/+2
* * autoload.cc: Remove useless comment.Corinna Vinschen2011-05-111-1/+0
* * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen2011-05-111-2/+0
* * autoload.cc (GetModuleFileNameExW): Remove.Corinna Vinschen2011-05-111-2/+0
* * autoload.cc (QueryWorkingSet): Remove.Corinna Vinschen2011-05-111-1/+0
* * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen2011-05-111-1/+0
* Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen2011-05-011-10/+10
* * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen2011-04-281-1/+0
* * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen2011-04-191-2/+0
* * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen2011-04-191-4/+0
* Drop NT4 support.Corinna Vinschen2011-04-041-16/+9
* * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen2011-04-021-4/+0
* * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen2011-04-021-5/+0
* * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen2011-04-011-0/+31
* * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen2011-03-291-0/+1
* * autoload.cc (UuidCreate): Remove.Corinna Vinschen2011-03-291-3/+0
* * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen2011-03-291-21/+17
* * autoload.cc (dll_load): Change error message to make it clear if a newer DLLChristopher Faylor2011-03-231-1/+1
* * autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor2011-03-011-2/+2
* * autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor2011-03-011-1/+2
* * autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor2011-02-281-3/+6
* * autoload.cc (dll_load): Only call LoadLibraryExW withCorinna Vinschen2011-02-271-2/+4
* * autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changesChristopher Faylor2011-02-261-38/+52
* * autoload.cc: Make autoloaded ntdll function non-optional. Ditto forCorinna Vinschen2011-02-261-14/+15
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor2011-02-051-2/+2
* * autoload.cc (RETRY_COUNT): New define.Corinna Vinschen2010-12-091-14/+32
* * autoload.cc (SendARP): Remove.Corinna Vinschen2010-11-231-1/+0
* * autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor2010-10-011-8/+17
* Revert accidental previous login.Corinna Vinschen2010-09-281-71/+0
* * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen2010-09-281-0/+71
* * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen2010-09-251-78/+73
* * autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor2010-09-241-5/+6
* * autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor2010-09-231-1/+1
* winsup/cygwin/ChangeLog:Dave Korn2010-09-111-3/+4
* * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen2010-08-301-1/+1
* * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen2010-08-281-3/+6
* * autoload.cc (noload): Use "pushl" rather than "push".Christopher Faylor2010-07-181-2/+2
* * autoload.cc (GetNamedPipeClientProcessId): Define.Corinna Vinschen2010-04-191-0/+1
* Throughout change all calls of low_priority_sleep (0) to yield ().Christopher Faylor2010-03-121-2/+2
* * Makefile.in (DLL_OFILES): Add nlsfunc.o and strfmon.o.Corinna Vinschen2010-01-221-1/+3
* Reintegrate socket duplication via WSADuplicateSocket/WSASocket.Corinna Vinschen2009-11-171-0/+2
* * autoload.cc (WSARecv): Define.Corinna Vinschen2009-09-221-0/+1
* * autoload.cc: Delete stray CR.Corinna Vinschen2009-07-061-1/+1
* * autoload.cc (SetParent): Add new import.Christopher Faylor2009-07-041-0/+1
* * autoload.cc (AttachConsole): Correct size of args.Dave Korn2009-07-041-1/+1
* * autoload.cc: Fix typo in comment.Corinna Vinschen2009-07-031-1/+3