Commit Graph

666 Commits (dev)

Author SHA1 Message Date
fengbojiang 81bb5483fe Modify config.ini 2018-11-13 22:11:05 +08:00
fengbojiang 4d6c56c565 Merge branch 'master' of https://github.com/F-Stack/f-stack 2018-11-13 22:04:23 +08:00
fengbojiang 412fc42f8b Merge branch 'master' of https://github.com/F-Stack/f-stack 2018-11-13 22:04:23 +08:00
fengbojiang 1d23c90b23 Sync to github 2018-11-13 21:54:13 +08:00
fengbojiang 79f0ade329 Sync to github 2018-11-13 21:54:13 +08:00
logwang 387425b16d
Merge pull request #304 from DonBearH/f_stack_aarch64
Support aarch64
2018-11-08 16:36:48 +08:00
logwang 14ee1f6131 Merge pull request #304 from DonBearH/f_stack_aarch64
Support aarch64
2018-11-08 16:36:48 +08:00
DonBearH 31b03876fc
Setting FF_DPDK with MACHINE_CPUARCH 2018-11-08 14:57:44 +08:00
DonBearH cac3602237 Setting FF_DPDK with MACHINE_CPUARCH 2018-11-08 14:57:44 +08:00
DonBearH e404bd1de6
Update Makefile for reserving FF_DPDK for x86
The former patch, which add compiler option for arm64, removes the FF_DPDK for x86.
That's a mistake.
2018-11-08 10:03:22 +08:00
DonBearH bf05b3b78b Update Makefile for reserving FF_DPDK for x86
The former patch, which add compiler option for arm64, removes the FF_DPDK for x86.
That's a mistake.
2018-11-08 10:03:22 +08:00
dongbo4 02744692ce Fix nginx_with_fstack setting up segment faults on arm64 platform 2018-11-07 08:59:23 +00:00
dongbo4 eb3a5857ca Fix nginx_with_fstack setting up segment faults on arm64 platform 2018-11-07 08:59:23 +00:00
dongbo4 e3636d6024 Fix f_stack -Werror=unused-but-set-variable errors with gcc compilers 2018-11-07 08:56:50 +00:00
dongbo4 12a47d2d1c Fix f_stack -Werror=unused-but-set-variable errors with gcc compilers 2018-11-07 08:56:50 +00:00
dongbo4 c74bbd605e Add arch arm64 compiler options 2018-11-07 08:55:09 +00:00
dongbo4 9bd490e8d3 Add arch arm64 compiler options 2018-11-07 08:55:09 +00:00
logwang e427a0977f
Merge pull request #302 from chadwill/master
Nginx: fixbug, stack-buffer-overflow, refer to #286; support "master_process off".
2018-11-06 14:28:38 +08:00
logwang 90dc4341cd Merge pull request #302 from chadwill/master
Nginx: fixbug, stack-buffer-overflow, refer to #286; support "master_process off".
2018-11-06 14:28:38 +08:00
chenwei 014d698cfe Nginx: fixbug, support "master_process off". 2018-11-06 12:51:46 +08:00
chenwei 3b18e987d1 Nginx: fixbug, support "master_process off". 2018-11-06 12:51:46 +08:00
chenwei 4c372811c6 Nginx: fixbug, stack-buffer-overflow, refer to #286. 2018-11-06 12:06:29 +08:00
chenwei bbae7c2f78 Nginx: fixbug, stack-buffer-overflow, refer to #286. 2018-11-06 12:06:29 +08:00
logwang 483c5cf9d1
Merge pull request #294 from luomai/patch-1
Fix typos in API reference.
2018-11-01 15:33:09 +08:00
logwang 8a8fd4f6bd Merge pull request #294 from luomai/patch-1
Fix typos in API reference.
2018-11-01 15:33:09 +08:00
Luo Mai 15eec4e883
Fix typos and grammars in API reference. 2018-10-25 16:03:45 +01:00
Luo Mai bf555bb76d Fix typos and grammars in API reference. 2018-10-25 16:03:45 +01:00
jin.hao1 6c893947d5
Merge pull request #1 from F-Stack/master
update from fstack branch
2018-10-24 12:53:30 +08:00
jin.hao1 a81a8ea13d Merge pull request #1 from F-Stack/master
update from fstack branch
2018-10-24 12:53:30 +08:00
logwang 7533304f48
Merge pull request #292 from jinhao2/master
fstack only support IP_BINDANY,  not support IP_TRANSPARENT.
2018-10-23 16:49:19 +08:00
logwang 9899541599 Merge pull request #292 from jinhao2/master
fstack only support IP_BINDANY,  not support IP_TRANSPARENT.
2018-10-23 16:49:19 +08:00
10077240 98d67ca940 FreeBSD define IP_BINDANY in freebsd/netinet/in.h
Fstack should only support IP_BINDANY.
2018-10-23 15:18:03 +08:00
10077240 37324d912f FreeBSD define IP_BINDANY in freebsd/netinet/in.h
Fstack should only support IP_BINDANY.
2018-10-23 15:18:03 +08:00
logwang 5f03949080
Merge pull request #287 from jinhao2/master
Update freebsd/netinet/in_pcb.c
2018-10-23 14:25:29 +08:00
logwang 7bc656d149 Merge pull request #287 from jinhao2/master
Update freebsd/netinet/in_pcb.c
2018-10-23 14:25:29 +08:00
10077240 7836a3b46b Merge branch 'master' of https://github.com/jinhao2/f-stack 2018-10-20 11:01:48 +08:00
10077240 85d1417658 Merge branch 'master' of https://github.com/jinhao2/f-stack 2018-10-20 11:01:48 +08:00
10077240 7eeb1e1c00 Update freebsd/netinet/in_pcb.c
BSD's socket can bind the address not belong to local ports, this works well when using as transparent proxy. If fstack check the ip and port whenever new connect, tranparent proxy is not supported.
When using specified local port, it is app's responsibility to make 5-tuple rss hash good.
2018-10-10 07:48:32 +08:00
10077240 61467f3e8d Update freebsd/netinet/in_pcb.c
BSD's socket can bind the address not belong to local ports, this works well when using as transparent proxy. If fstack check the ip and port whenever new connect, tranparent proxy is not supported.
When using specified local port, it is app's responsibility to make 5-tuple rss hash good.
2018-10-10 07:48:32 +08:00
logwang 4d795407f9
Merge pull request #271 from morishima311/develop
Fix static building path of FF_DPDK
2018-08-24 15:27:49 +08:00
logwang e4c4feb9aa Merge pull request #271 from morishima311/develop
Fix static building path of FF_DPDK
2018-08-24 15:27:49 +08:00
morishima311 aa11ba231f fix static building path of FF_DPDK 2018-08-24 16:03:23 +09:00
morishima311 7230b27cf0 fix static building path of FF_DPDK 2018-08-24 16:03:23 +09:00
root fbd3923c71 Merge branch 'master' of https://github.com/F-Stack/f-stack 2018-08-20 16:46:28 +08:00
root dfbc4ac350 Merge branch 'master' of https://github.com/F-Stack/f-stack 2018-08-20 16:46:28 +08:00
root 6d20afb22d add `base_virtaddr` config. 2018-08-20 16:44:33 +08:00
root 5523938c5b add `base_virtaddr` config. 2018-08-20 16:44:33 +08:00
johnjiang e1ac2bde78
Merge pull request #267 from zhanghaisen/issue261
fix for issue 261
2018-08-20 16:35:53 +08:00
johnjiang 2891b80e1a Merge pull request #267 from zhanghaisen/issue261
fix for issue 261
2018-08-20 16:35:53 +08:00
zhanghaisen 4e92d9b39f fix for issue 261 2018-08-20 14:54:18 +08:00