summaryrefslogtreecommitdiffstats
path: root/usr.bin/cvs/server.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-20/+20
* An internal function called xrealloc() is actually a fail-hardderaadt2014-12-011-3/+3
* Reduce variable/function name and whitespace differences betweenray2010-07-231-6/+6
* bleh, do not force the client to support certain responses.joris2009-04-181-6/+8
* with the recent module-expand changes, we need to usejoris2009-04-101-13/+3
* don't try to free stuff we shouldnt free, really.joris2009-04-041-6/+1
* properly expand modules if requested by the client,joris2009-04-041-1/+26
* kill unused varsjoris2009-03-191-3/+1
* properly register Questionable files using CVS/Entries server-sidejoris2009-03-191-1/+15
* correct Set-sticky and Clear-sticky responses tojoris2009-02-211-9/+11
* make these compile cleanlyjoris2008-07-081-2/+2
* don't always re-open the same CVS/Entries file, instead keep thejoris2008-06-141-4/+1
* completely kill the need for TMP_DIR when running checkout,joris2008-06-121-2/+12
* We have a cvs_buf_puts implementation now, also use cvs_buf_putc insteadtobias2008-06-101-4/+3
* Don't limit ourselfs when it comes to arguments on command line ortobias2008-05-281-6/+7
* We have to check if server_argc is 1 instead of lesser than 0 to see iftobias2008-05-061-2/+2
* Use a fixed string in case of vasprintf() error instead of relying ontobias2008-04-241-2/+2
* Properly check memory allocation in client code. While at it, unifiedtobias2008-04-181-3/+5
* Cleanup buf implementation:tobias2008-02-111-2/+2
* Introduce cvs_ent_line_str() - formats CVS/Entries lines.xsa2008-02-091-4/+7
* Added rdiff support. In order to do this, some output and option fixestobias2008-02-031-1/+13
* better CVSROOT/module support, includes remote support and modulesjoris2008-02-031-5/+16
* Added rannotate supporttobias2008-02-011-1/+13
* Zap trailing whitespaces.xsa2008-01-311-2/+2
* Replaced the unused cvs_command variable cmd_req with cmd_flags, which statestobias2008-01-311-2/+20
* Fixed function name in fatal calls. While at it, adjusted style.tobias2008-01-291-5/+7
* Fixed export to be fully functional and compliant to GNU cvs in local andtobias2008-01-211-1/+11
* Added support for rtag in local and remote setups (with interoperabilitytobias2008-01-101-1/+12
* Got cvs_server_rlog back into shape.tobias2008-01-101-10/+2
* Parse CVSROOT/config and set umask on server-side, too.tobias2007-11-091-1/+5
* better branching/sticky tag support, no branch commits yet though.joris2007-09-221-5/+3
* we no longer create a 0 sized file in our /tmp/cvs-serv<pid> serverjoris2007-09-221-15/+12
* Do not use global option -V (GNU cvs doesn't understand it), be verytobias2007-09-071-4/+7
* OpenCVS server init-support with OpenCVS and GNU cvs clients.tobias2007-09-021-3/+9
* Stick at GNU cvs behaviour with Root directive handling: it does not needtobias2007-09-021-2/+21
* more typos in error messages; from Igor Zinovik.xsa2007-08-281-3/+3
* support ArgumentX - unbreaks more gnu cvs client things.joris2007-08-231-1/+13
* Rework the way opencvs works in relation to files in the Attic/:joris2007-07-031-3/+34
* Server-side bits for release command.xsa2007-06-291-1/+12
* have the server be more strict about the requests the clientjoris2007-06-271-1/+5
* add support for cvs rlog.niallo2007-06-261-1/+20
* Don't double xstrdup.ray2007-06-061-3/+2
* Fix off-by-one, from Tobias Stoeckmann.ray2007-05-271-3/+2
* It is not the job of cvs_server_send_response() to do error checking.ray2007-05-261-16/+2
* Remove redundant xsnprintf calls.ray2007-05-261-8/+5
* Call fatal() if we are missing an argument. From Tobias Stoeckmann.ray2007-05-251-2/+25
* Check vasprintf for failure.ray2007-05-251-2/+3
* general includes cleanup sweep. ok joris@ niallo@otto2007-02-221-4/+9
* cvs_path_cat() removal since we can now easily handle thatxsa2007-02-171-13/+7
* snprintf() -> xsnprintf()xsa2007-01-311-13/+4