Age | Commit message (Expand) | Author |
2006-01-04 | make cvs_sendresp() return type void; ok joris@. | Xavier Santolaria |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-24 | add an argument to cvs_chdir() which enables or not the removal | Xavier Santolaria |
2005-12-22 | cvs_chdir() cannot fail anymore; | Xavier Santolaria |
2005-12-21 | fatal()ization! OK joris@. | Xavier Santolaria |
2005-12-20 | cvs_buf_write() cannot fail here; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-12-03 | strip any trailing slashes in the received Directory | Joris Vink |
2005-10-07 | knf and spacing, ok joris@ | Reyk Floeter |
2005-09-15 | check in cvs_mkadmin() wether we need to create or not the | Xavier Santolaria |
2005-07-29 | don't try to skip over the rootpath in the received directory if the | Joris Vink |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-23 | use cvs_chdir(); | Xavier Santolaria |
2005-07-22 | be sure we accept request for _all_ of our commands on the server side; | Xavier Santolaria |
2005-07-21 | show questionable files as '? foo' on the server side. | Joris Vink |
2005-07-19 | make the init command work; | Xavier Santolaria |
2005-07-18 | add cvs_noexec in cvs_req_globalopt() swtich case 'n'; | Xavier Santolaria |
2005-07-10 | nuke verbosity declaration here too; | Xavier Santolaria |
2005-06-17 | correctly build a temporary copy of the client its repository | Joris Vink |
2005-06-10 | unused variable. | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-31 | remove LP_ERROR log priority level and rather use LP_ERR as they are both | Xavier Santolaria |
2005-05-30 | zap an unused variable | Joris Vink |
2005-05-27 | missing handler for the diff command | Joris Vink |
2005-05-25 | check the return value of cvs_startcmd() in cvs_req_command() so we | Jean-Francois Brousseau |
2005-05-24 | Merge the cvs_cmd and cvs_cmd_info structures and add the necessary | Jean-Francois Brousseau |
2005-05-18 | build a local copy of the client's source tree when acting as a server. | Joris Vink |
2005-04-18 | dummy handlers for the Entry, Modified, Is-Modified, Updated and | Jean-Francois Brousseau |
2005-02-22 | give the `noop' request its own handler, it definitely does not need | Jean-Francois Brousseau |
2005-01-13 | * get rid of useless headers | Jean-Francois Brousseau |
2005-01-13 | when warning about unimplemented handlers, do not attempt to print | Jean-Francois Brousseau |
2004-12-28 | handler for the Set request | Jean-Francois Brousseau |
2004-12-19 | add a handler for the Gzip-stream request. The handler parses the | Jean-Francois Brousseau |
2004-12-07 | less whitespace, more pretty. ok jfb | Ted Unangst |
2004-12-06 | tighten vertical spacing for else; jfb ok | Theo de Raadt |
2004-08-06 | Handle the '-b' and '-x' global options even if we don't support them, | Jean-Francois Brousseau |
2004-08-04 | Handlers for the `valid-requests' and `Valid-responses' requests | Jean-Francois Brousseau |
2004-08-04 | Handler for the `Global_opt' request | Jean-Francois Brousseau |
2004-08-04 | Handler for the `Argument' and `Argumentx' requests | Jean-Francois Brousseau |
2004-08-03 | Move all of the request- and response-specific handlers into separate | Jean-Francois Brousseau |