summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2021-05-10fixup! Merge branch 'main' of https://github.com/zellij-org/zellij into simpl...a-kenji
2021-05-10fixup! Add Option for Simplified Layouta-kenji
2021-05-10Merge branch 'main' into dump-config-exita-kenji
2021-05-10Fix exit code on `dump-default-config`a-kenji
2021-05-10Pokea-kenji
2021-05-10Add Option for Simplified Layouta-kenji
2021-05-09After rebaseDante Pippi
2021-05-09New behavior for h and lDante Pippi
2021-05-09And format...Kyle Sutherland-Cash
2021-05-09Bit more module tidy upKyle Sutherland-Cash
2021-05-09Revert accidental rename of ToggleActiveSyncTabKyle Sutherland-Cash
2021-05-08cargo fmtKyle Sutherland-Cash
2021-05-08Markups from self-reviewKyle Sutherland-Cash
2021-05-08First round of merging against server-client and color stuffKyle Sutherland-Cash
2021-05-07Moving the sync command to the Tab mode (#412)dantepippi
2021-05-07fix(compatibility): upgrade vte to support csi subparameters (#469)Aram Drevekenin
2021-05-07Merge pull request #468 from a-kenji/partial-unbind-modesa-kenji
2021-05-07hotfix(logging): let logging fail silently while testingv0.8.0Kunal Mohan
2021-05-07hotfix(logging): fix atomic_create_file and make set_permissions() return an ...Kunal Mohan
2021-05-07!fixup Add more Functionality to Unbinda-kenji
2021-05-07Add more Functionality to Unbinda-kenji
2021-05-06Merge pull request #223 from zellij-org/isolate-ptyKunal Mohan
2021-05-06explicitly set file and directory permissionsKunal Mohan
2021-05-05fix(compatibility): pass vttest 8 (#461)Aram Drevekenin
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Use ZELLIJ_SOCKET_DIR env variable and make user specific tmp dirKunal Mohan
2021-05-04Add version to socket path to avoid problems after version updateKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Introduce IpcReceiverWIthContext and move ipc stuff to common/ipc.rsKunal Mohan
2021-05-04use better names for senders, receivers and threadsKunal Mohan
2021-05-04Place socket file in runtime directory or cache directory and use names crate...Kunal Mohan
2021-05-04use bincode::deserialize_from() to prevent data loss.Kunal Mohan
2021-05-04use BufRead and BufWrite with socketsKunal Mohan
2021-05-04nit fixesKunal Mohan
2021-05-04use Uuid to generate unique server socket namesKunal Mohan
2021-05-04remove Split, OpenFile and MoveFocus from CliArgsKunal Mohan
2021-05-04Refactor CommandIsExecuting to have a single variantKunal Mohan
2021-05-04Use interprocess crate for IPCKunal Mohan
2021-05-04Refactor ServerInstruction enum to use Action enumKunal Mohan
2021-05-04Share SessionMetadata between the server_router and the ipc_server threadKunal Mohan
2021-05-04Remove ErrorContext from IpcSender and nit fixesKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04fix terminal window resize tests by restricting lifetime of locksKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Move screen and plugins to client side.Kunal Mohan
2021-05-04wip: helper functions for ServerInstructiondenis
2021-05-04client side threads should send messages directly to server and router thread...Kunal Mohan
2021-05-04split start into start_server and start_clientKunal Mohan
2021-05-04Fix after rebaseKunal Mohan
2021-05-04Rename notify_server to connect_to_serverKunal Mohan