bump version to 0.82 and prepare for release
[catagits/fcgi2.git] / libfcgi /
2019-12-14 Petr Písař Fix a memory leak in ProcessManagementRecord()
2019-12-14 Petr Písař Check socket path length in OS_CreateLocalIpcFd() and...
2016-03-07 Karen Etheridge fix copyright information in these files
2016-03-06 Karen Etheridge rename this file so it is visible by metacpan et al
2011-08-20 chansen Only discard input stream if FCGI_KEEP_CONN is set...
2010-10-02 chansen discard any remaining data in input stream which otherw...
2010-01-10 Tomas Doran Force signal handler installation so we can catch SIGPI...
2004-01-31 robs [WIN32] Raise SIGTERM from the ShutdownRequestThread...
2003-06-22 robs Fix fcgi_streambuf::underflow() such that when there...
2003-06-22 robs add attach()/detach() support
2002-03-05 robs same change as in os_win.c - on connection close, shutd...
2002-03-05 robs shutdown() the send side and then read() from client...
2002-03-04 robs [WIN32] shutdown only the send side of a TCP socket...
2002-02-28 robs [WIN32] force an exit from the ShutdownRequestThread...
2002-02-25 robs cleanup to avoid warnings under borland complier
2002-02-25 robs changes to match recent .dsp changes
2002-02-24 robs use streamsize and char_type, export the C++ API via...
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-19 robs Fix a bug that caused an assert to pop when an async...
2002-02-16 robs [WIN] Use _beginthread instead of CreateThread because...
2002-01-03 robs remove <CR>
2001-12-22 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-21 robs Modified Files: libfcgi/Makefile.am examples/Makefile...
2001-12-21 robs Modified Files: os_win32.c
2001-12-12 robs more lib crash fixes on err'd read
2001-12-12 robs Fix a bug a that caused the lib to crash under certain...
2001-12-04 robs Change references to NULL to 0.
2001-11-30 robs (WIN32) Fixed initialization of the accept mutex when...
2001-11-27 robs Add LIBFCGI_EXPORTS to defines
2001-11-26 robs *** empty log message ***
2001-11-26 robs implement uflow()
2001-11-23 robs fix to allow the c++ lib to be built and installed...
2001-11-21 robs revert last commit (i.e. remove FCGX_Peek)
2001-11-21 robs remove bloody CRs and fix bufsize initialization
2001-11-21 robs Fix buffered reads.
2001-11-21 robs fix C++ build handling
2001-11-20 robs fix typo: setb -> setp
2001-11-20 robs define DLLAPI for non win platforms
2001-11-20 robs add the lstdc++ dependency
2001-11-20 robs Add the C++ API to the lib.
2001-11-20 robs Rewrite of the C++ lib
2001-11-17 robs Added "int FCGX_Peek(FCGX_Stream *)" (needed by fcgio...
2001-09-25 robs initialize port in OS_FcgiConnect to prevent compiler...
2001-09-24 skimo move fcgi_config.h
2001-09-24 robs initialize tcp_ia and port to prevent compile warning.
2001-09-24 skimo respect CFLAGS
2001-09-21 skimo use libtool
2001-09-14 robs Remove FCGX_Shutdown and OS_Shutdown() - there is no...
2001-09-06 robs Add
2001-09-06 robs Only expose the shutdown functions.
2001-09-06 robs Add
2001-09-06 robs If shutdownPending is set, fail out of AquireLock().
2001-09-06 robs Add shutdown flags and install signal handlers at lib...
2001-09-04 robs Fix TCP socket accept handling that I broke in a previo...
2001-09-01 robs Rename the PP conditional for the fileno() prototype...
2001-08-31 robs Rewrite based on latest project file.
2001-08-31 robs no message
2001-08-30 robs Remove uneeded code that was causing gcc to warn
2001-08-30 robs Changes that are the result of the OMI_CONFIG being...
2001-08-30 robs Win makefiles don't need to be built by configure.
2001-08-30 robs no message
2001-08-28 robs Win32 lib makefile update (based on the latest project...
2001-08-27 robs Fix a broken declaration.
2001-08-27 robs Remove references to files that have been removed from...
2001-06-22 robs Remove fcgiappmisc.h
2001-06-22 robs Remove #undef DLLAPI - not needed anymore
2001-06-22 robs header juggling
2001-06-22 robs Add DLLAPI define for win
2001-06-22 robs Remove unneeded header includes.
2001-06-22 robs More bloody header/define juggling.
2001-06-22 skimo extra argument for FCGX_Free
2001-06-22 robs Make str_dup static.
2001-06-22 skimo Don't keep connection on failure.
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 casts and initializers to prevent warnings.
2001-06-20 robs Touch args to avoid compiler warnings.
2001-06-20 robs A little header juggling.
2001-06-20 robs Revert isFCGI() to its original form - ignoring the...
2001-06-20 robs Remove page breaks.
2001-06-19 robs Remove a bogus check in last commit.
2001-06-19 robs Fix includes.
2001-06-19 robs Add fcgiappmisc.h back in.
2001-06-19 robs Add editor backup files.
2001-06-19 robs no message
2001-06-18 robs Add WIN32_LEAN_AND_MEAN to WIN defines
2001-06-18 robs Need <limits.h>
2001-06-18 robs Remove FALSE/TRUE defines - they're picked up in fcgimi...
2001-06-18 robs Header file juggling.
2001-06-06 robs Try and find an open slot in the fdTable if the fd...
2001-06-03 robs Check for NULL args. Eric Sit [esit@MIT.EDU]
2001-04-30 skimo bind to non-INADDR_ANY for TCP/IP
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 no message
2001-03-27 robs Clear errno before calling getpeername() to determine...
2001-03-27 robs Cleaned up OS_CreateLocalIpcFd() and OS_FcgiConnect().
2001-03-26 robs Add support the shutdown Event.
next