summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-11-16Fix 64b buildscvsfs/masterSamuel Thibault
2023-10-03Fix buildSamuel Thibault
2017-01-02Fix locking according to netfs changesSamuel Thibault
5eef605eb523e4148ccd22578327492178cfd0c4 ('netfs: Remove global reference count lock.')
2013-02-11Fix build against libpthreadSamuel 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-15Adapt to change of `struct stat' which holds timestamps inStefan Siegl
`struct timespec's now.
2006-06-09eliminated compiler warnings, based on patch by "Aanjhan R" <aanjhan@gmail.com>Stefan Siegl
2006-04-14Changed URL to viewcvs (Manuel)Manuel Menal
2005-11-16adjust for new name, new location, new mail-addressStefan Siegl
2005-11-16*** empty log message ***Stefan Siegl
2005-11-16autogen.sh dropped in favour of autoreconfStefan Siegl
2005-04-03bumping version numberStefan Siegl
2005-04-03install binaries to /hurd instead of $bindirStefan Siegl
2005-04-03suppress warnings about unused arguments to netfs_ proceduresStefan Siegl
2005-04-03use buffer supplied to netfs_get_dirents in any case, don't try allocating ↵Stefan Siegl
own memory.
2005-04-03updated README file, 'cause change to cvsfs.c was reverted.Stefan Siegl
2005-04-03undoing last change, since settrans allows disabling timeout using -t option.Stefan Siegl
2005-03-19* mentioning, that filesystem is now started up, before theStefan Siegl
directory tree is loaded * fixed some typos, etc.
2005-03-19Call netfs_startup earlier, that is, before reading the whole CVS treeStefan 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_readStefan 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/epiloguesStefan Siegl
* added FUNC_RETURN and FUNC_RETURN_FMT
2005-03-19added debug prologue/epilogue to cvs_files_cache.Stefan Siegl
2005-03-19* added additional handler for SIGPIPE signalStefan 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-19added support for local repository browsing.Stefan Siegl
2005-03-19* added debug prologue/epilogue cvs_tree_enqueueStefan Siegl
* cvs_tree_enqueue: allow multiple cvs root directories, i.e. allow browsing a whole repository by specifying '.' as module name argument
2005-03-17adding debugging prologues and epilogues (i.e. call tracing)Stefan Siegl
2005-03-17adding debug cruft.Stefan Siegl
2004-10-17establish new connection when retrieving pre-HEAD revisionsStefan Siegl
2004-10-17added cvs_connect_fresh.Stefan Siegl
2004-10-17*** empty log message ***Stefan Siegl
2004-10-17call fclose() only once if send and recv handle are the same!Stefan Siegl
2004-10-10*** empty log message ***Stefan Siegl
2004-10-10distribute man pages, install to /bin not /sbinStefan Siegl
2004-10-10correctly initialize st_blocks and st_blksize stat() valuesStefan Siegl
2004-10-10don't overwrite but extend CFLAGSStefan Siegl
2004-10-10preparing for first releaseStefan Siegl
2004-10-10updated.Stefan Siegl
2004-10-10update access time on attempt_lookup.Stefan Siegl
2004-10-10set 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-10added documentation on --gzip optionStefan Siegl
2004-10-10added gzip_level variable to config struct.Stefan Siegl
2004-10-10added --gzip optionStefan Siegl
2004-10-10accept gzipped file transferStefan Siegl
2004-10-10request gzip compression, if availableStefan Siegl
2004-10-10check for availibility of libzStefan Siegl
2004-10-09added some word on write support.Stefan Siegl
2004-10-09telling that 'CVSFS is not a replacement for CVS'Stefan Siegl
2004-10-09of course must convert port-number to string before applying to execlp.Stefan Siegl
2004-10-09care for --port optionStefan Siegl
2004-10-09initialize config.cvs_port to zero, overwriting by default 2401, when not ↵Stefan Siegl
otherwise specified
2004-10-09adding 'File Status Information' chapterStefan Siegl