Age | Commit message (Expand) | Author |
2004-11-18 | Prototypes for the log message functions | Jean-Francois Brousseau |
2004-11-18 | Make the 'cvs log' command work in client mode, mostly based on the | Jean-Francois Brousseau |
2004-11-18 | Compile with the log message code and do not install the cvs binary | Jean-Francois Brousseau |
2004-11-16 | more correct error checking, from Joris Vink <amni at pandora dot be> | Jean-Francois Brousseau |
2004-11-16 | add Joris Vink as an author | Jean-Francois Brousseau |
2004-11-15 | More stuff to do | Jean-Francois Brousseau |
2004-11-15 | Fix some issues in the protocol dispatch table: | Jean-Francois Brousseau |
2004-11-12 | update | Jean-Francois Brousseau |
2004-11-12 | Functions to extract log messages from files and query users for them | Jean-Francois Brousseau |
2004-11-12 | typo: comparations -> comparisons | Jean-Francois Brousseau |
2004-11-12 | Show file specifications as optional last arguments to the commit, | Jean-Francois Brousseau |
2004-11-10 | missing headers | krapht |
2004-11-09 | * don't use the import code just yet, it uses new functions that aren't | krapht |
2004-11-09 | Better handling of log message input and removal of crufty code | krapht |
2004-11-09 | at least compile | krapht |
2004-11-09 | cvs_exec() | krapht |
2004-11-09 | * don't setup a signal handler for SIGCHLD yet | krapht |
2004-11-09 | Editor invocation code, still needs some work | krapht |
2004-11-09 | a bit more sense | krapht |
2004-11-09 | session prototypes and some cleanup | krapht |
2004-11-09 | session skeleton code | krapht |
2004-11-09 | We don't need to keep a copy of each Entries line, it isn't used | krapht |
2004-11-09 | import code from Joris Vink <amni at pandora dot be> | krapht |
2004-11-09 | cvsd_sock_accept() must return the descriptor, not 0 | krapht |
2004-09-29 | Add the `user' and `group' keyword examples | Jean-Francois Brousseau |
2004-09-27 | cvsd_recvmsg() is supposed to return 1 when a message has been read. | Jean-Francois Brousseau |
2004-09-27 | Plug all of the remaining memory leaks using my new Plug-O-Matic 2000(C) | Jean-Francois Brousseau |
2004-09-27 | Plug two of the huge leaks that Joris Vink has reported. rcs_freedelta() | Jean-Francois Brousseau |
2004-09-27 | Rename some variables to match the general format, and avoid exporting | Jean-Francois Brousseau |
2004-09-27 | use the real lenght to zero out the buffer in | Joris Vink |
2004-09-27 | Add the `user' and `group' keywords in the configuration file format, so | Jean-Francois Brousseau |
2004-09-27 | Simplify signal handling by having only one handler that sets the proper | Jean-Francois Brousseau |
2004-09-25 | Change the cvsd_recvmsg() API so that it returns 1 when a message was | Jean-Francois Brousseau |
2004-09-25 | Most of the code to handle SIGCHLD and spawn new children whenever | Jean-Francois Brousseau |
2004-09-25 | - check return values for rcsnum_alloc() | Joris Vink |
2004-09-24 | Before attempting to unlink() the local socket, set the effective | Jean-Francois Brousseau |
2004-09-24 | When creating the local socket, set the group to the server's group ID | Jean-Francois Brousseau |
2004-09-24 | Add a `-h' option to print the usage and exit with status 0 and fix | Jean-Francois Brousseau |
2004-09-23 | Lower the level of an error message | Jean-Francois Brousseau |
2004-09-23 | print error messages when we receive the `error' response | Jean-Francois Brousseau |
2004-09-16 | check value of strdup(3) calls; | Joris Vink |
2004-08-31 | use the correct Entries path to store in cef_path; | Joris Vink |
2004-08-31 | Do not crash when there is no user specified in the CVSROOT. Simplified | Jean-Francois Brousseau |
2004-08-31 | check return value of strdup(3); | Joris Vink |
2004-08-27 | Add CF_NOSYMS to the flags so we skip symbolic links | Jean-Francois Brousseau |
2004-08-27 | Instead of keeping an open pointer to the Entries file when opening with | Jean-Francois Brousseau |
2004-08-27 | Unbreak when running into files with an inode of 0 | Jean-Francois Brousseau |
2004-08-27 | cleanup and reset the valid requests array when allocating a new root | Jean-Francois Brousseau |
2004-08-27 | When the remote version string points to NULL, print "(unknown)" like | Jean-Francois Brousseau |
2004-08-27 | Skip directory entries which have a file number of 0 | Jean-Francois Brousseau |