Age | Commit message (Expand) | Author |
2016-05-12 | - Rework load_cfg() error handling a little. | Tim van der Molen |
2016-01-19 | I no longer use my SourceForge address so replace it. | Nicholas Marriott |
2015-11-18 | Use __unused rather than rolling our own. | Nicholas Marriott |
2015-09-09 | No need to keep global options around for client which doesn't use them. | Nicholas Marriott |
2015-09-01 | Work out config file when needed not at startup. | Nicholas Marriott |
2015-09-01 | Move initial conf load into cfg.c. | Nicholas Marriott |
2015-06-05 | Change deref to the more sensible unref, and add a couple I missed before. | Nicholas Marriott |
2015-05-07 | Style spacing nits. | Nicholas Marriott |
2015-04-27 | Reset cfg_ncauses to 0 as well or we could allocate the wrong size if | Nicholas Marriott |
2015-04-25 | Fix some char* -> char *. | Nicholas Marriott |
2015-04-25 | Use a char **,u_int pair for cfg_causes. | Nicholas Marriott |
2015-04-19 | Rewrite of tmux mouse support which was a mess. Instead of having | Nicholas Marriott |
2014-10-27 | Move cfg_causes local into cfg.c and remove struct causelist. | Nicholas Marriott |
2014-06-25 | Handle escaped back slashes and missing new lines at end of line by using | Tobias Stoeckmann |
2014-04-17 | Remove some unnecessary includes and fix a typo. | Nicholas Marriott |
2013-10-20 | Do not run any command line command from the client which starts the | Nicholas Marriott |
2013-03-25 | Add some additional debug logging. | Nicholas Marriott |
2013-03-24 | Add a command queue to standardize and simplify commands that call other | Nicholas Marriott |
2013-03-22 | Need to set clients in context before changing their reference count. | Nicholas Marriott |
2013-03-22 | load_cfg can actually use the same context now they are reference counted. | Nicholas Marriott |
2013-03-22 | Add functions to allocate and free command contexts rather than doing it | Nicholas Marriott |
2013-03-22 | Don't try to print unterminated strings when loading configuration file. | Nicholas Marriott |
2013-03-22 | No more lint means no more ARGSUSED. | Nicholas Marriott |
2013-03-21 | Fix a couple of memory leaks, from Romain Francoise. | Nicholas Marriott |
2012-12-13 | Change load_cfg to fix a crash reported by jasper. | Nicholas Marriott |
2012-12-06 | Use strlcat not strncat in load_cfg and some other trivial tidying from | Nicholas Marriott |
2012-11-27 | Fix return value of load_cfg, from Thomas Adam. | Nicholas Marriott |
2012-11-27 | Correctly aggregate together errors from nested config files (with | Nicholas Marriott |
2012-11-19 | Use a utility function for common code to show errors in config file, | Nicholas Marriott |
2012-07-11 | Make command exec functions return an enum rather than -1/0/1 values and | Nicholas Marriott |
2012-07-10 | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott |
2012-05-17 | Ignore line continuation when escaped as \\, from Simon Nicolussi. | Nicholas Marriott |
2011-08-24 | Support \ for line continuation in the configuration file, from Julius | Nicholas Marriott |
2010-12-29 | Allow the config file parser and source-file to return "don't exit" to | Nicholas Marriott |
2010-05-25 | Fix an out-of-date comment. | Nicholas Marriott |
2010-02-06 | Use the array.h code for the causes list. | Nicholas Marriott |
2010-02-06 | Instead of bailing out on the first configuration file error, carry on, | Nicholas Marriott |
2009-11-26 | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to | Nicholas Marriott |
2009-10-26 | tabs are better; ok nicm | Theo de Raadt |
2009-08-23 | When using source-file, run the commands in the context of the source-file | Nicholas Marriott |
2009-08-23 | The cursession member in struct cmd_ctx is always either curclient->session or | Nicholas Marriott |
2009-08-09 | Don't leak in the (rare) case of an invalid command at the end of a file not | Nicholas Marriott |
2009-07-30 | Don't babysit people and let them try to load /dev/zero or (more useful) | Nicholas Marriott |
2009-06-25 | Unused prototypes. Found by lint, no binary change. | Nicholas Marriott |
2009-06-01 | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott |