Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spin Hint #771

Open
wants to merge 28 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
023ddad
started slow hint stuff
Feb 1, 2025
1961bff
moved stuff to nock instead of manage
Feb 1, 2025
a65e3bc
added shared memory for stack
Feb 12, 2025
63c53fc
Added init to serf, fixed pop
Feb 13, 2025
75b0bb3
changed slow to spin hint
Feb 13, 2025
87fa260
added spin endpoint, currently mirrors slog exactly
Mar 4, 2025
cf316b7
Merge branch 'develop' into mw/slow-hint
mopfel-winrux Mar 4, 2025
e454ab6
added sse endpoint for /~_~/spin
mopfel-winrux Mar 4, 2025
d303f06
did atom check and switched delimeter
mopfel-winrux Mar 4, 2025
ff4a8fe
added overflow check
mopfel-winrux Mar 7, 2025
b471696
added correct shutdown and overflow protection
mopfel-winrux Mar 7, 2025
ff44e3b
fixed some bugs and added uniqueness for each pier with pid and ppid
mopfel-winrux Mar 7, 2025
da7fc0f
timer only goes off when something is connected
mopfel-winrux Mar 7, 2025
46d9de4
added bail protection for this, the spin state is saved on the road s…
mopfel-winrux Mar 7, 2025
b7c6c2a
fixed refcount issue
mopfel-winrux Mar 7, 2025
680cdae
put back in slow
mopfel-winrux Mar 7, 2025
6c4f55f
moved init to u3m_init
mopfel-winrux Mar 10, 2025
c666025
cleaned up manage.c
mopfel-winrux Mar 10, 2025
cf29f7a
Apply suggestions from code review
mopfel-winrux Mar 10, 2025
11130f0
cleaned up main.c
mopfel-winrux Mar 10, 2025
adfeada
Merge remote-tracking branch 'refs/remotes/origin/mw/slow-hint' into …
mopfel-winrux Mar 10, 2025
91818eb
Changes from @joemfb's review
mopfel-winrux Mar 10, 2025
80eface
Added stack recovery in `_cm_signal_recover`
mopfel-winrux Mar 13, 2025
efe8149
changed signal_recover to home road
mopfel-winrux Mar 13, 2025
bbaf901
fixed http not sig fault
mopfel-winrux Mar 14, 2025
41d2cb8
removed comments
mopfel-winrux Mar 14, 2025
fd41684
fixed joes comments
mopfel-winrux Mar 20, 2025
4eb858c
added push of if hint is a cell
mopfel-winrux Mar 24, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
put back in slow
mopfel-winrux committed Mar 7, 2025
commit 680cdaed7f9664bcc4e354b22f8dcf948dd26969
1 change: 1 addition & 0 deletions pkg/c3/motes.h
Original file line number Diff line number Diff line change
@@ -1099,6 +1099,7 @@
# define c3__slon c3_s4('s','l','o','n')
# define c3__slop c3_s4('s','l','o','p')
# define c3__slos c3_s4('s','l','o','s')
# define c3__slow c3_s4('s','l','o','w')
# define c3__slur c3_s4('s','l','u','r')
# define c3__slux c3_s4('s','l','u','x')
# define c3__sm c3_s2('s','m')