Added yazlog utility which calls yaz_log with YLOG_LOG level.
[simpleserver-moved-to-github.git] / SimpleServer.xs
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