summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| | * Try to avoid a pointer conversion errorGravatar Oisín Mac Fhearaí2019-08-11
| | |
| | * Add missing includeGravatar Oisín Mac Fhearaí2019-08-11
| | |
| | * * When htmlifying characters, don't use numeric escapes if they'reGravatar Oisín Mac Fhearaí2019-08-11
| |/ | | | | | | | | printable -- instead, try to convert them to UTF-8. * Add libicuio to linked C libraries
| * Flush output on loggingGravatar Adam Chlipala2019-08-04
| |
* | Cleaned up elisp and added dependenciesGravatar FrigoEU2019-08-03
| |
* | Added emacs functions for getInfoGravatar FrigoEU2019-08-03
| |
* | Added comments and extracted typeOf/getInfo into seperate moduleGravatar FrigoEU2019-08-03
| |
* | Removed some unnecessary printsGravatar FrigoEU2019-08-03
| |
* | Improved typeOf searching and handling of Top and BasisGravatar FrigoEU2019-08-01
| |
* | Added file check to typeOf and always add Top and Basis to env in typeOfGravatar FrigoEU2019-08-01
| |
* | first iteration of "typeOf" commandGravatar FrigoEU2019-07-31
| |
* | Removed MISSED_DEP printGravatar FrigoEU2019-07-29
| |
* | Don't use interfaces anymore for ModDb validity, but check for undetermined ↵Gravatar FrigoEU2019-07-29
| | | | | | | | unif vars
* | First iteration of more detailed elaboration cachingGravatar FrigoEU2019-07-07
|/
* Merge branch 'master' of ssh://github.com/urweb/urwebGravatar Adam Chlipala2019-07-06
|\
* | Fix subsignature checking for mutually recursive typesGravatar Adam Chlipala2019-07-06
| |
| * Make uw_set_error_message actually act printf-yGravatar Adam Chlipala2019-07-04
|/
* MySQL forces NOT NULL TIMESTAMPs to have default valuesGravatar Adam Chlipala2019-05-31
|
* Retool handling of text keys in MySQLGravatar Adam Chlipala2019-05-31
|
* MySQL doesn't need us to ask for InnoDB anymoreGravatar Adam Chlipala2019-05-31
|
* Filecache support for MySQLGravatar Adam Chlipala2019-05-31
|
* Catch clashing rewritten URL prefixesGravatar Adam Chlipala2019-04-15
|
* Generate primary key constraints with normal CONSTRAINT clauses (initial ↵Gravatar Adam Chlipala2019-04-13
| | | | motivation: apgdiff only supports this new form)
* Urlify unit values as underscores, to avoid confusing parserGravatar Adam Chlipala2019-04-09
|
* Allow Basis.currentUrl on client sideGravatar Adam Chlipala2019-03-30
|
* Ensure compilation fails even if the only problem is a missing source fileGravatar Adam Chlipala2019-03-30
|
* Supporting 'char' arguments to handlers called from client codeGravatar Adam Chlipala2019-03-23
|
* Allow dollar-sign shortcuts for 'file' and 'jsFile' directivesGravatar Adam Chlipala2019-03-16
|
* Lexer should track newlines properly inside XML commentsGravatar Adam Chlipala2019-03-03
|
* Include memmem.h in distributionGravatar Adam Chlipala2019-02-17
|
* Bump up maximum size for HTTP receive buffersGravatar Adam Chlipala2019-01-30
|
* Fix build error.Gravatar Artyom Shalkhakov2019-01-27
|
* Merge branch 'master' of https://github.com/urweb/urweb into endpointsGravatar Artyom Shalkhakov2019-01-27
|\
| * Merge pull request #168 from fabriceleal/fix-codepoint-jsGravatar Adam Chlipala2019-01-26
| |\ | | | | | | utf8: More portable js, implement urlifyChar, fix urlifyString, fix unit tests
| * | Basis.textOfBlob; try creating filecache directory if it doesn't existGravatar Adam Chlipala2019-01-21
| | |
| | * fixes for review 1Gravatar fab2019-01-21
| | |
| * | getenv is benignGravatar Adam Chlipala2019-01-20
| | |
| | * bug fixGravatar fab2019-01-14
| | |
* | | Including app.js in output of endpointsGravatar Artyom Shalkhakov2019-01-12
| | |
| | * fix unit tests. implement urlifyCharGravatar fab2019-01-09
| | |
* | | Fixing the author in copyright blurb.Gravatar Artyom Shalkhakov2019-01-07
| | |
* | | Including JS and other static files into endpointsGravatar Artyom Shalkhakov2019-01-07
| | |
* | | -endpoints switch to view all endpoints defined in JSON formatGravatar Artyom Shalkhakov2019-01-07
|/ /
* / Add missing flag descriptions to urweb -hGravatar Davor Ocelic2018-12-30
|/
* Output unurlification functions, even when they are first mentioned in e.g. ↵Gravatar Adam Chlipala2018-12-19
| | | | expungers
* Follow-up to #146: make style consistent in C codeGravatar Adam Chlipala2018-12-19
|
* Merge pull request #146 from fabriceleal/utf-icuGravatar Adam Chlipala2018-12-19
|\ | | | | utf-8 aware functions for basis. unit-testing.
| * test 7Gravatar fab2018-12-17
| |
| * test 6Gravatar fab2018-12-17
| |
| * test 5Gravatar fab2018-12-17
| |