summaryrefslogtreecommitdiff
path: root/usr.bin/cvs
AgeCommit message (Expand)Author
2006-12-21- plug memory leak in rcs_parse_delta()Niall O'Higgins
2006-12-21- plug memory leak in rcs_translate_tag()Niall O'Higgins
2006-12-21- plug memory leak in rcs_patch_lines()Niall O'Higgins
2006-12-20missing xfree();Xavier Santolaria
2006-12-20remove debug message left in previous commit.Xavier Santolaria
2006-12-19add some bits to handle Remove-entry.Xavier Santolaria
2006-12-19correctly check snprintf(), noticed by ray@Joris Vink
2006-12-19- Introduce a way for the command code to recognize what the server replied.Joris Vink
2006-12-19add client-side support for Set-static-directory.Xavier Santolaria
2006-12-19add client-side support for Clear-static-directory, Clear-sticky andXavier Santolaria
2006-12-15add support for "Static-directory" request.Xavier Santolaria
2006-12-15dummy support for update-patches request.Xavier Santolaria
2006-12-15server-side Static-directory bits.Xavier Santolaria
2006-12-15adjust the Directory request by sending the repository on a new line too.Xavier Santolaria
2006-12-15server-side Sticky bits.Xavier Santolaria
2006-12-14add support for the "Sticky" request; client-side only for now.Xavier Santolaria
2006-12-14no need to send -f to the server; this flag has effectXavier Santolaria
2006-12-11global option -n implies -lXavier Santolaria
2006-12-11Permit checkout from a read-only repository using the -R global optionXavier Santolaria
2006-12-07check for cvs_path_cat() return value.Xavier Santolaria
2006-12-07use errno where appropriate in error messages.Xavier Santolaria
2006-12-07snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-07add config file path in debug message.Xavier Santolaria
2006-12-05unlink(2) sets errno, use it for error message.Xavier Santolaria
2006-12-05rmdir(2) sets errno, use it for error message.Xavier Santolaria
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-04- unlink tmp files when finished.Xavier Santolaria
2006-12-04- fix crash when doing keyword expansion of zero-length buffers.Niall O'Higgins
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
2006-11-27sort sent requests;Xavier Santolaria
2006-11-27hook up annotate server bits.Xavier Santolaria
2006-11-27don't process the file if its status is FILE_UNLINK.Xavier Santolaria
2006-11-27client-side of the annotate command is usable, build it too.Xavier Santolaria
2006-11-15Bring back basic annotate command. Needs more work.Xavier Santolaria
2006-11-14Add support for the "Set" request.Xavier Santolaria
2006-11-14Simplify in cvs_read_rcfile() by using cvs_path_cat();Xavier Santolaria
2006-11-14Handle global -l, -Q, and -r on the server side too.Xavier Santolaria
2006-11-14add rlog and rannotate commands requests,Xavier Santolaria
2006-11-14dummy support for Argumentx request.Xavier Santolaria
2006-11-14add this, so version compiles...Xavier Santolaria
2006-11-14Bring back version command. Still needs tweaks to make theXavier Santolaria
2006-11-13Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.cXavier Santolaria
2006-11-13Add missing server-side bits for init...Xavier Santolaria
2006-11-13Add server-side bits for admin command.Xavier Santolaria
2006-11-13Run cvs_file_classify() so local mode works...Xavier Santolaria
2006-11-13Build admin command.Xavier Santolaria
2006-11-13fix check on required arguments.Xavier Santolaria
2006-11-13Write rcs file when finished.Xavier Santolaria