summaryrefslogtreecommitdiff
path: root/git-cvsserver.perl
AgeCommit message (Expand)AuthorFilesLines
2007-06-08cvsserver: Make req_Root more critical of its input dataLibravatar Frank Lichtenheld1-0/+11
2007-05-29cvsserver: Handle 'cvs login'Libravatar Frank Lichtenheld1-3/+5
2007-05-21git-cvsserver: fix disabling service via per-method configLibravatar Junio C Hamano1-5/+3
2007-05-20git-cvsserver: exit with 1 upon "I HATE YOU"Libravatar Junio C Hamano1-1/+1
2007-05-13cvsserver: Don't send mixed messages to clientsLibravatar Frank Lichtenheld1-0/+1
2007-05-13cvsserver: Limit config parser to needed optionsLibravatar Frank Lichtenheld1-3/+3
2007-05-02Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2007-05-02cvsserver: Handle re-added files correctlyLibravatar Frank Lichtenheld1-1/+1
2007-04-17Merge branch 'fl/cvsserver'Libravatar Junio C Hamano1-15/+94
2007-04-12cvsserver: Allow to "add" a removed fileLibravatar Frank Lichtenheld1-0/+40
2007-04-11cvsserver: Fix handling of diappeared files on updateLibravatar Frank Lichtenheld1-0/+1
2007-04-07cvsserver: Corrections to the database backend configurationLibravatar Frank Lichtenheld1-2/+4
2007-03-31cvsserver: Use DBI->table_info instead of DBI->tablesLibravatar Frank Lichtenheld1-3/+1
2007-03-22cvsserver: Abort if connect to database failsLibravatar Frank Lichtenheld1-0/+1
2007-03-22cvsserver: Make the database backend configurableLibravatar Frank Lichtenheld1-6/+34
2007-03-22cvsserver: Allow to override the configuration per access methodLibravatar Frank Lichtenheld1-3/+7
2007-03-22cvsserver: Handle three part keys in git config correctlyLibravatar Frank Lichtenheld1-2/+6
2007-03-22cvsserver: Introduce new state variable 'method'Libravatar Frank Lichtenheld1-1/+3
2007-03-14cvsserver: further improve messages on commit and statusLibravatar Frank Lichtenheld1-3/+6
2007-03-14cvsserver: Be more chattyLibravatar Frank Lichtenheld1-0/+8
2007-03-11cvsserver: Use Merged response instead of Update-existing for merged filesLibravatar Frank Lichtenheld1-3/+3
2007-02-27cvsserver: Make always-binary mode a config file optionLibravatar Andy Parkins1-9/+38
2007-02-27cvsserver: Remove trailing "\n" from commithash in checkin functionLibravatar Andy Parkins1-0/+1
2007-02-27Make 'cvs ci' lockless in git-cvsserver by using git-update-refLibravatar Junio C Hamano1-27/+16
2007-02-14Have git-cvsserver call hooks/update before really altering the refLibravatar Andy Parkins1-0/+15
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-3/+3
2007-01-24New files in git weren't being downloaded during CVS updateLibravatar Andy Parkins1-3/+3
2007-01-08cvsserver: fix revision number during file addsLibravatar Martin Langhoff1-1/+4
2007-01-08cvsserver: detect early of we are up to date and avoid costly rev-listLibravatar Martin Langhoff1-1/+8
2006-12-19git-cvsserver: fix breakage when calling git merge-fileLibravatar Eric Wong1-1/+1
2006-12-12Merge branch 'master' into js/mergeLibravatar Junio C Hamano1-0/+1
2006-12-12Get rid of the dependency on RCS' merge programLibravatar Johannes Schindelin1-1/+1
2006-12-06cvsserver: Avoid miscounting bytes in Perl v5.8.xLibravatar Martin Langhoff1-0/+1
2006-11-11Merge branch 'maint'Libravatar Junio C Hamano1-28/+35
2006-11-11git-cvsserver: read from git with -z to get non-ASCII pathnames.Libravatar Junio C Hamano1-28/+35
2006-10-22Use column indexes in git-cvsserver where necessary.Libravatar Shawn Pearce1-1/+13
2006-10-14cvsserver: fix "cvs diff" in a subdirectoryLibravatar Johannes Schindelin1-1/+1
2006-10-14cvsserver: Show correct letters for modified, removed and added filesLibravatar Johannes Schindelin1-12/+51
2006-07-26cvsserver: imitate git-update-ref when committingLibravatar Johannes Schindelin1-4/+4
2006-07-26git-cvsserver: support multiline commit messagesLibravatar Johannes Schindelin1-3/+6
2006-07-25cvsserver: avoid warning about active db handlesLibravatar Johannes Schindelin1-14/+56
2006-07-25cvsserver: suppress warningsLibravatar Johannes Schindelin1-1/+1
2006-07-09Assorted typo fixesLibravatar Pavel Roskin1-7/+7
2006-05-08Change to allow subdir updates from EclipseLibravatar Martyn Smith1-11/+27
2006-05-08Many fixes for most operations in Eclipse.Libravatar Martyn Smith1-82/+139
2006-05-08Added logged warnings for CVS error returnsLibravatar Martyn Smith1-0/+2
2006-05-04cvsserver: use git-rev-list instead of git-logLibravatar Martin Langhoff1-2/+3
2006-04-25git-cvsserver: typofixesLibravatar Junio C Hamano1-8/+8
2006-04-24Deprecate usage of git-var -l for getting config vars listLibravatar Petr Baudis1-3/+3
2006-03-04cvsserver: anonymous cvs via pserver supportLibravatar Martin Langhoff1-0/+34