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
/
http.c
Commit message (
Expand
)
Author
Age
*
Updates the help text to cover the new ipv6 option
Marvin Sielenkemper
2016-09-22
*
Remove accidentally commited unused includes which do not exist on MacOS
Marvin Sielenkemper
2016-09-17
*
Explicitly cleares IPV6_V6ONLY to ensure IPv4 availability
Marvin Sielenkemper
2016-09-17
*
Add IPv6 support and a new '-A' option to specify an IPv6 adress to bind
Marvin Sielenkemper
2016-09-16
*
Beautify '-h' output for web servers
Adam Chlipala
2015-08-20
*
uw_remoteSock()
Adam Chlipala
2014-11-16
*
Introduce recv timeout controlled by '-T' option in http.c
Sergey Mironov
2014-09-02
*
Check realloc's return code to prevent segfault on out of memory condition (P...
Sergey Mironov
2014-09-02
*
Replace common "if(!quiet) printf(...)" pattern with a macro
Sergey Mironov
2014-09-02
*
Define uw_loggers structure, allow FFI code to access it
Sergey Mironov
2014-02-26
*
HTTP: continue after accept() failure
Adam Chlipala
2013-12-30
*
How embarrassing; didn't try compiling before committing
Adam Chlipala
2013-12-28
*
Make HTTP keepalive switch between available connections to improve throughput
Adam Chlipala
2013-12-28
*
Tweaking handling of database transactions
Adam Chlipala
2013-12-25
*
Proper handling of serialization failures during SQL COMMIT
Adam Chlipala
2013-12-23
*
Fix compilation of apps that don't use database; fix HTTP pipelining
Adam Chlipala
2013-12-17
*
Start SQL transactions as read-only when possible, based on conservative prog...
Adam Chlipala
2013-12-12
*
HTTP: avoid duplicate Content-length
Adam Chlipala
2013-12-12
*
Fix regression in http.c for long-polling connections; add lazy initializatio...
Adam Chlipala
2013-12-11
*
Add '-q' option to HTTP binaries
Adam Chlipala
2013-12-11
*
Add keepalive option to the http protocol
Adam Chlipala
2013-11-28
*
Add Connection and Content-length headers to raw HTTP responses
Adam Chlipala
2013-11-27
*
In HTTP protocol C code, increase listening socket backlog to maximum
Adam Chlipala
2013-11-27
*
Basis.getenv
Adam Chlipala
2012-08-02
*
HTTP daemons now take '-a' option to set IP address to listen on
Adam Chlipala
2012-06-23
*
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
*
Send newly created sources with messages to clients
Adam Chlipala
2011-04-09
*
Each context gets its own non-repeating sequence of source numbers
Adam Chlipala
2011-04-09
*
Fix HTTP request parsing bug
Adam Chlipala
2011-02-22
*
Only announce URI serving in standalone HTTP server (grandfathered into relea...
Adam Chlipala
2011-01-23
*
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
*
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
*
Basis.textBlob; support HTTP requests with no headers
Adam Chlipala
2010-01-05
*
All three current protocols work with move to using uw_app
Adam Chlipala
2009-12-27
*
.msgs processing in FastCGI
Adam Chlipala
2009-06-27
*
Successfully starting FastCGI sessions with Apache
Adam Chlipala
2009-06-27
*
cgi protocol
Adam Chlipala
2009-06-23
*
Initial implementation of protocols in Settings
Adam Chlipala
2009-06-23