| Commit message (Expand) | Author | Age |
* | Merge in upstream changes. | Patrick Hurst | 2014-01-18 |
|\ |
|
| * | Add 'html5' .urp directive | Adam Chlipala | 2014-01-09 |
| * | Do a bit of extra userspace copying to send HTTP response with a single syste... | Adam Chlipala | 2013-12-31 |
| * | Change where a transaction is marked finished, to avoid forgetting to rollbac... | Adam Chlipala | 2013-12-27 |
| * | Raise exception when recv()ing from someone else's channel; improve setting o... | Adam Chlipala | 2013-12-27 |
| * | Tweaking handling of database transactions | Adam Chlipala | 2013-12-25 |
| * | No need to ROLLBACK after a failed COMMIT | Adam Chlipala | 2013-12-25 |
| * | Proper handling of serialization failures during SQL COMMIT | Adam Chlipala | 2013-12-23 |
| * | Start SQL transactions as read-only when possible, based on conservative prog... | Adam Chlipala | 2013-12-12 |
| * | HTTP: avoid duplicate Content-length | Adam Chlipala | 2013-12-12 |
| * | RAND_bytes isn't thread-safe, so wrap it with a lock | Adam Chlipala | 2013-12-11 |
| * | Change handling of returned text blobs, to activate the normal EWrite optimiz... | Adam Chlipala | 2013-12-11 |
| * | Fix regression in http.c for long-polling connections; add lazy initializatio... | Adam Chlipala | 2013-12-11 |
* | | Day of week functions. | Patrick Hurst | 2013-12-05 |
* | | Add basic year/month/day/hour/minute/second <-> time functions. | Patrick Hurst | 2013-12-05 |
|/ |
|
* | Increase precision for rendering floats to SQL | Adam Chlipala | 2013-12-03 |
* | Remove extra line break for onError | Adam Chlipala | 2013-12-01 |
* | Add Connection and Content-length headers to raw HTTP responses | Adam Chlipala | 2013-11-27 |
* | Remove uw_cutErrorLocation() hijinks | Adam Chlipala | 2013-10-10 |
* | Take proper account of signatures changing during page generation | Adam Chlipala | 2013-10-10 |
* | Tweak Sergey's patch to work with Postgres | Adam Chlipala | 2013-09-13 |
* | Add hex SQL syntax for blobs, such as X'0ABC12343'. Works with sqlite. | Sergey Mironov | 2013-09-13 |
* | Postgres unicode printing fix from Artyom Shalkhakov | Adam Chlipala | 2013-07-17 |
* | Fix generation of timestamp literals for MySQL and SQLite | Adam Chlipala | 2012-11-30 |
* | Fix some unportable uses of C character class functions | Adam Chlipala | 2012-08-03 |
* | 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 |
* | Allow RPC and run it synchronously in onunload event. | Vladimir Shabanov | 2012-05-16 |
* | 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 |