| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-10-03 | Fix buildcvsfs/master | Samuel Thibault | 1 | -10/+10 |
| 2017-01-02 | Fix locking according to netfs changes | Samuel Thibault | 1 | -4/+2 |
| 2013-02-11 | Fix build against libpthread | Samuel Thibault | 5 | -47/+49 |
| 2007-10-15 | Adapt to change of `struct stat' which holds timestamps in | Stefan Siegl | 2 | -16/+16 |
| 2006-06-09 | eliminated compiler warnings, based on patch by "Aanjhan R" <aanjhan@gmail.com> | Stefan Siegl | 2 | -4/+7 |
| 2006-04-14 | Changed URL to viewcvs (Manuel) | Manuel Menal | 1 | -1/+1 |
| 2005-11-16 | adjust for new name, new location, new mail-address | Stefan Siegl | 25 | -80/+76 |
| 2005-11-16 | *** empty log message *** | Stefan Siegl | 1 | -0/+7 |
| 2005-11-16 | autogen.sh dropped in favour of autoreconf | Stefan Siegl | 1 | -27/+0 |
| 2005-04-03 | bumping version number | Stefan Siegl | 1 | -3/+3 |
| 2005-04-03 | install binaries to /hurd instead of $bindir | Stefan Siegl | 1 | -1/+5 |
| 2005-04-03 | suppress warnings about unused arguments to netfs_ procedures | Stefan Siegl | 1 | -0/+81 |
| 2005-04-03 | use buffer supplied to netfs_get_dirents in any case, don't try allocating ow... | Stefan Siegl | 1 | -88/+38 |
| 2005-04-03 | updated README file, 'cause change to cvsfs.c was reverted. | Stefan Siegl | 1 | -7/+10 |
| 2005-04-03 | undoing last change, since settrans allows disabling timeout using -t option. | Stefan Siegl | 1 | -14/+14 |
| 2005-03-19 | * mentioning, that filesystem is now started up, before the | Stefan Siegl | 1 | -14/+15 |
| 2005-03-19 | Call netfs_startup earlier, that is, before reading the whole CVS tree | Stefan Siegl | 1 | -14/+14 |
| 2005-03-19 | * added debug prologue/epilogue stuff to cvs_tree_read | Stefan Siegl | 1 | -12/+21 |
| 2005-03-19 | * write out filename and line number when passing prologues/epilogues | Stefan Siegl | 1 | -8/+22 |
| 2005-03-19 | added debug prologue/epilogue to cvs_files_cache. | Stefan Siegl | 1 | -8/+9 |
| 2005-03-19 | * added additional handler for SIGPIPE signal | Stefan Siegl | 1 | -3/+43 |
| 2005-03-19 | added support for local repository browsing. | Stefan Siegl | 5 | -14/+68 |
| 2005-03-19 | * added debug prologue/epilogue cvs_tree_enqueue | Stefan Siegl | 1 | -2/+12 |
| 2005-03-17 | adding debugging prologues and epilogues (i.e. call tracing) | Stefan Siegl | 1 | -27/+68 |
| 2005-03-17 | adding debug cruft. | Stefan Siegl | 2 | -7/+73 |
| 2004-10-17 | establish new connection when retrieving pre-HEAD revisions | Stefan Siegl | 1 | -2/+14 |
| 2004-10-17 | added cvs_connect_fresh. | Stefan Siegl | 2 | -2/+20 |
| 2004-10-17 | *** empty log message *** | Stefan Siegl | 1 | -0/+11 |
| 2004-10-17 | call fclose() only once if send and recv handle are the same! | Stefan Siegl | 3 | -10/+8 |
| 2004-10-10 | *** empty log message *** | Stefan Siegl | 1 | -0/+1 |
| 2004-10-10 | distribute man pages, install to /bin not /sbin | Stefan Siegl | 1 | -2/+2 |
| 2004-10-10 | correctly initialize st_blocks and st_blksize stat() values | Stefan Siegl | 2 | -0/+4 |
| 2004-10-10 | don't overwrite but extend CFLAGS | Stefan Siegl | 1 | -2/+2 |
| 2004-10-10 | preparing for first release | Stefan Siegl | 3 | -6/+14 |
| 2004-10-10 | updated. | Stefan Siegl | 1 | -14/+4 |
| 2004-10-10 | update access time on attempt_lookup. | Stefan Siegl | 1 | -0/+3 |
| 2004-10-10 | set cvs_port to 2401 if not set by the user, to fix cvs_pserver_fetch_pw whic... | Stefan Siegl | 1 | -2/+2 |
| 2004-10-10 | added documentation on --gzip option | Stefan Siegl | 1 | -0/+8 |
| 2004-10-10 | added gzip_level variable to config struct. | Stefan Siegl | 1 | -0/+6 |
| 2004-10-10 | added --gzip option | Stefan Siegl | 1 | -1/+16 |
| 2004-10-10 | accept gzipped file transfer | Stefan Siegl | 1 | -0/+306 |
| 2004-10-10 | request gzip compression, if available | Stefan Siegl | 1 | -0/+20 |
| 2004-10-10 | check for availibility of libz | Stefan Siegl | 1 | -1/+8 |
| 2004-10-09 | added some word on write support. | Stefan Siegl | 1 | -1/+32 |
| 2004-10-09 | telling that 'CVSFS is not a replacement for CVS' | Stefan Siegl | 1 | -1/+11 |
| 2004-10-09 | of course must convert port-number to string before applying to execlp. | Stefan Siegl | 1 | -1/+5 |
| 2004-10-09 | care for --port option | Stefan Siegl | 1 | -0/+1 |
| 2004-10-09 | initialize config.cvs_port to zero, overwriting by default 2401, when not oth... | Stefan Siegl | 2 | -3/+2 |
| 2004-10-09 | adding 'File Status Information' chapter | Stefan Siegl | 1 | -1/+47 |
| 2004-10-09 | updated. | Stefan Siegl | 1 | -0/+21 |