Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
7dfedf75b5e0c60b4c0cd432a9d1e43c9fe815a3
7dfedf7
Fix errors in `make libdump`
by Bo
· 7 years ago
e89a585
DRYer
by Bo
· 7 years ago
5afb83f
Docs
by Bo
· 7 years ago
08c2f33
Docs
by Bo
· 7 years ago
70b82b3
Docs
by Bo
· 7 years ago
0.6.0
ad86f2f
Cleanup
by Bo
· 7 years ago
ca202a8
Update default keep-alive
by Bo
· 7 years ago
920f6ae
Attempt to accept more than one connection at a time
by Bo
· 7 years ago
98402f7
Protocol objects might be better allocated through the system.
by Bo
· 7 years ago
41fae9d
Docs
by Bo
· 7 years ago
71119dc
Use `EVIO_TICK` for easy changes
by Bo
· 7 years ago
f64400d
Increase defer testing (test for unperformed events)
by Bo
· 7 years ago
c3d825c
Fix tests
by Bo
· 7 years ago
e70ece6
Refine test to account for negative memory pool values.
by Bo
· 7 years ago
30f28f7
Docs
by Bo
· 7 years ago
20ee78b
Oops
by Bo
· 7 years ago
ac01951
Tested defaults for a balanced utilization of threads
by Bo
· 7 years ago
4a449c8
Just in case...
by Bo
· 7 years ago
6e5f3fc
Handle non text pub/sub by converting to JSON
by Bo
· 7 years ago
1ba7857
Constructors conflict with memory constructor (ordering issues)
by Bo
· 7 years ago
60a5b61
Fix `facil_is_running` + style
by Bo
· 7 years ago
c34a64f
Oops
by Bo
· 7 years ago
31b732a
Known makefile flags
by Bo
· 7 years ago
e14c180
Avoid error messages when subscribing before starting facil.io
by Bo
· 7 years ago
61cd289
Oops
by Bo
· 7 years ago
f4fbf4c
Style
by Bo
· 7 years ago
d5649a0
Docs
by Bo
· 7 years ago
1988603
Cleanup
by Bo
· 7 years ago
0daf5e6
Docs and final updates to the automated CPU core detection
by Bo
· 7 years ago
f17ffda
Recognize threads / processes -1 as non-ratio
by Bo
· 7 years ago
eb4359e
Docs
by Bo
· 7 years ago
e871371
Negative `threads` / `processes` settings should have meaningful values
by Bo
· 7 years ago
abc1bea
GCC doesn't seem to recognize the `_Thread_local` keyword...?
by Bo
· 7 years ago
93f998b
Oops
by Bo
· 7 years ago
56b3312
Fix style
by Bo
· 7 years ago
2fb10a9
Fix CPU limit detection + FIO_DEDICATED_SYSTEM
by Bo
· 7 years ago
96efcef
Add spin-lock contention reporting in debug mode
by Bo
· 7 years ago
b34e17c
Playing around with throttling options
by Bo
· 7 years ago
bb846f2
Attempt free before deferring
by Bo
· 7 years ago
9feecf1
Remove the list dependency and use a single link list
by Bo
· 7 years ago
3ce7228
Docs
by Bo
· 7 years ago
301da02
Bug hunting
by Bo
· 7 years ago
e9becce
Fix kqueue auto-close to prevent `close` being called for valid `fd`
by Bo
· 7 years ago
b7eb0fb
Style
by Bo
· 7 years ago
beadb5e
Refactor `clear_connection_data_unsafe` (used only once)
by Bo
· 7 years ago
5fa48da
`defer_thread_wait ` - make sure there's a valid pool object
by Bo
· 7 years ago
404f9e5
Don't `shutdown` before `close`... it has unexpected side-effects
by Bo
· 7 years ago
f5bfa7a
Test that signal was successful
by Bo
· 7 years ago
4972ed3
Prevent worker initialization from closing a pipe opened by a concurrent thread (in custom `fork`).
by Bo
· 7 years ago
885db86
Add the hot restart feature using the USR1 signal
by Bo
· 7 years ago
8f3a533
Support non-object JSON data in body
by Bo
· 7 years ago
0.6.0.beta.8
4a3655a
Docs
by Bo
· 7 years ago
a65f2fa
Hash should return count on `fiobj_obj2num`.
by Bo
· 7 years ago
91887f6
Extract the JSON parser to a header library
by Bo
· 7 years ago
13c2123
Use gnu++ for C++ compiler flags + support alternative c++ extension
by Bo
· 7 years ago
d74f295
Docs, names and minorities
by Bo
· 7 years ago
b27a517
Minorities
by Bo
· 7 years ago
6ff038d
NULL protection for pool stop
by Bo
· 7 years ago
299a506
docs
by Bo
· 7 years ago
9ad79ba
Make sure object isn't a number before testing for the Hash flag
by Bo
· 7 years ago
7b49752
Remove unused variable
by Bo
· 7 years ago
bbe849a
Fix broken `fio_hash_pop` and avoid it when performance allows.
by Bo
· 7 years ago
c4a9e14
More `fio_realloc2` related updates
by Bo
· 7 years ago
8bce19a
More `fio_realloc2` related fixes
by Bo
· 7 years ago
5c4abee
Docs
by Bo
· 7 years ago
42b7181
Fix `for` loop so gcc doesn't complain
by Bo
· 7 years ago
b6fdbf1
Fix single core spinning
by Bo
· 7 years ago
2404a62
Review live request parsing
by Bo
· 7 years ago
4cd7472
Oops, fix fio_realloc to use the new fio_realloc2 function
by Bo
· 7 years ago
33c6375
Docs
by Bo
· 7 years ago
cb5337b
Cookie parsing + misc fixes
by Bo
· 7 years ago
d161c70
Free the hash memory rather than clear it?
by Bo
· 7 years ago
fda1598
Require `Host` header
by Bo
· 7 years ago
4a7edc2
Stop loop at end of hash map, not at invalid entry
by Bo
· 7 years ago
6e04fa0
Fix fio_memcpy and clarify API for fio_realloc2
by Bo
· 7 years ago
67058ba
Fix counter
by Bo
· 7 years ago
955a091
Update CMake with `fio_mem`
by Bo
· 7 years ago
9b90004
Docs
by Bo
· 7 years ago
836f8e1
Test `fio_free(NULL)`
by Bo
· 7 years ago
cbebf0a
Test 0 byte allocation
by Bo
· 7 years ago
c61ff6f
Plug possible leak in big reallocations
by Bo
· 7 years ago
8638eef
Docs
by Bo
· 7 years ago
093e417
Updated example but...
by Bo
· 7 years ago
66dcb2d
Repeat testing loop to allow for `malloc` pool performance.
by Bo
· 7 years ago
4696326
Unroll loop for faster realloc (fio_memcpy)
by Bo
· 7 years ago
f2a5f20
Cleanup stale code and style
by Bo
· 7 years ago
830aa61
Docs
by Bo
· 7 years ago
585e307
Remove some unaligned memory access occurrences
by Bo
· 7 years ago
0f28724
Don't defer simple memory deallocation
by Bo
· 7 years ago
1647d5f
A little cleanup
by Bo
· 7 years ago
40b0a75
Fine, 8 is better... maybe...
by Bo
· 7 years ago
00cc1a8
Use less energy when spin-lock idling
by Bo
· 7 years ago
6126209
Reduce pipelining limit to prefer responsiveness over speed
by Bo
· 7 years ago
3cb2322
Will we use it? I don't think so... but I used it when testing threads
by Bo
· 7 years ago
66b5379
Relative values should be preferred over absolute values
by Bo
· 7 years ago
b2c34a6
Make sure the default `free` is the system's `free`
by Bo
· 7 years ago
0d340c6
Minimal memory pool using 1 per CPU with negative count
by Bo
· 7 years ago
8e12a42
Fix Travis-CI branch
by Bo
· 7 years ago
161c832
Fix link
by Bo
· 7 years ago
6d8fa29
Docs
by Bo
· 7 years ago
Next »