summaryrefslogtreecommitdiff
path: root/src/c
Commit message (Expand)AuthorAge
...
* | pass the proper size to the bind callGravatar Marvin Sielenkemper2016-12-01
* | zero initialize the socket address structureGravatar Marvin Sielenkemper2016-12-01
* | use the ip4 socket address for ipv4 againGravatar Marvin Sielenkemper2016-11-30
| * FastCGI: Track request IDs during processingGravatar Benjamin Barenblat2016-11-07
|/
* Updates the help text to cover the new ipv6 optionGravatar Marvin Sielenkemper2016-09-22
* Remove accidentally commited unused includes which do not exist on MacOSGravatar Marvin Sielenkemper2016-09-17
* Explicitly cleares IPV6_V6ONLY to ensure IPv4 availabilityGravatar Marvin Sielenkemper2016-09-17
* Add IPv6 support and a new '-A' option to specify an IPv6 adress to bindGravatar Marvin Sielenkemper2016-09-16
* Export fewer symbolsGravatar Benjamin Barenblat2016-08-05
* Support OpenSSL 1.1Gravatar Benjamin Barenblat2016-07-20
* uw_memmem: correct indentationGravatar Benjamin Barenblat2016-07-20
* Prepare Postgres code for NULL error fieldsGravatar Adam Chlipala2016-06-17
* Rename memmem() to urweb_memmem(), to avoid unintentionally picking up protot...Gravatar Adam Chlipala2016-06-15
* Elaborate C expression to appease recent compilersGravatar Adam Chlipala2016-06-10
* 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
* At runtime, catch when we exceed 'limit inputs'Gravatar Adam Chlipala2016-03-30
* 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
* Add a cast to thread_id(), to support more platformsGravatar Adam Chlipala2016-02-13
* 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