Age | Commit message (Expand) | Author |
2007-09-25 | missing header for strptime | Charles Longeau |
2007-09-25 | remove unused extern variable | Charles Longeau |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-25 | missing header for mkstemp | Charles Longeau |
2007-09-24 | oops i was suppose to pass cvs_directory_tag to cvs_file_classify(). | Joris Vink |
2007-09-24 | unused vars | Joris Vink |
2007-09-24 | add support to commit modified files to branches. | Joris Vink |
2007-09-24 | zap unused stuff, cleans it up a bit. | Joris Vink |
2007-09-23 | make sure when running update -r on existing files to overwrite | Joris Vink |
2007-09-23 | pass FILE_HAS_FLAG towards the update code so it can identify | Joris Vink |
2007-09-22 | better branching/sticky tag support, no branch commits yet though. | Joris Vink |
2007-09-22 | we no longer create a 0 sized file in our /tmp/cvs-serv<pid> server | Joris Vink |
2007-09-22 | in rcs_translate_tag() do not fail when a tag resolved | Joris Vink |
2007-09-22 | fix error message output, it caused diffs to be formed incorrectly | Joris Vink |
2007-09-22 | Support for checkout with a local repository already in place. | Tobias Stoeckmann |
2007-09-19 | Allow lines which do not specify any arguments for command (or cvs). | Tobias Stoeckmann |
2007-09-19 | parse global arguments (cvs) and command arguments only once, i.e. first | Tobias Stoeckmann |
2007-09-19 | Print warning about invalid command in .cvsrc only if -V is in use. | Tobias Stoeckmann |
2007-09-19 | Next to ' ', '\t' is valid between command and arguments. | Tobias Stoeckmann |
2007-09-19 | Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'. | Tobias Stoeckmann |
2007-09-19 | Do not parse quoted strings because GNU cvs won't do so. | Tobias Stoeckmann |
2007-09-19 | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line | Tobias Stoeckmann |
2007-09-17 | Print error messages sent by server on stderr. While at it, replaced | Tobias Stoeckmann |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
2007-09-10 | remove my addition of portnumber for rsh in CVSROOT. | Joris Vink |
2007-09-10 | Proper use of fseek/fseeko macros. | Tobias Stoeckmann |
2007-09-10 | Allow port specification in our CVSROOT which is used for our | Joris Vink |
2007-09-10 | Properly display list of commands in default 80 column terminal. | Tobias Stoeckmann |
2007-09-10 | Fixed segmentation fault that occured during .cvsrc parsing if an invalid | Tobias Stoeckmann |
2007-09-09 | Added support for checkout -p with local repository. | Tobias Stoeckmann |
2007-09-07 | Properly send out rcs info header with "E " in server mode (stderr in | Tobias Stoeckmann |
2007-09-07 | Do not fatal if getpwuid() fails, instead ignore user configuration files. | Tobias Stoeckmann |
2007-09-07 | Sprinkle some magic so checkout/update -p works | Joris Vink |
2007-09-07 | Added support for single file checkout. | Tobias Stoeckmann |
2007-09-07 | Do not use global option -V (GNU cvs doesn't understand it), be very | Tobias Stoeckmann |
2007-09-04 | Removed dead code. | Tobias Stoeckmann |
2007-09-04 | Replaced strlen() with sizeof() - 1 when #define'd strings are used. | Tobias Stoeckmann |
2007-09-04 | Handle ^D as a)bort in log message question. | Tobias Stoeckmann |
2007-09-02 | OpenCVS server init-support with OpenCVS and GNU cvs clients. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour with Root directive handling: it does not need | Tobias Stoeckmann |
2007-09-02 | Handle quotation marks in .cvsrc correctly. | Tobias Stoeckmann |
2007-09-02 | Stick at GNU cvs behaviour by writing "Initial revision" in revision 1.1 | Tobias Stoeckmann |
2007-09-02 | Log all commands sent with cvs_remote_output(), not just | Tobias Stoeckmann |
2007-09-01 | s/free/xfree | Joris Vink |
2007-08-30 | Remove old CVSROOT caching mechanisms. | Joris Vink |
2007-08-30 | properly send our log message to the server using Argumentx, so we | Joris Vink |
2007-08-29 | correct error string in cvs_buf_load_fd() to match the function. | Joris Vink |
2007-08-29 | more typo shizzle from Igor Zinovik. | Joris Vink |
2007-08-29 | missing xfree(); | Joris Vink |