Age | Commit message (Expand) | Author | Files | Lines |
2007-06-08 | cvsserver: Make req_Root more critical of its input data | Frank Lichtenheld | 1 | -0/+11 |
2007-05-29 | cvsserver: Handle 'cvs login' | Frank Lichtenheld | 1 | -3/+5 |
2007-05-21 | git-cvsserver: fix disabling service via per-method config | Junio C Hamano | 1 | -5/+3 |
2007-05-20 | git-cvsserver: exit with 1 upon "I HATE YOU" | Junio C Hamano | 1 | -1/+1 |
2007-05-13 | cvsserver: Don't send mixed messages to clients | Frank Lichtenheld | 1 | -0/+1 |
2007-05-13 | cvsserver: Limit config parser to needed options | Frank Lichtenheld | 1 | -3/+3 |
2007-05-02 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-05-02 | cvsserver: Handle re-added files correctly | Frank Lichtenheld | 1 | -1/+1 |
2007-04-17 | Merge branch 'fl/cvsserver' | Junio C Hamano | 1 | -15/+94 |
2007-04-12 | cvsserver: Allow to "add" a removed file | Frank Lichtenheld | 1 | -0/+40 |
2007-04-11 | cvsserver: Fix handling of diappeared files on update | Frank Lichtenheld | 1 | -0/+1 |
2007-04-07 | cvsserver: Corrections to the database backend configuration | Frank Lichtenheld | 1 | -2/+4 |
2007-03-31 | cvsserver: Use DBI->table_info instead of DBI->tables | Frank Lichtenheld | 1 | -3/+1 |
2007-03-22 | cvsserver: Abort if connect to database fails | Frank Lichtenheld | 1 | -0/+1 |
2007-03-22 | cvsserver: Make the database backend configurable | Frank Lichtenheld | 1 | -6/+34 |
2007-03-22 | cvsserver: Allow to override the configuration per access method | Frank Lichtenheld | 1 | -3/+7 |
2007-03-22 | cvsserver: Handle three part keys in git config correctly | Frank Lichtenheld | 1 | -2/+6 |
2007-03-22 | cvsserver: Introduce new state variable 'method' | Frank Lichtenheld | 1 | -1/+3 |
2007-03-14 | cvsserver: further improve messages on commit and status | Frank Lichtenheld | 1 | -3/+6 |
2007-03-14 | cvsserver: Be more chatty | Frank Lichtenheld | 1 | -0/+8 |
2007-03-11 | cvsserver: Use Merged response instead of Update-existing for merged files | Frank Lichtenheld | 1 | -3/+3 |
2007-02-27 | cvsserver: Make always-binary mode a config file option | Andy Parkins | 1 | -9/+38 |
2007-02-27 | cvsserver: Remove trailing "\n" from commithash in checkin function | Andy Parkins | 1 | -0/+1 |
2007-02-27 | Make 'cvs ci' lockless in git-cvsserver by using git-update-ref | Junio C Hamano | 1 | -27/+16 |
2007-02-14 | Have git-cvsserver call hooks/update before really altering the ref | Andy Parkins | 1 | -0/+15 |
2007-01-28 | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 1 | -3/+3 |
2007-01-24 | New files in git weren't being downloaded during CVS update | Andy Parkins | 1 | -3/+3 |
2007-01-08 | cvsserver: fix revision number during file adds | Martin Langhoff | 1 | -1/+4 |
2007-01-08 | cvsserver: detect early of we are up to date and avoid costly rev-list | Martin Langhoff | 1 | -1/+8 |
2006-12-19 | git-cvsserver: fix breakage when calling git merge-file | Eric Wong | 1 | -1/+1 |
2006-12-12 | Merge branch 'master' into js/merge | Junio C Hamano | 1 | -0/+1 |
2006-12-12 | Get rid of the dependency on RCS' merge program | Johannes Schindelin | 1 | -1/+1 |
2006-12-06 | cvsserver: Avoid miscounting bytes in Perl v5.8.x | Martin Langhoff | 1 | -0/+1 |
2006-11-11 | Merge branch 'maint' | Junio C Hamano | 1 | -28/+35 |
2006-11-11 | git-cvsserver: read from git with -z to get non-ASCII pathnames. | Junio C Hamano | 1 | -28/+35 |
2006-10-22 | Use column indexes in git-cvsserver where necessary. | Shawn Pearce | 1 | -1/+13 |
2006-10-14 | cvsserver: fix "cvs diff" in a subdirectory | Johannes Schindelin | 1 | -1/+1 |
2006-10-14 | cvsserver: Show correct letters for modified, removed and added files | Johannes Schindelin | 1 | -12/+51 |
2006-07-26 | cvsserver: imitate git-update-ref when committing | Johannes Schindelin | 1 | -4/+4 |
2006-07-26 | git-cvsserver: support multiline commit messages | Johannes Schindelin | 1 | -3/+6 |
2006-07-25 | cvsserver: avoid warning about active db handles | Johannes Schindelin | 1 | -14/+56 |
2006-07-25 | cvsserver: suppress warnings | Johannes Schindelin | 1 | -1/+1 |
2006-07-09 | Assorted typo fixes | Pavel Roskin | 1 | -7/+7 |
2006-05-08 | Change to allow subdir updates from Eclipse | Martyn Smith | 1 | -11/+27 |
2006-05-08 | Many fixes for most operations in Eclipse. | Martyn Smith | 1 | -82/+139 |
2006-05-08 | Added logged warnings for CVS error returns | Martyn Smith | 1 | -0/+2 |
2006-05-04 | cvsserver: use git-rev-list instead of git-log | Martin Langhoff | 1 | -2/+3 |
2006-04-25 | git-cvsserver: typofixes | Junio C Hamano | 1 | -8/+8 |
2006-04-24 | Deprecate usage of git-var -l for getting config vars list | Petr Baudis | 1 | -3/+3 |
2006-03-04 | cvsserver: anonymous cvs via pserver support | Martin Langhoff | 1 | -0/+34 |