| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+2 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -6/+6 |
* | Rename a bunch of variables and functions, removing the cvs_/rcs_ |  ray | 2010-07-23 | 1 | -2/+2 |
* | switch our file and directory lists to RB trees (see tree(3)), |  joris | 2009-03-25 | 1 | -7/+7 |
* | Small optimization. |  ray | 2008-11-26 | 1 | -3/+2 |
* | New trigger framework that allows us to run the required scripts |  joris | 2008-06-10 | 1 | -4/+72 |
* | Handle commits on a per-directory basis instead handling all of them at |  tobias | 2008-06-08 | 1 | -12/+43 |
* | Wrong function names in fatal messages fixed. |  tobias | 2008-05-22 | 1 | -2/+2 |
* | While allocation memory, make sure that file sizes are smaller than SIZE_MAX. |  tobias | 2008-03-09 | 1 | -1/+4 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -2/+2 |
* | missing header for mkstemp |  chl | 2007-09-25 | 1 | -2/+3 |
* | Replaced strlen() with sizeof() - 1 when #define'd strings are used. |  tobias | 2007-09-04 | 1 | -2/+2 |
* | Handle ^D as a)bort in log message question. |  tobias | 2007-09-04 | 1 | -2/+2 |
* | properly send our log message to the server using Argumentx, so we |  joris | 2007-08-30 | 1 | -3/+1 |
* | cvs_logmsg_edit no longer fails with ECHILD. |  ray | 2007-05-11 | 1 | -2/+8 |
* | Sync with editit from sendbug. |  ray | 2007-05-11 | 1 | -29/+19 |
* | - correct signal handling and process waiting for the EDITOR support code |  xsa | 2007-04-20 | 1 | -9/+63 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -5/+7 |
* | zap uneeded close() calls after fclose(); pointed out by and OK otto@. |  xsa | 2007-01-25 | 1 | -3/+1 |
* | do not use strlcpuy on a buffer filled by fgetln, since fgetln does |  otto | 2007-01-25 | 1 | -2/+3 |
* | strl* overload, use xasprintf(). |  xsa | 2007-01-11 | 1 | -10/+2 |
* | save errno. |  xsa | 2007-01-11 | 1 | -5/+9 |
* | add the temporary file we create to the temp_files worklist |  joris | 2007-01-07 | 1 | -1/+3 |
* | make the output when interrupting writing the log message consistent. |  jasper | 2007-01-07 | 1 | -2/+2 |
* | and lets make import work with the new logmsg code too! |  joris | 2007-01-07 | 1 | -4/+4 |
* | rewrite of the logmessage code, which allows you to |  joris | 2007-01-07 | 1 | -0/+193 |
* | commit the new opencvs code, i have been hacking on |  joris | 2006-05-27 | 1 | -298/+0 |
* | remove a metric buttload of excessive () |  deraadt | 2006-04-14 | 1 | -7/+7 |
* | #include's cleanup; ok joris@ niallo@. |  xsa | 2006-01-02 | 1 | -9/+2 |
* | major cleanup of the functions handling the remote cvs protocol. |  joris | 2005-12-30 | 1 | -8/+4 |
* | unitialized variable. ok xsa@ |  moritz | 2005-12-22 | 1 | -1/+2 |
* | fatal()ization! OK joris@. |  xsa | 2005-12-21 | 1 | -52/+23 |
* | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; |  xsa | 2005-12-20 | 1 | -5/+2 |
* | switch to xmalloc stuff, me and xsa@ agreed on this a long |  joris | 2005-12-10 | 1 | -2/+2 |
* | missing casts; ok joris |  xsa | 2005-08-14 | 1 | -2/+2 |
* | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. |  xsa | 2005-08-10 | 1 | -4/+4 |
* | use cvs_tmpdir; OK jfb@ joris@. |  xsa | 2005-08-08 | 1 | -3/+3 |
* | KNF; |  xsa | 2005-07-25 | 1 | -4/+4 |
* | KNF; |  xsa | 2005-07-25 | 1 | -3/+3 |
* | correctly seperate added, modified and removed files for use in the |  joris | 2005-07-23 | 1 | -1/+4 |
* | - set LP_ABORT log level when action is abored by user instead of LP_ERR |  xsa | 2005-06-02 | 1 | -3/+3 |
* | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; |  xsa | 2005-05-31 | 1 | -3/+3 |
* | Modify the CVSFILE structure using a union to keep information about |  jfb | 2005-04-18 | 1 | -2/+2 |
* | spelling fixes |  david | 2005-02-26 | 1 | -2/+2 |
* | more error checking on buffer operations and plug a descriptor leak |  jfb | 2005-01-03 | 1 | -4/+15 |
* | complain if we fail to send the log message so the caller doesn't |  jfb | 2004-12-08 | 1 | -3/+7 |
* | rearrange the output loop for file lists in the log message so we don't |  jfb | 2004-12-08 | 1 | -2/+3 |
* | embrace and extend (!) cvs_logmsg_get() so we can now display |  jfb | 2004-12-08 | 1 | -24/+42 |
* | less whitespace, more pretty. ok jfb |  tedu | 2004-12-07 | 1 | -16/+12 |
* | tighten vertical spacing for else; jfb ok |  deraadt | 2004-12-06 | 1 | -5/+3 |