Tatsuhiro Tsujikawa
|
1ff9de4c87
|
nghttpx: Backend address selection with weight
|
2019-01-21 22:23:19 +09:00 |
Tatsuhiro Tsujikawa
|
e5b84fad09
|
nghttpx: Fix bug that old config is used during reloading config
|
2017-02-16 22:46:22 +09:00 |
Tatsuhiro Tsujikawa
|
fd7d3c57d7
|
nghttpx: Use faster version of power
In our use case, x and y is quite small, and there is no chance for
overflow, and y is always integer.
|
2016-06-27 22:42:28 +09:00 |
Tatsuhiro Tsujikawa
|
179561e4be
|
nghttpx: Cast to double to fix build with gcc 4.8 on Solaris 11
|
2016-06-27 22:33:25 +09:00 |
Tatsuhiro Tsujikawa
|
aa16412850
|
nghttpx: Add --backend-max-backoff option
|
2016-06-22 00:13:43 +09:00 |
Tatsuhiro Tsujikawa
|
cddb411495
|
nghttpx: Fix bug that backend never return to online
|
2016-06-16 00:57:26 +09:00 |
Tatsuhiro Tsujikawa
|
e0491c2ee8
|
nghttpx: Refactor protocol selection in backend
|
2016-05-25 23:07:04 +09:00 |
Tatsuhiro Tsujikawa
|
e26d6a2b27
|
nghttpx: Don't re-enter offline if it is already in offline mode
|
2016-05-21 10:28:16 +09:00 |
Tatsuhiro Tsujikawa
|
f9b872ab78
|
nghttpx: Detect online/offline state of backend servers
|
2016-04-08 23:07:17 +09:00 |
Tatsuhiro Tsujikawa
|
ea5f424dec
|
nghttpx: Use gRPC's exponential backoff algorithm
|
2016-04-05 22:31:27 +09:00 |
Tatsuhiro Tsujikawa
|
c9a4f293a1
|
nghttpx: ConnectBlocker per backend address
|
2016-02-21 14:53:06 +09:00 |
Tatsuhiro Tsujikawa
|
53a41c953d
|
nghttpx: Don't call ev_TYPE_set macro while watcher is active
|
2015-01-21 21:43:49 +09:00 |
Tatsuhiro Tsujikawa
|
bfac015d61
|
src: Use libev for rest of the applications
|
2015-01-03 00:19:41 +09:00 |
Tatsuhiro Tsujikawa
|
b1f807abd1
|
Reformat lines with clang-format-3.5
|
2014-11-27 23:56:30 +09:00 |
Tatsuhiro Tsujikawa
|
ce71e65aee
|
nghttpx: Replace WARNING with WARN for consistency
|
2014-11-08 10:51:56 +09:00 |
Tatsuhiro Tsujikawa
|
c7e9fe8154
|
nghttpx: Implement connection blocker for HTTP/1 backend
|
2014-08-19 23:36:04 +09:00 |