aboutsummaryrefslogtreecommitdiff
path: root/i3-msg/main.c
AgeCommit message (Expand)Author
2024-05-17Remove pledge() support for OpenBSD (#6048)Theo Buehler
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2021-09-22GET_CONFIG: add raw/variable-processed contents of all config files (#4528)Michael Stapelberg
2020-06-16i3-msg: add missing option (#4128)Jason
2020-04-20Remove unused headersOrestis Floros
2020-04-19Sort includes in *.c filesOrestis Floros
2019-04-03Replace scalloc + strncpy with sstrndupOrestis Floros
2019-02-21Add proper return code for i3-msgNils ANDRÉ-CHANG
2018-10-04i3-msg: add support for SUBSCRIBE message typeVivien Didelot
2018-10-03i3-msg: check reply in quiet modeVivien Didelot
2018-03-18i3-msg: only print input + errorposition if they existOrestis Floros
2017-11-26no-op refactoring: make ipc_connect find socket pathMichael Stapelberg
2017-09-30Implement the tick eventMichael Stapelberg
2017-09-17ipc: rename COMMAND to RUN_COMMAND for consistency (#2956)Michael Stapelberg
2017-08-19Introduce the GET_CONFIG IPC requestMichael Stapelberg
2017-06-22i3-msg: Return an exit code upon missing -t arghwangcc23
2016-11-06Fix memory leak in i3-msg. (#2542)Ingo Bürk
2016-11-03Fix memory leaks. (#2530)Ingo Bürk
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-06-15Introduced a new GET_BINDING_MODES message type and reply. (#2376)Ingo Bürk
2016-01-17Add pledge(2) support for OpenBSDTheo Buehler
2015-08-20i3-msg: strdup getenv() result before freeingshdown
2015-08-03Use safe wrappers wherever possibleshdown
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-04-20Update copyright notices and get rid of rangesDeiz
2014-06-15format **/*.c with clang-format-3.5Michael Stapelberg
2014-05-04Remove yajl major version conditionalsTony Crisci
2014-01-06use designated initializers for yajl_callbacks structAlexander Kedrik
2014-01-05Revert "use designated initializers for yajl_callbacks struct"Michael Stapelberg
2014-01-04use designated initializers for yajl_callbacks structAlexander Kedrik
2014-01-02Fix clang -Wextra except -Wunused-parameter.Peter Boström
2013-11-22make i3bar use libi3’s root_atom_contents()Michael Stapelberg
2013-01-26i3-msg: parse command replies and display errors nicely if there were errorsMichael Stapelberg
2013-01-23ipc_recv_message: store message_type, don’t compare. add distinct EOF retvalMichael Stapelberg
2013-01-23i3-msg: include socket path in error messageMichael Stapelberg
2012-09-20remove superfluous ev.h include statementsOliver Kiddle
2012-08-05ipc: implement GET_VERSION to find out the i3 versionMichael Stapelberg
2012-01-06shmlog: store meta information in the buffer itself, store path as X11 atomMichael Stapelberg
2011-12-10add TYPE_GET_LOG_MARKERS to i3-msgMichael Stapelberg
2011-10-25normalize file headers across **/*.{h,c}Michael Stapelberg
2011-10-18add an IPC request to get the bar configuration (by ID)Michael Stapelberg
2011-10-02Move ipc_send_message and ipc_recv_message to libi3Michael Stapelberg
2011-10-02i3-msg: use smalloc, sstrdup from libi3Michael Stapelberg
2011-10-02i3-msg: use socket_path_from_x11 from libi3Michael Stapelberg
2011-09-05i3-msg: include newline at the end of the replyMichael Stapelberg
2011-08-09Add support for get_marks in i3-msgHelgi Kristvin Sigurbjarnarson
2011-07-23secure strscpy by replacing with strncpyMichael Stapelberg
2011-07-13i3-msg: concatenate all arguments. now you can use i3-msg mark fooMichael Stapelberg
2011-07-13i3-msg: re-indent main.cMichael Stapelberg
2011-03-19i3-msg, i3-input: get the I3_SOCKET_PATH atoms if socket path was not specifiedMichael Stapelberg