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