index
:
cimple
gh-pages
master
My little CI system (hopefully)
Egor Tensin
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
(
unfollow
)
Commit message (
Expand
)
Author
2023-04-27
rename commands
Egor Tensin
2023-04-11
sqlite: fix error handling
Egor Tensin
2023-04-11
put SQL headers to a separate directory
Egor Tensin
2023-04-11
sqlite: create indices
Egor Tensin
2023-04-11
actually create some tables in SQLite database
Egor Tensin
2022-12-02
add copyright notices
Egor Tensin
2022-09-11
create SQLite database on startup
Egor Tensin
2022-09-08
log: refactoring
Egor Tensin
2022-09-08
log: prepend timestamps
Egor Tensin
2022-09-08
sanitize #include-s
Egor Tensin
2022-09-07
ci: set some environment variables
Egor Tensin
2022-08-30
net: removed unused API
Egor Tensin
2022-08-30
net: error out unless net_recv_all receives all bytes
Egor Tensin
2022-08-30
net: more portable
Egor Tensin
2022-08-30
net: bind to IPv6
Egor Tensin
2022-08-28
update command names
Egor Tensin
2022-08-28
docker: shorten command values
Egor Tensin
2022-08-28
server: notify workers about requeued jobs
Egor Tensin
2022-08-28
worker: fix a crash
Egor Tensin
2022-08-28
server: notify all threads about shutting down
Egor Tensin
2022-08-28
make proper "error" messages
Egor Tensin
2022-08-28
fix Alpine builds
Egor Tensin
2022-08-28
don't use the latest glibc features
Egor Tensin
2022-08-28
add missing #include
Egor Tensin
2022-08-28
cmake: add install() rules
Egor Tensin
2022-08-28
make compilers happier
Egor Tensin
2022-08-28
server: more logging
Egor Tensin
2022-08-28
msg: fix a buffer overflow
Egor Tensin
2022-08-28
holy crap, it actually kinda works now
Egor Tensin
2022-08-28
net: use MSG_NOSIGNAL
Egor Tensin
2022-08-28
server: shutting down more gracefully
Egor Tensin
2022-08-26
came up with a new name: cimple
Egor Tensin
2022-08-26
add check_errno macro
Egor Tensin
2022-08-26
fix macros
Egor Tensin
2022-08-26
fix pthread error handling
Egor Tensin
2022-08-26
worker: allow graceful shutdowns
Egor Tensin
2022-08-26
worker: capture process output
Egor Tensin
2022-08-26
add some more code
Egor Tensin
2022-08-25
cmake: ignore unused parameters for now
Egor Tensin
2022-08-25
msg: add msg_copy, refactoring
Egor Tensin
2022-08-25
msg: refactoring
Egor Tensin
2022-08-25
net: rework API
Egor Tensin
2022-08-25
msg: add msg_dump_unknown
Egor Tensin
2022-08-25
log: add print_log macro
Egor Tensin
2022-08-23
cmd -> msg
Egor Tensin
2022-08-23
remove redundant code
Egor Tensin
2022-08-23
cmd: add cmd_from_argv
Egor Tensin
2022-08-23
net: use CLOEXEC
Egor Tensin
2022-08-23
net: fix recv_all
Egor Tensin
2022-08-23
add some code
Egor Tensin
[next]