| Commit message (Expand) | Author | Age | Files | Lines |
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
* | Proper header check for yaz. | Wez Furlong | 2003-12-22 | 1 | -17/+15 |
* | add config.w32 for ext/yaz | Wez Furlong | 2003-12-19 | 1 | -0/+38 |
* | For YAZ, RSHUTDOWN closes persistent connections that have been idle | Adam Dickmeiss | 2003-10-24 | 2 | -2/+35 |
* | Fix Win32 linkage problems | Zeev Suraski | 2003-08-31 | 1 | -0/+3 |
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -6/+3 |
* | Fix yaz_record, type array to return bibliographic record part | Adam Dickmeiss | 2003-07-30 | 1 | -0/+2 |
* | Fix typo (and debug build) | foobar | 2003-07-25 | 1 | -1/+1 |
* | proto fixes | Andrey Hristov | 2003-07-19 | 1 | -18/+18 |
* | On Windows, handle YAZ versions that don't export yaz_version. | Adam Dickmeiss | 2003-07-04 | 1 | -0/+12 |
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 |
* | Prevent yaz from logging unless yaz.log_file is set | Adam Dickmeiss | 2003-05-30 | 1 | -4/+7 |
* | Fix close of log file. Ensure that YAZ log file is reset too | Adam Dickmeiss | 2003-05-27 | 1 | -3/+1 |
* | Display current version as well as compiled version | Adam Dickmeiss | 2003-05-18 | 1 | -2/+5 |
* | Fix yaz_wait. Async mode incorrectly determine resource | Adam Dickmeiss | 2003-05-14 | 1 | -1/+5 |
* | Fix problem with yaz_record in array mode, when record is unavailable. | Adam Dickmeiss | 2003-05-13 | 1 | -14/+16 |
* | ws fix | foobar | 2003-04-28 | 1 | -8/+8 |
* | For yaz_wait, when event=>TRUE is specified for array options, | Adam Dickmeiss | 2003-04-28 | 1 | -8/+31 |
* | 64 bit corrections to parameters to OnUpdateInt Bug #20994 (Dave) | David Hill | 2003-03-10 | 1 | -1/+1 |
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -1/+1 |
* | YAZ 2.0 or later is required now. | foobar | 2003-02-28 | 2 | -6/+6 |
* | ws & CS | foobar | 2003-02-28 | 2 | -631/+536 |
* | Tabify | Adam Dickmeiss | 2003-02-25 | 1 | -142/+142 |
* | yaz_search supports query type cql | Adam Dickmeiss | 2003-02-25 | 1 | -0/+12 |
* | Fix obvious errors.. | foobar | 2003-02-12 | 1 | -1/+2 |
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -22/+9 |
* | Fix functions comments (connection resource rather than connection id). | Adam Dickmeiss | 2003-01-15 | 2 | -43/+137 |
* | Fix lib config for the case where YAZ depends on multiple libraries | Adam Dickmeiss | 2003-01-15 | 1 | -10/+4 |
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
* | Close log file on shutdown. | Ilia Alshanetsky | 2002-12-15 | 1 | -0/+4 |
* | Compile warning fix. | Ilia Alshanetsky | 2002-11-13 | 1 | -0/+2 |
* | Fixed compile warning, removed unused variables and added process.h header, | Ilia Alshanetsky | 2002-11-05 | 1 | -3/+5 |
* | Fix handling of zero-length records | Adam Dickmeiss | 2002-11-05 | 1 | -11/+3 |
* | Raw records for yaz_record | Adam Dickmeiss | 2002-10-28 | 1 | -14/+20 |
* | fix typo | foobar | 2002-09-20 | 1 | -1/+1 |
* | Added check for yaz version into configure. | foobar | 2002-09-20 | 1 | -0/+10 |
* | Remove compatibility for old YAZ versions (use ZOOM API only) | Adam Dickmeiss | 2002-09-19 | 1 | -1569/+12 |
* | New option for yaz_connect: charset | Adam Dickmeiss | 2002-09-19 | 1 | -1/+6 |
* | Bug fix: dont cache connection if proxy setting have changed | Adam Dickmeiss | 2002-08-30 | 1 | -0/+1 |
* | Make options piggyback and timeout work with ZOOM | Adam Dickmeiss | 2002-08-19 | 1 | -0/+9 |
* | Fixed proxy setting for ZOOM | Adam Dickmeiss | 2002-07-30 | 1 | -0/+2 |
* | Make PHP part of Z39.50 implementation name | Adam Dickmeiss | 2002-07-29 | 1 | -0/+1 |
* | Use type ext rather than raw for ZOOM record fetch | Adam Dickmeiss | 2002-07-29 | 1 | -1/+1 |
* | Nuke unused variable | foobar | 2002-07-13 | 1 | -1/+0 |
* | Fix ZTS build | foobar | 2002-07-12 | 2 | -12/+7 |
* | yaz.max_links, yaz_log_file setting. User-defined Other Info | Adam Dickmeiss | 2002-07-11 | 2 | -28/+52 |
* | Include YAZ support libs (if any) | Adam Dickmeiss | 2002-07-11 | 1 | -0/+5 |
* | Use ZOOM API for newer YAZ versions. | Adam Dickmeiss | 2002-06-02 | 1 | -26/+423 |