Age | Commit message (Expand) | Author |
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-28 | Only put a space in the client buffer if the request has a non-NULL | Jean-Francois Brousseau |
2004-07-28 | Remove a debugging message | Jean-Francois Brousseau |
2004-07-28 | Fix $OpenBSD$ tag | Jean-Francois Brousseau |
2004-07-28 | Pass the appropriate argument to cvs_client_connect() | Jean-Francois Brousseau |
2004-07-28 | Add a small cache for parsed CVSROOT strings and return a pointer to a | Jean-Francois Brousseau |
2004-07-28 | Pass the appropriate arguments to cvs_client_connect() and | Jean-Francois Brousseau |
2004-07-28 | * prepare for an overhaul of the connection code by adding a cvsroot | Jean-Francois Brousseau |
2004-07-28 | Add a newline at the end of the strings put in CVS/Root and | Jean-Francois Brousseau |
2004-07-28 | Fix the timestamp parsing for Mod-time. Months are now being detected | Jean-Francois Brousseau |
2004-07-27 | the `.#*' pattern actually still matches, include it in standard | Jean-Francois Brousseau |
2004-07-27 | Fix directory loading with the new file structure allocation code | Jean-Francois Brousseau |
2004-07-27 | Be less retarded when parsing the contents of a CVS/Root file | Jean-Francois Brousseau |
2004-07-27 | Comment out unused code and some minor cleanup. Add the prototype and | Jean-Francois Brousseau |
2004-07-27 | * use a mix of mktime() and ctime_r() instead of asctime_r() to calculate | Jean-Francois Brousseau |
2004-07-27 | * parse the timestamp given to Mod-time correctly and store it so the | Jean-Francois Brousseau |
2004-07-27 | * when opening an Entries file for writing, open the file in append mode | Jean-Francois Brousseau |
2004-07-27 | * don't always return 0 in cvs_client_sendreq() | Jean-Francois Brousseau |
2004-07-27 | Zero out the cvs root structure before assigning the fields, otherwise | Jean-Francois Brousseau |
2004-07-27 | * create cvs_file_alloc() to keep one copy of the file allocation code | Jean-Francois Brousseau |
2004-07-26 | * make checkout work in remote mode (almost) | Jean-Francois Brousseau |
2004-07-26 | Fix header | Jean-Francois Brousseau |
2004-07-26 | * fix two offset bugs in MT stack handling | Jean-Francois Brousseau |
2004-07-26 | Fix pointer passed to fclose() in cvs_ent_close() | Jean-Francois Brousseau |
2004-07-26 | Remove the code that would avoid sending a `Directory' request if the | Jean-Francois Brousseau |
2004-07-26 | * start working on the MT support | Jean-Francois Brousseau |
2004-07-26 | * when loading a file, cvs_file_get() can now tell whether the file | Jean-Francois Brousseau |
2004-07-26 | Add the handler for the checkout command | Jean-Francois Brousseau |
2004-07-26 | Start explaining what the commands do and tweak the mdoc to have a | Jean-Francois Brousseau |
2004-07-25 | * add an entry for the `Mod-time' response | Jean-Francois Brousseau |
2004-07-25 | cvs_file is defined somewhere else | Jean-Francois Brousseau |
2004-07-25 | * when calling cvsd_sock_open(), close the socket if it is already | Jean-Francois Brousseau |
2004-07-25 | * rework on the child API, still needs more functionality | Jean-Francois Brousseau |
2004-07-25 | Man page overhaul: cvsacl.5 goes away, ACLs will now be part of the | Jean-Francois Brousseau |
2004-07-25 | Add some code from tcpdump for file descriptor passing | Jean-Francois Brousseau |
2004-07-25 | * cleanup the file API with regards to flag handling and | Jean-Francois Brousseau |
2004-07-23 | Revamp the file interface to make life easier | Jean-Francois Brousseau |
2004-07-16 | * add prototypes for cvs_getargv() and cvs_freeargv() | Jean-Francois Brousseau |
2004-07-16 | Fix cvsd_privdrop() so we don't just drop effective IDs but all of them, | Jean-Francois Brousseau |
2004-07-15 | * remove the RCS escaping line, it is now fixed | Jean-Francois Brousseau |
2004-07-14 | * when writing to an RCS file, escape the funny characters | Jean-Francois Brousseau |
2004-07-14 | fix rcs_findrev()'s searching algorithm | Vincent Labrecque |
2004-07-14 | add a usage string for cvs diff options | Jean-Francois Brousseau |
2004-07-14 | split rcs_patch in rcs_patch/rcs_patchlines | Vincent Labrecque |
2004-07-14 | prototype for cvs_ent_addln() | Jean-Francois Brousseau |
2004-07-14 | Unbreak the Entries loading code and move to a tail queue so we can remove | Jean-Francois Brousseau |