summaryrefslogtreecommitdiff
path: root/interactive.c (follow)
Commit message (Expand)AuthorAge
* Switch to SPDX identifiers.Andre Noll2026-03-17
* Improve i9e documentation.Andre Noll2025-10-08
* 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
* | Include regex.h from para.h.Andre Noll2025-05-19
|/
* i9e: Rename i9e_completer() -> attempt_completion().Andre Noll2025-04-23
* i9e: Clear history on close.Andre Noll2024-08-31
* 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
* | i9e: Remove \return from documentation of i9e_attach_to_stdout().Andre Noll2022-09-27
* | 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
| * | New audiod command: ll to change the log level at runtime.Andre Noll2022-07-02
| |/
* | Switch from select(2) to poll(2).Andre Noll2022-08-28
* | Rename ->{pre,post}_select methods to ->{pre,post}_monitor.Andre Noll2022-08-25
* | Hide implementation of para_fd_set().Andre Noll2022-08-25
* | interactive: Avoid select(2) in input_available().Andre Noll2022-08-25
* | sched: Use integer value for select timeout.Andre Noll2022-08-25
* | Merge branch 'maint'Andre Noll2022-08-21
|\ \ | |/ |/|
| * i9e: Fix invalid key handling.Andre Noll2022-08-21
| * i9e: Fix braino in i9e_post_select().Andre Noll2022-08-21
* | i9e: Fix typo: s/ie9/i9e.Andre Noll2021-11-14
|/
* Fix i9e completion.Andre Noll2019-02-10
* Shorten copyright notice.Andre Noll2017-09-22
* Merge branch 'refs/heads/t/rm_osx'Andre Noll2017-04-04
|\
| * Drop support for Mac OS.Andre Noll2017-01-04
* | i9e: Restore file status flags on exit.Andre Noll2017-01-28
|/
* i9e: Replace assertion with warning.Andre Noll2016-04-02
* i9e: Fix compilation on Ubuntu-12.04.Andre Noll2016-04-02
* i9e: print warning if keyseq can not be mapped.Andre Noll2016-04-02
* i9e: Zero out private pointer on open.Andre Noll2016-04-02
* i9e: Remove pointless call to rl_set_keymap() in i9e_open().Andre Noll2016-03-23
* i9e: Remove stale comment for dispatch_key().Andre Noll2016-03-23
* i9e: Remove stale comment for i9e_signal_dispatch().Andre Noll2016-03-23
* i9e: Remove unused member of struct i9e_private.Andre Noll2016-03-23
* i9e: Avoid key binding macros.Andre Noll2015-10-25
* interactive.c does not depend on curses.h.Andre Noll2015-02-19
* Update year in copyright headers.Andre Noll2015-01-12
* Remove unnecessary system header includes.Andre Noll2015-01-12
* doc: Change email address to maan@tuebingen.mpg.deAndre Noll2014-08-18
* sched: Directly pass context pointer to pre/post_select().Andre Noll2014-05-25
* sched: Introduce task_status().Andre Noll2014-05-25
* sched: Remove register_task().Andre Noll2014-05-25
* task_register() conversion: i9e taskAndre Noll2014-05-25