index
:
debian-urweb
dfsg_clean
master
unofficial
Debian packaging for Ur/Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
c
/
fastcgi.c
Commit message (
Expand
)
Author
Age
*
FastCGI: Track request IDs during processing
Benjamin Barenblat
2016-11-07
*
Fix a potential memory bug in fastcgi.c
Adam Chlipala
2015-01-22
*
Define uw_loggers structure, allow FFI code to access it
Sergey Mironov
2014-02-26
*
Tweaking handling of database transactions
Adam Chlipala
2013-12-25
*
Proper handling of serialization failures during SQL COMMIT
Adam Chlipala
2013-12-23
*
Start SQL transactions as read-only when possible, based on conservative prog...
Adam Chlipala
2013-12-12
*
Basis.getenv
Adam Chlipala
2012-08-02
*
Lance Hepler's fix to configure.ac; small refactor of fastcgi.c to avoid unde...
Adam Chlipala
2012-05-13
*
Fix some locking issues for client array
Adam Chlipala
2012-01-10
*
Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)
Adam Chlipala
2011-08-02
*
Each context gets its own non-repeating sequence of source numbers
Adam Chlipala
2011-04-09
*
Add a cast to avoid warnings about toupper() on some platforms
Adam Chlipala
2011-03-12
*
Using FastCGI debug info
Adam Chlipala
2011-01-22
*
In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
Adam Chlipala
2010-11-20
*
Include new config.h in C source files
Adam Chlipala
2010-05-30
*
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ...
Adam Chlipala
2010-02-06
*
Change to satisfy GCC implicit aliasing rules
Adam Chlipala
2010-01-30
*
Update Makefile.in's with new Autotools; add extra 'return NULL' to placate s...
Adam Chlipala
2010-01-30
*
Switch to gcc -Wall
Adam Chlipala
2010-01-28
*
Support for protocol-specific expunger dispatch
Adam Chlipala
2010-01-10
*
All three current protocols work with move to using uw_app
Adam Chlipala
2009-12-27
*
Fix parsing of long FastCGI lengths
Adam Chlipala
2009-11-26
*
FastCGI working with lighttpd
Adam Chlipala
2009-06-27
*
.msgs processing in FastCGI
Adam Chlipala
2009-06-27
*
Fix memory leak in fastcgi environment management
Adam Chlipala
2009-06-27
*
Fix env-reading bug in fastcgi; a bunch of non-AJAXy demos working
Adam Chlipala
2009-06-27
*
Serving Hello via FastCGI
Adam Chlipala
2009-06-27
*
Successfully starting FastCGI sessions with Apache
Adam Chlipala
2009-06-27