.. |
CMakeLists.txt
|
odissey: add copy support for transaction pooling
|
2017-02-17 12:36:06 +03:00 |
od.c
|
odissey: implement connection pool limit logic
|
2017-02-20 17:39:36 +03:00 |
od.h
|
odissey: pass correct mm_io_t pointer to od_read/od_write
|
2016-11-29 16:26:27 +03:00 |
od_auth.c
|
odissey: integrate client pool into route
|
2017-02-02 14:30:31 +03:00 |
od_auth.h
|
odissey: implicitly distinct fe/be auth methods
|
2017-01-27 14:14:08 +03:00 |
od_be.c
|
odissey: implement connection pool limit logic
|
2017-02-20 17:39:36 +03:00 |
od_be.h
|
odissey: implement connection pool limit logic
|
2017-02-20 17:39:36 +03:00 |
od_cancel.c
|
odissey: integrate client pool into route
|
2017-02-02 14:30:31 +03:00 |
od_cancel.h
|
odissey: new naming scheme: od_pooler_t
|
2016-11-29 16:21:18 +03:00 |
od_client.h
|
odissey: add client CPENDING state
|
2017-02-20 16:04:16 +03:00 |
od_client_list.h
|
odissey: do not free client object on list unlink
|
2017-02-20 15:14:19 +03:00 |
od_client_pool.c
|
odissey: add client pending pool
|
2017-02-20 16:00:29 +03:00 |
od_client_pool.h
|
odissey: add client pending pool
|
2017-02-20 16:00:29 +03:00 |
od_config.c
|
odissey: add config route cancel param
|
2017-02-16 13:08:41 +03:00 |
od_config.h
|
odissey: add config route cancel param
|
2017-02-16 13:08:41 +03:00 |
od_daemon.c
|
odissey: integrate client pool into route
|
2017-02-02 14:30:31 +03:00 |
od_daemon.h
|
odissey: rearrange log file output after daemonize
|
2016-11-28 16:35:47 +03:00 |
od_fe.c
|
odissey: switch to client pool for client management
|
2017-02-20 15:32:45 +03:00 |
od_fe.h
|
odissey: move auth into separate file
|
2017-01-24 14:01:36 +03:00 |
od_io.c
|
odissey: support ipv6 by getpeername
|
2016-12-14 16:45:38 +03:00 |
od_io.h
|
odissey: implement od_getpeername()
|
2016-12-13 18:26:37 +03:00 |
od_lex.c
|
odissey: new naming scheme: od_list_t
|
2016-11-29 16:03:39 +03:00 |
od_lex.h
|
odissey: new naming scheme: od_list_t
|
2016-11-29 16:03:39 +03:00 |
od_list.h
|
odissey: new naming scheme: od_list_t
|
2016-11-29 16:03:39 +03:00 |
od_log.c
|
odissey: remove debug parameter
|
2016-12-26 16:12:14 +03:00 |
od_log.h
|
odissey: remove debug parameter
|
2016-12-26 16:12:14 +03:00 |
od_macro.h
|
odissey: move src to core; add lib
|
2016-11-08 14:23:05 +03:00 |
od_periodic.c
|
odissey: integrate client pool into route
|
2017-02-02 14:30:31 +03:00 |
od_periodic.h
|
odissey: implement time-to-live and periodic logic
|
2016-11-15 16:23:04 +03:00 |
od_pid.c
|
odissey: new naming scheme: od_pid_t
|
2016-11-29 15:54:01 +03:00 |
od_pid.h
|
odissey: new naming scheme: od_pid_t
|
2016-11-29 15:54:01 +03:00 |
od_pooler.c
|
odissey: save clients fiber id
|
2017-02-20 15:00:33 +03:00 |
od_pooler.h
|
odissey: rework pooler client pool into client list
|
2017-02-02 12:54:26 +03:00 |
od_route.h
|
odissey: switch to client pool for client management
|
2017-02-20 15:32:45 +03:00 |
od_route_id.h
|
odissey: new naming scheme: od_routeid_t
|
2016-11-29 16:18:16 +03:00 |
od_route_pool.c
|
odissey: integrate client pool into route
|
2017-02-02 14:30:31 +03:00 |
od_route_pool.h
|
odissey: set proper name for server_pool_next/route_pool_next
|
2016-12-13 17:45:48 +03:00 |
od_router.c
|
odissey: implement connection pool limit logic
|
2017-02-20 17:39:36 +03:00 |
od_router.h
|
odissey: implement route client_max limit
|
2017-01-20 17:22:06 +03:00 |
od_router_copy.c
|
odissey: add copy command support for session pooling
|
2017-02-17 12:29:24 +03:00 |
od_router_copy.h
|
odissey: add router_copy files
|
2017-02-17 12:14:36 +03:00 |
od_router_session.c
|
odissey: implement connection pool limit logic
|
2017-02-20 17:39:36 +03:00 |
od_router_session.h
|
odissey: split router logic into separate files
|
2016-11-30 17:43:49 +03:00 |
od_router_transaction.c
|
odissey: set proper client transition in transaction pooling
|
2017-02-20 17:49:50 +03:00 |
od_router_transaction.h
|
odissey: add transaction pooling stab
|
2016-12-01 14:12:34 +03:00 |
od_scheme.c
|
odissey: add cancel/rollback to config debug print
|
2017-02-16 13:19:22 +03:00 |
od_scheme.h
|
odissey: add route scheme cancel field
|
2017-02-16 13:08:16 +03:00 |
od_server.h
|
odissey: add server copy flag
|
2017-02-17 12:06:28 +03:00 |
od_server_pool.c
|
odissey: make server pools lifo
|
2016-12-22 16:11:57 +03:00 |
od_server_pool.h
|
odissey: add server CLOSE pool
|
2016-12-13 17:46:41 +03:00 |
od_syslog.c
|
odissey: new naming scheme: od_syslog_t
|
2016-11-29 15:56:21 +03:00 |
od_syslog.h
|
odissey: new naming scheme: od_syslog_t
|
2016-11-29 15:56:21 +03:00 |
od_version.h.cmake
|
odissey: include build version type
|
2017-01-27 15:55:32 +03:00 |
odissey.c
|
odissey: implement syslog support
|
2016-11-28 17:47:39 +03:00 |