Age | Commit message (Expand) | Author |
2008-10-01 | -s not specified by posix; from Daniel Dickman | Jason McIntyre |
2008-10-01 | in getrusage(), use RUSAGE_SELF for the current process rather than 0 | Kevin Lo |
2008-09-30 | Properly display files with embedded colons being xferred via ftd. | Todd C. Miller |
2008-09-29 | Add a missing `|' to the description of -perm. | Matthias Kilian |
2008-09-26 | support proxies with password. | Marc Espie |
2008-09-25 | do not hardcode the editor name in the message displayed by "-r" | Igor Sobrado |
2008-09-24 | remove unused function | Charles Longeau |
2008-09-19 | documentation tweaks; synchronize synopsis and usage. | Igor Sobrado |
2008-09-18 | unbreak for gcc2 archs; declaration before code! | Todd T. Fries |
2008-09-18 | remove unused variable | Charles Longeau |
2008-09-17 | try getlogin() to get the real username when comitting files as root. | Reyk Floeter |
2008-09-16 | netstat statistics for pflow(4) via pseudo family | Joerg Goltermann |
2008-09-15 | Similar to route(8) change mask rtm->rtm_priority with RTP_MASK to show | Claudio Jeker |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-15 | Expose the undo commands as proper mg functions. | Kjell Wooding |
2008-09-15 | Enable dirty buffer detection in mg. | Kjell Wooding |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-12 | Move the revision selection in front of output, so errors won't mix up | Tobias Stoeckmann |
2008-09-12 | Plugged two memory leaks which could be encountered while using -r argument | Tobias Stoeckmann |
2008-09-12 | Be also very conservative about the supplied revision for state changes, | Tobias Stoeckmann |
2008-09-12 | Be very conservative about state changes with "admin -s". With GNU CVS | Tobias Stoeckmann |
2008-09-11 | only send eow and no-more-sessions requests to openssh 5 and newer; | Markus Friedl |
2008-09-08 | - add descriptions for %F, and infinity/not-a-number from printf(3) | Martynas Venckus |
2008-09-08 | - simplify mget(): remove the duplicate code and just use getit(), | Martynas Venckus |
2008-09-08 | enable support for %a, %A, %F. ok theo | Martynas Venckus |
2008-09-08 | "InUse" is much more interesting than "Releases" for pools. ok beck@ | Otto Moerbeek |
2008-09-07 | gc unused file (obseleted by libcrypto update) | Damien Miller |
2008-09-06 | OpenSSL 0.9.8h supplies a real EVP_sha256 so we do not need our | Damien Miller |
2008-09-06 | adapt to sha2(3) API changes; ok millert@ | Damien Miller |
2008-09-06 | Calling --help shouldn't be an error condition, so exit with status 0 | Simon Bertrang |
2008-09-04 | +awk does not support {n,m} pattern matching | Jason McIntyre |
2008-09-01 | Display direction In/Out/Any for rule display, not just In/Out. | Stuart Henderson |
2008-09-01 | section headings do not need to be quoted; from Alan R. S. Bueno | Jason McIntyre |
2008-09-01 | note that the opening delimiter of a context address should be preceded | Jason McIntyre |
2008-08-30 | use a bitmap to store the features. simplify the code a bit and allow for | Federico G. Schwindt |
2008-08-29 | Fix nvi's cscope support in the case that someone provided a filename | Owain Ainsworth |
2008-08-29 | Pre-commit checks (CVSROOT/commitinfo) are run before log message is | Tobias Stoeckmann |
2008-08-29 | Support for variable expansion in trigger files added. | Tobias Stoeckmann |
2008-08-29 | If parsing of a command in one of the trigger files fails, treat this as an | Tobias Stoeckmann |
2008-08-28 | typo; from hyjial | Jason McIntyre |
2008-08-27 | correct man sections; from Tobias Sarnowski | Jason McIntyre |
2008-08-27 | add a C-c target, so we can use it as a prefix for keybindings. | Kjell Wooding |
2008-08-25 | minor tweak for removal of "[-d devel]" (change done in r1.19 and r1.21). | Igor Sobrado |
2008-08-22 | default file transfer type is binary, not ascii; | Igor Sobrado |
2008-08-22 | kill trailing whitespace; | Jason McIntyre |
2008-08-21 | Add an optional separator to stringize() and use it from do_list() to | Simon Bertrang |
2008-08-21 | Document new gnu extensions, okay jmc@, otto@ | Marc Espie |
2008-08-21 | in gnu-m4 mode, allow definition of the empty macro (yes, autoconf 2.62 | Marc Espie |
2008-08-21 | extend format support to cater to recent GNU autoconf | Marc Espie |
2008-08-21 | gnu extension: 0rN:az for baseN numbers. | Marc Espie |