Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
422e91f111b59665aa59fec805c5d25b504edc94
422e91f
Docs
by Bo
· 8 years ago
9ddea91
Docs
by Bo
· 8 years ago
7c62793
Docs and tweaks
by Bo
· 8 years ago
914cbcd
Uncomment pid test in `defer`
by Bo
· 8 years ago
859be80
Use a hybrid task queue array-list (vs. single node list)
by Bo
· 8 years ago
01a4794
Docs
by Bo
· 8 years ago
0.5.5
d94ec9c
Docs
by Bo
· 8 years ago
a32a16b
Fix GCC 5 compatibility concerns (post `gcc` 6)
by Bo
· 8 years ago
0fad31b
Fix GCC 6 compatibility concerns
by Bo
· 8 years ago
a56bba0
Docs regarding fix #21
by Bo
· 8 years ago
3547cef
Fix `gcc` errors related to `const` field in non-const `struct`.
by Bo
· 8 years ago
8ba77c6
Oops
by Bo
· 8 years ago
8c4eeba
JSON optimizations
by Bo
· 8 years ago
5801774
Protect `fiobj_free` from NULL
by Bo
· 8 years ago
b4d63b2
Add missing `const`
by Bo
· 8 years ago
2ee6603
Add `const` keyword to core fiobject functions
by Bo
· 8 years ago
287ecf8
fix Static String implementation
by Bo
· 8 years ago
0.5.4
f81c1d8
Revised dynamic types system and design
by Bo
· 8 years ago
505b91b
Limit assertion to debug mode
by Bo
· 8 years ago
d65a313
Docs
by Bo
· 8 years ago
cf7fcc1
idk
by Bo
· 8 years ago
8641e92
Timer concerns with the Linux Kernel
by Bo
· 8 years ago
ce87932
Docs
by Bo
· 8 years ago
c2b3589
Remove unaligned memory access and fix `peek` logic
by Bo
· 8 years ago
9535531
Styling and nothings
by Bo
· 8 years ago
966c03c
Docs
by Bo
· 8 years ago
ac23514
Docs
by Bo
· 8 years ago
831c538
Add hook for overriding the forking function
by Bo
· 8 years ago
f7dbd60
Remove debug message
by Bo
· 8 years ago
f8348d5
Docs
by Bo
· 8 years ago
3847f6d
Fix protocol lock for upgrade without `on_open`
by Bo
· 8 years ago
bd28a17
Fix header length parsing for messages 127-64KiB long.
by Bo
· 8 years ago
ad448c3
Docs
by Bo
· 8 years ago
123aeb1
Docs
by Bo
· 8 years ago
2de5f28
fix `timerfd_create` flag compatibility
by Bo
· 8 years ago
97cb029
Docs
by Bo
· 8 years ago
283a7ca
Fix timer timeout
by Bo
· 8 years ago
ca630ea
Allow child reaping to be avoided using a compiler flag
by Bo
· 8 years ago
8c96dcc
Message defragmentation - send correct buffer
by Bo
· 8 years ago
2cb3398
Print Pub/Sub engine data
by Bo
· 8 years ago
21d49ab
Loop JSON test when testing for memory leaks
by Bo
· 8 years ago
d1bf88d
test defer less performance (the price of event scheduling).
by Bo
· 8 years ago
ab73f34
allocation error testing for `fiobj` library
by Bo
· 8 years ago
13be731
Docs
by Bo
· 8 years ago
c2a21ab
Docs
by Bo
· 8 years ago
1437903
Use bold text for option highlighting
by Bo
· 8 years ago
58f2574
`fiobj_str_buf` should allocate a whole page by default (instead of 32 bytes).
by Bo
· 8 years ago
029a015
Correct response status line detection
by Bo
· 8 years ago
030f724
Docs
by Bo
· 8 years ago
b1dccef
Fix rsv to 3 bits
by Bo
· 8 years ago
07d07d5
Fix evio's `close` to reset the persistent state.
by Bo
· 8 years ago
bcf4c27
Don't double initial buffer size.
by Bo
· 8 years ago
9b9dc1d
Fix `facil_run_every` - should call callback when error occurs.
by Bo
· 8 years ago
7bb341b
Update example to use CLI
by Bo
· 8 years ago
8f49765
Move Strings should be considered static
by Bo
· 8 years ago
ea1ab6f
Small steps
by Bo
· 8 years ago
f5b8f20
Fix Linux/trusty compilation concerns
by Bo
· 8 years ago
928320b
Bumping patch version to indicate correct upcoming release version
by Bo
· 8 years ago
9d38eec
Decouple the web socket parser from the IO layer
by Bo
· 8 years ago
c74a2f3
Fix Websocket Message Wrapping
by Bo
· 8 years ago
4b1d5a7
Cleanup
by Bo
· 8 years ago
bb324b4
Finalize decoupled Websocket Parser API
by Bo
· 8 years ago
60debb1
Fix decoupled websocket parsing
by Bo
· 8 years ago
e0641eb
Fix base64 for bit overflow
by Bo
· 8 years ago
ee1de9c
Move some testing code around
by Bo
· 8 years ago
973d9ab
Use static callbacks instead of function pointers
by Bo
· 8 years ago
a798af4
Start decoupling the Websocket parser from the IO layer
by Bo
· 8 years ago
0689f51
White space handling
by Bo
· 8 years ago
d92924f
minimal support for white space in Base64 encoding.
by Bo
· 8 years ago
85afa89
Cleanup
by Bo
· 8 years ago
1f4526d
Small things
by Bo
· 8 years ago
800e79b
Styling
by Bo
· 8 years ago
d085332
Advert arguments
by Bo
· 8 years ago
624e146
Testing ideas
by Bo
· 8 years ago
5457fa9
Docs
by Bo
· 8 years ago
f94c104
Add flag
by Bo
· 8 years ago
e288103
Better library support testing (especially for MacOS
by Bo
· 8 years ago
8caca60
Use `HAVE_OPENSSL` instead of `HAS_OPEN_SSL`
by Bo
· 8 years ago
88b95a1
Avoid bit fields in Base64
by Bo
· 8 years ago
5e73723
Merge pull request #18 from raminfp/master
by Bo
· 8 years ago
7bd3c9c
Fixed and Update README
by raminfp
· 8 years ago
1819068
Clear some warnings
by Bo
· 8 years ago
ebef33c
Refactor and use VTables, making it easier to maintain.
by Bo
· 8 years ago
a402c81
Remove unused variable
by Bo
· 8 years ago
baa3d2a
add minimal HTTP/1.1 chunked encoding support
by Bo
· 8 years ago
5d7d71d
Assign router to @benjcal
by Bo
· 8 years ago
ccbb314
Extend cached `now` Date string to response headers as well.
by Bo
· 8 years ago
8dd2a36
Fix large file uploads
by Bo
· 8 years ago
94c4a9d
Fix header count
by Bo
· 8 years ago
95597aa
Replace the HTTP/1.x parser with something easier to read
by Bo
· 8 years ago
a9e44ca
A few missing `const`s
by Bo
· 8 years ago
25cf525
Docs
by Bo
· 8 years ago
e4070d7
docs
by Bo
· 8 years ago
a17a001
Body handling tested
by Bo
· 8 years ago
b3d1107
Smaller functions
by Bo
· 8 years ago
b4cbec8
Nicer organization for an HTTP/1.x parser alternative
by Bo
· 8 years ago
41ab8a7
Experiment with a cleaner HTTP/1.x parser
by Bo
· 8 years ago
8b1dd8b
Remove debug text
by Bo
· 8 years ago
662f1fb
Support String and Key
by Bo
· 8 years ago
4740b50
Docs
by Bo
· 8 years ago
Next »