myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [SCM] GNU MyServer branch, master, updated. caa2676dad


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. caa2676dada81b25fa42d6806f9e5a60ee4783a0
Date: Sun, 05 Jul 2009 11:36:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU MyServer".

The branch, master has been updated
       via  caa2676dada81b25fa42d6806f9e5a60ee4783a0 (commit)
       via  0655f26e10982636dec73fb251d292816a108274 (commit)
       via  01180137ae3072e654ceb3d3ad18407c71f37186 (commit)
       via  a0f85c48fa0a781ff23acd794510629abaf40bba (commit)
       via  65351db5b9c719c7d1aa4060fffeda87e98c7cec (commit)
       via  4ad94d5273e66b32f447ec85a479b19a6bb25a72 (commit)
      from  e997d69292159be746dd0ad08033392edf4d1e4a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit caa2676dada81b25fa42d6806f9e5a60ee4783a0
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jul 5 13:37:12 2009 +0200

    Now FTP supports the SIZE command.

commit 0655f26e10982636dec73fb251d292816a108274
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jul 5 13:36:07 2009 +0200

    Added basic logging features.

commit 01180137ae3072e654ceb3d3ad18407c71f37186
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jul 5 13:35:28 2009 +0200

    FTP parser refactoring.

commit a0f85c48fa0a781ff23acd794510629abaf40bba
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Jul 4 21:05:55 2009 +0200

    Fixed compiling problems under Windows.

commit 65351db5b9c719c7d1aa4060fffeda87e98c7cec
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Jul 5 13:11:19 2009 +0200

    Write warnings/errors to the warning log file, no to the accesses log file.

commit 4ad94d5273e66b32f447ec85a479b19a6bb25a72
Author: Giuseppe Scrivano <address@hidden>
Date:   Sat Jul 4 21:05:55 2009 +0200

    Fixed compiling problems under Windows.

-----------------------------------------------------------------------

Summary of changes:
 myserver/include/base/file/file.h                  |    4 +-
 myserver/include/protocol/ftp/ftp.h                |    3 +-
 myserver/include/protocol/ftp/ftp_lexer.h          |    9 +-
 myserver/src/base/file/file.cpp                    |   24 +-
 myserver/src/base/file/files_utility.cpp           |    2 +-
 myserver/src/base/sync/semaphore.cpp               |   22 +-
 myserver/src/http_handler/cgi/cgi.cpp              |    2 +-
 myserver/src/http_handler/fastcgi/fastcgi.cpp      |    2 +-
 myserver/src/http_handler/http_file/http_file.cpp  |    2 +-
 myserver/src/http_handler/scgi/scgi.cpp            |    2 +-
 myserver/src/http_handler/wincgi/wincgi.cpp        |    6 +-
 myserver/src/log/stream/file_stream.cpp            |    4 +-
 myserver/src/protocol/control/control_protocol.cpp |   32 +-
 myserver/src/protocol/ftp/ftp.cpp                  |  162 +++++---
 myserver/src/protocol/ftp/ftp_lexer.cpp            |  402 ++++++++++---------
 myserver/src/protocol/ftp/ftp_lexer.lpp            |   39 ++-
 myserver/src/protocol/ftp/ftp_parser.cpp           |  409 ++++++++++----------
 myserver/src/protocol/ftp/ftp_parser.ypp           |   40 ++-
 myserver/src/protocol/http/http_data_read.cpp      |    2 +-
 myserver/src/server/server.cpp                     |    2 +-
 myserver/tests/test_file.cpp                       |    2 +-
 myserver/tests/test_ssl_socket.cpp                 |    4 +-
 22 files changed, 619 insertions(+), 557 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

[Prev in Thread] Current Thread [Next in Thread]