aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/autoload.cc
AgeCommit message (Expand)AuthorFilesLines
2013-11-19 * autoload.cc (IdnToAscii): Define.Corinna Vinschen1-0/+5
2013-10-15 * autoload.cc (CryptAcquireContextW): Remove.Corinna Vinschen1-3/+1
2013-06-14 * autoload.cc (GetSystemTimePreciseAsFileTime): Define.Corinna Vinschen1-0/+1
2013-06-02 * autoload.cc (CancelSynchronousIo): Define.Corinna Vinschen1-0/+1
2013-04-30* autoload.cc (CreateSymbolicLinkW): Rename from CreateSymbolicLink.Christopher Faylor1-1/+1
2013-04-24 * autoload.cc (CreateSymbolicLink): Define.Corinna Vinschen1-0/+1
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen1-32/+211
2013-03-31whitespaceChristopher Faylor1-1/+1
2013-01-21Throughout, change __attribute__ ((regparm (N))) to just __regN. Throughout,Christopher Faylor1-3/+3
2012-02-16 * autoload.cc (NetUseGetInfo): Define.Corinna Vinschen1-0/+1
2012-02-02 Fix memory and handle leaks due to fdopendir:Corinna Vinschen1-1/+3
2011-12-14 Don't leave Windows 2000 behind.Corinna Vinschen1-0/+2
2011-08-16 * autoload.cc (GetModuleHandleExW): Define.Corinna Vinschen1-0/+1
2011-05-28* autoload.cc: Call _api_fatal in asm.Christopher Faylor1-1/+2
2011-05-11 * autoload.cc: Remove useless comment.Corinna Vinschen1-1/+0
2011-05-11 * autoload.cc (EnumProcessModules): Remove.Corinna Vinschen1-2/+0
2011-05-11 * autoload.cc (GetModuleFileNameExW): Remove.Corinna Vinschen1-2/+0
2011-05-11 * autoload.cc (QueryWorkingSet): Remove.Corinna Vinschen1-1/+0
2011-05-11 * autoload.cc (GetProcessMemoryInfo): Remove.Corinna Vinschen1-1/+0
2011-05-01 Throughout, use user32 UNICODE functions rather than ANSI functions.Corinna Vinschen1-10/+10
2011-04-28 * autoload.cc (GetSecurityInfo): Remove.Corinna Vinschen1-1/+0
2011-04-19 * autoload.cc (GetConsoleWindow): Drop.Corinna Vinschen1-2/+0
2011-04-19 * Makefile.in (DLL_IMPORTS): Drop advapi32.dll.Corinna Vinschen1-4/+0
2011-04-04 Drop NT4 support.Corinna Vinschen1-16/+9
2011-04-02 * autoload.cc (FindFirstVolumeA): Remove.Corinna Vinschen1-4/+0
2011-04-02 * autoload.cc (GetExtendedTcpTable): Remove.Corinna Vinschen1-5/+0
2011-04-01 * Makefile.in (DLL_OFILES): Add avapi32.o.Corinna Vinschen1-0/+31
2011-03-29 * fhandler_socket.cc (get_inet_addr): Make externally available.Corinna Vinschen1-0/+1
2011-03-29 * autoload.cc (UuidCreate): Remove.Corinna Vinschen1-3/+0
2011-03-29 * autoload.cc (winmm): Remove time functions. Don't treatCorinna Vinschen1-21/+17
2011-03-23* autoload.cc (dll_load): Change error message to make it clear if a newer DLLChristopher Faylor1-1/+1
2011-03-01* autoload.cc (dll_load): Avoid in_forkee test since this apparently fails evenChristopher Faylor1-2/+2
2011-03-01* autoload.cc (dll_load): Only perform DONT_RESOLVE_DLL_REFERENCES hack onChristopher Faylor1-1/+2
2011-02-28* autoload.cc (dll_load): Make inline. Clarify logic.Christopher Faylor1-3/+6
2011-02-27 * autoload.cc (dll_load): Only call LoadLibraryExW withCorinna Vinschen1-2/+4
2011-02-26* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changesChristopher Faylor1-38/+52
2011-02-26 * autoload.cc: Make autoloaded ntdll function non-optional. Ditto forCorinna Vinschen1-14/+15
2011-02-15 * Throughout fix copyright dates.Corinna Vinschen1-1/+1
2011-02-05* autoload.cc (wsock_init): Properly define WSAStartup function pointer toChristopher Faylor1-2/+2
2010-12-09 * autoload.cc (RETRY_COUNT): New define.Corinna Vinschen1-14/+32
2010-11-23 * autoload.cc (SendARP): Remove.Corinna Vinschen1-1/+0
2010-10-01* autoload.cc (std_dll_init): Add a retry loop.Christopher Faylor1-8/+17
2010-09-28 Revert accidental previous login.Corinna Vinschen1-71/+0
2010-09-28 * Makefile.in (DLL_IMPORTS): Remove libadvapi32.a.Corinna Vinschen1-0/+71
2010-09-25 * autoload.cc: Throughout. order entry points alphabetically by DLLCorinna Vinschen1-78/+73
2010-09-24* autoload.cc (std_dll_init): Move dll_path closer to its use. Use dll_path inChristopher Faylor1-5/+6
2010-09-23* autoload.cc (std_dll_init): Use correct format type when displaying dll nameChristopher Faylor1-1/+1
2010-09-11winsup/cygwin/ChangeLog:Dave Korn1-3/+4
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen1-1/+1
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen1-3/+6