summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/hookapi.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-2/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-112/+152
* whitespace cleanupChristopher Faylor2012-08-161-1/+1
* * hookapi.cc (find_first_notloaded_dll): Remove unused assignment ofChristopher Faylor2012-07-041-2/+0
* * hookapi.cc (find_first_notloaded_dll): Extend comment. Fix usage ofCorinna Vinschen2012-05-301-8/+14
* * hookapi.cc (rvadelta): Compute max_size using SizeOfRawData ratherCorinna Vinschen2012-04-041-1/+1
* * hookapi.cc (hook_or_detect_cygwin): Change condition when to useCorinna Vinschen2012-03-131-11/+13
* * hookapi.cc (find_first_notloaded_dll): Fix a compiler warning.Corinna Vinschen2012-03-091-1/+1
* * hookapi.cc (rvadelta): Add parameter to return maximum availableCorinna Vinschen2012-03-091-17/+98
* * hookapi.cc (hook_or_detect_cygwin): Take additional handleCorinna Vinschen2011-10-251-4/+34
* Throughout, open console handles with sharing for reading and writing.Corinna Vinschen2011-07-041-1/+1
* * Throughout fix copyright dates.Corinna Vinschen2011-02-151-1/+1
* * hookapi.cc (hook_or_detect_cygwin): Prevent i from being consideredChristopher Faylor2011-02-091-1/+1
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-21/+21
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* * hookapi.cc (find_first_notloaded_dll): New function.Christopher Faylor2008-03-271-5/+74
* * string.h: Re-enable inline strcasematch and strncasematchCorinna Vinschen2008-02-011-2/+2
* Change many cygheap allocation routines to their *_abort analogs.Christopher Faylor2007-11-261-1/+1
* * hookapi.cc (ld_preload): Call LoadLibraryW.Corinna Vinschen2007-08-201-1/+2
* * path.h (path_conv::operator char *): Delete.Corinna Vinschen2007-08-161-1/+1
* * hookapi.cc: Add comment headerChristopher Faylor2006-07-061-4/+14
* * winsup.h (cygwin_hmodule): Declare.Christopher Faylor2006-02-231-1/+0
* * cygheap.cc (init_cygheap::manage_console_count): Revert previous change.Christopher Faylor2005-12-211-1/+3
* * hookapi.cc (putmem): Remove query of previous memory protection since we getChristopher Faylor2005-12-161-14/+3
* * hookapi.cc (hook_or_detect_cygwin): Correct inverted test for whether toChristopher Faylor2005-09-281-1/+1
* * hookapi.cc (hook_or_detect_cygwin): Simplify very slightly.Christopher Faylor2005-09-151-1/+1
* * hookapi.cc (rvadelta): Change argument to DWORD to eliminate a compilerChristopher Faylor2005-09-081-1/+1
* * dcrt0.cc (initial_env): Don't attempt stracing if dynamically loaded.Christopher Faylor2005-09-071-6/+22
* * child_info.h (child_info::sync): Pass pid and HANDLE rather than using pinfo.Christopher Faylor2005-07-171-10/+13
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* * dcrt0.cc (do_global_dtors): Run DLL dtors.Christopher Faylor2005-04-141-1/+1
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+218