22 Commits (9dfc740d0517b419cff0c3d02a976c6f1ee89bd7)

Author SHA1 Message Date
Sean McBride 9dfc740d05 chore: namespace macros and globals in main.c
5 years ago
Sean McBride 017174ffa4 chore: remove unused declare and comment untested code
5 years ago
Sean McBride c9b9a6553e chore: run clang-format
5 years ago
Sean McBride dfe5667bef chore: resolve TODOs from Phani
5 years ago
Sean McBride c1c307c390 chore: cleanup runtime
5 years ago
Sean McBride 69086d012d Various refactors and end-to-end tracking of cycles
5 years ago
Sean McBride 6946b08644 refactor: modularize and rename things
5 years ago
Sean McBride b5e9abced5 chore: Assorted cleanup
5 years ago
Sean McBride 9185852236
docs: Add documentation to code (#7)
5 years ago
Sean McBride e61be257f9
chore: add clang-format from Composite (#5)
5 years ago
phani 0c92419978 fixed syscall based sync http-req/resp
5 years ago
phani 9528f65b32 Synchronous I/O for http request/response fixes 99%tile latencies
5 years ago
phani 645d138787 for runtime with multi-sandboxing, globals are to be populated per sandbox, that was what causing random crashes!
5 years ago
phani affe5fbc35 read() chunks fix, other standalone compilation fixes
5 years ago
phani 611ec2257a keep empty and add work program
5 years ago
phani ae392fdfe3 read from stdin (http req body), write to stdout (http resp body), bug fixes in http parsing
5 years ago
phani f019193952 read() to read from request body!
5 years ago
phani aa0017f4b0 http request response using uv
5 years ago
phani 8a3e050282 Support TCP (TODO: http parsing based on module specification)
5 years ago
phani 95bf6fc1a9 udp response (return value of main) and multi-threaded udp client
5 years ago
phani eb8fcf00c4 Work-stealing deque for global request queue
5 years ago
phani 9b0ec6f7dc Changed directory structure
5 years ago