summaryrefslogtreecommitdiff
path: root/client.c (follow)
Commit message (Expand)AuthorAge
* client/audioc: Create ~/.paraslash in interactive mode.Andre Noll2026-07-04
* Merge topic branch t/spdx into masterAndre Noll2026-03-26
|\
| * Switch to SPDX identifiers.Andre Noll2026-03-17
* | server: Replace the init subcommand by --init.Andre Noll2026-03-13
|/
* Merge topic branch t/rm_dccp into masterAndre Noll2026-02-18
|\
| * Remove dccp.Andre Noll2026-01-26
* | Remove the setatt server subcommand.Andre Noll2026-01-28
|/
* Fix two stdin/stdout related memory leaks.Andre Noll2025-11-17
* Improve client documentation.Andre Noll2025-10-08
* Remove loglevel argument of client_parse_config().Andre Noll2025-09-13
* Revamp the stdin/stdout API.Andre Noll2025-08-27
* Make struct sched private, introduce sched_new().Andre Noll2025-07-13
* Merge topic branch t/deprecate_setatt into masterAndre Noll2025-06-29
|\
| * server: Deprecate setatt in favor of touch.Andre Noll2025-05-19
* | Merge topic branch t/completion into masterAndre Noll2025-06-14
|\|
| * i9e: Introduce i9e_get_nonopt_argnum().Andre Noll2025-05-18
| * i9e: Introduce i9e_cword_is_option_arg().Andre Noll2025-05-18
| * i9e: Constify i9e_complete_option().Andre Noll2025-05-18
* | i9e: Constify completer arrays.Andre Noll2025-06-10
* | Merge topic branch t/build into masterAndre Noll2025-05-20
|\ \
| * | build: Merge version.{c,h} into string.{c,h}.Andre Noll2025-03-25
* | | Include regex.h from para.h.Andre Noll2025-05-19
| |/ |/|
* | client: Fix completion for the select subcommand.Andre Noll2025-04-24
|/
* client: Fix memory leak on exit.Andre Noll2024-05-07
* Consolidate EOF error codes.Andre Noll2023-03-11
* Merge topic branch t/overflow into masterAndre Noll2022-10-03
|\
| * string: Introduce arr_alloc().Andre Noll2022-07-29
| * string: Introduce arr_realloc() and check for integer overflow.Andre Noll2022-07-29
| * string: Rename para_malloc() -> alloc().Andre Noll2022-07-29
* | Merge branch 'refs/heads/t/ll'Andre Noll2022-09-18
|\ \
| * | New server command: ll to change the log level at runtime.Andre Noll2022-07-12
| |/
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
|/
* Merge branch 'refs/heads/t/rm_task_subcmd'Andre Noll2022-01-03
|\
| * Remove obsolete server subcommand "task".Andre Noll2021-02-27
* | client.c: Fix typo in comment.Andre Noll2021-05-28
|/
* Merge branch 'refs/heads/t/long-help'Andre Noll2018-06-10
|\
| * Trivial: Rename completion_result variables.Andre Noll2018-04-22
| * Introduce lsu.{c,h}, implement help --long for para_server.Andre Noll2018-04-22
* | crypt: Introduce crypt_shutdown().Andre Noll2018-02-26
* | crypt: Rename init_random_seed_or_die() -> crypt_init().Andre Noll2018-02-26
|/
* Shorten copyright notice.Andre Noll2017-09-22
* Make dummy completers static.Andre Noll2017-07-23
* doxygen: Add \ref to references.Andre Noll2017-06-25
* Convert para_client to lopsub.Andre Noll2017-03-26
* server: Convert com_ls() to lopsub.Andre Noll2017-03-26
* server: Convert non-afs commands to lopsub.Andre Noll2017-03-26
* Merge branch 'refs/heads/t/simple_error_codes'Andre Noll2016-12-31
|\
| * Simplify the error subsystem, get rid of error2.[ch].Andre Noll2016-12-20