Age | Commit message (Expand) | Author |
2017-05-28 | Bring the opencvs log message template inline with other cvs implementations. | Joris Vink |
2016-10-15 | Quiet compiler warnings. OK tomc@ tb@ | Todd C. Miller |
2016-08-16 | When the commit message is empty, don't default to c)ontinue | Theo Buehler |
2015-11-05 | Remove xfree(), like already done for RCS. From Michael W Bombardieri, | Nicholas Marriott |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2010-07-23 | Reduce variable/function name and whitespace differences between | Ray Lai |
2010-07-23 | Rename a bunch of variables and functions, removing the cvs_/rcs_ | Ray Lai |
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink |
2008-11-26 | Small optimization. | Ray Lai |
2008-06-10 | New trigger framework that allows us to run the required scripts | Joris Vink |
2008-06-08 | Handle commits on a per-directory basis instead handling all of them at | Tobias Stoeckmann |
2008-05-22 | Wrong function names in fatal messages fixed. | Tobias Stoeckmann |
2008-03-09 | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. | Tobias Stoeckmann |
2008-02-11 | Cleanup buf implementation: | Tobias Stoeckmann |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-05-11 | cvs_logmsg_edit no longer fails with ECHILD. | Ray Lai |
2007-05-11 | Sync with editit from sendbug. | Ray Lai |
2007-04-20 | - correct signal handling and process waiting for the EDITOR support code | Xavier Santolaria |
2007-02-22 | general includes cleanup sweep. ok joris@ niallo@ | Otto Moerbeek |
2007-01-25 | zap uneeded close() calls after fclose(); pointed out by and OK otto@. | Xavier Santolaria |
2007-01-25 | do not use strlcpuy on a buffer filled by fgetln, since fgetln does | Otto Moerbeek |
2007-01-11 | strl* overload, use xasprintf(). | Xavier Santolaria |
2007-01-11 | save errno. | Xavier Santolaria |
2007-01-07 | add the temporary file we create to the temp_files worklist | Joris Vink |
2007-01-07 | make the output when interrupting writing the log message consistent. | Jasper Lievisse Adriaanse |
2007-01-07 | and lets make import work with the new logmsg code too! | Joris Vink |
2007-01-07 | rewrite of the logmessage code, which allows you to | Joris Vink |
2006-05-27 | commit the new opencvs code, i have been hacking on | Joris Vink |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-22 | unitialized variable. ok xsa@ | Moritz Jodeit |
2005-12-21 | fatal()ization! OK joris@. | Xavier Santolaria |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-08-14 | missing casts; ok joris | Xavier Santolaria |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria |
2005-08-08 | use cvs_tmpdir; OK jfb@ joris@. | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-23 | correctly seperate added, modified and removed files for use in the | Joris Vink |
2005-06-02 | - set LP_ABORT log level when action is abored by user instead of LP_ERR | Xavier Santolaria |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-04-18 | Modify the CVSFILE structure using a union to keep information about | Jean-Francois Brousseau |
2005-02-26 | spelling fixes | David Krause |
2005-01-03 | more error checking on buffer operations and plug a descriptor leak | Jean-Francois Brousseau |