aboutsummaryrefslogtreecommitdiff
path: root/elymas
AgeCommit message (Expand)Author
2017-03-20Correctly set errnoDrahflow
2017-03-06Handle POST requests more robustlyDrahflow
2017-03-02Integrated asm-based regex engineDrahflow
2017-03-02Fixup MATCH for trailing (.*)Drahflow
2017-03-02Noted a bugDrahflow
2017-03-02Removing old code remnantsDrahflow
2017-03-02Some cleanupsDrahflow
2017-03-02PerformanceDrahflow
2017-03-02PerformanceDrahflow
2017-03-01WIP: new assembly written regex engineDrahflow
2017-02-10Allow preforkDrahflow
2017-02-08Allow HTTP response headersDrahflow
2016-12-30Don't kill sys .freeze, but replace it with shared versionDrahflow
2016-10-28Allow larger freezeDrahflow
2016-08-14Remove some (potential) source of O(n^2)Drahflow
2016-08-11Slightly less allocsDrahflow
2016-08-11Faster parser constructionDrahflow
2016-07-04sys .asmroutines .assemblestrDrahflow
2016-06-09Don't deffd %Drahflow
2016-05-23Protect execve args from GCDrahflow
2016-03-15Faster elymas parsingDrahflow
2016-01-07Assembler routines for some common operationsDrahflow
2016-01-06WIP: performance improvementsDrahflow
2016-01-06WIP: working LALR(1) parser, moving to GLR-ishDrahflow
2016-01-05WIP: performance improvementsDrahflow
2016-01-05WIP performance improvementsDrahflow
2016-01-04LALR(1) parser generatorDrahflow
2016-01-04WIP on LALR(1) parser generatorDrahflow
2015-12-14Wrap other members without disturbing scope lookupDrahflow
2015-12-14Wrapper for default valuesDrahflow
2015-12-09Correctly re-box multiple outputs from registerDrahflow
2015-10-05Correctly zero-terminate /bin/shDrahflow
2015-08-26Don't crash on [] in sortDrahflow
2015-08-26Don't fail on nested eachsDrahflow
2015-08-19Correctly auto-loop for listsDrahflow
2015-07-21... but don't so much.Drahflow
2015-07-21Handle dying connections betterDrahflow
2015-07-16Handly POST better (but still slow)Drahflow
2015-07-14Return directory prefix from globDrahflow
2015-07-13Don't overwrite fallback error handler with parentDrahflow
2015-07-13Really stay within memory bounds :)Drahflow
2015-07-12Let's keep within memory bounds :)Drahflow
2015-07-10SHA512Drahflow
2015-07-01Wrap ffi-returned strings without crashingDrahflow
2015-07-01Fix bug in resolveFunctionDrahflow
2015-07-01sys .so does not in fact use sys .linuxDrahflow
2015-07-01Deactivate libs which expect sys .linux on FreeBSDDrahflow
2015-07-01Only supply sys .linux on Linux systemsDrahflow
2015-07-01Need to export conditional namesDrahflow
2015-07-01FreeBSD support in masterDrahflow