Age | Commit message (Expand) | Author |
2006-04-14 | spacing | Theo de Raadt |
2006-04-14 | remove a metric buttload of excessive () | Theo de Raadt |
2006-04-11 | Don't close() before fatal(). | Ray Lai |
2006-04-05 | Use variable names for sizeof, remove casts in front of xmalloc, | Ray Lai |
2006-04-02 | be more alert for string truncation in cvs_initlog() | Joris Vink |
2006-04-01 | cvs_initlog() returns a value that is never used, zap it. | Joris Vink |
2006-03-15 | bogus idiom | Theo de Raadt |
2006-02-08 | fix more breakage by xsa, although this one is partially my fault as well. | Joris Vink |
2006-02-05 | unbreak remote protocol which got broken in revision 1.88. | Joris Vink |
2006-01-26 | strings cleanup; OK niallo@. | Xavier Santolaria |
2006-01-04 | make cvs_sendresp() return type void; ok joris@. | Xavier Santolaria |
2006-01-02 | zap, kill and eliminate unused code; | Joris Vink |
2006-01-02 | #include's cleanup; ok joris@ niallo@. | Xavier Santolaria |
2005-12-30 | knf | Reyk Floeter |
2005-12-30 | more code cleanup, ok niallo@ and xsa@ | Joris Vink |
2005-12-30 | major cleanup of the functions handling the remote cvs protocol. | Joris Vink |
2005-12-20 | cvs_buf_putc() and cvs_buf_write_*() functions cannot fail anymore; | Xavier Santolaria |
2005-12-10 | switch to xmalloc stuff, me and xsa@ agreed on this a long | Joris Vink |
2005-10-17 | add client support for the `watch' and `watchers' commands. ok joris@ xsa@ | Moritz Jodeit |
2005-10-10 | - editors remote handler | Xavier Santolaria |
2005-09-05 | use CVS_ENT_MAXLINELEN; | Xavier Santolaria |
2005-08-16 | - watchers remote handler | Xavier Santolaria |
2005-08-14 | missing casts; ok joris | Xavier Santolaria |
2005-08-10 | fgets() expects the 2nd arg to be an int. OK jfb@ joris@. | Xavier Santolaria |
2005-08-10 | use correct return code where we exit(); | Xavier Santolaria |
2005-07-28 | replace a dead documentation link with two alive ones. | Joris Vink |
2005-07-27 | add trace message in cvs_connect(); ok jfb@ joris@. | Xavier Santolaria |
2005-07-26 | - fix SIZE_LEFT macro for the cb_cur > cb_buf case. | Moritz Jodeit |
2005-07-25 | fix memleak. ok xsa@ | Moritz Jodeit |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-25 | KNF; | Xavier Santolaria |
2005-07-24 | do not use `if (!var)' unless it's boolean, better use an == check; | Xavier Santolaria |
2005-07-23 | remove debug messages, i always seem to forget these. | Joris Vink |
2005-07-23 | rewrite of the file code. the previous one was just | Joris Vink |
2005-07-23 | add missing "Remove-entry" response in cvs_responses table | Joris Vink |
2005-07-19 | make the init command work; | Xavier Santolaria |
2005-07-19 | if the user specifies the -Q flag (really quiet) we also | Joris Vink |
2005-07-18 | use cvs_path_cat() where appropriate; ok joris@. | Xavier Santolaria |
2005-07-09 | convert snprintf with format string "%s" to an strlcpy. | Niall O'Higgins |
2005-07-07 | remove trailing whitespaces | Joris Vink |
2005-06-10 | if the remote end doesn't support a version request, | Joris Vink |
2005-05-31 | headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; | Xavier Santolaria |
2005-05-26 | make cvs_getln() return the length of the line that was read, so we | Jean-Francois Brousseau |
2005-05-24 | as a client, the the Root response first, before trying to ask the version | Joris Vink |
2005-05-24 | send the -n flag to the server as part of connection initialization | Jean-Francois Brousseau |
2005-05-23 | allow the CVS_CLIENT_LOG stuff to take variables which expand | Joris Vink |
2005-05-12 | snprintf checks; joris ok | Xavier Santolaria |
2005-05-09 | cvs_getln() can fail and return -1. | Joris Vink |
2005-04-22 | finish support for the '-' token in the Entry file, this allows | Joris Vink |
2005-04-18 | don't send an Entry reply to the server for unknown files, | Joris Vink |