aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* Add timestamps to 'app.js' filenames, to prevent inappropriate caching by bro...Gravatar Adam Chlipala2011-08-19
* 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 a...Gravatar Adam Chlipala2011-07-22
* Change cookie signature comparison to resist timing attacks (based on code su...Gravatar Adam Chlipala2011-07-19
* 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
* Workaround for old IE handling of <option> with no 'value' attributeGravatar Adam Chlipala2011-06-26
* 'noXsrfProtection' .urp directiveGravatar Adam Chlipala2011-06-24
* 'show' instance for 'css_class'Gravatar Adam Chlipala2011-06-23
* xtable monoize to string.Gravatar Karn Kallio2011-06-22
* Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)Gravatar Adam Chlipala2011-06-17
* Handle spaces in filenames passed to GCC (caught by Zachary Tatlock)Gravatar Adam Chlipala2011-06-15
* Implicit argument insertion for local variablesGravatar Adam Chlipala2011-06-14
* Keep user-set response headers on indirect returnsGravatar Adam Chlipala2011-06-12
* Handle 'prefix' directives for HTTPSGravatar Adam Chlipala2011-06-01
* Proper C pretty-printing of floats in scientific notationGravatar Adam Chlipala2011-05-31
* Fix bug with string literals in unAsGravatar Adam Chlipala2011-05-30
* Remember to remove explicit table projections in SQLite UPDATE SET valuesGravatar Adam Chlipala2011-05-30
* getHeader and setHeaderGravatar Adam Chlipala2011-05-29