| 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 | -20/+20 |
* | An internal function called xrealloc() is actually a fail-hard |  deraadt | 2014-12-01 | 1 | -3/+3 |
* | Reduce variable/function name and whitespace differences between |  ray | 2010-07-23 | 1 | -6/+6 |
* | bleh, do not force the client to support certain responses. |  joris | 2009-04-18 | 1 | -6/+8 |
* | with the recent module-expand changes, we need to use |  joris | 2009-04-10 | 1 | -13/+3 |
* | don't try to free stuff we shouldnt free, really. |  joris | 2009-04-04 | 1 | -6/+1 |
* | properly expand modules if requested by the client, |  joris | 2009-04-04 | 1 | -1/+26 |
* | kill unused vars |  joris | 2009-03-19 | 1 | -3/+1 |
* | properly register Questionable files using CVS/Entries server-side |  joris | 2009-03-19 | 1 | -1/+15 |
* | correct Set-sticky and Clear-sticky responses to |  joris | 2009-02-21 | 1 | -9/+11 |
* | make these compile cleanly |  joris | 2008-07-08 | 1 | -2/+2 |
* | don't always re-open the same CVS/Entries file, instead keep the |  joris | 2008-06-14 | 1 | -4/+1 |
* | completely kill the need for TMP_DIR when running checkout, |  joris | 2008-06-12 | 1 | -2/+12 |
* | We have a cvs_buf_puts implementation now, also use cvs_buf_putc instead |  tobias | 2008-06-10 | 1 | -4/+3 |
* | Don't limit ourselfs when it comes to arguments on command line or |  tobias | 2008-05-28 | 1 | -6/+7 |
* | We have to check if server_argc is 1 instead of lesser than 0 to see if |  tobias | 2008-05-06 | 1 | -2/+2 |
* | Use a fixed string in case of vasprintf() error instead of relying on |  tobias | 2008-04-24 | 1 | -2/+2 |
* | Properly check memory allocation in client code. While at it, unified |  tobias | 2008-04-18 | 1 | -3/+5 |
* | Cleanup buf implementation: |  tobias | 2008-02-11 | 1 | -2/+2 |
* | Introduce cvs_ent_line_str() - formats CVS/Entries lines. |  xsa | 2008-02-09 | 1 | -4/+7 |
* | Added rdiff support. In order to do this, some output and option fixes |  tobias | 2008-02-03 | 1 | -1/+13 |
* | better CVSROOT/module support, includes remote support and modules |  joris | 2008-02-03 | 1 | -5/+16 |
* | Added rannotate support |  tobias | 2008-02-01 | 1 | -1/+13 |
* | Zap trailing whitespaces. |  xsa | 2008-01-31 | 1 | -2/+2 |
* | Replaced the unused cvs_command variable cmd_req with cmd_flags, which states |  tobias | 2008-01-31 | 1 | -2/+20 |
* | Fixed function name in fatal calls. While at it, adjusted style. |  tobias | 2008-01-29 | 1 | -5/+7 |
* | Fixed export to be fully functional and compliant to GNU cvs in local and |  tobias | 2008-01-21 | 1 | -1/+11 |
* | Added support for rtag in local and remote setups (with interoperability |  tobias | 2008-01-10 | 1 | -1/+12 |
* | Got cvs_server_rlog back into shape. |  tobias | 2008-01-10 | 1 | -10/+2 |
* | Parse CVSROOT/config and set umask on server-side, too. |  tobias | 2007-11-09 | 1 | -1/+5 |
* | better branching/sticky tag support, no branch commits yet though. |  joris | 2007-09-22 | 1 | -5/+3 |
* | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server |  joris | 2007-09-22 | 1 | -15/+12 |
* | Do not use global option -V (GNU cvs doesn't understand it), be very |  tobias | 2007-09-07 | 1 | -4/+7 |
* | OpenCVS server init-support with OpenCVS and GNU cvs clients. |  tobias | 2007-09-02 | 1 | -3/+9 |
* | Stick at GNU cvs behaviour with Root directive handling: it does not need |  tobias | 2007-09-02 | 1 | -2/+21 |
* | more typos in error messages; from Igor Zinovik. |  xsa | 2007-08-28 | 1 | -3/+3 |
* | support ArgumentX - unbreaks more gnu cvs client things. |  joris | 2007-08-23 | 1 | -1/+13 |
* | Rework the way opencvs works in relation to files in the Attic/: |  joris | 2007-07-03 | 1 | -3/+34 |
* | Server-side bits for release command. |  xsa | 2007-06-29 | 1 | -1/+12 |
* | have the server be more strict about the requests the client |  joris | 2007-06-27 | 1 | -1/+5 |
* | add support for cvs rlog. |  niallo | 2007-06-26 | 1 | -1/+20 |
* | Don't double xstrdup. |  ray | 2007-06-06 | 1 | -3/+2 |
* | Fix off-by-one, from Tobias Stoeckmann. |  ray | 2007-05-27 | 1 | -3/+2 |
* | It is not the job of cvs_server_send_response() to do error checking. |  ray | 2007-05-26 | 1 | -16/+2 |
* | Remove redundant xsnprintf calls. |  ray | 2007-05-26 | 1 | -8/+5 |
* | Call fatal() if we are missing an argument. From Tobias Stoeckmann. |  ray | 2007-05-25 | 1 | -2/+25 |
* | Check vasprintf for failure. |  ray | 2007-05-25 | 1 | -2/+3 |
* | general includes cleanup sweep. ok joris@ niallo@ |  otto | 2007-02-22 | 1 | -4/+9 |
* | cvs_path_cat() removal since we can now easily handle that |  xsa | 2007-02-17 | 1 | -13/+7 |
* | snprintf() -> xsnprintf() |  xsa | 2007-01-31 | 1 | -13/+4 |