2008-08-07 |
Bojan Smojver | Use of pre_cleanups is not the default for reslists.
|
commit | commitdiff | tree |
2008-07-28 |
Bojan Smojver | Document that single threaded reslist fix is PR 24325.
|
commit | commitdiff | tree |
2008-07-28 |
Bojan Smojver | Implement resource list when threads are unavailable.
|
commit | commitdiff | tree |
2008-07-28 |
Bojan Smojver | Better enforce reslist limits.
|
commit | commitdiff | tree |
2008-07-27 |
Bojan Smojver | Avoid compiler warning of unused mc_conn_destruct().
|
commit | commitdiff | tree |
2008-07-25 |
Bojan Smojver | Fix parsing of rusage in stats data.
|
commit | commitdiff | tree |
2008-07-22 |
Bojan Smojver | Document MySQL DBD driver change.
|
commit | commitdiff | tree |
2008-07-22 |
Bojan Smojver | Give MySQL DBD driver reconnect option.
|
commit | commitdiff | tree |
2008-07-21 |
Bojan Smojver | Fix missing $.
|
commit | commitdiff | tree |
2008-07-20 |
Bojan Smojver | Close memory leak.
|
commit | commitdiff | tree |
2008-07-15 |
Bojan Smojver | Unlock list mutex before destroying it.
|
commit | commitdiff | tree |
2008-07-14 |
Bojan Smojver | There is only one pool argument to apr_reslist_create().
|
commit | commitdiff | tree |
2008-07-11 |
Bojan Smojver | When searching for DSOs, look in apr-util-APU_MAJOR_VERSION...
|
commit | commitdiff | tree |
2008-07-08 |
Bojan Smojver | Fix build with LDAP on FreeBSD.
|
commit | commitdiff | tree |
2008-07-07 |
Bojan Smojver | Fix build failure when --disable-util-dso is used.
|
commit | commitdiff | tree |
2008-07-02 |
Bojan Smojver | Detection of PostgreSQL may fail if LIBS contains all...
|
commit | commitdiff | tree |
2008-06-30 |
Bojan Smojver | Document PostgreSQL row counting fix.
|
commit | commitdiff | tree |
2008-06-30 |
Bojan Smojver | DBD rows are counted from one, but in PostgreSQL they...
|
commit | commitdiff | tree |
2008-06-24 |
Bojan Smojver | Add support for Berkeley DB 4.7.
|
commit | commitdiff | tree |
2008-06-18 |
Bojan Smojver | Include apr_lib.h in order to use apr_is*() functions.
|
commit | commitdiff | tree |
2008-06-18 |
Bojan Smojver | Silence some compiler warnings on HP-UX.
|
commit | commitdiff | tree |
2008-06-17 |
Bojan Smojver | Document changes for trunk.
|
commit | commitdiff | tree |
2008-06-16 |
Bojan Smojver | Make sure name is copied into the pool memory before...
|
commit | commitdiff | tree |
2008-06-16 |
Bojan Smojver | Older OpenLDAP implementations may have ldap_set_rebind_proc...
|
commit | commitdiff | tree |
2008-06-13 |
Bojan Smojver | Document that we have ODBC DBD now.
|
commit | commitdiff | tree |
2008-06-13 |
Bojan Smojver | Make FreeTDS and ODBC drivers actually build.
|
commit | commitdiff | tree |
2008-06-13 |
Bojan Smojver | Add forgotten DBDs to Makefile.in.
|
commit | commitdiff | tree |
2008-06-13 |
Bojan Smojver | Also make it (ODBC DBD) link :-)
|
commit | commitdiff | tree |
2008-06-13 |
Bojan Smojver | Make ODBC DBD driver compile on Unix.
|
commit | commitdiff | tree |
2008-06-04 |
Bojan Smojver | Use explicit casts to avoid compiler warnings on Windows.
|
commit | commitdiff | tree |
2008-06-03 |
Bojan Smojver | Silence warnings and notices in PostgreSQL DBD driver.
|
commit | commitdiff | tree |
2008-05-27 |
Bojan Smojver | No need to look for global pool if we're alrealy initialised.
|
commit | commitdiff | tree |
2008-05-22 |
Bojan Smojver | Document that we're counting rows in DBD from 1.
|
commit | commitdiff | tree |
2008-05-21 |
Bojan Smojver | Explicitly reject row numbers that are not greater...
|
commit | commitdiff | tree |
2008-05-21 |
Bojan Smojver | Revert r657266.
|
commit | commitdiff | tree |
2008-05-21 |
Bojan Smojver | User LIBS for libs and LDFLAGS for flags in DBD detection.
|
commit | commitdiff | tree |
2008-05-20 |
Bojan Smojver | Do pgsql_LDFLAGS in two steps, Windows doesn't like...
|
commit | commitdiff | tree |
2008-05-20 |
Bojan Smojver | Make sure MySQL library is always included, even when...
|
commit | commitdiff | tree |
2008-05-20 |
Bojan Smojver | Add pg_config --libs to pgsql_LDFLAGS.
|
commit | commitdiff | tree |
2008-05-20 |
Bojan Smojver | Use --libdir instead of --libs for PGSQL (manual confirms).
|
commit | commitdiff | tree |
2008-05-20 |
Bojan Smojver | Use pg_config to help us with build options for PGSQL...
|
commit | commitdiff | tree |
2008-05-18 |
Bojan Smojver | Avoid unnecessary copying
|
commit | commitdiff | tree |
2008-05-18 |
Bojan Smojver | Document that we count rows form 1 in DBD.
|
commit | commitdiff | tree |
2008-05-18 |
Bojan Smojver | Do not move if rownum is not greater than zero.
|
commit | commitdiff | tree |
2008-05-18 |
Bojan Smojver | Do not seek if rownum is not greater than zero.
|
commit | commitdiff | tree |
2008-05-18 |
Bojan Smojver | Make sure PGSQL and MySQL drivers count rows from 1...
|
commit | commitdiff | tree |
2008-05-17 |
Bojan Smojver | Make sure we can fit full DBD driver name into the...
|
commit | commitdiff | tree |
2008-05-17 |
Bojan Smojver | Consistently save and restore LIBS, LDFLAGS and CPPFLAGS...
|
commit | commitdiff | tree |
2008-05-17 |
Bojan Smojver | Check for crypt before other tests - they may need it.
|
commit | commitdiff | tree |
2008-05-12 |
Bojan Smojver | Document default DBD DSO behaviour
|
commit | commitdiff | tree |
2008-05-12 |
Bojan Smojver | Disable Oracle DBD driver by default
|
commit | commitdiff | tree |
2007-11-30 |
Bojan Smojver | Document FreeTDS DBD params
|
commit | commitdiff | tree |
2007-11-13 |
Bojan Smojver | Properly declare apr_dbd_mutex_lock/unlock when no...
|
commit | commitdiff | tree |
2007-11-12 |
Bojan Smojver | Export apr_dbd_mutex_lock/unlock for the drivers to see
|
commit | commitdiff | tree |
2007-11-12 |
Bojan Smojver | Make sure macro int_errorcode is last declaration
|
commit | commitdiff | tree |
2007-10-31 |
Bojan Smojver | Careful, error may be NULL
|
commit | commitdiff | tree |
2007-10-30 |
Bojan Smojver | Introduce apr_dbd_open_ex()
|
commit | commitdiff | tree |
2007-10-19 |
Bojan Smojver | Language fix
|
commit | commitdiff | tree |
2007-10-19 |
Bojan Smojver | Add group parameter to MySQL driver
|
commit | commitdiff | tree |
2007-09-13 |
Bojan Smojver | Update STATUS to match recent releases
|
commit | commitdiff | tree |
2007-09-10 |
Bojan Smojver | Revert change to testdate.c (commited by accident)
|
commit | commitdiff | tree |
2007-09-10 |
Bojan Smojver | Run all tests, then fail make if required
|
commit | commitdiff | tree |
2007-09-10 |
Bojan Smojver | Any test returning non-zero should stop make
|
commit | commitdiff | tree |
2007-09-05 |
Bojan Smojver | No point checking for dbd/apr_dbd_mysql.c any more...
|
commit | commitdiff | tree |
2007-09-05 |
Bojan Smojver | Remove unnecessary APU version checks from MySQL DBD...
|
commit | commitdiff | tree |
2007-09-01 |
Bojan Smojver | Pass driver parameter to dbd test program
|
commit | commitdiff | tree |
2007-06-24 |
Bojan Smojver | Put Thread Pool routines in their own Doxygen group
|
commit | commitdiff | tree |
2007-05-22 |
Bojan Smojver | Implement connection check function in Oracle DBD driver.
|
commit | commitdiff | tree |
2007-05-11 |
Bojan Smojver | Fix bug #42294
|
commit | commitdiff | tree |
2007-05-10 |
Bojan Smojver | Apply patch from bug #41250, by Chris Darroch
|
commit | commitdiff | tree |
2007-04-02 |
Bojan Smojver | DBD documentation fix
|
commit | commitdiff | tree |
2007-02-17 |
Bojan Smojver | Unify parsing of prepared statements in DBD
|
commit | commitdiff | tree |
2007-01-30 |
Bojan Smojver | Fix typos in APU_DSO_BUILD
|
commit | commitdiff | tree |
2007-01-30 |
Bojan Smojver | Some fixes for DBD DSO stuff
|
commit | commitdiff | tree |
2007-01-19 |
Bojan Smojver | Document that there are patches for Oracle DBD driver now
|
commit | commitdiff | tree |
2007-01-18 |
Bojan Smojver | Introduce --with-oracle-include (use: e.g. Oracle Instant...
|
commit | commitdiff | tree |
2006-12-29 |
Bojan Smojver | Detect libnnz10.so, required for Oracle XE 10.2 client
|
commit | commitdiff | tree |
2006-12-28 |
Bojan Smojver | Avoid deadlocks between transactions by asking for...
|
commit | commitdiff | tree |
2006-12-14 |
Bojan Smojver | Document list discussions about the potential DBD changes
|
commit | commitdiff | tree |
2006-12-14 |
Bojan Smojver | Versions 1.2.8/0.9.13 were released December 4, 2006
|
commit | commitdiff | tree |
2006-07-24 |
Bojan Smojver | Avoid crash when getting column names (by Keisuke Nishida)
|
commit | commitdiff | tree |
2006-06-14 |
Bojan Smojver | Delay getting parameter count until after transaction...
|
commit | commitdiff | tree |
2006-06-14 |
Bojan Smojver | Implement DBD transaction modes
|
commit | commitdiff | tree |
2006-06-13 |
Bojan Smojver | Don't expect variable argument list to end with NULL
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Simplify cleanup run.
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Adjust cleanup_kill calls to new wrappers.
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Don't cast cleanup functions, provide wrappers instead...
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Don't cast cleanup function, provide wrappers instead.
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Properly free results table.
|
commit | commitdiff | tree |
2006-06-07 |
Bojan Smojver | Don't store -1 into size_t field (a *really* big number...
|
commit | commitdiff | tree |
2006-06-04 |
Bojan Smojver | Clarify that field size relates to prepared statements...
|
commit | commitdiff | tree |
2006-06-04 |
Bojan Smojver | Document new connection key/value pairs for MySQL driver.
|
commit | commitdiff | tree |
2006-06-01 |
Bojan Smojver | Don't configure MySQL if the driver isn't there.
|
commit | commitdiff | tree |
2006-05-24 |
Bojan Smojver | Correct detection of various databases (PostgreSQL...
|
commit | commitdiff | tree |
2006-05-15 |
Bojan Smojver | Improve APU DBD documentation.
|
commit | commitdiff | tree |
2006-05-13 |
Bojan Smojver | Reset prepared statements post execution, to avoid...
|
commit | commitdiff | tree |
2006-05-05 |
Bojan Smojver | Don't pay attention to transactions when preparing...
|
commit | commitdiff | tree |
2006-05-02 |
Bojan Smojver | Implement prepared statement support in SQLite3 DBD...
|
commit | commitdiff | tree |
2006-04-29 |
Bojan Smojver | Fix SQLite3 double commit attempt
|
commit | commitdiff | tree |
2006-04-25 |
Bojan Smojver | Check bad transaction state in dbd_pgsql_pquery()/dbd_pgsql_...
|
commit | commitdiff | tree |