Author: wyoung
Date: Wed Jul 18 04:07:25 2007
New Revision: 1717

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1717&view=rev
Log:
- Added TCPConnection class
- Moved TCP/IP address verification and parsing code from
  Connection::parse_ipc_method() into new class, so we can just delegate
- Created new test subdir, and test/test_tcp.cpp, for testing this new
  mechanism.  (Using test subdir only for programs that have no
  educational value.  Otherwise, it remains in examples.)
- Modified dtest to run new test/* programs
- Added new SelfTestFailed exception, used by test harness programs
  only, not used within MySQL++ itself.

Added:
    trunk/lib/tcp_connection.cpp
    trunk/lib/tcp_connection.h
    trunk/test/
    trunk/test/test_tcp.cpp
Modified:
    trunk/   (props changed)
    trunk/bmark.txt
    trunk/dtest
    trunk/lib/connection.cpp
    trunk/lib/connection.h
    trunk/lib/exceptions.h
    trunk/lib/mysql++.h.in
    trunk/mysql++.bkl

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/bmark.txt
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/bmark.txt?rev=1717&r1=1716&r2=1717&view=diff

Modified: trunk/dtest
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/dtest?rev=1717&r1=1716&r2=1717&view=diff

Modified: trunk/lib/connection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.cpp?rev=1717&r1=1716&r2=1717&view=diff

Modified: trunk/lib/connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/connection.h?rev=1717&r1=1716&r2=1717&view=diff

Modified: trunk/lib/exceptions.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/exceptions.h?rev=1717&r1=1716&r2=1717&view=diff

Modified: trunk/lib/mysql++.h.in
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/mysql%2B%2B.h.in?rev=1717&r1=1716&r2=1717&view=diff

Added: trunk/lib/tcp_connection.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/tcp_connection.cpp?rev=1717&view=auto

Added: trunk/lib/tcp_connection.h
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/tcp_connection.h?rev=1717&view=auto

Modified: trunk/mysql++.bkl
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/mysql%2B%2B.bkl?rev=1717&r1=1716&r2=1717&view=diff

Added: trunk/test/test_tcp.cpp
URL: 
http://svn.gna.org/viewcvs/mysqlpp/trunk/test/test_tcp.cpp?rev=1717&view=auto


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to