Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-07-30 | Move evcount structures inside struct intrhand, this makes more sense and | Miod Vallat | |
gives us more counters in the process. Also clean up intrhand structures and usage, especially move them to SLISTs. | |||
2004-07-30 | missing include | Jean-Francois Brousseau | |
2004-07-30 | Fix | Jean-Francois Brousseau | |
2004-07-30 | Plug in the handler for `cvs status' | Jean-Francois Brousseau | |
2004-07-30 | Lots of cleanup, and add an internal version of cvs_file_get() so we can | Jean-Francois Brousseau | |
link parent directories before the file info is being retrieved. This allows us to open most of the CVS administrative files only once | |||
2004-07-30 | Handle the `Rcs-diff' response so we can patch on updates | Jean-Francois Brousseau | |
2004-07-30 | * remove header cruft that belongs in file.h | Jean-Francois Brousseau | |
* be more intelligent with the file open mode. It seems rewind() doesn't work too well with a file opened in append mode | |||
2004-07-30 | When calling cvs_mkadmin(), only create the files if they don't already | Jean-Francois Brousseau | |
exist | |||
2004-07-30 | Add new announce type "default-route" which will only announce the default | Claudio Jeker | |
route to the specified neighbor. Idea and OK henning@ | |||
2004-07-30 | sort the list of available interactive commands to cdio, and clean up their | Jason McIntyre | |
descriptions somewhat; | |||
2004-07-30 | more Xrs from Alexey E. Suslikov; | Jason McIntyre | |
2004-07-30 | Xrs from Alexey E. Suslikov; | Jason McIntyre | |
2004-07-30 | - sort options | Jason McIntyre | |
- missing full stop - uppercase `id' - add SEE ALSO; suggested by Alexey E. Suslikov - add `-d host:port' to usage() | |||
2004-07-30 | Add cvs_file_find() to find a particular file from its path within a | Jean-Francois Brousseau | |
hierarchy | |||
2004-07-30 | - better width for options list | Jason McIntyre | |
- sort options - small tweaks - Xrs from Alexey E. Suslikov | |||
2004-07-30 | - better width for options list | Jason McIntyre | |
- some Xrs from Alexey E. Suslikov; | |||
2004-07-30 | Style. | Hakan Olsson | |
2004-07-30 | Might count timer interrupts as well (oops). | Miod Vallat | |
2004-07-30 | Switch mvme68k to evcount interrupt counters. | Miod Vallat | |
2004-07-30 | Correctly drain event queue on close. Fixes PR #3874 | Miod Vallat | |
2004-07-30 | A true gem. | Marco Peereboom | |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau | |
take a cvs root structure as parameter. This will allow for much easier management of CVS trees that make use of multiple roots. | |||
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback | |
SCSI_POLL'ing) is complete. Similar to what is done on mpt, ahc, ahd, etc. This fixes problems during probe on hppa. Problems found & ok mickey@. | |||
2004-07-30 | Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of | Kenneth R Westerback | |
which will be disabled for /bin/sh invocations soon. Requested by millert@. ok pval@. | |||
2004-07-29 | Document the CARP header layout. | Ryan Thomas McBride | |
2004-07-29 | Less noise while debugging. | Hakan Olsson | |
2004-07-29 | New protocol API commented out, not ready yet | Jean-Francois Brousseau | |
2004-07-29 | Define a flag to tell if a request expects a response. This will later | Jean-Francois Brousseau | |
allow us to do implicit response handling and remove the third argument to cvs_client_sendreq() | |||
2004-07-29 | No more cvs_root | Jean-Francois Brousseau | |
2004-07-29 | Don't export `cvs_root' | Jean-Francois Brousseau | |
2004-07-29 | Make cvs_client_sendinfo() aware of its root context and remove the | Jean-Francois Brousseau | |
exporting of cvs_root | |||
2004-07-29 | No need to import the `cvs_root' symbol anymore, it is done in cvs.h | Jean-Francois Brousseau | |
2004-07-29 | Use the `CVS' define to simplify exporting symbols | Jean-Francois Brousseau | |
2004-07-29 | Remove debugging statements | Jean-Francois Brousseau | |
2004-07-29 | undefine DEBUG | Jean-Francois Brousseau | |
2004-07-29 | Do not error out when calling rcsnum_aton() on the string "0", which is | Jean-Francois Brousseau | |
a valid RCSNUM | |||
2004-07-29 | update meat | Jean-Francois Brousseau | |
2004-07-29 | Loop on the call to getdirentries() until there are no more entries. | Jean-Francois Brousseau | |
Before this, only the first entries of the directory that fit in the buffer were loaded | |||
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker | |
prefixes. | |||
2004-07-29 | * move to tail queues for file list management | Jean-Francois Brousseau | |
* when generating the list of files for a directory, put all the subdirectories at the end, sorted | |||
2004-07-29 | typo | Jean-Francois Brousseau | |
2004-07-29 | Use tail queues instead of lists to manage file entries | Jean-Francois Brousseau | |
2004-07-29 | * when comparing timestamps, use the last modification time instead | Jean-Francois Brousseau | |
of the last access time. No wonder all the files appeared as modified * always show directories as up to date * skeleton for cvs_file_getspec() | |||
2004-07-29 | Define 'CVS' or 'CVSD' depending on which program we are compiling and | Jean-Francois Brousseau | |
add a bunch of warnings for cvs | |||
2004-07-29 | don't wipe lease file on startup, found & solution tested nick@ | Henning Brauer | |
2004-07-29 | add a margin when formatting w/ -Tascii; plus a few very minor changes; | Jason McIntyre | |
2004-07-29 | keep an ID per server we talk to | Henning Brauer | |
2004-07-29 | note that some directories in /usr/share/doc are empty, and why; | Jason McIntyre | |
2004-07-29 | some updates and corrections; | Jason McIntyre | |
also, add margin when formatting w/ -Tascii; | |||
2004-07-29 | Report DPD notifications. Cleanup. markus@ ok. | Hakan Olsson | |