aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/c/urweb.c
Commit message (Expand)AuthorAge
* Just return None rather than crashing, when trying to read cookies within tas...Gravatar Adam Chlipala2018-10-19
* 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the processGravatar Adam Chlipala2018-06-03
* Remove insecure crypto function (closes #114)Gravatar Adam Chlipala2018-05-29
* Enable -Wunused-parameterGravatar Benjamin Barenblat2017-08-07
* Raise an error if we run out of randomness during client initializationGravatar Adam Chlipala2017-05-14
* Prepare Postgres code for NULL error fieldsGravatar Adam Chlipala2016-06-17
* Silence gcc warningsGravatar Alexander2016-05-26
* abs and floor addedGravatar Karen Sargsyan2016-05-23
* asin, acos, atan, atan2 addedGravatar Karen Sargsyan2016-05-22
* Some basic math functions: pow, sqrt, sin, cos, log, exp are added to work at...Gravatar Karen Sargsyan2016-05-21
* Support for <meta> tagsGravatar Adam Chlipala2016-05-15
* Fix preservation of headers when returning blobsGravatar Adam Chlipala2016-04-15
* Sqlcache: also record script additions; do a MonoReduce afterward, to help Pr...Gravatar Adam Chlipala2016-03-12
* Make JavaScript escaping handle ampersands properlyGravatar Adam Chlipala2016-02-23
* Fix handling of returnBlob headers for FastCGI, etc.Gravatar Adam Chlipala2016-02-14
* Remove duplicate typedef declarations.Gravatar Ziv Scully2015-12-30
* Merge SqlcacheGravatar Adam Chlipala2015-12-20
|\
| * Add read locks around time read in store.Gravatar Ziv Scully2015-11-20
| * Tiny concurrency bugfix (race condition on cache->timeNow).Gravatar Ziv Scully2015-11-20
| * Fix condition for installing new cache entriesGravatar Adam Chlipala2015-11-19
| * Fix a read-after-free bug using a timestamp checkGravatar Adam Chlipala2015-11-19
| * Fix a few C memory bugsGravatar Adam Chlipala2015-11-19
| * Make cache flushes happen immediately instead of at end of transaction.Gravatar Ziv Scully2015-11-17
| * Finish locking, but it's not yet tested rigorously.Gravatar Ziv Scully2015-11-13
| * Remove debugging print statement.Gravatar Ziv Scully2015-11-13
| * Fix issue with one-element caches. Locking still WIP.Gravatar Ziv Scully2015-11-13
| * Fix committing multiple stores/flushes. Locking is WIP.Gravatar Ziv Scully2015-11-12
| * Actually use transactional machinery for flushes this time.Gravatar Ziv Scully2015-11-12
| * Initialize invalidation to NULL!Gravatar Ziv Scully2015-11-12
| * Make cache flushes safe for transactions (not sure about LRU bump on read).Gravatar Ziv Scully2015-11-12
| * Simplify C interface.Gravatar Ziv Scully2015-11-12
| * Merge.Gravatar Ziv Scully2015-11-12
| |\ | |/ |/|
| * Rewrite LRU cache. Now uses one big hash table and is less buggy.Gravatar Ziv Scully2015-11-11
* | Basis.fromMillisecondsGravatar Adam Chlipala2015-11-01
| * Merge.Gravatar Ziv Scully2015-10-31
| |\ | |/ |/|
* | Remove spurious failure about reopening database connectionGravatar Adam Chlipala2015-10-31
| * Merge.Gravatar Ziv Scully2015-10-19
| |\ | |/ |/|
* | Database-server reconnection for MySQLGravatar Adam Chlipala2015-10-17
* | Switching to a more dynamic method of handling database reconnection, restart...Gravatar Adam Chlipala2015-10-17
* | Start of support for surviving database-server restarts, for PostgresGravatar Adam Chlipala2015-10-17
| * Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooif...Gravatar Ziv Scully2015-10-07
| * Start work on pure expression caching.Gravatar Ziv Scully2015-09-13
| * Merge.Gravatar Ziv Scully2015-09-12
| |\ | |/ |/|
* | Make OpenSSL usage thread-safe (closes #206)Gravatar Benjamin Barenblat2015-08-06
| * Merge.Gravatar Ziv Scully2015-07-19
| |\ | |/ |/|
| * Rename C functions and remove functors nested inside modules.Gravatar Ziv Scully2015-07-19
| * Progress on LRU cache but still more known bugs to fix.Gravatar Ziv Scully2015-06-28
* | Make naughtyDebug use protocol-specific loggingGravatar Adam Chlipala2015-05-10
| * Merge.Gravatar Ziv Scully2015-03-27
| |\ | |/ |/|
| * Merge.Gravatar Ziv Scully2014-12-11
| |\