| Commit message (Expand) | Author | Age |
* | Run-time CSS style validation | Adam Chlipala | 2012-05-06 |
* | Avoid generating empty <script> tags | Adam Chlipala | 2012-04-27 |
* | Ensure proper ordering of <script> execution, to bring identifiers into scope... | Adam Chlipala | 2012-04-27 |
* | Removed excess zero byte from empty pages. | Vladimir Shabanov | 2012-04-25 |
* | Optimize code from last changeset a bit | Adam Chlipala | 2012-04-08 |
* | Refactor to avoid dependence on recursive mutexes | Adam Chlipala | 2012-04-08 |
* | Change ID generation scheme to conform to HTML standards (thanks to Edward Ya... | Adam Chlipala | 2012-03-16 |
* | Pass non-printing characters through unchanged in sqlifyString, to support UTF-8 | Adam Chlipala | 2012-03-03 |
* | Basis.toMilliseconds and diffInMilliseconds, based on a patch from Gergely Buday | Adam Chlipala | 2012-02-04 |
* | Fixed clients mutex initialization for compiling under OS X. | Vladimir Shabanov | 2012-01-14 |
* | Fix some locking issues for client array | Adam Chlipala | 2012-01-10 |
* | Properly handle case where an RPC changes signed cookie state | Adam Chlipala | 2012-01-10 |
* | Fix channel delivery to handle sending of messages for channels whose clients... | Adam Chlipala | 2012-01-08 |
* | Fix client-side [int] parsing and extend server-side [time] parsing to suppor... | Adam Chlipala | 2011-12-04 |
* | 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 |
* | Gentle handling of back-button returns to pages with stale message-passing cr... | Adam Chlipala | 2011-08-28 |
* | Warn about concurrency issues with message-passing | Adam Chlipala | 2011-08-28 |
* | 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 |
* | Change Basis.rand to use cryptographically secure generation | Adam Chlipala | 2011-07-03 |
* | 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 |
* | Fixes to work nicely with OS X and Clang (thanks to Austin Seipp) | Adam Chlipala | 2011-06-17 |
* | Keep user-set response headers on indirect returns | Adam Chlipala | 2011-06-12 |
* | Fix bug with string literals in unAs | Adam Chlipala | 2011-05-30 |
* | getHeader and setHeader | Adam Chlipala | 2011-05-29 |
* | Prevent early clearing of context post data | Adam Chlipala | 2011-05-22 |
* | Escape less-than in JavaScript strings | Adam Chlipala | 2011-05-12 |
* | Before allowing an indirect return, check (dynamically, for now) that we aren... | Adam Chlipala | 2011-04-17 |
* | Remove commented-out readUtc code; add back indeterminate tm_isdst | Adam Chlipala | 2011-04-15 |
* | Fix getting UTC time from formatted strings ( in uw_Basis_readUtc ). | Karn Kallio | 2011-04-12 |
* | Send newly created sources with messages to clients | Adam Chlipala | 2011-04-09 |
* | Each context gets its own non-repeating sequence of source numbers | Adam Chlipala | 2011-04-09 |
* | Escape strings as needed in some error messages within urweb.c | Adam Chlipala | 2011-03-27 |
* | Fix 'readUtc' to work during DST | Adam Chlipala | 2011-03-18 |
* | Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'... | Adam Chlipala | 2011-03-10 |
* | Fix C jsify[String|Char] | Adam Chlipala | 2011-02-25 |
* | Proper error handling for periodic tasks | Adam Chlipala | 2011-01-23 |
* | Fix detection of POSTs to error pages | Adam Chlipala | 2011-01-23 |
* | Fix issues with empty page buffers for tasks | Adam Chlipala | 2011-01-23 |
* | Fix parsing of Postgres timestamps with super-microsecond fractional seconds,... | Adam Chlipala | 2011-01-22 |
* | More fixes for FastCGI | Adam Chlipala | 2011-01-20 |
* | Use sigFile again; do redirects in a way that is compatible with FastCGI | Adam Chlipala | 2011-01-20 |
* | Some fixes for tasks and onError handlers | Adam Chlipala | 2011-01-20 |
* | Patch from Vladimir Shabanov to support implicit passing of 'time' values fro... | Adam Chlipala | 2011-01-20 |
* | Fix format of THE_PAST timestamp | Adam Chlipala | 2011-01-16 |
* | Patch from Vladimir Shabanov to support crypt under OS X | Adam Chlipala | 2011-01-16 |