home
/
code
/
khatus.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fix character filling for ok, error and expiry reads
[khatus.git]
/
x5
/
khatus.c
2020-03-26
Siraaj Khandkar
Fix character filling for ok, error and expiry reads
blob
|
commitdiff
|
raw
2020-03-26
Siraaj Khandkar
Co-locate all slot functions
blob
|
commitdiff
|
raw
|
diff to current
2020-03-26
Siraaj Khandkar
Tidy-up misc loose ends
blob
|
commitdiff
|
raw
|
diff to current
2020-03-26
Siraaj Khandkar
Change to slot-oriented nomenclature
blob
|
commitdiff
|
raw
|
diff to current
2020-03-26
Siraaj Khandkar
Rename lib files to and prefix lib function names
blob
|
commitdiff
|
raw
|
diff to current
2020-03-26
Siraaj Khandkar
Move config defaults from global into main
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Leave TODO to define a max after which to stop reading
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Shorten long lines
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Fix error should've been fatal
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Handle pselect errors
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Check expiries when no IO is ready
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Timeout IO poll at desired intervals
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Use read time _after_ IO became available
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Fix typo
blob
|
commitdiff
|
raw
|
diff to current
2020-03-25
Siraaj Khandkar
Implement the data expiry check
blob
|
commitdiff
|
raw
|
diff to current
2020-03-24
Siraaj Khandkar
Handle retry entirely within the fifo_read_all routine
blob
|
commitdiff
|
raw
|
diff to current
2020-03-24
Siraaj Khandkar
Re-gain inter-message pushback
blob
|
commitdiff
|
raw
|
diff to current
2020-03-24
Siraaj Khandkar
Fix queueing-up unhandled messages without pushback
blob
|
commitdiff
|
raw
|
diff to current
2020-03-22
Siraaj Khandkar
Remove a redundant assertion
blob
|
commitdiff
|
raw
|
diff to current
2020-03-22
Siraaj Khandkar
Retry upon EINTR
blob
|
commitdiff
|
raw
|
diff to current
2020-03-22
Siraaj Khandkar
Revise variant labels and match EAGAIN symbolically
blob
|
commitdiff
|
raw
|
diff to current
2020-03-21
Siraaj Khandkar
Handle fifo read errors and ends of messages
blob
|
commitdiff
|
raw
|
diff to current
2020-03-16
Siraaj Khandkar
Support sub-second intervals
blob
|
commitdiff
|
raw
|
diff to current
2020-03-16
Siraaj Khandkar
Break-out logging and time-related functions into lib...
blob
|
commitdiff
|
raw
|
diff to current
2020-03-16
Siraaj Khandkar
Use __VA_ARGS__ instead of named param
blob
|
commitdiff
|
raw
|
diff to current
2020-03-16
Siraaj Khandkar
Add warn log level
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Use braces in elses which follow multi-statement ifs
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Fix second level indent - should be four spaces
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Reduce switch case nesting
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Invert nesting of error checking
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Implement log levels
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Update usage message
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Flush stderr after each log statement
blob
|
commitdiff
|
raw
|
diff to current
2020-03-15
Siraaj Khandkar
Pushback on data producers
blob
|
commitdiff
|
raw
|
diff to current
2020-03-12
Siraaj Khandkar
Fix style of switch cases indentation
blob
|
commitdiff
|
raw
|
diff to current
2020-03-12
Siraaj Khandkar
Blank-out only the remaining slots
blob
|
commitdiff
|
raw
|
diff to current
2020-03-12
Siraaj Khandkar
Prefix FIFO operations with fifo_
blob
|
commitdiff
|
raw
|
diff to current
2020-03-12
Siraaj Khandkar
Put error msg in buffer instead of exiting on read...
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Add optimization TODO
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Initialize some more uninit vars
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Add TODO to handle signals
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Copy default cfg before modifying
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Add missing return from main
blob
|
commitdiff
|
raw
|
diff to current
2020-03-10
Siraaj Khandkar
Rename "file" to "fifo"
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Siraaj Khandkar
Sort includes according to NetBSD KNF
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Siraaj Khandkar
Initialize some of uninitialized variables
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Siraaj Khandkar
Enable extra warnings and remove unused variable
blob
|
commitdiff
|
raw
|
diff to current
2020-03-09
Siraaj Khandkar
Optionally set X root window name
blob
|
commitdiff
|
raw
|
diff to current
2020-03-08
Siraaj Khandkar
Add TODOs
blob
|
commitdiff
|
raw
|
diff to current
2020-03-08
Siraaj Khandkar
Read FIFO up to LF or width
blob
|
commitdiff
|
raw
|
diff to current
2020-03-08
Siraaj Khandkar
Check that file exists and that it is a FIFO
blob
|
commitdiff
|
raw
|
diff to current
2020-03-08
Siraaj Khandkar
Switch from regular files to fifos
blob
|
commitdiff
|
raw
|
diff to current
2020-03-05
Siraaj Khandkar
Switch from malloc to calloc
blob
|
commitdiff
|
raw
|
diff to current
2020-03-05
Siraaj Khandkar
Overhaul and read/print all given files
blob
|
commitdiff
|
raw
|
diff to current
2019-05-25
Siraaj Khandkar
Begin work on X5
blob
|
commitdiff
|
raw
|
diff to current
This page took
0.305121 seconds
and
61
git commands to generate.