aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAge
* New Basis functions: preventDefault and stopPropagation (code contributed by ↵Gravatar Adam Chlipala2011-09-11
| | | | Vladimir Shabanov)
* Disable C optimization in debug modeGravatar Adam Chlipala2011-09-11
|
* An abstract type of IDsGravatar Adam Chlipala2011-09-03
|
* New client-side, document-level event handlersGravatar Adam Chlipala2011-09-03
|
* Better detection of type class witnesses in local bindingsGravatar Adam Chlipala2011-09-03
|
* Gentle handling of back-button returns to pages with stale message-passing ↵Gravatar Adam Chlipala2011-08-28
| | | | credentials
* Warn about concurrency issues with message-passingGravatar Adam Chlipala2011-08-28
|
* Postgres deadlock triggers unlimited retryGravatar Adam Chlipala2011-08-28
|
* Fix another list unurlification segfault bug; List.foldlMiGravatar Adam Chlipala2011-08-21
|
* Add prototypes for [un]urlification functionsGravatar Adam Chlipala2011-08-21
|
* Fix crash in list unurlificationGravatar Adam Chlipala2011-08-21
|
* Basis.mkMonadGravatar Adam Chlipala2011-08-19
|
* Add antiquote for ORDER BY directionsGravatar Adam Chlipala2011-08-19
|
* Add timestamps to 'app.js' filenames, to prevent inappropriate caching by ↵Gravatar Adam Chlipala2011-08-19
| | | | browsers
* Fix bug in JavaScript embedding of listsGravatar Adam Chlipala2011-08-15
|
* Compiler frees as much memory as possible before passing control to C compilerGravatar Adam Chlipala2011-08-15
|
* Fix list urlificationGravatar Adam Chlipala2011-08-14
|
* Remove commented-out codeGravatar Adam Chlipala2011-08-14
|
* Handle case where shakeExp can remove datatype.Gravatar Karn Kallio2011-08-12
|
* Remove some unnecessary parensGravatar Adam Chlipala2011-08-14
|
* Distribute applications of "arrow type" ECase across branches.Gravatar Karn Kallio2011-08-11
|
* '-dumpTypes'Gravatar Adam Chlipala2011-08-07
|
* Better wildification, avoiding some unintentional variable captureGravatar Adam Chlipala2011-08-06
|
* Configure correct C compiler options for PthreadsGravatar Adam Chlipala2011-08-04
|
* Fix opening of shadowing, principal-signatured modules that open other modulesGravatar Adam Chlipala2011-08-04
|
* Improve detection of XML in urweb-mode; small tutorial improvementGravatar Adam Chlipala2011-08-02
|
* Compile self-tail-calls as gotosGravatar Adam Chlipala2011-08-02
|
* Remove some GCC-specific identifier choice and documentationGravatar Adam Chlipala2011-08-02
|
* Introduce URWEB_STACK_SIZE environment variable (based on a patch by Hao Deng)Gravatar Adam Chlipala2011-08-02
|
* A few error message improvementsGravatar Adam Chlipala2011-08-02
|
* Tracking and printing of version numbers (based on a patch by Austin Seipp)Gravatar Adam Chlipala2011-08-02
|
* Client-side 'addSeconds'Gravatar Adam Chlipala2011-07-24
|
* <image>Gravatar Adam Chlipala2011-07-24
|
* A few more tweaks to support Clang (including ending use of nested functions)Gravatar Adam Chlipala2011-07-23
|
* Stop using -fno-inline by defaultGravatar Adam Chlipala2011-07-23
|
* Backpedal on tutorial-motivated urweb-mode changes; add Basis.diffInSeconds ↵Gravatar Adam Chlipala2011-07-22
| | | | and Basis.toSeconds
* Change cookie signature comparison to resist timing attacks (based on code ↵Gravatar Adam Chlipala2011-07-19
| | | | suggested by Robin Green and Austin Seipp)
* First tutorial chapter readyGravatar Adam Chlipala2011-07-16
|
* Preserve tutorial indentationGravatar Adam Chlipala2011-07-15
|
* Make 'static' protocol handle unlimited retryGravatar Adam Chlipala2011-07-15
|
* Tutorial tweaksGravatar Adam Chlipala2011-07-15
|
* Tutorial section headingsGravatar Adam Chlipala2011-07-15
|
* Allow HTML in tutorial commentsGravatar Adam Chlipala2011-07-15
|
* Beautified tutorial HTMLGravatar Adam Chlipala2011-07-15
|
* Generated pretty-printed HTML for a simple tutorial source fileGravatar Adam Chlipala2011-07-15
|
* Narrow Maybe match case.Gravatar Karn Kallio2011-07-06
|
* Add client-side Basis.now and pretty-printing of timesGravatar Adam Chlipala2011-07-06
|
* Change Basis.rand to use cryptographically secure generationGravatar Adam Chlipala2011-07-03
|
* Basis.currentUrlHasQueryStringGravatar Adam Chlipala2011-07-03
|
* For non-debug builds, leave out source location info in what is shown to userGravatar Adam Chlipala2011-07-03
|