| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
with gcc 4.3.2
Cleaning up warnings not present in 5.0.
|
|\ |
|
| | |
|
|\ \
| |/
| |
| |
| |
| | |
- Remove bothersome warning messages. This change focuses on the warnings
that are covered by the ignore file: support-files/compiler_warnings.supp.
- Strings are guaranteed to be max uint in length
|
| |
| |
| |
| |
| | |
- Remove bothersome warning messages. This change focuses on the warnings
that are covered by the ignore file: support-files/compiler_warnings.supp.
- Strings are guaranteed to be max uint in length
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
with non-RSA-requesting client if server uses RSA key
matchSuite() may not find a match.
It will return error in this case.
Added a error checking code that will prevent using uninitialized
memory in the code based on the assumption
that matchSuite() has found a match.
|
| |
| |
| |
| | |
temporarily if yassl maintainer has plans for other error handling.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
using crashes server
When the server is configured to use a RSA key, and when the client sends
a cipher-suite list that contains a non-RSA key as acceptable, the server
would try to process that key even though it was impossible.
Now, yaSSL sets its own acceptable-cipher list according to what kind of
key the server is started with, and will never explore and try to pair
impossible combinations.
This involves a partial import of the current YaSSL tree, not the whole
thing, so as to try to avoid introducing new bugs.
(Updated to avoid many whitespace changes and make diff smaller.)
|
| |
| |
| | |
distribution
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
- Cherry pick 6.0 changes for Visual Studio 2008 support
- Add scripts win\build-vs9.bat and win\build-vs9_x64.bat
Also, remove CMake generated visual studio project files.
|
|\ \
| | |
| | |
| | | |
into alf.(none):/src/mysql-5.1-build_31929
|
| | |
| | |
| | |
| | |
| | | |
- Add GenError Dependency to storage engines that include
mysqld_error.h
|
|\ \ \
| |/ /
|/| /
| |/ |
into pippilotta.erinye.com:/shared/home/df/mysql/build/mysql-5.1-build
|
| |\
| | |
| | |
| | | |
into mysql.com:/data0/mysqldev/users/serg/mysql-5.0-release
|
| | | |
|
|\ \ \
| |/ /
| | |
| | | |
into pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
|
| | |
| | |
| | |
| | |
| | | |
- Fix bug#27265
- Support for fixing bug#18441
|
|\ \ \
| |/ /
| | |
| | | |
into mysql.com:/home/kent/bk/cmake-tls/mysql-5.1-build-new
|
| | |
| | |
| | |
| | |
| | | |
Several adjustments to make client libraries pass the link test
on both win32 and winx64, Visual Studio 2003 and 2005 (bug#30118)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
They had been introduced in 5.1 and were only later backported to 5.0;
as a consequence, the files in the 5.1 tree do not depend on the 5.0 ones,
and changes in 5.0 do not propagate into the 5.1 files.
To fix this, the (previous) files in 5.1 now are deleted ("bk rm"),
and the previously deleted files depending on 5.0 are now moved to the
respective source directories ("bk mv").
The current 5.1 contents is restored in these files.
If you need the previous history of the 5.1 files ("bk revtool"),
access those in "BitKeeper/deleted".
Contrary to the original plan, I did not introduce the name
"CMakeLists.historic" - mostly in order not to clutter the source tree.
This fixes bug#29982.
|
|\ \ \
| |/ /
| | |
| | | |
into damien-katzs-computer.local:/Users/dkatz/mysql51
|
| |/
| |
| |
| | |
Fixed the yassl base64 decoding to correctly allocate a maximum decoded buffer size.
|
|\ \
| |/
| |
| | |
into damien-katzs-computer.local:/Users/dkatz/mysql51
|
| | |
|
|\ \
| |/
| |
| | |
into damien-katzs-computer.local:/Users/dkatz/mysql51
|
| |
| |
| |
| | |
Added an option to yassl to allow "quiet shutdown" like openssl does. This option causes the SSL libs to NOT perform the close_notify handshake during shutdown. This fixes a hang we experience because we hold a lock during socket shutdown.
|
|\ \
| |/
| |
| | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| |
| |
| |
| |
| | |
- Import patch with different method of detecting if machine has
cpuid instruction
|
| |\
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
|
| |\ \ \
| | | |/
| | |/|
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
|
| |\ \ \
| | |/ /
| | | |
| | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
|
| |/
| |
| |
| |
| |
| | |
Don't install benchmark executable
CMakeLists.txt:
Handle CMAKE_C_FLAGS_RELWITHDEBINFO and CMAKE_CXX_FLAGS_RELWITHDEBINFO
|
|\ \
| |/
| |
| | |
into mysql.com:/home/kent/bk/tmp/mysql-5.1-build
|
| |
| |
| |
| | |
Major cleanup of old Visual Studio project files, aligning engines etc
|
| |\
| | |
| | |
| | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.0-maint
|
| | |
| | |
| | |
| | | |
Fixed a couple of usage of not initialized warnings (unlikely cases)
|
| | |
| | |
| | |
| | | |
This also fixes a bug in counting number of rows that are updated when we have many simultanous queries
|
| | |\
| | | |
| | | |
| | | | |
into mysql.com:/home/my/mysql-5.0
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
into pilot.blaudden:/home/msvensson/mysql/mysql-5.1-maint
|
| | | | | |
|