| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-27 | cvsserver: remove unused escapeRefName function | Ondřej Pohořelský | 1 | -24/+3 |
| 2024-12-07 | Makefile: consistently use @PLACEHOLDER@ to substitute | Patrick Steinhardt | 1 | -1/+1 |
| 2024-10-23 | Require Perl 5.26.0 | brian m. carlson | 1 | -1/+1 |
| 2023-11-17 | perl: bump the required Perl version to 5.8.1 from 5.8.0 | Todd Zullinger | 1 | -1/+1 |
| 2022-07-19 | git-cvsserver: clarify directory list | Derrick Stolee | 1 | -1/+1 |
| 2021-10-29 | tests: disable fsync everywhere | Eric Wong | 1 | -0/+19 |
| 2021-09-16 | git-cvsserver: protect against NULL in crypt(3) | Carlo Marcelo Arenas Belón | 1 | -2/+3 |
| 2021-09-16 | git-cvsserver: use crypt correctly to compare password hashes | Carlo Marcelo Arenas Belón | 1 | -1/+1 |
| 2021-06-14 | *: fix typos which duplicate a word | Andrei Rybak | 1 | -1/+1 |
| 2020-06-22 | git-cvsserver: port to SHA-256 | brian m. carlson | 1 | -17/+20 |
| 2017-09-11 | cvsserver: use safe_pipe_capture for `constant commands` as well | Junio C Hamano | 1 | -4/+4 |
| 2017-09-11 | cvsserver: use safe_pipe_capture instead of backticks | joernchen | 1 | -11/+11 |
| 2017-09-11 | cvsserver: move safe_pipe_capture() to the main package | Junio C Hamano | 1 | -25/+22 |
| 2016-05-06 | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 1 | -3/+3 |
| 2016-02-17 | git-cvsserver.perl: fix typo | GyuYong Jung | 1 | -1/+1 |
| 2013-11-04 | Merge branch 'ak/cvsserver-stabilize-use-of-hash-keys' | Junio C Hamano | 1 | -5/+5 |
| 2013-10-30 | cvsserver: Determinize output to combat Perl 5.18 hash randomization | Anders Kaseorg | 1 | -5/+5 |
| 2013-09-18 | Merge branch 'jc/cvsserver-perm-bit-fix' | Junio C Hamano | 1 | -1/+1 |
| 2013-09-11 | cvsserver: pick up the right mode bits | Junio C Hamano | 1 | -1/+1 |
| 2013-09-04 | use 'tree-ish' instead of 'treeish' | Richard Hansen | 1 | -1/+1 |
| 2013-04-12 | Correct common spelling mistakes in comments and tests | Stefano Lattarini | 1 | -2/+2 |
| 2013-02-24 | git-cvsimport: use a lowercase "usage:" string | David Aguilar | 1 | -1/+1 |
| 2012-10-16 | cvsserver: support -r and sticky tags for most operations | Matthew Ogilvie | 1 | -203/+510 |
| 2012-10-16 | cvsserver: Add version awareness to argsfromdir | Matthew Ogilvie | 1 | -30/+198 |
| 2012-10-16 | cvsserver: generalize getmeta() to recognize commit refs | Matthew Ogilvie | 1 | -11/+145 |
| 2012-10-16 | cvsserver: implement req_Sticky and related utilities | Matthew Ogilvie | 1 | -2/+169 |
| 2012-10-16 | cvsserver: add misc commit lookup, file meta data, and file listing functions | Matthew Ogilvie | 1 | -1/+365 |
| 2012-10-16 | cvsserver: define a tag name character escape mechanism | Matthew Ogilvie | 1 | -0/+91 |
| 2012-10-16 | cvsserver: cleanup extra slashes in filename arguments | Matthew Ogilvie | 1 | -0/+28 |
| 2012-10-16 | cvsserver: factor out git-log parsing logic | Matthew Ogilvie | 1 | -71/+105 |
| 2012-10-16 | cvsserver status: provide real sticky info | Matthew Ogilvie | 1 | -4/+20 |
| 2012-10-16 | cvsserver: cvs add: do not expand directory arguments | Matthew Ogilvie | 1 | -2/+0 |
| 2012-10-16 | cvsserver: use whole CVS rev number in-process; don't strip "1." prefix | Matthew Ogilvie | 1 | -103/+122 |
| 2012-10-16 | cvsserver: split up long lines in req_{status,diff,log} | Matthew Ogilvie | 1 | -61/+159 |
| 2012-10-16 | cvsserver: clean up client request handler map comments | Matthew Ogilvie | 1 | -1/+4 |
| 2012-10-16 | cvsserver: remove unused functions _headrev and gethistory | Matthew Ogilvie | 1 | -32/+4 |
| 2012-10-16 | cvsserver update: comment about how we shouldn't remove a user-modified file | Matthew Ogilvie | 1 | -0/+4 |
| 2012-10-16 | cvsserver: add comments about database schema/usage | Matthew Ogilvie | 1 | -4/+42 |
| 2012-10-16 | cvsserver: removed unused sha1Or-k mode from kopts_from_path | Matthew Ogilvie | 1 | -33/+5 |
| 2011-10-05 | use -h for synopsis and --help for manpage consistently | Clemens Buchacher | 1 | -2/+2 |
| 2010-10-26 | Merge branch 'ab/require-perl-5.8' | Junio C Hamano | 1 | -0/+1 |
| 2010-10-06 | Martin Langhoff has a new e-mail address | Junio C Hamano | 1 | -3/+3 |
| 2010-09-27 | perl: bump the required Perl version to 5.8 from 5.6.[21] | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2010-06-21 | Merge branch 'eb/core-eol' | Junio C Hamano | 1 | -4/+9 |
| 2010-06-20 | git-cvsserver: fix error for invalid password formats | Ævar Arnfjörð Bjarmason | 1 | -1/+4 |
| 2010-06-20 | git-cvsserver: typo in a comment: bas -> has | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2010-05-19 | git-cvsserver: Improved error handling for pserver | Ævar Arnfjörð Bjarmason | 1 | -5/+24 |
| 2010-05-19 | git-cvsserver: indent & clean up authdb code | Ævar Arnfjörð Bjarmason | 1 | -10/+13 |
| 2010-05-19 | git-cvsserver: use a password file cvsserver pserver | Sam Vilain | 1 | -14/+15 |
| 2010-05-19 | git-cvsserver: authentication support for pserver | Ævar Arnfjörð Bjarmason | 1 | -8/+65 |
| 2010-05-19 | Rename the "crlf" attribute "text" | Eyvind Bernhardsen | 1 | -4/+9 |
| 2010-01-28 | Merge branch 'gp/maint-cvsserver' | Junio C Hamano | 1 | -1/+1 |
| 2010-01-26 | git-cvsserver: allow regex metacharacters in CVSROOT | Gerrit Pape | 1 | -1/+1 |
| 2010-01-10 | Merge branch 'pm/cvs-environ' | Junio C Hamano | 1 | -1/+21 |
| 2009-12-31 | cvsserver: make the output of 'update' more compatible with cvs. | Sergei Organov | 1 | -0/+16 |
| 2009-12-30 | CVS Server: Support reading base and roots from environment | Phil Miller | 1 | -1/+21 |
| 2009-09-02 | git-cvsserver: no longer use deprecated 'git-subcommand' commands | Gerrit Pape | 1 | -20/+20 |
| 2009-01-30 | git-cvsserver: run post-update hook *after* update. | Stefan Karpinski | 1 | -2/+2 |
| 2009-01-30 | git-cvsserver: handle CVS 'noop' command. | Stefan Karpinski | 1 | -0/+1 |
| 2009-01-05 | cvsserver: change generation of CVS author names | Fabian Emmes | 1 | -3/+9 |
| 2009-01-03 | cvsserver: add option to configure commit message | Fabian Emmes | 1 | -1/+7 |
| 2008-07-19 | cvsserver: Add cvs co -c support | Lars Noschinski | 1 | -0/+12 |
| 2008-07-19 | cvsserver: Add support for packed refs | Lars Noschinski | 1 | -14/+8 |
| 2008-07-16 | Merge branch 'sb/dashless' | Junio C Hamano | 1 | -1/+1 |
| 2008-07-16 | git-cvsserver: fix call to nonexistant cleanupWorkDir() | Lars Noschinski | 1 | -1/+1 |
| 2008-07-13 | Make usage strings dash-less | Stephan Beyer | 1 | -1/+1 |
| 2008-05-16 | git-cvsserver: add ability to guess -kb from contents | Matthew Ogilvie | 1 | -16/+177 |
| 2008-05-16 | implement gitcvs.usecrlfattr | Matthew Ogilvie | 1 | -11/+60 |
| 2008-05-16 | git-cvsserver: add mechanism for managing working tree and current directory | Matthew Ogilvie | 1 | -39/+213 |
| 2008-04-02 | Merge branch 'pb/cvsserver' | Junio C Hamano | 1 | -1/+1 |
| 2008-04-02 | Merge branch 'dd/cvsserver' | Junio C Hamano | 1 | -19/+59 |
| 2008-03-30 | Allow git-cvsserver database table name prefix to be specified. | Josh Elsasser | 1 | -30/+93 |
| 2008-03-27 | git-cvsserver: handle change type T | Paolo Bonzini | 1 | -1/+1 |
| 2008-03-27 | cvsserver: Use the user part of the email in log and annotate results | Damien Diederen | 1 | -4/+12 |
| 2008-03-27 | cvsserver: Implement update -p (print to stdout) | Damien Diederen | 1 | -12/+35 |
| 2008-03-27 | cvsserver: Do not include status output for subdirectories if -l is passed | Damien Diederen | 1 | -0/+2 |
| 2008-03-27 | cvsserver: Only print the file part of the filename in status header | Damien Diederen | 1 | -1/+3 |
| 2008-03-27 | cvsserver: Respond to the 'editors' and 'watchers' commands | Damien Diederen | 1 | -2/+7 |
| 2008-03-05 | specify explicit "--pretty=medium" with `git log/show/whatchanged` | Denis Cheng | 1 | -1/+1 |
| 2008-01-26 | cvsserver: Fix for histories with multiple roots | Steffen Prohaska | 1 | -1/+8 |
| 2007-12-05 | git-cvsserver runs hooks/post-update | Junio C Hamano | 1 | -0/+6 |
| 2007-12-05 | git-cvsserver runs hooks/post-receive | Michael Witten | 1 | -7/+20 |
| 2007-10-18 | cvsserver: Use exit 1 instead of die when req_Root fails. | Brian Gernhardt | 1 | -2/+4 |
| 2007-08-08 | cvsserver: Fix for work trees | Brian Downing | 1 | -0/+2 |
| 2007-07-14 | git-cvsserver: detect/diagnose write failure, etc. | Jim Meyering | 1 | -17/+33 |
| 2007-07-06 | cvsserver: always initialize state in argsplit() | Frank Lichtenheld | 1 | -4/+4 |
| 2007-06-15 | cvsserver: Actually implement --export-all | Frank Lichtenheld | 1 | -1/+7 |
| 2007-06-15 | cvsserver: Let --base-path and pserver get along just fine | Frank Lichtenheld | 1 | -4/+6 |
| 2007-06-08 | cvsserver: Add some useful commandline options | Frank Lichtenheld | 1 | -6/+73 |
| 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.v1.4.3.5 | 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 handlesv1.4.2-rc2 | 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 |
| 2006-03-03 | cvsserver: better error messages | Martin Langhoff | 1 | -1/+14 |
| 2006-03-03 | cvsserver: nested directory creation fixups for Eclipse clients | Martin Langhoff | 1 | -17/+56 |
| 2006-03-02 | cvsserver: fix checkouts with -d <somedir> | Martin Langhoff | 1 | -5/+5 |
| 2006-03-02 | cvsserver: checkout faster by sending files in a sensible order | Martin Langhoff | 1 | -2/+5 |
| 2006-03-01 | cvsserver: Eclipse compat -- now "compare with latest from HEAD" works | Martin Langhoff | 1 | -3/+24 |
| 2006-03-01 | cvsserver: Checkout correctly on Eclipse | Martin Langhoff | 1 | -7/+26 |
| 2006-03-01 | cvsserver: Eclipse compat - browsing 'modules' (heads in our case) works | Martin Langhoff | 1 | -0/+20 |
| 2006-03-01 | cvsserver: Eclipse compat fixes - implement Questionable, alias rlog, add a s... | Martin Langhoff | 1 | -3/+21 |
| 2006-02-22 | Introducing git-cvsserver -- a CVS emulator for git. | Martin Langhoff | 1 | -0/+2449 |