Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-01-08 | build: fix build failure with -fno-common | Jan Engelhardt | -1/+1 | |
$ ./configure CFLAGS=-fno-common && make ld: rate_limiter.o:(.rodata+0x0): multiple definition of "rate_limiter_idle_credit"; bindfs.o:(.rodata+0x0): first defined here References: https://bugzilla.opensuse.org/1160244 | ||||
2014-06-30 | Implemented rate limiter. | Martin Pärtel | -0/+51 | |
Fixes #12. |