| Commit message (Expand) | Author | Age |
* | Bump up maximum size for HTTP receive buffers | Adam Chlipala | 2019-01-30 |
* | Merge pull request #168 from fabriceleal/fix-codepoint-js | Adam Chlipala | 2019-01-26 |
|\ |
|
* | | Basis.textOfBlob; try creating filecache directory if it doesn't exist | Adam Chlipala | 2019-01-21 |
| * | bug fix | fab | 2019-01-14 |
| * | fix unit tests. implement urlifyChar | fab | 2019-01-09 |
|/ |
|
* | Follow-up to #146: make style consistent in C code | Adam Chlipala | 2018-12-19 |
* | Merge pull request #146 from fabriceleal/utf-icu | Adam Chlipala | 2018-12-19 |
|\ |
|
| * | test 4 | fab | 2018-12-17 |
| * | test2 | fab | 2018-12-17 |
| * | exhaustive testing brought to selenium. bug fix in isspace. useful function t... | fab | 2018-12-11 |
| * | migrate is_valid_hash, blessData, property, atom | fab | 2018-12-11 |
| * | fix isxdigit: is probably helpful to keep it only to ascii chars. migrate isl... | fab | 2018-12-09 |
| * | chars with more than 2 bytes are awkwardly handled by the "normal" string of ... | fab | 2018-12-06 |
| * | fix: U8_IS_SINGLE should only be called on raw char*, NOT on uw_Basis_char | fab | 2018-12-02 |
| * | 1 bug fix and sorting out my own confusion: uw_Basis_char is already a codepo... | fab | 2018-12-02 |
| * | reject invalid codepoints. Basis.iscodepoint. fix german char in js | fab | 2018-11-30 |
* | | Merge pull request #148 from doublec/timelocal | Adam Chlipala | 2018-11-25 |
|\ \ |
|
| * | | Replace timelocal usage with mktime | Chris Double | 2018-11-25 |
| | * | several fixes on unit tests and implementation | fab | 2018-11-19 |
| | * | utf-8 aware functions for basis. unit-testing. | fab | 2018-11-17 |
| |/ |
|
* / | Use our own memmem only when libc doesn’t have one | Benjamin Barenblat | 2018-11-07 |
|/ |
|
* | Just return None rather than crashing, when trying to read cookies within tas... | Adam Chlipala | 2018-10-19 |
* | Start using symbol versioning | Benjamin Barenblat | 2018-06-17 |
* | 'filecache' .urp directive, fixing a longstanding MonoUtil bug in the process | Adam Chlipala | 2018-06-03 |
* | Remove insecure crypto function (closes #114) | Adam Chlipala | 2018-05-29 |
* | Remove redundant -Wimplicit | Benjamin Barenblat | 2017-08-07 |
* | Enable -Wunused-parameter | Benjamin Barenblat | 2017-08-07 |
* | Make 'static' protocol commit transactions, to force rewriting of HTML docume... | Adam Chlipala | 2017-07-12 |
* | Fixed non-working '-m' runtime option. | Vladimir Shabanov | 2017-06-15 |
* | Raise an error if we run out of randomness during client initialization | Adam Chlipala | 2017-05-14 |
* | Option '-m' for HTTP-server binaries | Adam Chlipala | 2017-03-17 |
* | Merge pull request #60 from bbarenblat/master | Adam Chlipala | 2016-12-31 |
|\ |
|
* | | remove unnecessary code | Marvin Sielenkemper | 2016-12-01 |
* | | pass the proper size to the bind call | Marvin Sielenkemper | 2016-12-01 |
* | | zero initialize the socket address structure | Marvin Sielenkemper | 2016-12-01 |
* | | use the ip4 socket address for ipv4 again | Marvin Sielenkemper | 2016-11-30 |
| * | FastCGI: Track request IDs during processing | Benjamin Barenblat | 2016-11-07 |
|/ |
|
* | Updates the help text to cover the new ipv6 option | Marvin Sielenkemper | 2016-09-22 |
* | Remove accidentally commited unused includes which do not exist on MacOS | Marvin Sielenkemper | 2016-09-17 |
* | Explicitly cleares IPV6_V6ONLY to ensure IPv4 availability | Marvin Sielenkemper | 2016-09-17 |
* | Add IPv6 support and a new '-A' option to specify an IPv6 adress to bind | Marvin Sielenkemper | 2016-09-16 |
* | Export fewer symbols | Benjamin Barenblat | 2016-08-05 |
* | Support OpenSSL 1.1 | Benjamin Barenblat | 2016-07-20 |
* | uw_memmem: correct indentation | Benjamin Barenblat | 2016-07-20 |
* | Prepare Postgres code for NULL error fields | Adam Chlipala | 2016-06-17 |
* | Rename memmem() to urweb_memmem(), to avoid unintentionally picking up protot... | Adam Chlipala | 2016-06-15 |
* | Elaborate C expression to appease recent compilers | Adam Chlipala | 2016-06-10 |
* | Silence gcc warnings | Alexander | 2016-05-26 |
* | abs and floor added | Karen Sargsyan | 2016-05-23 |
* | asin, acos, atan, atan2 added | Karen Sargsyan | 2016-05-22 |