summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* To generate server-side source JavaScript, try both the old and new ↵Gravatar Adam Chlipala2011-03-28
| | | | strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate
* Escape strings as needed in some error messages within urweb.cGravatar Adam Chlipala2011-03-27
|
* Fix MySQL time handlingGravatar Adam Chlipala2011-03-27
|
* Fix C compilation of empty records; use DESTDIR in 'make install/uninstall'Gravatar Adam Chlipala2011-03-20
|
* Fix 'readUtc' to work during DSTGravatar Adam Chlipala2011-03-18
|
* Fix soundness bug in Effectize, which lead to missing effects in event handlersGravatar Adam Chlipala2011-03-18
|
* Exit periodic loop if a ROLLBACK fails, to avoid infinite looping when the ↵Gravatar Adam Chlipala2011-03-18
| | | | database server is brought down
* Change order of linking database libraries to satisfy CygwinGravatar Adam Chlipala2011-03-12
|
* Add a cast to avoid warnings about toupper() on some platformsGravatar Adam Chlipala2011-03-12
|
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* Cope with DOS-format line breaks in source codeGravatar Adam Chlipala2011-03-10
|
* Represent 'unit' as C 'int'; change pattern match compilation to avoid ↵Gravatar Adam Chlipala2011-03-10
| | | | 'goto'; change Postgres prepared statement compilation to make life easier for the GCC escape analysis; all this in support of better tail call optimization
* Allow debug and naughtyDebug in client-side code, implemented with alertGravatar Adam Chlipala2011-03-02
|
* Fix C jsify[String|Char]Gravatar Adam Chlipala2011-02-25
|
* Deal with Postgres's wonky type-changing for nullable columns of viewsGravatar Adam Chlipala2011-02-25
|
* sql_arith_option; 'ALL' for relational operatorsGravatar Adam Chlipala2011-02-25
|
* Fix HTTP request parsing bugGravatar Adam Chlipala2011-02-22
|
* Syntactic sugar for grouping by variable numbers of columnsGravatar Adam Chlipala2011-02-17
|
* More information in error message about select of field from unbound tableGravatar Adam Chlipala2011-02-17
|
* Fix some cookie-related bugs in MonoReduceGravatar Adam Chlipala2011-02-10
|
* Notice that Basis.now is effectful; smarter JavaScript encoding of initial ↵Gravatar Adam Chlipala2011-02-08
| | | | source values built using server-side expressions that can't be turned into JavaScript
* Subqueries may always return NULLGravatar Adam Chlipala2011-02-03
|
* Allow negative int patternsGravatar Adam Chlipala2011-02-03
|
* Proper error handling for periodic tasksGravatar Adam Chlipala2011-01-23
|
* Fix detection of POSTs to error pagesGravatar Adam Chlipala2011-01-23
|
* Fix monoization of sql_relop (grandfathered into release!)Gravatar Adam Chlipala2011-01-23
|
* Only announce URI serving in standalone HTTP server (grandfathered into ↵Gravatar Adam Chlipala2011-01-23
| | | | release!)
* Fix issues with empty page buffers for tasksGravatar Adam Chlipala2011-01-23
|
* Allow CSS class specification for <form>Gravatar Adam Chlipala2011-01-23
|
* Using FastCGI debug infoGravatar Adam Chlipala2011-01-22
|
* Fix parsing of Postgres timestamps with super-microsecond fractional ↵Gravatar Adam Chlipala2011-01-22
| | | | seconds, based on patch from Vladimir Shabanov
* More fixes for FastCGIGravatar Adam Chlipala2011-01-20
|
* Use sigFile again; do redirects in a way that is compatible with FastCGIGravatar Adam Chlipala2011-01-20
|
* Some fixes for tasks and onError handlersGravatar Adam Chlipala2011-01-20
|
* Patch from Vladimir Shabanov to support implicit passing of 'time' values ↵Gravatar Adam Chlipala2011-01-20
| | | | from server to client
* Fix format of THE_PAST timestampGravatar Adam Chlipala2011-01-16
|
* Error message when FOREIGN KEY listts have different lengthsGravatar Adam Chlipala2011-01-16
|
* Fix for handling of some attributes to client-side input widgets, based on a ↵Gravatar Adam Chlipala2011-01-16
| | | | patch from Vladimir Shabanov
* Patch from Vladimir Shabanov to support crypt under OS XGravatar Adam Chlipala2011-01-16
|
* Use -debug flag properly when compiling in single-source modeGravatar Adam Chlipala2011-01-15
|
* Fix type-checking of views to match change to sql_query typeGravatar Adam Chlipala2011-01-15
|
* Allow subqueries to reference aggregate-only columns of free tables; treat ↵Gravatar Adam Chlipala2011-01-15
| | | | non-COUNT aggregate functions as possibly returning NULL
* alwaysInline .urp settingGravatar Adam Chlipala2011-01-13
|
* Fixing daylight saving time in time string processingGravatar Adam Chlipala2011-01-13
|
* Infer more regions, for sequencing constructsGravatar Adam Chlipala2011-01-13
|
* More string processingGravatar Adam Chlipala2011-01-13
|
* Some more string parsing functions; naughtyDebugGravatar Adam Chlipala2011-01-11
|
* String processing optimizationsGravatar Adam Chlipala2011-01-11
|
* Handle opening of modules that define signaturesGravatar Adam Chlipala2011-01-06
|
* Basis.currentUrlHasPostGravatar Adam Chlipala2011-01-06
|