index
:
kutter
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
klippy
/
chelper
/
serialqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialqueue: Simplify sequence number upconversion
Kevin O'Connor
2023-12-07
1
-4
/
+3
*
serialqueue: Eventually time out if unable to write CANbus messages
Kevin O'Connor
2023-10-04
1
-0
/
+9
*
serialqueue: Rename stalled_bytes stat to upcoming_bytes
Kevin O'Connor
2023-04-07
1
-16
/
+16
*
serialqueue: Add comment to do_write()
Kevin O'Connor
2023-01-05
1
-0
/
+1
*
serialqueue: Improve canbus timing
Kevin O'Connor
2022-07-29
1
-19
/
+44
*
serialqueue: Add serialqueue_send_one() helper function
Kevin O'Connor
2021-06-09
1
-5
/
+12
*
serialqueue: Add "fast reader" support
Kevin O'Connor
2021-06-09
1
-11
/
+56
*
msgblock: Add clock estimation helper functions
Kevin O'Connor
2021-06-09
1
-16
/
+22
*
msgblock: Move message manipulation code from serialqueue.c to new msgblock.c
Kevin O'Connor
2021-06-09
1
-146
/
+3
*
pollreactor: Move C pollreactor code from serialqueue.c to its own file
Kevin O'Connor
2021-06-09
1
-200
/
+25
*
serialqueue: Support sending messages over a CAN bus
Kevin O'Connor
2021-03-13
1
-25
/
+72
*
serialqueue: correctly report EOF errors
Lasse Dalegaard
2021-03-01
1
-1
/
+4
*
serialqueue: Batch multiple message blocks in a single write()
Kevin O'Connor
2021-02-12
1
-29
/
+38
*
serialqueue: Improve timing of sleep durations
Kevin O'Connor
2021-02-12
1
-4
/
+10
*
serialqueue: Improve checking of out-of-order messages
Kevin O'Connor
2021-02-01
1
-15
/
+23
*
serialqueue: Fix registration of serial fd in debug mode
Kevin O'Connor
2020-10-30
1
-5
/
+6
*
serialqueue: Support notification of when a command is processed
Kevin O'Connor
2020-02-20
1
-10
/
+45
*
serialqueue: Remove unused serialqueue_encode_and_send() function
Kevin O'Connor
2020-02-20
1
-16
/
+0
*
serialqueue: Wrap code to 80 columns
Kevin O'Connor
2019-02-27
1
-3
/
+4
*
serialqueue: Increase receive message debug queue to 100 messages
Kevin O'Connor
2018-09-02
1
-1
/
+1
*
chelper: Compile with gcc -fwhole-program option
Kevin O'Connor
2018-06-20
1
-13
/
+14
*
serialqueue: Limit message transmission to available receive buffer size
Kevin O'Connor
2018-05-28
1
-3
/
+20
*
command: Wait to send ack until after processing commands
Kevin O'Connor
2018-05-28
1
-5
/
+9
*
serialqueue: Fix batching of BACKGROUND_PRIORITY_CLOCK messages
Kevin O'Connor
2018-05-05
1
-1
/
+2
*
chelper: Move the host C code to a new klippy/chelper/ directory
Kevin O'Connor
2018-04-30
1
-0
/
+1090