Age | Commit message (Expand) | Author |
2006-06-01 | make // /~ path rewriting optional in adjustname() and use it everywhere | Jason Wright |
2006-06-01 | Initialize current window, and clear the readonly flag earlier in file | Kjell Wooding |
2006-06-01 | Make transpose (c-T) undoable. | Kjell Wooding |
2006-06-01 | find-file-other-window and find-buffer-other-window should split | Kjell Wooding |
2006-06-01 | Cleanup, and a new one from Aleksander Piotrowski: | Kjell Wooding |
2006-05-31 | when adding a new file that already exists set the previous | Joris Vink |
2006-05-31 | bogus value in cdb. excess cut n' paste. | Michael Coulter |
2006-05-31 | add support for the export command. | Joris Vink |
2006-05-31 | support -p flag for diff, makes dlg@ feel all warm | Joris Vink |
2006-05-31 | better description for the volume commands; ok mjc | Jason McIntyre |
2006-05-31 | have rcs_translate_tag translate branches too, which | Joris Vink |
2006-05-31 | be smarter when comparing 2 revisions to each other. | Joris Vink |
2006-05-31 | tweaks; | Jason McIntyre |
2006-05-31 | add license block | Michael Coulter |
2006-05-31 | set diff_rev2 to file_rcsrev when we are using | Joris Vink |
2006-05-31 | dont check for FILE_UNKNOWN twice, | Joris Vink |
2006-05-31 | don't spin if the tty (think ucom) goes away | Jason Wright |
2006-05-31 | when blanking, if fd is already open read-only, re-open read/write | Michael Coulter |
2006-05-31 | allow commit to ressurect added files that exist in Attic/ | Joris Vink |
2006-05-31 | add rewritable blanking and track-at-once burning support | Michael Coulter |
2006-05-30 | fix diff -rrevision usage | Joris Vink |
2006-05-30 | only look into the Attic for certain commands | Joris Vink |
2006-05-30 | correctly handle unknown file in remove | Joris Vink |
2006-05-30 | ugh forgot to change cvs_file_classify here too. | Joris Vink |
2006-05-30 | change cvs_file_classify here to, forgot to commit this | Joris Vink |
2006-05-30 | fill in the correct revision number we will want in file_rcsrev | Joris Vink |
2006-05-30 | prettier output when removing files; | Joris Vink |
2006-05-30 | clean up the VARIABLES section a little: | Jason McIntyre |
2006-05-30 | avoid double fclose(), from coverity/NetBSD; ok otto | Peter Valchev |
2006-05-30 | this fixes a crash observed by Naddy on amd64, and permits the src/dst ip's to | Todd T. Fries |
2006-05-30 | make sure cvs_get_repository_path returns a valid repo name | Joris Vink |
2006-05-30 | look inside the Attic if a specified RCS file cannot be found | Joris Vink |
2006-05-30 | Sync usage() with man page and reality. | Michael Knudsen |
2006-05-30 | handle lost files, modified files and files with conflicts; OK joris@. | Xavier Santolaria |
2006-05-30 | handle special files when doing `cvs add *'; input+OK joris@. | Xavier Santolaria |
2006-05-30 | handle -q for Sticky Options and Sticky Tags output; OK joris@. | Xavier Santolaria |
2006-05-30 | handle removed files; OK joris@. | Xavier Santolaria |
2006-05-30 | hello import, only works for non-existing repositories right now, | Joris Vink |
2006-05-30 | nuke cvs_repo_base variable | Joris Vink |
2006-05-30 | add CVS_PATH_ATTIC to cvs.h - this shouldve been commited | Joris Vink |
2006-05-30 | the moment we are done commiting a removed file, move the RCS file | Joris Vink |
2006-05-29 | Plug more memory leaks. | Ray Lai |
2006-05-29 | Get rid of -t (traditional C) option. Some corrections by moritz. | Chad Loder |
2006-05-29 | add trace messages for debugging purpose | Joris Vink |
2006-05-29 | fix option string | Joris Vink |
2006-05-29 | Factor out common code for zlib's inflate and deflate operations; ok joris@ xsa@ | Patrick Latifi |
2006-05-29 | add GSSAPI to the list of authentication methods supported; | Jason McIntyre |
2006-05-29 | oops - previous was too long; split the list of auths up | Jason McIntyre |
2006-05-29 | Add GSSAPIAuthentication and GSSAPIDelegateCredentials to examples in sample | Darren Tucker |
2006-05-29 | Add gssapi-with-mic to PreferredAuthentications default list; ok jmc | Darren Tucker |