| #
2317ada5 |
| 18-Sep-2021 |
fengbojiang <[email protected]> |
Update LICENCE.
|
|
Revision tags: v1.21.1, v1.21, v1.20, v1.13 |
|
| #
e36f312d |
| 01-Apr-2019 |
10077240 <[email protected]> |
use 4 spaces instead tab
|
| #
04cef02d |
| 01-Apr-2019 |
10077240 <[email protected]> |
use 4 spaces instead tab
|
| #
a5c480ea |
| 01-Apr-2019 |
10077240 <[email protected]> |
modify according to MR.Wang
|
| #
5bf882b4 |
| 01-Apr-2019 |
10077240 <[email protected]> |
modify according to MR.Wang
|
| #
d817ab20 |
| 29-Mar-2019 |
10077240 <[email protected]> |
not use mcopy when transmit from bsd to dpdk
|
| #
ef5ab859 |
| 29-Mar-2019 |
10077240 <[email protected]> |
not use mcopy when transmit from bsd to dpdk
|
| #
0633ebac |
| 28-May-2018 |
whl739 <[email protected]> |
Fix compling error in the newer version of gcc and openssl.
`RAND_pseudo_bytes` is deprecated in the newer version of openssl. Use `RAND_bytes` instead.
|
| #
b3aff0ba |
| 28-May-2018 |
whl739 <[email protected]> |
Fix compling error in the newer version of gcc and openssl.
`RAND_pseudo_bytes` is deprecated in the newer version of openssl. Use `RAND_bytes` instead.
|
|
Revision tags: v1.12 |
|
| #
9f78ac56 |
| 19-Jan-2018 |
logwang <[email protected]> |
ff_kern_timeout: optimize the timecounter.
This timecounter implementation retrieves the current time and reports it as the equivalent number of counts from a counter incrementing at 'hz'.
|
| #
39be5a50 |
| 19-Jan-2018 |
logwang <[email protected]> |
ff_kern_timeout: optimize the timecounter.
This timecounter implementation retrieves the current time and reports it as the equivalent number of counts from a counter incrementing at 'hz'.
|
|
Revision tags: v1.11 |
|
| #
40600211 |
| 23-Aug-2017 |
logwang <[email protected]> |
Support nginx reload.
close #12. For more details, see doc/F-Stack_Nginx_APP_Guide.md.
|
| #
7e048838 |
| 04-Aug-2017 |
logwang <[email protected]> |
Add API: ff_gettimeofday.
Since f-stack run with polling mode, nginx will call gettimeofday every loop, and cost a lot. With this commit, f-stack will update current timespec periodically in ff_hard
Add API: ff_gettimeofday.
Since f-stack run with polling mode, nginx will call gettimeofday every loop, and cost a lot. With this commit, f-stack will update current timespec periodically in ff_hardclock_job. And ff_gettimeofday will get this value. In nginx, hijack gettimeofday to call ff_gettimeofday.
show more ...
|
| #
a9643ea8 |
| 21-Apr-2017 |
logwang <[email protected]> |
init
|