index
:
mqhttp.git
master
v2
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2023-01-28
Implement keepalive and pings
Mikhail Burakov
2023-01-07
Implement subscribing to topics from lua
Mikhail Burakov
2023-01-07
Return error state on failed lua initialization
Mikhail Burakov
2023-01-07
Add initial lua integration
Mikhail Burakov
2023-01-06
Implement dynamic messages gathering-filtering
Mikhail Burakov
2023-01-06
Allocate body chunks on heap
Mikhail Burakov
2023-01-06
Forward http posts as mqtt publish messages
Mikhail Burakov
2023-01-06
Implement reporting specific message payloads
Mikhail Burakov
2023-01-06
Log errors on messages allocation
Mikhail Burakov
2023-01-06
Add primitive implementation of http utils
Mikhail Burakov
2023-01-06
Preserve mqtt messages in service context
Mikhail Burakov
2023-01-06
Introduce dedicated unit for mqtt messages
Mikhail Burakov
2023-01-06
Implement body reading and globalize service context
Mikhail Burakov
2023-01-05
Added initial http support
Mikhail Burakov
2022-12-26
Initial commit for version 2
Mikhail Burakov
2022-12-26
Add toolbox as a submodule
Mikhail Burakov
2022-01-11
Trying to make peace with musl
v1
Mikhail Burakov
2022-01-11
Use proper type for pointers difference
Mikhail Burakov
2022-01-11
Maybe depend on luajit
Mikhail Burakov
2021-11-01
Add few curl samples to readme
mburakov
2021-11-01
Add sample lua script
Mikhail Burakov
2021-11-01
Create README.md
mburakov
2021-10-30
Pass context userdata as string to fix AArch64
Mikhail Burakov
2021-10-30
Finalize subscribe and publish lua commands
Mikhail Burakov
2021-10-30
Implementing lua interop
Mikhail Burakov
2021-10-30
Rework messages allocation
Mikhail Burakov
2021-10-28
Initial lua support
Mikhail Burakov
2021-10-28
Provide proper exploration interface
Mikhail Burakov
2021-10-28
Switching output to html
Mikhail Burakov
2021-10-28
Preserve mqtt messages and serve them over http
Mikhail Burakov
2021-10-27
Fix port number check
Mikhail Burakov
2021-10-27
Really publish to mosquitto
Mikhail Burakov
2021-10-27
Import existing code to mqhttp
Mikhail Burakov
2021-10-27
Initial commit
gitbot