Age | Commit message (Expand) | Author |
2008-07-08 | missed in last commit, to make things compile cleaner | Joris Vink |
2008-07-08 | make these compile cleanly | Joris Vink |
2008-07-08 | use cf->fd in cvs_remote_sendfile() instead of using a local | Joris Vink |
2008-06-28 | if the user supplied -A only checkout files again if a sticky tag | Joris Vink |
2008-06-27 | Simply the version string and nuke unecessary variables used to build it. | Xavier Santolaria |
2008-06-27 | Bump version; we're not going to stay with 1.0 forever. | Xavier Santolaria |
2008-06-26 | plug a memleak in rcs_rev_getlines() - initially noticed & diff by | Joris Vink |
2008-06-23 | Some conformance fixes: | Anders Magnusson |
2008-06-21 | add a hash table mechanism based upon hcreate(3) but one that allows | Joris Vink |
2008-06-20 | Don't parse CVS/Root during import. | Tobias Stoeckmann |
2008-06-20 | admin is only allowed on files which have an entry in CVS/Entries. | Tobias Stoeckmann |
2008-06-20 | Properly send -D arguments to server when run as a client. Issue spotted | Tobias Stoeckmann |
2008-06-20 | If -N has been specified along -D for diff, treat invalid dates as non-existe... | Tobias Stoeckmann |
2008-06-19 | If checkout/update -p is requested with a specific tag for a file which | Tobias Stoeckmann |
2008-06-19 | Add entries to history file only if it already exists. | Tobias Stoeckmann |
2008-06-17 | Plug memory and file descriptor leaks, diff by Jonathan Armani. | Tobias Stoeckmann |
2008-06-17 | Regular expressions to match repository are allowed to have % in front. | Tobias Stoeckmann |
2008-06-17 | unused vars | Joris Vink |
2008-06-17 | unbreak diff for newly added files, tsk. | Joris Vink |
2008-06-15 | if we are using RCS_PARSE_FULLY we can close the RCS file descriptor | Joris Vink |
2008-06-15 | Support the addition of new files in branches. | Tobias Stoeckmann |
2008-06-15 | open the RCS file descriptor with O_RDONLY, like all other code does. | Joris Vink |
2008-06-14 | unfuck CVS/Tag creation, karma sucks doesn't it. | Joris Vink |
2008-06-14 | Conforming to RCS specification, it is possible but unlikely to encounter | Tobias Stoeckmann |
2008-06-14 | Added support for sticky date set in CVS/Tag and CVS/Entries per directory. | Tobias Stoeckmann |
2008-06-14 | don't always re-open the same CVS/Entries file, instead keep the | Joris Vink |
2008-06-14 | Run cvs_remove_force only if -f has been specified. | Tobias Stoeckmann |
2008-06-14 | No need to add \n at the end of format string for a fatal call. | Tobias Stoeckmann |
2008-06-14 | Don't trick user into believing that it's actually possible to add a file | Tobias Stoeckmann |
2008-06-14 | Fixed wrong function name in fatal call. | Tobias Stoeckmann |
2008-06-13 | pass the complete path to cvs_file_get_cf() instead of reconstructing | Joris Vink |
2008-06-12 | we should be able to handle symbol names that are also RCS tokens, | Joris Vink |
2008-06-12 | Fixed a memory leak in export noticed by joris. | Tobias Stoeckmann |
2008-06-12 | properly deal with CVS_USE_WDIR. | Joris Vink |
2008-06-12 | cmdp can be NULL while still in cvs_getopt(), so deal with this | Joris Vink |
2008-06-12 | You successfully cast 'remove dead cruft' | Joris Vink |
2008-06-12 | fix logic | Joris Vink |
2008-06-12 | completely kill the need for TMP_DIR when running checkout, | Joris Vink |
2008-06-12 | show any signal we might have received that killed our cvs process. | Joris Vink |
2008-06-11 | always enter cvs_update_leavedir() | Joris Vink |
2008-06-11 | do not count on files that are uptodate to be on disk in a remote setup. | Joris Vink |
2008-06-11 | cleanup our junk when in server mode and running as checkout every | Joris Vink |
2008-06-11 | Removed bogus var definition. | Tobias Stoeckmann |
2008-06-11 | Avoid possible NULL pointer dereferences by using reentrant versions | Tobias Stoeckmann |
2008-06-11 | spacing | Joris Vink |
2008-06-11 | style ferry comes around | Joris Vink |
2008-06-11 | ofd is being closed in cvs_file_free(), no need to close it ourselfs | Joris Vink |
2008-06-11 | GNU cvs "compresses" CVSROOT/history by shrinking entry for working dir | Tobias Stoeckmann |
2008-06-10 | make opencvs behave exactly like GNU cvs does when it comes to | Joris Vink |
2008-06-10 | properly inherit file permissions. | Joris Vink |