lp:~wiml-omni/libdrizzle/nonblocking

Created by Wim Lewis and last modified
Get this branch:
bzr branch lp:~wiml-omni/libdrizzle/nonblocking
Only Wim Lewis can upload to this branch. If you are Wim Lewis please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Wim Lewis
Project:
Drizzle Client & Protocol Library
Status:
Development

Recent revisions

132. By Wim Lewis

Avoid blocking in drizzle_connect() if the connection is set to nonblocking.
Instead of calling connect_poll() in the connecting state, return
DRIZZLE_RETURN_IO_WAIT and push a state which will finish connecting.
In drizzle_connect(), call drizzle_wait() if the connection is blocking.

131. By Wim Lewis

Added some optional logging around poll() to help debugging
asynchronous/nonblocking events.

130. By Wim Lewis

Enable library debug output from tests if DRIZZLE_TEST_VERBOSE is set.

129. By Wim Lewis

Return UNKNOWN_ERROR for libdrizzle error codes that aren't valid enum
values. And avoid a compiler warning from compilers that point out
that some code is unreachable if only valid enum values occur.

128. By Wim Lewis

More orderly initialization of this drizzle_datetime_st.

127. By Wim Lewis

Use the preprocessor to remove some dead code on 64-bit-address machines
(rather than relying on the compiler not to carp about an always-false
test on those machines).

126. By Wim Lewis

Updating the comments about COLUMN_TYPE_TIMESTAMP2 etc.

125. By Wim Lewis

Additional unpacking macros.

124. By Drizzle Continuous Integration

Merge lp:~linuxjedi/libdrizzle/5.1-autotools-fix Build: jenkins-Libdrizzle-109

123. By Drizzle Continuous Integration

Merge lp:~brianaker/libdrizzle/ddm4-update-may Build: jenkins-Libdrizzle-107

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:libdrizzle
This branch contains Public information 
Everyone can see this information.

Subscribers