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
/
request.c
Commit message (
Collapse
)
Author
Age
*
Proper error handling for periodic tasks
Adam Chlipala
2011-01-23
|
*
Fix detection of POSTs to error pages
Adam Chlipala
2011-01-23
|
*
Only announce URI serving in standalone HTTP server (grandfathered into ↵
Adam Chlipala
2011-01-23
|
|
|
|
release!)
*
Basis.currentUrlHasPost
Adam Chlipala
2011-01-06
|
*
Remove unnecessary #include (patch from Karn Kallio)
Adam Chlipala
2011-01-03
|
*
Fix time comparison operators; safer saving of queryStrings
Adam Chlipala
2010-12-27
|
*
queryString and effectfulUrl
Adam Chlipala
2010-12-26
|
*
Periodic tasks
Adam Chlipala
2010-12-18
|
*
postBody type
Adam Chlipala
2010-12-18
|
*
Change Basis.debug to use the protocol's debug function
Adam Chlipala
2010-12-12
|
*
New argument to transactional free functions, to specify whether we are ↵
Adam Chlipala
2010-12-04
|
|
|
|
about to retry
*
In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line
Adam Chlipala
2010-11-20
|
*
-limit for running time
Adam Chlipala
2010-10-14
|
*
Server-side 'onError'
Adam Chlipala
2010-09-07
|
*
Include new config.h in C source files
Adam Chlipala
2010-05-30
|
*
Normalize URLs to deal with page names that contain apostrophes
Adam Chlipala
2010-02-25
|
*
Prototype memmem()
Adam Chlipala
2010-02-06
|
*
AC_USE_SYSTEM_EXTENSIONS replaces the need for hacky #defines at starts of C ↵
Adam Chlipala
2010-02-06
|
|
|
|
files
*
Switch to gcc -Wall
Adam Chlipala
2010-01-28
|
*
Handling errors during commit
Adam Chlipala
2010-01-26
|
*
Database quotas
Adam Chlipala
2010-01-03
|
*
Basis.serialize; separate file for mhash; run transactional finishers in ↵
Adam Chlipala
2009-12-31
|
|
|
|
reverse order; set needs_sig properly
*
All three current protocols work with move to using uw_app
Adam Chlipala
2009-12-27
|
*
Basis.currentUrl, plus redirect debugging
Adam Chlipala
2009-12-10
|
*
Basis.url and redirects
Adam Chlipala
2009-12-10
|
*
Send RPCs with POST, to avoid caching
Adam Chlipala
2009-11-21
|
*
FastCGI working with lighttpd
Adam Chlipala
2009-06-27
|
*
.msgs processing in FastCGI
Adam Chlipala
2009-06-27
|
*
cgi protocol
Adam Chlipala
2009-06-23
|
*
Further refactoring of request.c to work with CGI
Adam Chlipala
2009-06-23
|
*
Factor out common request functionality, in preparation for supporting ↵
Adam Chlipala
2009-06-23
different protocols