Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-25 | Add quotes to multiword arguments. | Mikkel Oscar Lyderik | |
This adds quotes around multiword arguments before they are passed to `/bin/sh -c` in an exec command. Example: I connect to irc like this: exec termite -e "mosh server tmux a" Without this patch the arguments are passed to sh as: termite -e mosh server tmux a When it should be: termite -e "mosh server tmux a" For the command to work. | |||
2015-11-21 | stringop: lenient_strcmp: Add. | S. Christoffer Eliesen | |
2015-11-12 | We don't need to implement strdup | Drew DeVault | |
After defining _GNU_SOURCE | |||
2015-09-18 | merge + no c_extensions | taiyu | |
2015-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-14 | multi command keybinds | taiyu | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-07 | config modes | taiyu | |
2015-08-23 | split_string memory leaks cleanedup | taiyu | |
2015-08-20 | added IPC messages get_workspaces and get_outputs | minus | |
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet. | |||
2015-08-18 | Revert "enhanced whitespace remover" | Drew DeVault | |
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f. | |||
2015-08-18 | enhanced whitespace remover | taiyu | |
2015-08-16 | Move headers to include/ | Drew DeVault | |