| Commit message (Expand) | Author | Age |
* | Merge branch 'master' of https://github.com/urweb/urweb into endpoints | Artyom Shalkhakov | 2019-01-27 |
|\ |
|
| * | Basis.textOfBlob; try creating filecache directory if it doesn't exist | Adam Chlipala | 2019-01-21 |
* | | Including app.js in output of endpoints | Artyom Shalkhakov | 2019-01-12 |
|/ |
|
* | Output unurlification functions, even when they are first mentioned in e.g. e... | Adam Chlipala | 2018-12-19 |
* | When using a file cache, add plugin-loading code (for SHA512) to tops of .sql... | Adam Chlipala | 2018-12-17 |
* | Fix to recent addition of defensive unurlification | Adam Chlipala | 2018-06-04 |
* | 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the process | Adam Chlipala | 2018-06-03 |
* | More defensive unurlification of enumerations (closes #117) | Adam Chlipala | 2018-05-19 |
* | Fix last fix, to handle checkboxes properly | Adam Chlipala | 2017-07-27 |
* | Skip inappropriate postprocessing of text fields from multipart form data (fi... | Adam Chlipala | 2017-07-27 |
* | Adding support for emitting JS to a given file. | Artyom Shalkhakov | 2017-03-07 |
* | Use hash instead of timestamp in app.js filename | Jacob Mitchell | 2016-09-08 |
* | HTTP Last-Modified: latest modtime of source files | Jacob Mitchell | 2016-09-07 |
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |
* | Finish removing PWild; only load a library once, even if referenced multiple ... | Adam Chlipala | 2016-02-07 |
* | Finishing the last change in final handling of enumerated types | Adam Chlipala | 2016-01-02 |
* | Fix issue with enumerated types and dependency order | Adam Chlipala | 2016-01-01 |
* | Merge Sqlcache | Adam Chlipala | 2015-12-20 |
|\ |
|
* | | New .urp directive: jsFile | Adam Chlipala | 2015-12-05 |
| * | Merge. | Ziv Scully | 2015-07-19 |
| |\
| |/
|/| |
|
* | | Fix .sql generation to honor 'noMangleSql' in column names | Adam Chlipala | 2015-05-10 |
| * | More work factoring out Sqlcache back end. | Ziv Scully | 2015-05-06 |
| * | Factor out cache implementation from Sqlcache. | Ziv Scully | 2015-05-06 |
| * | Merge. | Ziv Scully | 2015-03-27 |
| |\
| |/
|/| |
|
| * | Remove Sqlcache urlification hack. | Ziv Scully | 2014-11-29 |
| * | Basic field-resolution invalidation. | Ziv Scully | 2014-11-29 |
| * | Progress towards invalidation based on equalities of fields. | Ziv Scully | 2014-11-10 |
| * | Mostly finish effectfulness analysis. | Ziv Scully | 2014-10-31 |
* | | The 2nd half of proper CSRF protection related to environment variables | Adam Chlipala | 2015-02-12 |
| * | Complete overhaul: cache queries based on immediate query result, not eventua... | Ziv Scully | 2014-10-14 |
| * | Small cleanup. | Ziv Scully | 2014-09-15 |
| * | Merge. | Ziv Scully | 2014-09-13 |
| |\
| |/
|/| |
|
* | | New phase: Dbmodecheck | Adam Chlipala | 2014-08-17 |
* | | Differentiate between HTML and normal string literals | Adam Chlipala | 2014-08-01 |
* | | New .urp directive: file | Adam Chlipala | 2014-07-31 |
| * | Cleans up interface (it's now a command line option) and renames project to "... | Ziv Scully | 2014-05-31 |
| * | Finishes initial prototype, caching parameterless pages with table-match-base... | Ziv Scully | 2014-05-27 |
|/ |
|
* | Add 'html5' .urp directive | Adam Chlipala | 2014-01-09 |
* | 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 |
* | Only output Content-script-type header when there is client-side code | Adam Chlipala | 2013-12-12 |
* | 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 |
* | Remove uw_cutErrorLocation() hijinks | Adam Chlipala | 2013-10-10 |
* | Detect more SQL uses without 'database' directive | Adam Chlipala | 2013-09-30 |
* | Fixed HTTP date format and added Cache-Control to app.js | Vladimir Shabanov | 2012-09-12 |
* | Basis.getenv | Adam Chlipala | 2012-08-02 |
* | Support fancy expressions in module-level 'val' declarations | Adam Chlipala | 2012-07-18 |
* | Fix from Edward Yang to generation of 404 errors in FastCGI | Adam Chlipala | 2012-05-06 |
* | Add support for -boot flag, which allows in-tree execution of Ur/Web | Edward Z. Yang | 2012-05-02 |