Age | Commit message (Expand) | Author |
2009-04-02 | make sure diffing -rTAG -rTAG works even if files are uptodate | Joris Vink |
2009-04-01 | in client mode, be sure to consider the file modified if a conflict | Joris Vink |
2009-03-30 | kill rp_lines, we do not need it when parsing an RCS file. | Joris Vink |
2009-03-29 | printf() -> cvs_printf() so it works under server mode as well | Joris Vink |
2009-03-28 | when i fixed to attic handling i forgot one special case | Joris Vink |
2009-03-27 | make sure that when we try to send a Set-sticky to the client, | Joris Vink |
2009-03-26 | fix the way Attic is handled in our recursion code, so we | Joris Vink |
2009-03-26 | "Logging dirname" needs to be properly shown when running log/rlog. | Joris Vink |
2009-03-25 | switch our file and directory lists to RB trees (see tree(3)), | Joris Vink |
2009-03-25 | prevent a very difficult to reach, but possible use after free. | Joris Vink |
2009-03-25 | remove unused functions, definitions and outdated comments | Joris Vink |
2009-03-25 | -q hasnt been the default verbosity mode in ages. | Joris Vink |
2009-03-24 | have CVS_OP_TAG and CVS_OP_RTAG use RCS_WRITE flag | Joris Vink |
2009-03-24 | shuffle code a bit so FILE_REMOVE_ENTRY also calls | Joris Vink |
2009-03-24 | use size_t for size, since atomicio() both accepts and returns it | Joris Vink |
2009-03-23 | kill SIZE_LEFT() macro, no longer used | Joris Vink |
2009-03-23 | simplify | Joris Vink |
2009-03-23 | remove debug, bleh | Joris Vink |
2009-03-23 | add rlog -d support, ported from openrcs by | Joris Vink |
2009-03-23 | LP_NOTICE should be LP_ERR when showing directory messages. | Joris Vink |
2009-03-23 | any directory messages are, believe it or not, suppose to go to LP_ERR | Joris Vink |
2009-03-22 | style | Tobias Stoeckmann |
2009-03-22 | Avoid the usage of uninitialized value, which even might result in a memory | Tobias Stoeckmann |
2009-03-22 | Properly free allocated memory in error case. | Tobias Stoeckmann |
2009-03-21 | use file_rcsrev when printing out Repository revision so | Joris Vink |
2009-03-21 | kill useless return; | Joris Vink |
2009-03-21 | be smarter when checking if a directory is empty by looking at | Joris Vink |
2009-03-19 | do not diff files server-side that are uptodate but require a patch, | Joris Vink |
2009-03-19 | kill unused vars | Joris Vink |
2009-03-19 | only pass the real $var to expand_vars() instead of the entire | Joris Vink |
2009-03-19 | properly register Questionable files using CVS/Entries server-side | Joris Vink |
2009-03-18 | be carefull when trying to access cf->file_rcs in cvs_checkout_file() | Joris Vink |
2009-02-23 | unused var | Joris Vink |
2009-02-23 | we no longer push out Set-sticky to the client when writing | Joris Vink |
2009-02-23 | Properly convert between gmt and localtime for unchanged files as client. | Tobias Stoeckmann |
2009-02-21 | Properly convert dates between timezones before comparison. | Tobias Stoeckmann |
2009-02-21 | fix grammar | Joris Vink |
2009-02-21 | use FILE_ON_DISK flags when we need to verify if a file | Joris Vink |
2009-02-21 | bump to match release version | Joris Vink |
2009-02-21 | use file_flags for 2 more reasons: | Joris Vink |
2009-02-21 | in cvs_mkpath() always look for an existing CVS/Repository file | Joris Vink |
2009-02-21 | correct Set-sticky and Clear-sticky responses to | Joris Vink |
2009-02-21 | cleanup of CVSROOT, we have no need for cr_flags, | Joris Vink |
2009-02-21 | alter cvs_file_get() so it takes flags instead of one set | Joris Vink |
2009-02-18 | fix off by one character when constructing $Mdocdate$. | Joris Vink |
2009-02-15 | add our temporary RCS file to our temp_files worklist in case | Joris Vink |
2009-02-13 | be more sane in handling the given repository path | Joris Vink |
2009-01-28 | enable -d for the export command. | Pierre-Yves Ritschard |
2009-01-14 | fix printing status on removed files by default; | Joris Vink |
2009-01-02 | Add format attributes to functions that use variable arguments and | Can Erkin Acar |