diff options
author | deva <deva> | 2005-07-28 11:23:25 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-28 11:23:25 +0000 |
commit | df6bde85bfd7206fc9dca3e84f6bd8a23056d051 (patch) | |
tree | c7e91844b2af4486c1bfa72ac273e596e01e89d6 /src/server.cc | |
parent | 7e34d01db38e0af1bfdb5a20f2f20e8567bfa0b1 (diff) |
*** empty log message ***
Diffstat (limited to 'src/server.cc')
-rw-r--r-- | src/server.cc | 65 |
1 files changed, 0 insertions, 65 deletions
diff --git a/src/server.cc b/src/server.cc index 35dbb9d..bdca907 100644 --- a/src/server.cc +++ b/src/server.cc @@ -24,71 +24,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ - -/* - * $Id$ - */ - -/* - * $Log$ - * Revision 1.25 2005/06/19 20:04:43 deva - * ImgEncoder now uses the file class for output, through jpeg_mem_dest. - * - * Revision 1.24 2005/06/19 11:44:14 deva - * Cleaned up a log of logging. - * Fixed server queue (shouldn't happen). - * Added user and group lookup. - * - * Revision 1.23 2005/06/14 18:58:35 deva - * *** empty log message *** - * - * Revision 1.22 2005/06/14 12:29:40 deva - * Incorporated the use of the Info object everywhere... also using the log functionality. - * - * Revision 1.21 2005/05/26 21:32:39 deva - * *** empty log message *** - * - * Revision 1.20 2005/05/26 12:48:36 deva - * *** empty log message *** - * - * Revision 1.19 2005/05/22 16:34:44 deva - * Fix: Connection is now taken down when taking a sanpshot without recording. - * - * Revision 1.18 2005/05/22 15:49:22 deva - * Added multithreaded encoding support. - * - * Revision 1.17 2005/05/17 19:16:26 deva - * Made new mpeg writer work, with proper file permissions. - * - * Revision 1.16 2005/05/17 15:12:51 deva - * Fixed file rights (All read on files and directories, and all execute on directories). - * - * Revision 1.15 2005/05/17 14:30:56 deva - * Added code, preparing threaded encoding. - * - * Revision 1.14 2005/05/16 16:00:57 deva - * Lots of stuff! - * - * Revision 1.13 2005/05/09 16:40:20 deva - * Added optimize yuv conversion code - * - * Revision 1.12 2005/05/07 10:56:18 deva - * Changed print outs - * - * Revision 1.11 2005/05/03 08:31:59 deva - * Removed the error object, and replaced it with a more generic info object. - * - * Revision 1.10 2005/05/02 19:47:43 deva - * Fixed overlapping cpr numbers on the server (now it saves one cpr pr. - * connection, and ignores any changes sent) - * - * Revision 1.9 2005/05/02 18:46:15 deva - * Files are now saved in a custom folder (defined in miav.conf) - * - * Revision 1.8 2005/05/01 09:56:26 deva - * Added Id and Log tags to all files - */ - #include "server.h" #include "miav.h" |