aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix last fix, to handle checkboxes properlyGravatar Adam Chlipala2017-07-27
|
* Add test cases for last commitGravatar Adam Chlipala2017-07-27
|
* Skip inappropriate postprocessing of text fields from multipart form data ↵Gravatar Adam Chlipala2017-07-27
| | | | (fixes #82)
* Return to working version modeGravatar Adam Chlipala2017-07-20
|
* Grandfathered change for release: fix extended 'val' rule in grammarGravatar Adam Chlipala2017-07-20
|
* New releaseGravatar Adam Chlipala2017-07-20
|
* Make 'static' protocol commit transactions, to force rewriting of HTML ↵Gravatar Adam Chlipala2017-07-12
| | | | documents with JavaScript links, etc.
* Allow inexhaustive patterns for lefthand sides of top-level 'val' declarationsGravatar Adam Chlipala2017-07-12
|
* Merge pull request #80 from vshabanov/m-flag-fixGravatar Adam Chlipala2017-07-12
|\ | | | | Fix for non-working '-m' runtime option
* | Document new 'jsModule' .urp directiveGravatar Adam Chlipala2017-07-12
| |
* | Merge pull request #81 from vshabanov/jsModule-optionGravatar Adam Chlipala2017-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 ↵Gravatar Vladimir Shabanov2017-06-15
|/ / | | | | | | (jsModule .urp option).
| * Fixed non-working '-m' runtime option.Gravatar Vladimir Shabanov2017-06-15
|/
* Merge pull request #79 from bbarenblat/masterGravatar Adam Chlipala2017-05-14
|\ | | | | Use quiet mode for Ur/Web binaries in tests
* | Raise an error if we run out of randomness during client initializationGravatar Adam Chlipala2017-05-14
| |
| * Use quiet mode for Ur/Web binaries in testsGravatar Benjamin Barenblat2017-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 ↵Gravatar Adam Chlipala2017-03-31
| | | | with multi-element paths (fixes #72)
* Option '-m' for HTTP-server binariesGravatar Adam Chlipala2017-03-17
|
* Better error message for .urp files with too many blank linesGravatar Adam Chlipala2017-03-17
|
* Extend license for tutorial codeGravatar Adam Chlipala2017-03-17
|
* Merge pull request #71 from ashalkhakov/sqlite-is-distinct-from-fixGravatar Adam Chlipala2017-03-09
|\ | | | | SQLite does not support IS DISTINCT FROM
| * Minor fix.Gravatar Artyom Shalkhakov2017-03-09
|/
* Update manual for '-js'Gravatar Adam Chlipala2017-03-07
|
* Merge pull request #69 from ashalkhakov/js-fileGravatar Adam Chlipala2017-03-07
|\ | | | | Allow outputting JS code to a specified file
| * Merge branch 'master' of https://github.com/urweb/urweb into js-fileGravatar Artyom Shalkhakov2017-03-07
| |\ | |/ |/|
| * Adding support for emitting JS to a given file.Gravatar Artyom Shalkhakov2017-03-07
| |
* | Increase size of string buffer for error messagesGravatar Adam Chlipala2017-02-24
|/
* Merge pull request #68 from ashalkhakov/html5-formsGravatar Adam Chlipala2017-02-21
|\ | | | | Button: disabled attribute; allowing number entry using HTML5 widgets
| * Button: disabled attribute; allowing number entry using HTML5 widgetsGravatar Artyom Shalkhakov2017-02-21
| |
* | Merge pull request #66 from ashalkhakov/mlton-bgb-modeGravatar Adam Chlipala2017-02-03
|\ \ | |/ |/| Adding: support for Emacs Bg Build mode
| * Adding: support for Emacs Bg Build modeGravatar Artyom Shalkhakov2017-02-02
|/
* Option.appGravatar Adam Chlipala2017-02-01
|
* List.appiGravatar Adam Chlipala2017-01-25
|
* Return to working version modeGravatar Adam Chlipala2017-01-05
|
* New releaseGravatar Adam Chlipala2017-01-05
|
* Add 'placeholder' attribute for textareasGravatar Adam Chlipala2017-01-02
|
* Update test to track last changeGravatar Adam Chlipala2016-12-31
|
* Merge branch 'master' of ssh://github.com/urweb/urwebGravatar Adam Chlipala2016-12-31
|\
* | Use 'id' attribute for <form>Gravatar Adam Chlipala2016-12-31
| |
| * Merge pull request #60 from bbarenblat/masterGravatar Adam Chlipala2016-12-31
| |\ | | | | | | FastCGI: Track request IDs during processing
| * | Merge pull request #62 from sielenk/ipv6_OpenBSDGravatar Adam Chlipala2016-12-31
|/| | | | | | | | Ipv6 open bsd
* | | Proper ordering when libraries are included recursively (fixes #56)Gravatar Adam Chlipala2016-12-31
| | |
* | | Proofread and tweak new demo proseGravatar Adam Chlipala2016-12-31
| | |
* | | Merge pull request #55 from TheNotary/edit-tutorialGravatar Adam Chlipala2016-12-31
|\ \ \ | | | | | | | | reflows intro tutorial
* | | | Allow qualified variable references in record literalsGravatar Adam Chlipala2016-12-31
| | | |
| | * | remove unnecessary codeGravatar Marvin Sielenkemper2016-12-01
| | | |
| | * | pass the proper size to the bind callGravatar Marvin Sielenkemper2016-12-01
| | | |
| | * | zero initialize the socket address structureGravatar Marvin Sielenkemper2016-12-01
| | | |
| | * | use the ip4 socket address for ipv4 againGravatar Marvin Sielenkemper2016-11-30
| |/ / |/| |
| | * FastCGI: Track request IDs during processingGravatar Benjamin Barenblat2016-11-07
| |/ |/| | | | | | | | | | | | | | | | | | | | | When processing a FastCGI request, save its request ID in thread-local storage and respond with the same request ID (rather than hard-coding 1). This fixes FastCGI on picky web servers (nginx). For more background, see https://github.com/urweb/urweb/issues/57 and §3.3 of the FastCGI specification. Tested with nginx 1.10.2 and lighttpd 1.4.39. Closes https://github.com/urweb/urweb/issues/57.