| Commit message (Expand) | Author | Age |
* | Grandfathered change for release: fix extended 'val' rule in grammar | Adam Chlipala | 2017-07-20 |
* | Make 'static' protocol commit transactions, to force rewriting of HTML docume... | Adam Chlipala | 2017-07-12 |
* | 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 |
|\ |
|
* | | Option to prefix all user JavaScript FFI functions with a module name (jsModu... | Vladimir Shabanov | 2017-06-15 |
| * | Fixed non-working '-m' runtime option. | Vladimir Shabanov | 2017-06-15 |
|/ |
|
* | Raise an error if we run out of randomness during client initialization | Adam Chlipala | 2017-05-14 |
* | Fix normalization of signatures that project signatures from other modules wi... | Adam Chlipala | 2017-03-31 |
* | 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 |
* | Minor fix. | Artyom Shalkhakov | 2017-03-09 |
* | Adding support for emitting JS to a given file. | Artyom Shalkhakov | 2017-03-07 |
* | Merge branch 'master' of ssh://github.com/urweb/urweb | Adam Chlipala | 2016-12-31 |
|\ |
|
* | | Use 'id' attribute for <form> | Adam Chlipala | 2016-12-31 |
| * | Merge pull request #60 from bbarenblat/master | Adam Chlipala | 2016-12-31 |
| |\ |
|
| * | | Merge pull request #62 from sielenk/ipv6_OpenBSD | Adam Chlipala | 2016-12-31 |
|/| | |
|
* | | | Proper ordering when libraries are included recursively (fixes #56) | Adam Chlipala | 2016-12-31 |
* | | | Allow qualified variable references in record literals | Adam Chlipala | 2016-12-31 |
| * | | remove unnecessary code | Marvin Sielenkemper | 2016-12-01 |
| * | | pass the proper size to the bind call | Marvin Sielenkemper | 2016-12-01 |
| * | | zero initialize the socket address structure | Marvin Sielenkemper | 2016-12-01 |
| * | | use the ip4 socket address for ipv4 again | Marvin Sielenkemper | 2016-11-30 |
|/ / |
|
| * | FastCGI: Track request IDs during processing | Benjamin Barenblat | 2016-11-07 |
|/ |
|
* | Make JavaScript boolToString use right capitalization | Adam Chlipala | 2016-10-21 |
* | Tag: better support for recursion among page handlers, using union find | Adam Chlipala | 2016-10-07 |
* | Updates the help text to cover the new ipv6 option | Marvin Sielenkemper | 2016-09-22 |
* | Make HTML5 the default and add 'xhtml' .urp directive | Adam Chlipala | 2016-09-20 |
* | Use 1s precision when comparing file mtimes | Jacob Mitchell | 2016-09-19 |
* | Merge pull request #49 from sielenk/master | Adam Chlipala | 2016-09-19 |
|\ |
|
| * | Remove accidentally commited unused includes which do not exist on MacOS | Marvin Sielenkemper | 2016-09-17 |
| * | Explicitly cleares IPV6_V6ONLY to ensure IPv4 availability | Marvin Sielenkemper | 2016-09-17 |
| * | Add IPv6 support and a new '-A' option to specify an IPv6 adress to bind | Marvin Sielenkemper | 2016-09-16 |
* | | 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 |
|/ |
|
* | Emacs mode: switch font-lock-cvariable-face to inherit from font-lock-type-fa... | Adam Chlipala | 2016-09-01 |
* | Export fewer symbols | Benjamin Barenblat | 2016-08-05 |
* | Spelling | Benjamin Barenblat | 2016-08-03 |
* | Support OpenSSL 1.1 | Benjamin Barenblat | 2016-07-20 |
* | uw_memmem: correct indentation | Benjamin Barenblat | 2016-07-20 |
* | urweb-mode: do not configure require-final-newline | Tuncer Ayaz | 2016-07-15 |
* | Prepare Postgres code for NULL error fields | Adam Chlipala | 2016-06-17 |
* | Rename memmem() to urweb_memmem(), to avoid unintentionally picking up protot... | Adam Chlipala | 2016-06-15 |
* | Elaborate C expression to appease recent compilers | Adam Chlipala | 2016-06-10 |
* | Change some vector operations to remain compatible with MLton working version | Adam Chlipala | 2016-05-29 |
* | Silence gcc warnings | Alexander | 2016-05-26 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |
* | Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work at... | Karen Sargsyan | 2016-05-21 |
* | Increase default timeout to cope with behavior of some Chrome versions | Adam Chlipala | 2016-05-16 |
* | Support for <meta> tags | Adam Chlipala | 2016-05-15 |