| Commit message (Expand) | Author | Age |
* | Add Connection and Content-length headers to raw HTTP responses | Adam Chlipala | 2013-11-27 |
* | Remove autogenerated config.h.in from version control | Anders Kaseorg | 2013-11-22 |
* | New header file scheme to support FFI code in either of C or C++ [based on su... | Adam Chlipala | 2013-10-11 |
* | Remove uw_cutErrorLocation() hijinks | Adam Chlipala | 2013-10-10 |
* | Fix generation of timestamp literals for MySQL and SQLite | Adam Chlipala | 2012-11-30 |
* | Basis.getenv | Adam Chlipala | 2012-08-02 |
* | Get regular forms working again | Adam Chlipala | 2012-07-21 |
* | Top.postFields | Adam Chlipala | 2012-07-21 |
* | Support fancy expressions in module-level 'val' declarations | Adam Chlipala | 2012-07-18 |
* | Run-time CSS style validation | Adam Chlipala | 2012-05-06 |
* | Adaptations to ezyang's patch | Adam Chlipala | 2012-05-03 |
* | Add support for -boot flag, which allows in-tree execution of Ur/Web | Edward Z. Yang | 2012-05-02 |
* | Ensure proper ordering of <script> execution, to bring identifiers into scope... | Adam Chlipala | 2012-04-27 |
* | Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday | Adam Chlipala | 2012-02-04 |
* | First part of changes to avoid depending on C function call argument order of... | Adam Chlipala | 2012-01-07 |
* | timeFormat .urp directive | Adam Chlipala | 2011-12-04 |
* | Allow sources to be returned by RPCs | Adam Chlipala | 2011-12-03 |
* | Primitive int/float functions: ceil, float, round, trunc | Adam Chlipala | 2011-10-08 |
* | An abstract type of IDs | Adam Chlipala | 2011-09-03 |
* | Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng) | Adam Chlipala | 2011-08-02 |
* | Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds a... | Adam Chlipala | 2011-07-22 |
* | Change cookie signature comparison to resist timing attacks (based on code su... | Adam Chlipala | 2011-07-19 |
* | Basis.currentUrlHasQueryString | Adam Chlipala | 2011-07-03 |
* | For non-debug builds, leave out source location info in what is shown to user | Adam Chlipala | 2011-07-03 |
* | getHeader and setHeader | Adam Chlipala | 2011-05-29 |
* | Before allowing an indirect return, check (dynamically, for now) that we aren... | Adam Chlipala | 2011-04-17 |
* | Each context gets its own non-repeating sequence of source numbers | Adam Chlipala | 2011-04-09 |
* | Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'... | Adam Chlipala | 2011-03-10 |
* | Patch from Vladimir Shabanov to support implicit passing of 'time' values fro... | Adam Chlipala | 2011-01-20 |
* | More string processing | Adam Chlipala | 2011-01-13 |
* | Some more string parsing functions; naughtyDebug | Adam Chlipala | 2011-01-11 |
* | String processing optimizations | Adam Chlipala | 2011-01-11 |
* | Basis.currentUrlHasPost | Adam Chlipala | 2011-01-06 |
* | Basis.readUtc | Adam Chlipala | 2010-12-28 |
* | queryString and effectfulUrl | Adam Chlipala | 2010-12-26 |
* | Expose buffer type for other C libraries; replace minusSeconds with addSeconds | Adam Chlipala | 2010-12-26 |
* | Changed uw_Basis_time to store microseconds | Adam Chlipala | 2010-12-24 |
* | Fix Postgres date serialization | Adam Chlipala | 2010-12-24 |
* | [De]serialization of times in JavaScript; proper integer division in JavaScri... | Adam Chlipala | 2010-12-23 |
* | Recursive record unification errors, for more detail | Adam Chlipala | 2010-12-23 |
* | Basis.cdataChar | Adam Chlipala | 2010-12-21 |
* | Use proper string time format for SQLite | Adam Chlipala | 2010-12-20 |
* | Periodic tasks | Adam Chlipala | 2010-12-18 |
* | postBody type | Adam Chlipala | 2010-12-18 |
* | Change Basis.debug to use the protocol's debug function | Adam Chlipala | 2010-12-12 |
* | minHeap option in .urp files | Adam Chlipala | 2010-12-11 |
* | New argument to transactional free functions, to specify whether we are about... | Adam Chlipala | 2010-12-04 |
* | In FastCGI, signal 304 with a header, not the usual HTTP/1.1 line | Adam Chlipala | 2010-11-20 |
* | -limit for running time | Adam Chlipala | 2010-10-14 |
* | 'tryDml' works with Postgres | Adam Chlipala | 2010-09-07 |