Commit Graph

110 Commits

Author SHA1 Message Date
Přemysl Eric Janouch bb30c7d86e
Remove .travis.yml
We don't depend on any proprietary services no longer.  I'll have to
make my own replacements with blackjack and hookers.  Until then,
the file stays in the commit log as an example.
2018-06-21 23:58:24 +02:00
Přemysl Eric Janouch 47ef2ae5bd
Update README 2018-06-21 23:58:03 +02:00
Přemysl Eric Janouch 69800a6afb
Relicense to 0BSD, update mail address
I've come to the conclusion that copyright mostly just stands in the way
of software development.  In my jurisdiction I cannot give up my own
copyright and 0BSD seems to be the closest thing to public domain.

The updated mail address, also used in my author/committer lines,
is shorter and looks nicer.  People rarely interact anyway.
2018-06-21 23:57:25 +02:00
Přemysl Eric Janouch fe1035633a
Describe syntax of advanced configuration w/ PEG 2018-04-19 00:09:46 +02:00
Přemysl Eric Janouch da75b6f735
siphash: silence fall-through warnings 2017-09-26 19:08:13 +02:00
Přemysl Eric Janouch 199c56e141
Little improvements 2017-07-24 03:46:06 +02:00
Přemysl Eric Janouch 6e9217e5d0
MPD client: +mpd_client_send_command_raw() 2017-06-26 03:35:05 +02:00
Přemysl Eric Janouch 3835b6e499
Improve simple_config_update_from_file()
- considerably shorter
 - catch file read errors as we should
 - better error messages, now including the filename
 - disallow empty keys as they are never used
 - allow whitespace before start of comment

NUL characters stop processing now, though.  If anyone cares.
2017-06-22 20:42:44 +02:00
Přemysl Eric Janouch bf534010cb
_init() -> _make() where possible 2017-06-22 20:42:44 +02:00
Přemysl Eric Janouch 7b0d7a19e5
Cleanup 2017-06-14 23:28:44 +02:00
Přemysl Eric Janouch 1dcd259d05
Make config_item_clone() static 2017-06-12 08:33:59 +02:00
Přemysl Eric Janouch 03894cae45
Add VIM syntax highlight for "config" 2017-06-12 02:48:42 +02:00
Přemysl Eric Janouch 412100289e
Improve read_line()
One less useless boolean variable.
2017-06-12 02:48:42 +02:00
Přemysl Eric Janouch ec128558a4
MPD client: abort pending tasks 2017-06-04 04:27:10 +02:00
Přemysl Eric Janouch 7f7606008d
Update README 2017-06-04 00:49:15 +02:00
Přemysl Eric Janouch 17322a3686
Make socket_io_try_*() actually use read/write
So that they can be used with pipes.
2017-05-07 09:24:03 +02:00
Přemysl Eric Janouch 22edb6d489
Add a warning comment to "poller_fd::closed" 2017-05-06 21:15:03 +02:00
Přemysl Eric Janouch 9866675bb7
Fix broken toupper_ascii()
Update copyright years.
2017-05-06 10:55:10 +02:00
Přemysl Eric Janouch e25a880883
Add packaging scripts for Meson
It probably doesn't belong here but I don't feel like creating another
repository for this either yet.
2017-04-30 10:45:23 +02:00
Přemysl Eric Janouch 9afcb337ad
Fix the WebSocket frame parser 2017-02-06 19:45:03 +01:00
Přemysl Eric Janouch daa900e12f
Fix and update LICENSE 2017-02-03 23:03:32 +01:00
Přemysl Eric Janouch 4a5929b4ef
Travis CI: brevify notifications 2017-02-03 23:03:02 +01:00
Přemysl Eric Janouch 084e964286
Fixes to the previous batch of commits 2017-01-23 23:14:04 +01:00
Přemysl Eric Janouch 0e08055d6d
Rename strv_add*() to strv_append*()
Consistency.
2017-01-23 23:07:24 +01:00
Přemysl Eric Janouch 6642bdf9cd
Rename str_ensure_space() to str_reserve()
Let's not invent our own terminology.
2017-01-23 23:05:42 +01:00
Přemysl Eric Janouch 349a0fc3b1
join_strv() -> strv_join(), take a string argument 2017-01-23 23:03:46 +01:00
Přemysl Eric Janouch 5552ce1dbe
Rename "struct str_vector" to "struct strv"
Short names for things used often.
2017-01-23 23:01:20 +01:00
Přemysl Eric Janouch 680980632d
Add a library with TUI helpers 2017-01-23 22:55:46 +01:00
Přemysl Eric Janouch 973a4b7656
Add ARRAY convenience macros
Because dynamically allocated arrays in C are a pain.
2017-01-23 22:47:39 +01:00
Přemysl Eric Janouch 74b00a921a
MPD client: fix resource leak 2017-01-18 16:34:25 +01:00
Přemysl Eric Janouch f53b717f3b
Add some consts to function arguments 2016-10-23 13:35:16 +02:00
Přemysl Eric Janouch dfc7ff57ef
MPD client: support command_list_ok_begin 2016-10-13 01:12:34 +02:00
Přemysl Eric Janouch 2a15b1de70
Import an MPD client interface 2016-10-11 09:37:22 +02:00
Přemysl Eric Janouch dc54db9069
Make error_set() return NULL for convenience
This often eliminates the need for a block where one line is enough.
2016-10-10 07:43:57 +02:00
Přemysl Eric Janouch 0b77bdeaf9
Merge cstr_split() and cstr_split_ignore_empty() 2016-10-09 09:45:27 +02:00
Přemysl Eric Janouch a34ce0b6b8
Allow ignoring params in http_parse_media_type() 2016-10-09 09:43:46 +02:00
Přemysl Eric Janouch ad143fd8c0
Add some constness to str_map methods 2016-10-05 05:31:39 +02:00
Přemysl Eric Janouch 296cc704a1
Fix a comment 2016-10-04 19:12:30 +02:00
Přemysl Eric Janouch c1c191717f
Use CLOCK_MONOTONIC_RAW for timers if available
Should make timers work more precisely on Linux.
2016-10-04 15:46:20 +02:00
Přemysl Eric Janouch 952cf985dc
Add config_read_from_file() 2016-10-01 04:36:59 +02:00
Přemysl Eric Janouch 6234f686e0
Add socket_io_*() functions 2016-10-01 04:35:12 +02:00
Přemysl Eric Janouch b07d9df5fc
Simplify resolve_relative_filename_generic() 2016-10-01 04:10:44 +02:00
Přemysl Eric Janouch 3cc975bb2a Fix Travis CI notifications 2016-03-14 20:51:29 +01:00
Přemysl Eric Janouch 365aed456e Add poller_post_fork() for *BSD kqueue 2016-03-13 16:41:16 +01:00
Přemysl Eric Janouch 1051ad555a Update README 2016-03-13 16:40:49 +01:00
Přemysl Eric Janouch 9bff16f5ec Fix config schema application 2016-02-01 21:51:45 +01:00
Přemysl Eric Janouch 052d2ffc9a Allow fsync() to fail on special files 2016-01-26 21:35:45 +01:00
Přemysl Eric Janouch ce8703cea0 Silence warning 2016-01-26 21:35:40 +01:00
Přemysl Eric Janouch f213a76ad4 Add lock_pid_file() 2016-01-17 04:39:19 +01:00
Přemysl Eric Janouch 61ca0c988f Get rid of struct typedefs 2016-01-17 04:33:58 +01:00