Comment on needing YAZ 3.0.9
[simpleserver-moved-to-github.git] / SimpleServer.xs
2007-08-10 Mike TaylorAdd yaz_diag_bib1_to_srw(bib1_code) -- hey, why not?
2007-08-10 Mike TaylorAdd yaz_diag_srw_to_bib1(srw_code)
2007-08-10 Mike TaylorAdd string_or_undef() utility function. Used when...
2007-08-08 Mike TaylorAdd support for GHANDLE global handle.
2007-05-23 Anders S. MortensenInsert emtpy schema setting unless schema is specified...
2007-05-23 Adam DickmeissSmarter OID handling. And, hopefully, correct.
2007-05-23 Adam DickmeissFixed bug #1137: Update simpleserver for YAZ 3
2007-04-17 Adam DickmeissUpdate for YAZ 3s libyaz_server.la
2007-04-17 Adam DickmeissRefactor the use of dotted-string utils
2007-04-17 Adam DickmeissRemoved dotted2oid which exists in YAZ already
2007-04-17 Adam DickmeissUpdated for YAZ 3.
2007-03-05 Mike TaylorIncrease GRS_BUF_SIZE from 512 (very small!) to 8192.
2006-12-22 Anders S. MortensenUsing YLOG_WARN instead of LOG_WARN.
2006-12-01 Anders S. MortensenRemoving compiler warnings.
2006-07-26 Mike TaylorOnly pass schema back to caller if its non-zero-length.
2006-07-26 Mike TaylorRemove logging
2006-07-25 Mike TaylorMove all SCHEMA stuff into a single place (still doesn...
2006-07-24 Mike TaylorDo not barf un unrecognised types of record specificati...
2006-07-21 Mike TaylorSupport for SCHEMA
2006-06-07 Sebastian HammerExposing SRW_SORTKEYS parameter to handler
2006-06-05 Sebastian HammerAdded HANDLE to Explain request structure
2006-06-02 Sebastian HammerAdded explain handler. Input=DATABASE output=EXPLAIN
2006-06-02 Anders S. MortensenSupport Z_SortKey_sortAttributes in bend_sort. This...
2006-05-31 Sebastian HammerHandling complex compspec in present/fetch (slightly...
2006-04-21 Anders S. MortensenFor now, we reject sortAttribute with errcode 207.
2006-04-19 Anders S. MortensenRegistering the bend_sort handler and implemented the...
2006-04-19 Mike TaylorThrow away rpn2pquery(), use YAZ's yaz_rpnquery_to_wrbu...
2006-04-10 Adam DickmeissAvoid mixed stmt/var declare
2006-04-09 Adam DickmeissFor open style auth, set username ("USER") always.
2006-04-09 Adam DickmeissDont hv_store NULL user,passwd in bend_init
2006-03-09 Mike TaylorSupport for SRU and SRW. Mostly this is provided by...
2006-01-30 Adam DickmeissAvoid mixed stmt/var declare
2005-11-09 Adam DickmeissAdded yazlog utility which calls yaz_log with YLOG_LOG...
2004-09-03 Mike TaylorPrototypes are now explicitly disabled. This makes...
2004-06-07 Adam DickmeissDo not sv_free session handle if close handler is called
2004-06-07 Adam DickmeissDo not build tst_clones for non-threaded Perls
2004-06-06 Adam DickmeissUse CLONEf_CLONE_HOST for perl_clone
2004-06-05 Adam DickmeissRemove a few unused variables
2004-06-05 Adam DickmeissFixed memory leak in bend_close: added sv_free of Perl...
2004-06-05 Adam DickmeissAllow us to stop server (for memory debugging purposes)
2004-06-04 Adam DickmeissFix leak for data for members implementation_{id,name...
2004-05-29 Adam DickmeissUse only perl_clone if USE_ITHREADS is defined
2004-05-14 Adam DickmeissMoved C declaration to start of block
2004-05-13 Adam DickmeissBump year
2004-05-13 Adam DickmeissFix memory leak due to the use of perl_clone. A mutex...
2004-05-11 Adam DickmeissDo not include unistd.h on Windows. Remove redundant...
2004-05-11 Anders S. MortensenSimpleserver is now thread proof.
2003-09-09 Mike TaylorReturn diagnostics on Init failure
2003-09-09 Mike Taylor(Finally!) support implementation-ID
2003-01-03 Anders S. MortensenApplied Dave's GRS-1 patch - actually this was already...
2003-01-03 Anders S. Mortensen*** empty log message ***
2002-11-26 Mike Taylorbasic support for idPass authentication
2002-09-16 Anders S. MortensenAdded support for authentication into SimpleServer.
2002-03-05 Mike TaylorSupport for implementation_id (commented out until...
2002-02-28 Mike TaylorAdd RPN structure to search-handler argument hash.
2001-08-30 Anders S. MortensenSmall changes.
2001-08-30 Anders S. MortensenCorrected a memory leak, one more to go.
2001-08-29 Anders S. MortensenAdded routines
2001-08-24 Anders S. MortensenAdded support for scan.
2001-05-21 Anders S. MortensenExtended maximum numbers of GRS-1 elements. Should...
2001-03-13 Anders S. MortensenAdded support for GRS-1.
2001-02-08 Anders S. MortensenAdded a PID member to the argument hashed.
2000-10-23 Anders S. MortensenFixed the problem sv_undef. The package should now...
2000-10-13 Anders S. MortensenAdded present service
2000-09-15 Anders S. MortensenCorrected use of generic Z_ElementSetNames
2000-09-08 Anders S. MortensenRemoved LEN, and updated the documentation.
2000-09-08 Anders S. MortensenInitial revision