Age | Commit message (Expand) | Author |
2012-01-26 | add a timer to tcpbench as a command-line option (-t) so | Henning Brauer |
2012-01-26 | Make the default rate 48kHz and the default block size 10ms. These | Alexandre Ratchov |
2012-01-26 | Terminate strftime buffer properly even if a really long format string | Nicholas Marriott |
2012-01-26 | Fix memory leak in error path, from Tiago Cunha. | Nicholas Marriott |
2012-01-26 | Typo in comment. ok ratchov@ | lum |
2012-01-26 | Tidy window and buffer NULL checks. | lum |
2012-01-25 | packet_read_poll() is not used anymore. | Markus Friedl |
2012-01-25 | memleak in key_load_file(); from Jan Klemkow | Markus Friedl |
2012-01-25 | do not permit SSH2_MSG_SERVICE_REQUEST/ACCEPT during rekeying; | Markus Friedl |
2012-01-22 | Bring in corrections and improvements that were committed to the new | Ingo Schwarze |
2012-01-21 | Remove unused backoff code that doesn't do any good. | Nicholas Marriott |
2012-01-21 | Show pane size in top right of display panes mode. | Nicholas Marriott |
2012-01-21 | it's -> its. | Nicholas Marriott |
2012-01-21 | Use RB trees not SPLAY. | Nicholas Marriott |
2012-01-21 | Drop the ability to have a list of keys in the prefix in favour of two | Nicholas Marriott |
2012-01-21 | Add strings to allow the aixterm bright colours to be used when | Nicholas Marriott |
2012-01-21 | One day I will actually fix ALL the warnings before I commit... | Nicholas Marriott |
2012-01-21 | Add a -R flag to send-keys to reset the terminal. Written ages ago and | Nicholas Marriott |
2012-01-21 | Only hide flags on the current window when the session is attached, from | Nicholas Marriott |
2012-01-20 | Add some const and fix a warning. | Nicholas Marriott |
2012-01-20 | Add some trivial additional status line attributes from jwcxz at users | Nicholas Marriott |
2012-01-20 | Remove trailing spaces. | Nicholas Marriott |
2012-01-20 | Add an option to disable the window rename escape sequence, from Romain | Nicholas Marriott |
2012-01-20 | Add space movement keys for vi mode in the status line from Ben Boeckel. | Nicholas Marriott |
2012-01-18 | Ensure that $DISPLAY contains only valid characters before using it to | Darren Tucker |
2012-01-17 | flesh out the VI COMMANDS section somewhat; | Jason McIntyre |
2012-01-17 | tweak previous; | Jason McIntyre |
2012-01-17 | Allow pkill to use the -l option. This displays which processes have been | lum |
2012-01-17 | Change the exit value on errors to be more 4.4BSD like. Use the sum of | lum |
2012-01-17 | Did Richard Stallman suggest the name change AND the new name "mg"? This is | lum |
2012-01-16 | Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow. | Miod Vallat |
2012-01-16 | Backout activation of the new apropos(1)/whatis(1)/makewhatis(8). | Ingo Schwarze |
2012-01-15 | Document what remains of the 2BSD heritage. | Ingo Schwarze |
2012-01-15 | Calculate last position correctly for UTF-8 wide characters, reported by | Nicholas Marriott |
2012-01-15 | Two details improving the quality of the Xenocara mandoc database, | Ingo Schwarze |
2012-01-15 | When we only rotate a log file once a month, the "next rotate" output | Peter Hessler |
2012-01-15 | Document the EXIT STATUS and remove an outdated related comment. | Ingo Schwarze |
2012-01-14 | add/fix HISTORY and AUTHORS | Ingo Schwarze |
2012-01-14 | remove unused variables, from Michael W. Bombardieri, thanks! | Alexandre Ratchov |
2012-01-10 | Continue using the traditional name makewhatis(8), | Ingo Schwarze |
2012-01-10 | Rename file from mandocdb.8; no change of content yet. | Ingo Schwarze |
2012-01-10 | Fix the way the mixer figures out which groups of streams have | Alexandre Ratchov |
2012-01-10 | hide "device disappeared" messages unless -d is used | Alexandre Ratchov |
2012-01-10 | When a sub-device is created (-s), check if a hardware | Alexandre Ratchov |
2012-01-09 | Stop -W from complaining about MLINKs; only warn when a file | Ingo Schwarze |
2012-01-09 | Rename whatis.{db,index} back to mandoc.{db,index} | Ingo Schwarze |
2012-01-08 | Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@ | Miod Vallat |
2012-01-07 | fix double-free in new session handler | Damien Miller |
2012-01-07 | Improve handling of relative paths, letting invocations like the | Ingo Schwarze |
2012-01-07 | tweak previous; | Jason McIntyre |