Pazpar2 compiles on Windows. But does not yet work
[pazpar2-moved-to-github.git] / src / database.c
2008-04-20 unknownPazpar2 compiles on Windows. But does not yet work
2008-04-14 Adam DickmeissRenamed config.[ch] to pazpar2_config.[ch].
2008-04-14 Adam DickmeissUpdated source file headers with new year and no CVS Id.
2008-02-16 Sebastian HammerEnabled database wildcards, Bug #2100
2007-06-28 Adam DickmeissAdded parameter clear=1 for init command which makes...
2007-05-25 Sebastian Hammertook sizeof of the wrong variable.. darnit
2007-05-18 Sebastian HammerInitialize ID setting searlier -- Should alleviate...
2007-05-11 Sebastian HammerIgnore targets with no name associated -- this is one...
2007-04-23 Adam DickmeissRefactor stuff from logic.c: connection stuff in connec...
2007-04-22 Adam DickmeissRemoved load_simpletargets
2007-04-21 Adam DickmeissPerform getaddrinfo in separate thread for a given...
2007-04-20 Sebastian HammerMade load of XSLT normalization stylesheet dynamic
2007-04-20 Sebastian Hammer*** empty log message ***
2007-04-20 Sebastian HammerAllows definition/override of pz:cclmap:* settings...
2007-04-18 Sebastian HammerI think this addresses Bug 1070.
2007-04-13 Sebastian HammerBad pointer assignment in prepare_yazmarc
2007-04-12 Marc Crommeremoved break statement - actually _using_ the specifie...
2007-04-12 Marc Crommeavoid loading ZeeReX if no config->targetprofiles is...
2007-04-11 Sebastian HammerRemoved 'user' from settings structure and code..
2007-04-11 Sebastian HammerMajor change. Targets are now created when they are...
2007-04-11 Sebastian HammerMoved the check for PZ_ALLOW
2007-04-11 Sebastian HammerFixed bad dereferencing of null settings
2007-04-11 Marc Crommeadded assert to prevent segfault by dereferencing void...
2007-04-11 Sebastian HammerImplemented pz:allow (turn access to targets on or...
2007-04-11 Sebastian HammerBig update. Introduced session-specific settings. These...
2007-04-10 Adam DickmeissGPLv2. Added appendix with full license. Added refernec...
2007-04-08 Sebastian HammerMoved CCL Map, record syntax, charset normalization...
2007-03-30 Sebastian HammerFunctional settings system. At this point, they control...
2007-03-29 Sebastian HammerAdded settings
2007-03-23 Sebastian HammerAdded support for multiple values in filter statement...
2007-03-20 Sebastian HammerAdded optional 'filter' parameter to search. Right...
2007-03-16 Adam DickmeissFixed compilation error on FreeBSD
2007-03-15 Sebastian HammerThis update completes the factoring out of database...