summary refs log tree commit diff
path: root/git-cvsserver.perl
AgeCommit message (Expand)AuthorFilesLines
2021-10-29tests: disable fsync everywhereEric Wong1-0/+19
2021-09-16git-cvsserver: protect against NULL in crypt(3)Carlo Marcelo Arenas Belón1-2/+3
2021-09-16git-cvsserver: use crypt correctly to compare password hashesCarlo Marcelo Arenas Belón1-1/+1
2021-06-14*: fix typos which duplicate a wordAndrei Rybak1-1/+1
2020-06-22git-cvsserver: port to SHA-256brian m. carlson1-17/+20
2017-09-11cvsserver: use safe_pipe_capture for `constant commands` as wellJunio C Hamano1-4/+4
2017-09-11cvsserver: use safe_pipe_capture instead of backticksjoernchen1-11/+11
2017-09-11cvsserver: move safe_pipe_capture() to the main packageJunio C Hamano1-25/+22
2016-05-06typofix: assorted typofixes in comments, documentation and messagesLi Peng1-3/+3
2016-02-17git-cvsserver.perl: fix typoGyuYong Jung1-1/+1
2013-11-04Merge branch 'ak/cvsserver-stabilize-use-of-hash-keys'Junio C Hamano1-5/+5
2013-10-30cvsserver: Determinize output to combat Perl 5.18 hash randomizationAnders Kaseorg1-5/+5
2013-09-18Merge branch 'jc/cvsserver-perm-bit-fix'Junio C Hamano1-1/+1
2013-09-11cvsserver: pick up the right mode bitsJunio C Hamano1-1/+1
2013-09-04use 'tree-ish' instead of 'treeish'Richard Hansen1-1/+1
2013-04-12Correct common spelling mistakes in comments and testsStefano Lattarini1-2/+2
2013-02-24git-cvsimport: use a lowercase "usage:" stringDavid Aguilar1-1/+1
2012-10-16cvsserver: support -r and sticky tags for most operationsMatthew Ogilvie1-203/+510
2012-10-16cvsserver: Add version awareness to argsfromdirMatthew Ogilvie1-30/+198
2012-10-16cvsserver: generalize getmeta() to recognize commit refsMatthew Ogilvie1-11/+145
2012-10-16cvsserver: implement req_Sticky and related utilitiesMatthew Ogilvie1-2/+169
2012-10-16cvsserver: add misc commit lookup, file meta data, and file listing functionsMatthew Ogilvie1-1/+365
2012-10-16cvsserver: define a tag name character escape mechanismMatthew Ogilvie1-0/+91
2012-10-16cvsserver: cleanup extra slashes in filename argumentsMatthew Ogilvie1-0/+28
2012-10-16cvsserver: factor out git-log parsing logicMatthew Ogilvie1-71/+105
2012-10-16cvsserver status: provide real sticky infoMatthew Ogilvie1-4/+20
2012-10-16cvsserver: cvs add: do not expand directory argumentsMatthew Ogilvie1-2/+0
2012-10-16cvsserver: use whole CVS rev number in-process; don't strip "1." prefixMatthew Ogilvie1-103/+122
2012-10-16cvsserver: split up long lines in req_{status,diff,log}Matthew Ogilvie1-61/+159
2012-10-16cvsserver: clean up client request handler map commentsMatthew Ogilvie1-1/+4
2012-10-16cvsserver: remove unused functions _headrev and gethistoryMatthew Ogilvie1-32/+4
2012-10-16cvsserver update: comment about how we shouldn't remove a user-modified fileMatthew Ogilvie1-0/+4
2012-10-16cvsserver: add comments about database schema/usageMatthew Ogilvie1-4/+42
2012-10-16cvsserver: removed unused sha1Or-k mode from kopts_from_pathMatthew Ogilvie1-33/+5
2011-10-05use -h for synopsis and --help for manpage consistentlyClemens Buchacher1-2/+2
2010-10-26Merge branch 'ab/require-perl-5.8'Junio C Hamano1-0/+1
2010-10-06Martin Langhoff has a new e-mail addressJunio C Hamano1-3/+3
2010-09-27perl: bump the required Perl version to 5.8 from 5.6.[21]Ævar Arnfjörð Bjarmason1-0/+1
2010-06-21Merge branch 'eb/core-eol'Junio C Hamano1-4/+9
2010-06-20git-cvsserver: fix error for invalid password formatsÆvar Arnfjörð Bjarmason1-1/+4
2010-06-20git-cvsserver: typo in a comment: bas -> hasÆvar Arnfjörð Bjarmason1-1/+1
2010-05-19git-cvsserver: Improved error handling for pserverÆvar Arnfjörð Bjarmason1-5/+24
2010-05-19git-cvsserver: indent & clean up authdb codeÆvar Arnfjörð Bjarmason1-10/+13
2010-05-19git-cvsserver: use a password file cvsserver pserverSam Vilain1-14/+15
2010-05-19git-cvsserver: authentication support for pserverÆvar Arnfjörð Bjarmason1-8/+65
2010-05-19Rename the "crlf" attribute "text"Eyvind Bernhardsen1-4/+9
2010-01-28Merge branch 'gp/maint-cvsserver'Junio C Hamano1-1/+1
2010-01-26git-cvsserver: allow regex metacharacters in CVSROOTGerrit Pape1-1/+1
2010-01-10Merge branch 'pm/cvs-environ'Junio C Hamano1-1/+21
2009-12-31cvsserver: make the output of 'update' more compatible with cvs.Sergei Organov1-0/+16