summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/logmsg.c
AgeCommit message (Expand)Author
2008-06-10New trigger framework that allows us to run the required scriptsJoris Vink
2008-06-08Handle commits on a per-directory basis instead handling all of them atTobias Stoeckmann
2008-05-22Wrong function names in fatal messages fixed.Tobias Stoeckmann
2008-03-09While allocation memory, make sure that file sizes are smaller than SIZE_MAX.Tobias Stoeckmann
2008-02-11Cleanup buf implementation:Tobias Stoeckmann
2007-09-25missing header for mkstempCharles Longeau
2007-09-04Replaced strlen() with sizeof() - 1 when #define'd strings are used.Tobias Stoeckmann
2007-09-04Handle ^D as a)bort in log message question.Tobias Stoeckmann
2007-08-30properly send our log message to the server using Argumentx, so weJoris Vink
2007-05-11cvs_logmsg_edit no longer fails with ECHILD.Ray Lai
2007-05-11Sync with editit from sendbug.Ray Lai
2007-04-20- correct signal handling and process waiting for the EDITOR support codeXavier Santolaria
2007-02-22general includes cleanup sweep. ok joris@ niallo@Otto Moerbeek
2007-01-25zap uneeded close() calls after fclose(); pointed out by and OK otto@.Xavier Santolaria
2007-01-25do not use strlcpuy on a buffer filled by fgetln, since fgetln doesOtto Moerbeek
2007-01-11strl* overload, use xasprintf().Xavier Santolaria
2007-01-11save errno.Xavier Santolaria
2007-01-07add the temporary file we create to the temp_files worklistJoris Vink
2007-01-07make the output when interrupting writing the log message consistent.Jasper Lievisse Adriaanse
2007-01-07and lets make import work with the new logmsg code too!Joris Vink
2007-01-07rewrite of the logmessage code, which allows you toJoris Vink
2006-05-27commit the new opencvs code, i have been hacking onJoris Vink
2006-04-14remove a metric buttload of excessive ()Theo de Raadt
2006-01-02#include's cleanup; ok joris@ niallo@.Xavier Santolaria
2005-12-30major cleanup of the functions handling the remote cvs protocol.Joris Vink
2005-12-22unitialized variable. ok xsa@Moritz Jodeit
2005-12-21fatal()ization! OK joris@.Xavier Santolaria
2005-12-20cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore;Xavier Santolaria
2005-12-10switch to xmalloc stuff, me and xsa@ agreed on this a longJoris Vink
2005-08-14missing casts; ok jorisXavier Santolaria
2005-08-10fgets() expects the 2nd arg to be an int. OK jfb@ joris@.Xavier Santolaria
2005-08-08use cvs_tmpdir; OK jfb@ joris@.Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-25KNF;Xavier Santolaria
2005-07-23correctly seperate added, modified and removed files for use in theJoris Vink
2005-06-02- set LP_ABORT log level when action is abored by user instead of LP_ERRXavier Santolaria
2005-05-31headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;Xavier Santolaria
2005-04-18Modify the CVSFILE structure using a union to keep information aboutJean-Francois Brousseau
2005-02-26spelling fixesDavid Krause
2005-01-03more error checking on buffer operations and plug a descriptor leakJean-Francois Brousseau
2004-12-08complain if we fail to send the log message so the caller doesn'tJean-Francois Brousseau
2004-12-08rearrange the output loop for file lists in the log message so we don'tJean-Francois Brousseau
2004-12-08embrace and extend (!) cvs_logmsg_get() so we can now displayJean-Francois Brousseau
2004-12-07less whitespace, more pretty. ok jfbTed Unangst
2004-12-06tighten vertical spacing for else; jfb okTheo de Raadt
2004-12-03Rename variables to make more sense and fix a warning about assigningJean-Francois Brousseau
2004-12-02This commit is brought to you by the brand new improved and better tastingJean-Francois Brousseau
2004-12-02cvs_logmsg_get() now accepts a list of files that it is getting theJean-Francois Brousseau
2004-11-26Rewrite the internals of the file management code so that we do not keepJean-Francois Brousseau
2004-11-12Functions to extract log messages from files and query users for themJean-Francois Brousseau