Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid some spurious error messages about link/form incompatibility; change ↵ | 2013-12-29 | |
| | | | | the text of that error message to include RPC handlers | ||
* | How embarrassing; didn't try compiling before committing | 2013-12-28 | |
| | |||
* | Make HTTP keepalive switch between available connections to improve throughput | 2013-12-28 | |
| | |||
* | Change where a transaction is marked finished, to avoid forgetting to ↵ | 2013-12-27 | |
| | | | | rollback a failed transaction | ||
* | Raise exception when recv()ing from someone else's channel; improve setting ↵ | 2013-12-27 | |
| | | | | of client ID in RPCs | ||
* | Tweaking handling of database transactions | 2013-12-25 | |
| | |||
* | Add a bit of manual clarification about channels and clients | 2013-12-25 | |
| | |||
* | No need to ROLLBACK after a failed COMMIT | 2013-12-25 | |
| | |||
* | Proper handling of serialization failures during SQL COMMIT | 2013-12-23 | |
| | |||
* | Fix compilation of apps that don't use database; fix HTTP pipelining | 2013-12-17 | |
| | |||
* | Start SQL transactions as read-only when possible, based on conservative ↵ | 2013-12-12 | |
| | | | | program analysis | ||
* | Only output Content-script-type header when there is client-side code | 2013-12-12 | |
| | |||
* | HTTP: avoid duplicate Content-length | 2013-12-12 | |
| | |||
* | RAND_bytes isn't thread-safe, so wrap it with a lock | 2013-12-11 | |
| | |||
* | Change handling of returned text blobs, to activate the normal EWrite ↵ | 2013-12-11 | |
| | | | | optimizations | ||
* | Fix regression in http.c for long-polling connections; add lazy ↵ | 2013-12-11 | |
| | | | | initialization of database connections, to avoid the overhead in handlers that don't use SQL | ||
* | Add '-q' option to HTTP binaries | 2013-12-11 | |
| | |||
* | Add show instance for 'id' type | 2013-10-07 | |
| | |||
* | Merge | 2013-12-09 | |
|\ | |||
* | | Add JavaScript mappings for isprint and ord | 2013-12-09 | |
| | | |||
* | | Rename <activeHead> to <script> and make it work properly | 2013-12-09 | |
| | | |||
| * | Small reformatting and documentation for '-print-cinclude' | 2013-12-06 | |
| | | |||
* | | activeHead: don't modify the head. just execute the code provided | 2013-12-06 | |
| | | |||
* | | Add activeHead tag. | 2013-12-06 | |
| | | | | | | | | activeHead is similar to active but produces xhead instead of xbody | ||
| * | Add -print-cinlude command line option | 2013-11-06 | |
| | | |||
| * | Add 'xhead' case to Monoize | 2013-12-06 | |
|/ | |||
* | Increase precision for rendering floats to SQL | 2013-12-03 | |
| | |||
* | Remove extra line break for onError | 2013-12-01 | |
| | |||
* | Postgres: remove DML error code logging and (hopefully) fix the real ↵ | 2013-11-29 | |
| | | | | problem, not checking for concurrency faults on SELECTs | ||
* | Add keepalive option to the http protocol | 2013-11-28 | |
| | |||
* | Postgres: print SQLSTATE on DML failure, to help figure out when new special ↵ | 2013-11-27 | |
| | | | | cases should be added | ||
* | Add Connection and Content-length headers to raw HTTP responses | 2013-11-27 | |
| | |||
* | In HTTP protocol C code, increase listening socket backlog to maximum | 2013-11-27 | |
| | |||
* | Return to working version mode | 2013-11-24 | |
| | |||
* | Sneaky still-in-today's-release update of 'table' signature item handling | 2013-11-24 | |
| | |||
* | New release | 2013-11-24 | |
| | |||
* | Get SML/NJ support working again | 2013-11-22 | |
| | |||
* | make dist: Use fewer wildcards | 2013-11-22 | |
| | | | | | | | | | | | | | | | The remaining ones only work by accident: http://www.gnu.org/software/automake/manual/html_node/Wildcards.html and they have some practical problems too (we don’t really want to distribute include/urweb/config.h or src/config.sml), but this is enough for now to pass ‘make distcheck’ as long as we don’t run it from a separate build directory. Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 6 +++--- src/c/Makefile.am | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) | ||
* | make clean: Clean bin/mlton, src/urweb.mlton.lex, | 2013-11-22 | |
| | | | | | | | | src/urweb.mlton.grm Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) | ||
* | make uninstall: Uninstall types_cpp.h, urweb_cpp.h | 2013-11-22 | |
| | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) | ||
* | Allow building in a separate build directory | 2013-11-22 | |
| | | | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 30 +++--- src/c/Makefile.am | 2 +- src/compiler.mlb | 2 +- src/sources | 302 +++++++++++++++++++++++++++--------------------------- 4 files changed, 168 insertions(+), 168 deletions(-) | ||
* | Remove autogenerated config.h.in from version control | 2013-11-22 | |
| | | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- .hgignore | 1 + include/urweb/config.h.in | 104 ---------------------------------------------- 2 files changed, 1 insertion(+), 104 deletions(-) delete mode 100644 include/urweb/config.h.in | ||
* | xml/parse: Accept entity files on the command line | 2013-11-22 | |
| | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu> --- Makefile.am | 2 +- xml/parse.sml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) | ||
* | Add autogen.sh | 2013-11-21 | |
| | |||
* | Switch back to working version mode | 2013-11-21 | |
| | |||
* | Remove autogenerated files from version control | 2013-11-21 | |
| | |||
* | Add bin to EXTRA_DIST | 2013-11-21 | |
| | |||
* | Add src/c/*.h to EXTRA_DIST | 2013-11-21 | |
| | |||
* | Add more include files to EXTRA_DIST | 2013-11-21 | |
| | |||
* | Some more EXTRA_DIST | 2013-11-21 | |
| |