summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* 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 da...Gravatar Adam Chlipala2011-03-18
* 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 c...Gravatar Adam Chlipala2011-03-10
* Cope with DOS-format line breaks in source codeGravatar Adam Chlipala2011-03-10
* Represent 'unit' as C 'int'; change pattern match compilation to avoid 'goto'...Gravatar Adam Chlipala2011-03-10
* 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 so...Gravatar Adam Chlipala2011-02-08
* 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 relea...Gravatar Adam Chlipala2011-01-23
* 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 seconds,...Gravatar Adam Chlipala2011-01-22
* 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 fro...Gravatar Adam Chlipala2011-01-20
* 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 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 no...Gravatar Adam Chlipala2011-01-15
* 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
* Client-side redirectsGravatar Adam Chlipala2011-01-06
* Ignore unknown names in query string name-value pairs; allow any side effects...Gravatar Adam Chlipala2011-01-06
* Expand valueish againGravatar Adam Chlipala2011-01-06