.. |
CMakeLists.txt
|
machinarium: build static library by default
|
2017-05-15 15:32:13 +03:00 |
machinarium.h
|
machinarium: include limits.h in machinarium.h
|
2017-04-20 15:18:09 +03:00 |
machinarium_private.h
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm.c
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm.h
|
machinarium: remake core api using new event loop impl
|
2017-04-10 18:07:14 +03:00 |
mm_accept.c
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_bind.c
|
machinarium: implement machine_accept()
|
2017-04-13 21:08:21 +03:00 |
mm_buf.h
|
machinarium: move machine to src (complete refactoring)
|
2017-03-21 15:50:44 +03:00 |
mm_call.c
|
machinarium: implement fast call stub
|
2017-04-20 15:08:56 +03:00 |
mm_call.h
|
machinarium: fix readahead callback read status
|
2017-04-21 14:52:16 +03:00 |
mm_clock.c
|
machinarium: sort timers after removal
|
2017-04-21 13:28:36 +03:00 |
mm_clock.h
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_close.c
|
machinarium: make name resolution work; enable tls
|
2017-04-13 22:41:18 +03:00 |
mm_connect.c
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_context.c
|
machinarium: rename machine.h to machinarium.h
|
2017-03-21 15:55:23 +03:00 |
mm_context.h
|
machinarium: make typedef of coroutine function
|
2017-04-13 20:35:49 +03:00 |
mm_dns.c
|
machinarium: make machine_read() readahead-less version
|
2017-04-14 17:53:55 +03:00 |
mm_epoll.c
|
machinarium: remove return value from fd callback
|
2017-04-19 16:38:00 +03:00 |
mm_epoll.h
|
machinarium: add basic event loop and epoll driver stub
|
2017-04-07 17:43:12 +03:00 |
mm_fd.h
|
machinarium: remove return value from fd callback
|
2017-04-19 16:38:00 +03:00 |
mm_fiber.c
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_fiber.h
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_idle.h
|
machinarium: add idle handler callback
|
2017-04-10 16:03:15 +03:00 |
mm_io.c
|
machinarium: rework readahead support
|
2017-04-18 15:02:28 +03:00 |
mm_io.h
|
machinarium: turn readahead back on
|
2017-04-20 15:12:41 +03:00 |
mm_list.h
|
machinarium: move machine to src (complete refactoring)
|
2017-03-21 15:50:44 +03:00 |
mm_loop.c
|
machinarium: make machine_read() readahead-less version
|
2017-04-14 17:53:55 +03:00 |
mm_loop.h
|
machinarium: remove return value from fd callback
|
2017-04-19 16:38:00 +03:00 |
mm_macro.h
|
machinarium: move machine to src (complete refactoring)
|
2017-03-21 15:50:44 +03:00 |
mm_poll.h
|
machinarium: remove return value from fd callback
|
2017-04-19 16:38:00 +03:00 |
mm_read.c
|
machinarium: fix readahead callback read status
|
2017-04-21 14:52:16 +03:00 |
mm_read.h
|
machinarium: rework readahead support
|
2017-04-18 15:02:28 +03:00 |
mm_scheduler.c
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_scheduler.h
|
machinarium: use fiber id instead of object pointer
|
2017-03-21 16:32:54 +03:00 |
mm_socket.c
|
machinarium: make machine_read() readahead-less version
|
2017-04-14 17:53:55 +03:00 |
mm_socket.h
|
machinarium: make name resolution work; enable tls
|
2017-04-13 22:41:18 +03:00 |
mm_timer.h
|
machinarium: major rework of fiber operation call logic
|
2017-04-20 14:56:47 +03:00 |
mm_tls.c
|
machinarium: initialize tls->server
|
2017-04-05 16:54:07 +03:00 |
mm_tls.h
|
machinarium: initialize tls->server
|
2017-04-05 16:54:07 +03:00 |
mm_tls_io.c
|
machinarium: add accepted flag to distinguish tls type
|
2017-04-04 13:53:58 +03:00 |
mm_tls_io.h
|
machinarium: implement accept/server tls support
|
2017-03-31 17:02:16 +03:00 |
mm_write.c
|
machinarium: implement fast call stub
|
2017-04-20 15:08:56 +03:00 |
mm_write.h
|
machinarium: separate direct io and api layers
|
2017-03-28 13:31:14 +03:00 |