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
Commit message (
Expand
)
Author
Age
*
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
*
RAND_bytes isn't thread-safe, so wrap it with a lock
Adam Chlipala
2013-12-11
*
Change handling of returned text blobs, to activate the normal EWrite optimiz...
Adam Chlipala
2013-12-11
*
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
*
Increase precision for rendering floats to SQL
Adam Chlipala
2013-12-03
*
Remove extra line break for onError
Adam Chlipala
2013-12-01
*
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
*
make dist: Use fewer wildcards
Anders Kaseorg
2013-11-22
*
Allow building in a separate build directory
Anders Kaseorg
2013-11-22
*
Remove autogenerated files from version control
Adam Chlipala
2013-11-21
*
Regenerate Makefile.in
Adam Chlipala
2013-11-21
*
Add missing inter-library dependencies
Anders Kaseorg
2013-11-21
*
Change Pthread thread creation logic to avoid Cygwin limitations with setting...
Adam Chlipala
2013-10-14
*
Remove uw_cutErrorLocation() hijinks
Adam Chlipala
2013-10-10
*
Take proper account of signatures changing during page generation
Adam Chlipala
2013-10-10
*
Tweak Sergey's patch to work with Postgres
Adam Chlipala
2013-09-13
*
Add hex SQL syntax for blobs, such as X'0ABC12343'. Works with sqlite.
Sergey Mironov
2013-09-13
*
Postgres unicode printing fix from Artyom Shalkhakov
Adam Chlipala
2013-07-17
*
Make CGI programs use Status header to set HTTP status code
Adam Chlipala
2013-03-05
*
Autogenerate some files
Adam Chlipala
2012-12-12
*
Fix generation of timestamp literals for MySQL and SQLite
Adam Chlipala
2012-11-30
*
New release
Adam Chlipala
2012-09-25
*
Update tutorial for Ur/Web changes
Adam Chlipala
2012-09-03
*
New release
Adam Chlipala
2012-08-07
*
Fix some unportable uses of C character class functions
Adam Chlipala
2012-08-03
*
Basis.getenv
Adam Chlipala
2012-08-02
*
Get regular forms working again
Adam Chlipala
2012-07-21
*
Top.postFields
Adam Chlipala
2012-07-21
*
Support fancy expressions in module-level 'val' declarations
Adam Chlipala
2012-07-18
*
HTTP daemons now take '-a' option to set IP address to listen on
Adam Chlipala
2012-06-23
*
Avoid redundant rollbacks
Adam Chlipala
2012-06-02
*
Allow RPC and run it synchronously in onunload event.
Vladimir Shabanov
2012-05-16
*
Lance Hepler's fix to configure.ac; small refactor of fastcgi.c to avoid unde...
Adam Chlipala
2012-05-13
*
Run-time CSS style validation
Adam Chlipala
2012-05-06
*
Adaptations to ezyang's patch
Adam Chlipala
2012-05-03
*
Add support for -boot flag, which allows in-tree execution of Ur/Web
Edward Z. Yang
2012-05-02
*
Avoid generating empty <script> tags
Adam Chlipala
2012-04-27
*
Ensure proper ordering of <script> execution, to bring identifiers into scope...
Adam Chlipala
2012-04-27
*
Removed excess zero byte from empty pages.
Vladimir Shabanov
2012-04-25
*
Optimize code from last changeset a bit
Adam Chlipala
2012-04-08
*
Refactor to avoid dependence on recursive mutexes
Adam Chlipala
2012-04-08
*
Change ID generation scheme to conform to HTML standards (thanks to Edward Ya...
Adam Chlipala
2012-03-16
*
New release
Adam Chlipala
2012-03-10
*
Pass non-printing characters through unchanged in sqlifyString, to support UTF-8
Adam Chlipala
2012-03-03
*
Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday
Adam Chlipala
2012-02-04
[next]