Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
facil.io
/
60debb1e3aa5737ad525814d17d970df22010f8c
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
b67ba69
Docs
by Bo
· 8 years ago
5a732e3
Update docs and remove JSON (done 👍🏻)
by Bo
· 8 years ago
1a4cdbb
Credits
by Bo
· 8 years ago
4e937c6
Docs
by Bo
· 8 years ago
3ead92e
Fix root of #16
by Bo
· 8 years ago
ebf6254
Credit
by Bo
· 8 years ago
f925dc0
Fix #16
by Bo
· 8 years ago
df573aa
docs
by Bo
· 8 years ago
f337d1a
Docs
by Bo
· 8 years ago
8f1bd11
Disable the nested protection in the makefile.
by Bo
· 8 years ago
d1009d8
Docs
by Bo
· 8 years ago
919ffa4
oops...
by Bo
· 8 years ago
4d7b9c8
Support NaN and Inifinity extensions to JSON
by Bo
· 8 years ago
4cb6268
Place NaN and Infinity ins Strings (promise validity)
by Bo
· 8 years ago
4549c72
Don't test cyclic nesting protection when it's disabled...
by Bo
· 8 years ago
1487b77
Improvements to the ever imperfect `double` to String
by Bo
· 8 years ago
2e13beb
Improvements to the ever imperfect `double` to String.
by Bo
· 8 years ago
ff62062
Docs, minor things and make the nesting protection optional
by Bo
· 8 years ago
b93a9bf
Fix `\uXXXX` decoding
by Bo
· 8 years ago
45ac8c8
Minor adjustments
by Bo
· 8 years ago
0c3ae71
Start small
by Bo
· 8 years ago
408e0e3
Names
by Bo
· 8 years ago
b5eda37
More JSON and `each2` optimizations, especially for nesting guard
by Bo
· 8 years ago
b92c3f6
Shave some excess processing
by Bo
· 8 years ago
55bef68
Allocation optimizations and fiobj API finalization
by Bo
· 8 years ago
8b7634a
Remove dependency on spnlock
by Bo
· 8 years ago
1b1cec1
`fio_atol` and `fio_atof` should advance pointer.
by Bo
· 8 years ago
57214cb
Tested some parsing concerns
by Bo
· 8 years ago
bea272a
nothings
by Bo
· 8 years ago
a118223
State which files isn the example do what
by Bo
· 8 years ago
c7b2b9c
Add more comments to the example code
by Bo
· 8 years ago
76b2619
Simpler boilerplate
by Bo
· 8 years ago
254032d
Faster `each2` and fixes for JSON parsing
by Bo
· 8 years ago
c1eaed0
Fix makefile for Math library in CMake
by Bo
· 8 years ago
90dbbe8
Escape unspecified (but required) control characters
by Bo
· 8 years ago
9986e03
Basic JSON parsing
by Bo
· 8 years ago
6ebbe7d
Remove support for `FIOBJ_T_FILE`, since `FILE *` aren't thread-safe friendly.
by Bo
· 8 years ago
5ec656e
Fix JSON utf-8 testing and (?) remove UTF-8 re-encoding
by Bo
· 8 years ago
a79109c
Docs and nothings
by Bo
· 8 years ago
d84be8b
Docs
by Bo
· 8 years ago
165f239
Download releases rather than stable branch
by Bo
· 8 years ago
fe8eb93
Docs
by Bo
· 8 years ago
4a6368d
Docs
by Bo
· 8 years ago
a7c3683
Use TCP_NODELAY by default
by Bo
· 8 years ago
d81cc37
Support Hash get without Symbol
by Bo
· 8 years ago
8e723b6
Revert to simple script draft
by Bo
· 8 years ago
849cc1e
Cmake update
by Bo
· 8 years ago
655e266
Docs
by Bo
· 8 years ago
f3265c1
Fix some warnings, fix missing linker flag for Linux
by Bo
· 8 years ago
edc0699
CLI example in README + extern "C" support
by Bo
· 8 years ago
f88672b
Docs
by Bo
· 8 years ago
aa53fb8
docs and a new CLI helper 🎉
by Bo
· 8 years ago
78ffc42
Add copyright notices to new code
by Bo
· 8 years ago
441b29b
Add example to CLI helper
by Bo
· 8 years ago
a346095
Add CLI helpers and update some example code
by Bo
· 8 years ago
fd80727
Remove settings used when testing
by Bo
· 8 years ago
836b3cb
Cache logging date string and refresh every 1 or 2 seconds
by Bo
· 8 years ago
5c94f79
Remove unused
by Bo
· 8 years ago
09b4541
Comment out testing data
by Bo
· 8 years ago
64dd109
Optimize Hash a bit
by Bo
· 8 years ago
c130304
Improved cache locality for fiobj_s Hash implementation and other minor updates
by Bo
· 8 years ago
7e80aa1
I'll test and benchmark this later
by Bo
· 8 years ago
Next »