summaryrefslogtreecommitdiff
path: root/src/c
Commit message (Expand)AuthorAge
* test2Gravatar fab2018-12-17
* exhaustive testing brought to selenium. bug fix in isspace. useful function t...Gravatar fab2018-12-11
* migrate is_valid_hash, blessData, property, atomGravatar fab2018-12-11
* fix isxdigit: is probably helpful to keep it only to ascii chars. migrate isl...Gravatar fab2018-12-09
* chars with more than 2 bytes are awkwardly handled by the "normal" string of ...Gravatar fab2018-12-06
* fix: U8_IS_SINGLE should only be called on raw char*, NOT on uw_Basis_charGravatar fab2018-12-02
* 1 bug fix and sorting out my own confusion: uw_Basis_char is already a codepo...Gravatar fab2018-12-02
* reject invalid codepoints. Basis.iscodepoint. fix german char in jsGravatar fab2018-11-30
* several fixes on unit tests and implementationGravatar fab2018-11-19
* utf-8 aware functions for basis. unit-testing.Gravatar fab2018-11-17
* Just return None rather than crashing, when trying to read cookies within tas...Gravatar Adam Chlipala2018-10-19
* Start using symbol versioningGravatar Benjamin Barenblat2018-06-17
* '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
* Remove redundant -WimplicitGravatar Benjamin Barenblat2017-08-07
* Enable -Wunused-parameterGravatar Benjamin Barenblat2017-08-07
* Make 'static' protocol commit transactions, to force rewriting of HTML docume...Gravatar Adam Chlipala2017-07-12
* Fixed non-working '-m' runtime option.Gravatar Vladimir Shabanov2017-06-15
* Raise an error if we run out of randomness during client initializationGravatar Adam Chlipala2017-05-14
* Option '-m' for HTTP-server binariesGravatar Adam Chlipala2017-03-17
* Merge pull request #60 from bbarenblat/masterGravatar Adam Chlipala2016-12-31
|\
* | remove unnecessary codeGravatar Marvin Sielenkemper2016-12-01
* | 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