cleanup to avoid warnings under borland complier
[catagits/fcgi2.git] / libfcgi / os_win32.c
2002-02-25 robs cleanup to avoid warnings under borland complier
2002-02-24 robs disable the 4127 warning caused by FD_SET
2002-02-23 robs [WIN32] Eliminate the (partial and broken) use of Overl...
2002-02-16 robs [WIN] Use _beginthread instead of CreateThread because...
2001-12-21 robs Modified Files: os_win32.c
2001-11-30 robs (WIN32) Fixed initialization of the accept mutex when...
2001-09-14 robs Remove FCGX_Shutdown and OS_Shutdown() - there is no...
2001-09-06 robs Add
2001-09-04 robs Fix TCP socket accept handling that I broke in a previo...
2001-08-27 robs Fix a broken declaration.
2001-06-22 robs header juggling
2001-06-22 robs Don't remove SHUTDOWN_EVENT from initial env.
2001-06-20 robs type changes, casts, and arg touching to prevent warnings.
2001-06-20 robs Revert isFCGI() to its original form - ignoring the...
2001-06-19 robs Remove a bogus check in last commit.
2001-06-19 robs Fix includes.
2001-06-06 robs Try and find an open slot in the fdTable if the fd...
2001-03-31 robs Clean up and remove some useless code.
2001-03-30 robs Protect write access to the fdTable. Wolfgang Meisl...
2001-03-27 robs Remove page breaks.
2001-03-27 robs Cleaned up OS_CreateLocalIpcFd() and OS_FcgiConnect().
2001-03-26 robs Add support the shutdown Event.
2000-11-05 robs Provide FCGX_Free().
2000-08-26 robs Note potential bug when accept returns fds >32. ernst...
2000-08-02 robs assert -> ASSERT
1999-08-27 roberts Couple of minor WIN32 tweaks suggested by
1999-08-12 roberts Fix OS_Accept arg on Win32.
1999-08-05 roberts Initial shot at supporting initializing FastCGI socket...
1999-07-28 roberts some more #include juggling
1997-09-16 stanleyg Initial revision