Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | Merge pull request #122 from majorseitan/master | Adam Chlipala | 2018-04-15 | |
|\| | | | | | Handling of JSON escape characters | |||
| * | Handling of JSON escape characters | majorseitan@blockfreie.org | 2018-04-14 | |
|/ | | | | | | | | | | 1. Handle escape sequence chars \t \n \r 2. Fail on unsupported escape characters. Instead of skipping \ on unsupported sequences it now fails. | |||
* | List.findM | Adam Chlipala | 2018-04-14 | |
| | ||||
* | List.existsM | Adam Chlipala | 2018-04-14 | |
| | ||||
* | Demo links escape frames | Adam Chlipala | 2018-03-30 | |
| | ||||
* | Handle empty SELECT clauses | Adam Chlipala | 2018-03-13 | |
| | ||||
* | Merge pull request #119 from steinuil/sqlite-fix | Adam Chlipala | 2018-03-11 | |
|\ | | | | | Automatically enable foreign keys and WAL in SQLite | |||
| * | automatically enable foreign keys and WAL for SQLite | steinuil | 2018-02-26 | |
|/ | ||||
* | Proper handling of absolute paths for files to serve | Adam Chlipala | 2018-01-08 | |
| | ||||
* | README: explain need to run autogen.sh (closes #93) | Adam Chlipala | 2018-01-06 | |
| | ||||
* | Merge pull request #109 from vshabanov/master | Adam Chlipala | 2018-01-06 | |
|\ | | | | | Added oninput event and few more attributes | |||
| * | dynClass() now calculates and sets class and style attributes before adding ↵ | Vladimir Shabanov | 2017-12-13 | |
| | | | | | | | | node to DOM. | |||
| * | Added oninput event to inputs which support it. | Vladimir Shabanov | 2017-12-05 | |
|/ | | | | Added onscroll event to <body> and title/sizes attributes to <link>. | |||
* | README: mention that GNU Make is required | Adam Chlipala | 2017-11-18 | |
| | ||||
* | Manual fix: [self] only callable on the server | Adam Chlipala | 2017-11-11 | |
| | ||||
* | Small tweaks to new help text | Adam Chlipala | 2017-10-01 | |
| | ||||
* | Merge pull request #90 from peterbb/master | Adam Chlipala | 2017-10-01 | |
|\ | | | | | new flag -help, and refactoring of flag parsing. | |||
* | | New .urp directives: mimeTypes and long form of file | Adam Chlipala | 2017-10-01 | |
| | | ||||
* | | README extension: installation and simple invocation | Adam Chlipala | 2017-10-01 | |
| | | ||||
| * | new flag -help, and refactoring of flag parsing. | Peter Bock | 2017-09-29 | |
|/ | ||||
* | Merge branch 'master' of ssh://github.com/urweb/urweb | Adam Chlipala | 2017-08-11 | |
|\ | ||||
* \ | Merge branch 'master' of ssh://hnf.impredicative.com:/home/adamc/git-root/urweb | Adam Chlipala | 2017-08-11 | |
|\ \ | ||||
* | | | Demo instructions: -noEmacs | Adam Chlipala | 2017-08-11 | |
| | | | ||||
| | * | Merge pull request #84 from bbarenblat/master | Adam Chlipala | 2017-08-08 | |
| | |\ | | | | | | | | | Clean up some warning flags | |||
| | | * | Remove redundant -Wimplicit | Benjamin Barenblat | 2017-08-07 | |
| | | | | | | | | | | | | | | | | -Wall implies -Wimplicit. | |||
| | | * | Enable -Wunused-parameter | Benjamin Barenblat | 2017-08-07 | |
| | |/ | ||||
| | * | Fix last fix, to handle checkboxes properly | Adam Chlipala | 2017-07-27 | |
| | | | ||||
| | * | Add test cases for last commit | Adam Chlipala | 2017-07-27 | |
| | | | ||||
| | * | Skip inappropriate postprocessing of text fields from multipart form data ↵ | Adam Chlipala | 2017-07-27 | |
| | | | | | | | | | | | | (fixes #82) | |||
| | * | Return to working version mode | Adam Chlipala | 2017-07-20 | |
| |/ | ||||
| * | Grandfathered change for release: fix extended 'val' rule in grammar | Adam Chlipala | 2017-07-20 | |
| | | ||||
| * | New release | Adam Chlipala | 2017-07-20 | |
| | | ||||
| * | Make 'static' protocol commit transactions, to force rewriting of HTML ↵ | Adam Chlipala | 2017-07-12 | |
| | | | | | | | | documents with JavaScript links, etc. | |||
| * | Allow inexhaustive patterns for lefthand sides of top-level 'val' declarations | Adam Chlipala | 2017-07-12 | |
| | | ||||
| * | Merge pull request #80 from vshabanov/m-flag-fix | Adam Chlipala | 2017-07-12 | |
| |\ | | | | | | | Fix for non-working '-m' runtime option | |||
| * | | Document new 'jsModule' .urp directive | Adam Chlipala | 2017-07-12 | |
| | | | ||||
| * | | Merge pull request #81 from vshabanov/jsModule-option | Adam Chlipala | 2017-07-12 | |
| |\ \ | | | | | | | | | Option to prefix all user JavaScript FFI functions with a module name | |||
| | * | | Option to prefix all user JavaScript FFI functions with a module name ↵ | Vladimir Shabanov | 2017-06-15 | |
| |/ / | | | | | | | | | | (jsModule .urp option). | |||
| | * | Fixed non-working '-m' runtime option. | Vladimir Shabanov | 2017-06-15 | |
| |/ | ||||
| * | Merge pull request #79 from bbarenblat/master | Adam Chlipala | 2017-05-14 | |
|/| | | | | | Use quiet mode for Ur/Web binaries in tests | |||
* | | Raise an error if we run out of randomness during client initialization | Adam Chlipala | 2017-05-14 | |
| | | ||||
| * | Use quiet mode for Ur/Web binaries in tests | Benjamin Barenblat | 2017-05-02 | |
|/ | | | | | | Reduce chatter on stdout during `make test` (notably, that introduced by a478380e74c658637c90436c4e78c894f7076f4c) by running test binaries with `-q`. | |||
* | Fix normalization of signatures that project signatures from other modules ↵ | Adam Chlipala | 2017-03-31 | |
| | | | | with multi-element paths (fixes #72) | |||
* | Option '-m' for HTTP-server binaries | Adam Chlipala | 2017-03-17 | |
| | ||||
* | Better error message for .urp files with too many blank lines | Adam Chlipala | 2017-03-17 | |
| | ||||
* | Extend license for tutorial code | Adam Chlipala | 2017-03-17 | |
| | ||||
* | Merge pull request #71 from ashalkhakov/sqlite-is-distinct-from-fix | Adam Chlipala | 2017-03-09 | |
|\ | | | | | SQLite does not support IS DISTINCT FROM | |||
| * | Minor fix. | Artyom Shalkhakov | 2017-03-09 | |
|/ | ||||
* | Update manual for '-js' | Adam Chlipala | 2017-03-07 | |
| | ||||
* | Merge pull request #69 from ashalkhakov/js-file | Adam Chlipala | 2017-03-07 | |
|\ | | | | | Allow outputting JS code to a specified file |