Age | Commit 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-20 | missing xfree(); | Xavier Santolaria |
2006-12-20 | remove debug message left in previous commit. | Xavier Santolaria |
2006-12-19 | add some bits to handle Remove-entry. | Xavier Santolaria |
2006-12-19 | correctly 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-19 | add client-side support for Set-static-directory. | Xavier Santolaria |
2006-12-19 | add client-side support for Clear-static-directory, Clear-sticky and | Xavier Santolaria |
2006-12-15 | add support for "Static-directory" request. | Xavier Santolaria |
2006-12-15 | dummy support for update-patches request. | Xavier Santolaria |
2006-12-15 | server-side Static-directory bits. | Xavier Santolaria |
2006-12-15 | adjust the Directory request by sending the repository on a new line too. | Xavier Santolaria |
2006-12-15 | server-side Sticky bits. | Xavier Santolaria |
2006-12-14 | add support for the "Sticky" request; client-side only for now. | Xavier Santolaria |
2006-12-14 | no need to send -f to the server; this flag has effect | Xavier Santolaria |
2006-12-11 | global option -n implies -l | Xavier Santolaria |
2006-12-11 | Permit checkout from a read-only repository using the -R global option | Xavier Santolaria |
2006-12-07 | check for cvs_path_cat() return value. | Xavier Santolaria |
2006-12-07 | use errno where appropriate in error messages. | Xavier Santolaria |
2006-12-07 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-12-07 | add config file path in debug message. | Xavier Santolaria |
2006-12-05 | unlink(2) sets errno, use it for error message. | Xavier Santolaria |
2006-12-05 | rmdir(2) sets errno, use it for error message. | Xavier Santolaria |
2006-12-04 | snprintf() -> 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-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | we will never support pserver, so do not bother documenting | Xavier Santolaria |
2006-11-27 | sort sent requests; | Xavier Santolaria |
2006-11-27 | hook up annotate server bits. | Xavier Santolaria |
2006-11-27 | don't process the file if its status is FILE_UNLINK. | Xavier Santolaria |
2006-11-27 | client-side of the annotate command is usable, build it too. | Xavier Santolaria |
2006-11-15 | Bring back basic annotate command. Needs more work. | Xavier Santolaria |
2006-11-14 | Add support for the "Set" request. | Xavier Santolaria |
2006-11-14 | Simplify in cvs_read_rcfile() by using cvs_path_cat(); | Xavier Santolaria |
2006-11-14 | Handle global -l, -Q, and -r on the server side too. | Xavier Santolaria |
2006-11-14 | add rlog and rannotate commands requests, | Xavier Santolaria |
2006-11-14 | dummy support for Argumentx request. | Xavier Santolaria |
2006-11-14 | add this, so version compiles... | Xavier Santolaria |
2006-11-14 | Bring back version command. Still needs tweaks to make the | Xavier Santolaria |
2006-11-13 | Check strlcpy/strlcat return values; from usr.bin/rcs/rcsnum.c | Xavier Santolaria |
2006-11-13 | Add missing server-side bits for init... | Xavier Santolaria |
2006-11-13 | Add server-side bits for admin command. | Xavier Santolaria |
2006-11-13 | Run cvs_file_classify() so local mode works... | Xavier Santolaria |
2006-11-13 | Build admin command. | Xavier Santolaria |
2006-11-13 | fix check on required arguments. | Xavier Santolaria |
2006-11-13 | Write rcs file when finished. | Xavier Santolaria |