Commit Graph

  • ed234f9ac5 default: async io for http req/resp. sync based io doesn't seem to work with huge data like 500k-1m I tested. They just timeout with concurrency phani 2020-01-13 13:38:52 -0500
  • 77ae44337c buffer problem in work1m tests phani 2020-01-13 13:31:30 -0500
  • 0c92419978 fixed syscall based sync http-req/resp phani 2020-01-13 12:11:08 -0500
  • b9d7278c54 fixes 99% latency problem here (but a problem with 1m data transfer test, it is broken.) phani 2020-01-11 19:05:04 -0500
  • 362e8b0a67 Merge branch 'master' of https://github.com/phanikishoreg/awsm-Serverless-Framework phani 2020-01-11 16:41:19 -0500
  • da43b22407 work 1k to 1m functions phani 2020-01-11 16:40:54 -0500
  • 9528f65b32 Synchronous I/O for http request/response fixes 99%tile latencies phani 2020-01-11 14:32:45 -0500
  • f8cc5edb89 fibonacci serverless fn in awsm phani 2020-01-06 11:18:03 -0500
  • 645d138787 for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes! phani 2020-01-04 13:18:19 -0500
  • 69b1f94fe8 scalable sandbox creation in each runtime core phani 2020-01-03 11:29:17 -0500
  • 576bc4b086 sandbox alloc on each core, for scalability phani 2020-01-03 11:21:16 -0500
  • 3fab99424a fibonacci test update phani 2020-01-03 10:51:27 -0500
  • affe5fbc35 read() chunks fix, other standalone compilation fixes phani 2020-01-01 14:33:12 -0500
  • 837fc3a7c0 legacy function pointer typecasts fail in wasm phani 2020-01-01 14:31:47 -0500
  • 5016942e3f work test phani 2019-12-31 14:00:45 -0500
  • 611ec2257a keep empty and add work program phani 2019-12-31 12:09:13 -0500
  • ae392fdfe3 read from stdin (http req body), write to stdout (http resp body), bug fixes in http parsing phani 2019-12-26 18:52:59 -0500
  • f019193952 read() to read from request body! phani 2019-12-24 17:19:01 -0500
  • 2e8a22b710 fix for standalone execution phani 2019-12-24 16:50:14 -0500
  • 7dba263141 switch to llvm n clang 8 phani 2019-12-23 11:20:53 -0500
  • be01f87687 Merge branch 'master' of https://github.com/phanikishoreg/awsm-Serverless-Framework phani 2019-12-20 14:25:05 -0500
  • 5968495a55 adds floor for float and double phani 2019-12-20 14:18:00 -0500
  • 618f269a9a content-length header in response phani 2019-12-18 15:04:19 -0500
  • 27b317116d reset offset in read phani 2019-12-16 15:55:16 -0500
  • aa0017f4b0 http request response using uv phani 2019-12-16 15:16:01 -0500
  • 8a3e050282 Support TCP (TODO: http parsing based on module specification) phani 2019-12-16 08:49:00 -0500
  • 9654c1f2fc libc reuse mem for recv phani 2019-12-13 18:28:45 -0500
  • d31057ebde cleanup commented code phani 2019-12-13 17:39:21 -0500
  • 69b6dcf83c added http-parser phani 2019-12-13 17:37:56 -0500
  • 9376453058 uvio for sandbox response. phani 2019-12-09 16:40:33 -0500
  • 95bf6fc1a9 udp response (return value of main) and multi-threaded udp client phani 2019-12-09 13:30:16 -0500
  • d8e4cc3d99 silverfish repo change phani 2019-12-06 15:15:59 -0500
  • 0cb6be518f GPL v2 phani 2019-12-06 15:05:33 -0500
  • ee5f6f5f28 fix in devenv.sh phani 2019-12-06 15:04:34 -0500
  • eb8fcf00c4 Work-stealing deque for global request queue * all cores steal from that queue. * other bug fixes * tested with NCORES = 2 and 4. phani 2019-12-02 18:31:18 -0500
  • 2f3ddcb9c5 fix tests makefile Phani 2019-11-27 11:09:35 -0500
  • 670e3ad2b5 revert from standalone Phani 2019-11-27 11:08:23 -0500
  • a231796990 for standalone execution Phani 2019-11-26 14:34:34 -0500
  • 7ce5cf9a6d fix in wasm_timespec Phani 2019-11-26 14:33:33 -0500
  • fb690e538b update rust and wasi-sdk (lucet based) Phani 2019-11-18 15:05:54 -0500
  • 2a0dea41cd
    Update LICENSE to ARM Ltd Phani Gadepalli 2019-08-27 19:46:12 -0400
  • 98bca90764 update readme phani 2019-08-21 15:17:38 -0700
  • 9b0ec6f7dc Changed directory structure phani 2019-08-21 15:13:04 -0700
  • b2d0ecc66f readme copied phani 2019-08-21 08:19:52 -0700
  • d1b020fc47
    Initial commit Phani Gadepalli 2019-08-21 08:18:15 -0700