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
/
serialqueue.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
serialqueue: Support sending messages at a background priority
Kevin O'Connor
2018-03-06
1
-3
/
+10
*
serialqueue: Don't clear must_exit flag at start of pollreactor_run()
Kevin O'Connor
2018-02-26
1
-1
/
+0
*
serialqueue: Don't report sent_time on responses that are retransmitted
Kevin O'Connor
2017-09-30
1
-1
/
+2
*
serialqueue: Take baud_adjust into account when calculating receive_time
Kevin O'Connor
2017-09-26
1
-0
/
+1
*
serialqueue: Fix off-by-one error in retransmit sequence number tracking
Kevin O'Connor
2017-09-08
1
-2
/
+2
*
serialqueue: Make sure fds are in non-blocking mode
Kevin O'Connor
2017-08-14
1
-0
/
+20
*
serialqueue: Improve limit on number of in-flight bytes
Kevin O'Connor
2017-07-23
1
-6
/
+5
*
serialqueue: Further retransmit timing fixes
Kevin O'Connor
2017-07-23
1
-5
/
+3
*
serialqueue: Allow a second nak after a retransmit
Kevin O'Connor
2017-07-21
1
-3
/
+11
*
serialqueue: Fix off-by-one error in retransmit sequence number tracking
Kevin O'Connor
2017-07-21
1
-3
/
+3
*
serialqueue: Improve timing of multiple retransmits
Kevin O'Connor
2017-07-21
1
-8
/
+12
*
serialqueue: Rename clock estimation variable names
Kevin O'Connor
2017-06-30
1
-12
/
+13
*
serialqueue: Clarify code that associates sent messages to received messages
Kevin O'Connor
2017-06-30
1
-6
/
+13
*
serialqueue: Message receive_time must be taken after read()
Kevin O'Connor
2017-03-24
1
-1
/
+1
*
serialqueue: Don't retransmit on a NAK if no sent data is pending
Kevin O'Connor
2017-03-24
1
-1
/
+2
*
reactor: Use the system monotonic clock instead of the normal system clock
Kevin O'Connor
2017-02-06
1
-3
/
+3
*
serialqueue: Remove serialqueue_flush_ready()
Kevin O'Connor
2016-12-30
1
-14
/
+1
*
pyhelper: Add ability to route error messages to python logging
Kevin O'Connor
2016-11-30
1
-2
/
+2
*
pyhelper: Move helper functions from serialqueue.c to new file
Kevin O'Connor
2016-11-30
1
-59
/
+1
*
mcu: Be careful to free memory allocated in C code
Kevin O'Connor
2016-11-30
1
-18
/
+46
*
serialhdl: Fully deallocate serialqueue on disconnect
Kevin O'Connor
2016-11-29
1
-0
/
+34
*
serialqueue: Kick the background thread from serialqueue_exit
Kevin O'Connor
2016-11-29
1
-9
/
+10
*
serialqueue: Fix possible memory leak in serialqueue_extract_old()
Kevin O'Connor
2016-11-29
1
-2
/
+2
*
serialhdl: Calculate baudadjust from MCU's baud instead of host baud
Kevin O'Connor
2016-07-16
1
-2
/
+9
*
serialqueue: Add debugging helper functions for dumping a binary buffer
Kevin O'Connor
2016-06-05
1
-0
/
+24
*
Initial commit of source code.
Kevin O'Connor
2016-05-25
1
-0
/
+1021