summaryrefslogtreecommitdiff
path: root/src/c
Commit message (Collapse)AuthorAge
* Turn off warnings about deprecated functions, to placate silly OpenSSL ↵Gravatar Adam Chlipala2011-10-26
| | | | change for OS X
* Primitive int/float functions: ceil, float, round, truncGravatar Adam Chlipala2011-10-08
|
* An abstract type of IDsGravatar 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
|
* Configure correct C compiler options for PthreadsGravatar Adam Chlipala2011-08-04
|
* 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
|
* 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
|
* Make 'static' protocol handle unlimited retryGravatar Adam Chlipala2011-07-15
|
* Generated pretty-printed HTML for a simple tutorial source fileGravatar Adam Chlipala2011-07-15
|
* 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
|
* Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)Gravatar Adam Chlipala2011-06-17
|
* Keep user-set response headers on indirect returnsGravatar Adam Chlipala2011-06-12
|
* Fix bug with string literals in unAsGravatar Adam Chlipala2011-05-30
|
* getHeader and setHeaderGravatar Adam Chlipala2011-05-29
|
* Configuration detects proper header files for database dev librariesGravatar Adam Chlipala2011-05-29
|
* Prevent early clearing of context post dataGravatar Adam Chlipala2011-05-22
|
* Grandfather into release: Use latest Debian testing autotools, etc.Gravatar Adam Chlipala2011-05-15
|
* Escape less-than in JavaScript stringsGravatar Adam Chlipala2011-05-12
|
* Before allowing an indirect return, check (dynamically, for now) that we ↵Gravatar Adam Chlipala2011-04-17
| | | | aren't in an RPC handler
* Remove commented-out readUtc code; add back indeterminate tm_isdstGravatar Adam Chlipala2011-04-15
|
* Fix getting UTC time from formatted strings ( in uw_Basis_readUtc ).Gravatar Karn Kallio2011-04-12
| | | | | | Corrects 2 things: - timezones with offsets not an integer number of hours - double correcting for daylight savings time
* Send newly created sources with messages to clientsGravatar Adam Chlipala2011-04-09
|
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
|
* Escape strings as needed in some error messages within urweb.cGravatar Adam Chlipala2011-03-27
|
* Fix 'readUtc' to work during DSTGravatar 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
* Add a cast to avoid warnings about toupper() on some platformsGravatar Adam Chlipala2011-03-12
|
* 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
* Fix C jsify[String|Char]Gravatar Adam Chlipala2011-02-25
|
* Fix HTTP request parsing bugGravatar Adam Chlipala2011-02-22
|
* Proper error handling for periodic tasksGravatar Adam Chlipala2011-01-23
|
* Fix detection of POSTs to error pagesGravatar 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
|
* 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
|
* Patch from Vladimir Shabanov to support crypt under OS XGravatar Adam Chlipala2011-01-16
|
* Fixing daylight saving time in time string processingGravatar Adam Chlipala2011-01-13
|
* More string processingGravatar Adam Chlipala2011-01-13
|