Age | Commit message (Expand) | Author |
2004-07-30 | Move to the new API for the client-server protocol. All functions now | Jean-Francois Brousseau |
2004-07-30 | Do not negotiate or use non-async transfer rates until probing (i.e. | Kenneth R Westerback |
2004-07-30 | Use '#!/bin/ksh' for install scripts, as we use so many ksh'isms. Some of | Kenneth R Westerback |
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 |
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 |
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 |
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 |
2004-07-29 | Initalize local varible in rde_update_get_prefix or we may end up with funny | Claudio Jeker |
2004-07-29 | * move to tail queues for file list management | Jean-Francois Brousseau |
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 |
2004-07-29 | Define 'CVS' or 'CVSD' depending on which program we are compiling and | Jean-Francois Brousseau |
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 |
2004-07-29 | Report DPD notifications. Cleanup. markus@ ok. | Hakan Olsson |
2004-07-29 | Update sets sizes, due to profiling libraries. | Miod Vallat |
2004-07-29 | Better diagnostic message on MVME188 interrupt handler, when we are unable to | Miod Vallat |
2004-07-29 | proper condition for freeing a page and fix a comment appropriately; art@ ted... | Michael Shalayeff |
2004-07-29 | Repair NAT-T using Aggressive mode, NAT-D checks were in the wrong place. | Hakan Olsson |
2004-07-29 | put the scheduler in its own file. reduces clutter, and logically separates | Ted Unangst |
2004-07-29 | Don't set the output filename when in -t mode. Avoids an error when | Todd C. Miller |
2004-07-29 | we no longer need to query ip6.int for reverse lookup. pvalchev ok | Jun-ichiro itojun Hagino |
2004-07-28 | note that uucp is not part of base install, but can be installed w/ | Jason McIntyre |
2004-07-28 | hostname.tun can be used to set link0, so add standard hostname.if(5)/ | Jason McIntyre |
2004-07-28 | Add itimer. | Artur Grabowski |
2004-07-28 | Very crude tests that check that itimers are at least pretending to work. | Artur Grabowski |
2004-07-28 | .Xr growfs 8 | Jason McIntyre |
2004-07-28 | sort options, and fix a spurious list width; | Jason McIntyre |
2004-07-28 | - sort options | Jason McIntyre |
2004-07-28 | Use SHA1Pad() instead of relying on unspecified behavior. | Todd C. Miller |
2004-07-28 | Remove statement with no effect. | Todd C. Miller |
2004-07-28 | This touches only MI code, and adds new time keeping code. The | Thorsten Lockert |
2004-07-28 | Prefer the path with the lowest multi-exit discriminator (MED) not the biggest. | Claudio Jeker |
2004-07-28 | allow "set metric" as synonym for "set med", from discussion with & ok claudio | Henning Brauer |
2004-07-28 | prevent unresolvable hostnames in "listen on" statements | Henning Brauer |
2004-07-28 | when a dns lookup fails at parse time, do not abort but try again | Henning Brauer |