Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-16 | Fix 64b buildscvsfs/master | Samuel Thibault | |
2023-10-03 | Fix build | Samuel Thibault | |
2017-01-02 | Fix locking according to netfs changes | Samuel Thibault | |
5eef605eb523e4148ccd22578327492178cfd0c4 ('netfs: Remove global reference count lock.') | |||
2013-02-11 | Fix build against libpthread | Samuel Thibault | |
* configure.ac: Link against libpthread instead of libthreads. Explicitly link against libshouldbeinlibc. * cvs_tree.c: Include <pthread.h>, use pthread functions instead of Mach cthreads functions. * cvsfs.h: Likewise. * netfs.c: Likewise. * node.c: Likewise. | |||
2007-10-15 | Adapt to change of `struct stat' which holds timestamps in | Stefan Siegl | |
`struct timespec's now. | |||
2006-06-09 | eliminated compiler warnings, based on patch by "Aanjhan R" <aanjhan@gmail.com> | Stefan Siegl | |
2006-04-14 | Changed URL to viewcvs (Manuel) | Manuel Menal | |
2005-11-16 | adjust for new name, new location, new mail-address | Stefan Siegl | |
2005-11-16 | *** empty log message *** | Stefan Siegl | |
2005-11-16 | autogen.sh dropped in favour of autoreconf | Stefan Siegl | |
2005-04-03 | bumping version number | Stefan Siegl | |
2005-04-03 | install binaries to /hurd instead of $bindir | Stefan Siegl | |
2005-04-03 | suppress warnings about unused arguments to netfs_ procedures | Stefan Siegl | |
2005-04-03 | use buffer supplied to netfs_get_dirents in any case, don't try allocating ↵ | Stefan Siegl | |
own memory. | |||
2005-04-03 | updated README file, 'cause change to cvsfs.c was reverted. | Stefan Siegl | |
2005-04-03 | undoing last change, since settrans allows disabling timeout using -t option. | Stefan Siegl | |
2005-03-19 | * mentioning, that filesystem is now started up, before the | Stefan Siegl | |
directory tree is loaded * fixed some typos, etc. | |||
2005-03-19 | Call netfs_startup earlier, that is, before reading the whole CVS tree | Stefan Siegl | |
for the first time. Otherwise we may suffer from a too impatient Hurd system, which times out settrans'ing before we read a longer directory structure over a slow line (or from a slow server). | |||
2005-03-19 | * added debug prologue/epilogue stuff to cvs_tree_read | Stefan Siegl | |
* cvs_tree_enqueue: first dir level to compare are the module names, the dot itself isn't listed in every 'E' line. | |||
2005-03-19 | * write out filename and line number when passing prologues/epilogues | Stefan Siegl | |
* added FUNC_RETURN and FUNC_RETURN_FMT | |||
2005-03-19 | added debug prologue/epilogue to cvs_files_cache. | Stefan Siegl | |
2005-03-19 | * added additional handler for SIGPIPE signal | Stefan Siegl | |
* do noop/ok still-alive-check whenever a cached connection is reused * added debug prologue/epilogues to cvs_connect and cvs_connect_init | |||
2005-03-19 | added support for local repository browsing. | Stefan Siegl | |
2005-03-19 | * added debug prologue/epilogue cvs_tree_enqueue | Stefan Siegl | |
* cvs_tree_enqueue: allow multiple cvs root directories, i.e. allow browsing a whole repository by specifying '.' as module name argument | |||
2005-03-17 | adding debugging prologues and epilogues (i.e. call tracing) | Stefan Siegl | |
2005-03-17 | adding debug cruft. | Stefan Siegl | |
2004-10-17 | establish new connection when retrieving pre-HEAD revisions | Stefan Siegl | |
2004-10-17 | added cvs_connect_fresh. | Stefan Siegl | |
2004-10-17 | *** empty log message *** | Stefan Siegl | |
2004-10-17 | call fclose() only once if send and recv handle are the same! | Stefan Siegl | |
2004-10-10 | *** empty log message *** | Stefan Siegl | |
2004-10-10 | distribute man pages, install to /bin not /sbin | Stefan Siegl | |
2004-10-10 | correctly initialize st_blocks and st_blksize stat() values | Stefan Siegl | |
2004-10-10 | don't overwrite but extend CFLAGS | Stefan Siegl | |
2004-10-10 | preparing for first release | Stefan Siegl | |
2004-10-10 | updated. | Stefan Siegl | |
2004-10-10 | update access time on attempt_lookup. | Stefan Siegl | |
2004-10-10 | set cvs_port to 2401 if not set by the user, to fix cvs_pserver_fetch_pw ↵ | Stefan Siegl | |
which used to look for port 0 in .cvspass file | |||
2004-10-10 | added documentation on --gzip option | Stefan Siegl | |
2004-10-10 | added gzip_level variable to config struct. | Stefan Siegl | |
2004-10-10 | added --gzip option | Stefan Siegl | |
2004-10-10 | accept gzipped file transfer | Stefan Siegl | |
2004-10-10 | request gzip compression, if available | Stefan Siegl | |
2004-10-10 | check for availibility of libz | Stefan Siegl | |
2004-10-09 | added some word on write support. | Stefan Siegl | |
2004-10-09 | telling that 'CVSFS is not a replacement for CVS' | Stefan Siegl | |
2004-10-09 | of course must convert port-number to string before applying to execlp. | Stefan Siegl | |
2004-10-09 | care for --port option | Stefan Siegl | |
2004-10-09 | initialize config.cvs_port to zero, overwriting by default 2401, when not ↵ | Stefan Siegl | |
otherwise specified | |||
2004-10-09 | adding 'File Status Information' chapter | Stefan Siegl | |