summaryrefslogtreecommitdiff
path: root/src/settings.sig
Commit message (Collapse)AuthorAge
* SQL SIMILAR (via pg_trgm)Gravatar Adam Chlipala2019-12-04
|
* MySQL forces NOT NULL TIMESTAMPs to have default valuesGravatar Adam Chlipala2019-05-31
|
* Filecache support for MySQLGravatar Adam Chlipala2019-05-31
|
* Including app.js in output of endpointsGravatar Artyom Shalkhakov2019-01-12
|
* Merge pull request #146 from fabriceleal/utf-icuGravatar Adam Chlipala2018-12-19
|\ | | | | utf-8 aware functions for basis. unit-testing.
| * test 6Gravatar fab2018-12-17
| |
| * test 5Gravatar fab2018-12-17
| |
* | When using a file cache, add plugin-loading code (for SHA512) to tops of ↵Gravatar Adam Chlipala2018-12-17
| | | | | | | | .sql files
* | New .urp option: safeGetDefaultGravatar Adam Chlipala2018-12-14
|/
* 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
|
* New .urp directives: mimeTypes and long form of fileGravatar Adam Chlipala2017-10-01
|
* Option to prefix all user JavaScript FFI functions with a module name ↵Gravatar Vladimir Shabanov2017-06-15
| | | | (jsModule .urp option).
* Adding support for emitting JS to a given file.Gravatar Artyom Shalkhakov2017-03-07
|
* HTTP Last-Modified: latest modtime of source filesGravatar Jacob Mitchell2016-09-07
| | | | See issue #38.
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
|
* Use IS NOT DISTINCT FROM; improve Sql parserGravatar Adam Chlipala2016-03-12
|
* Untagle boot and static flagsGravatar Eran Meir2016-01-02
| | | | | | Boot flag should build a dynamic executable but link urweb libraries statically (from build tree). This should fix the problem of not being able to build static executables on OSX.
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
* | New .urp directive: jsFileGravatar Adam Chlipala2015-12-05
| |
* | Make daemon mode support sharing of libraries across projectsGravatar Adam Chlipala2015-11-22
| |
| * Tweak cache consolidation and choose better default.Gravatar Ziv Scully2015-11-20
| |
| * Add consolidation heuristic options.Gravatar Ziv Scully2015-11-19
| |
| * Complete overhaul: cache queries based on immediate query result, not ↵Gravatar Ziv Scully2014-10-14
|/ | | | eventual HTML output.
* New .urp directive: fileGravatar Adam Chlipala2014-07-31
|
* New lessSafeFfiGravatar Adam Chlipala2014-05-02
|
* neverInlineGravatar Adam Chlipala2014-02-09
|
* Add 'html5' .urp directiveGravatar Adam Chlipala2014-01-09
|
* noMangleSql .urp directiveGravatar Adam Chlipala2014-01-04
|
* Make transactional FFI functions effectful by defaultGravatar Adam Chlipala2013-10-10
|
* Add -ccompiler command line argumentGravatar Sergey Mironov2013-08-20
| | | | This allows user to overwrite the compiler set during the configure phase
* Basis.tryRpcGravatar Adam Chlipala2013-04-16
|
* Basis.getenvGravatar Adam Chlipala2012-08-02
|
* Partitioning and ordering for window functionsGravatar Adam Chlipala2012-06-02
|
* New optional suffice for 'rewrite' in .urp files: [-]Gravatar Adam Chlipala2012-05-06
|
* Add support for -boot flag, which allows in-tree execution of Ur/WebGravatar Edward Z. Yang2012-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The boot flag rewrites most hardcoded paths to point to the build directory, and also forces static compilation. This is convenient for developing Ur/Web, or if you cannot 'sudo make install' Ur/Web. The following changes were made: * Header files were moved to include/urweb instead of include; this lets FFI users point their C_INCLUDE_PATH at this directory at write <urweb/urweb.h>. For internal Ur/Web executables, we simply pass -I$PATH/include/urweb as normal. * Differentiate between LIB and SRCLIB; SRCLIB is Ur and JavaScript source files, while LIB is compiled products from libtool. For in-tree compilation these live in different places. * No longer reference Config for paths; instead use Settings; these settings can be changed dynamically by Compiler.enableBoot () (TODO: add a disableBoot function.) * config.h is now generated directly in include/urweb/config.h, for consistency's sake (especially since it gets installed along with the rest of the headers!) * All of the autotools build products got updated. * The linkStatic field in protocols now only contains the name of the build product, and not the absolute path. Future users have to be careful not to reference the Settings files to early, lest they get an old version (this was the source of two bugs during development of this patch.)
* 'ORDER BY RANDOM' (based on a patch from Ron de Bruijn)Gravatar Adam Chlipala2012-02-02
|
* Allow .urp libraries to set prefixGravatar Adam Chlipala2011-12-17
|
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* 'noXsrfProtection' .urp directiveGravatar Adam Chlipala2011-06-24
|
* getHeader and setHeaderGravatar Adam Chlipala2011-05-29
|
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* alwaysInline .urp settingGravatar Adam Chlipala2011-01-13
|
* queryString and effectfulUrlGravatar Adam Chlipala2010-12-26
|
* minHeap option in .urp filesGravatar Adam Chlipala2010-12-11
|
* Interface for setting memory limitsGravatar Adam Chlipala2010-10-14
|
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
|
* tryDmlGravatar Adam Chlipala2010-09-05
|
* Relational operators portabilityGravatar Adam Chlipala2010-04-01
|
* safeGetGravatar Adam Chlipala2010-03-09
|
* benignEffectfulGravatar Adam Chlipala2010-02-27
|