source: trunk/gsdl/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2698   23 years jrm21 Now also gives error message under win32.
(edit) @2697   23 years kjm18 keep a pointer to an IndexData structure so keep state between …
(edit) @2696   23 years jrm21 Removed reference to CC stuff, as we currently only need CXX compiler.
(edit) @2694   23 years paynter Various improvements to the Phrase code, including new copy …
(edit) @2693   23 years kjm18 changed this to parse terms in the same way that the indexer does. …
(edit) @2692   23 years kjm18 phrases now use the case and stem preference settings, they are no …
(edit) @2687   23 years jrm21 added classpath so it compiles without manual intervention now
(edit) @2684   23 years jrm21 attempt to gracefully add rows to the table if the text content of the …
(edit) @2679   23 years kjm18 added unload_database() function to search and mgppsearch classes (but …
(edit) @2678   23 years kjm18 tidy up
(edit) @2677   23 years kjm18 fixed a bug in mgpp collections
(edit) @2676   23 years paynter A list of files that CVS needn't give errors about.
(edit) @2675   23 years paynter Changed phind dir to /phind1/ from /phind/.
(edit) @2674   23 years paynter Changes for the new version of suffix: Added …
(edit) @2673   23 years paynter An alternative, more efficient, version of suffix.cpp. I expect this …
(edit) @2664   23 years sjboddie Re-introduced the old "u" cgi argument for suppressing certain parts …
(edit) @2660   23 years jrm21 minor tweak - we were printing Last-Modified header with UTC set to …
(edit) @2659   23 years jrm21 suffix.o added to $(OBJECTS), so make clean removes it.
(edit) @2646   23 years jrm21 fixed a bug where z3950 collections would die when retrieving a …
(edit) @2627   23 years sjboddie The recent bug fix to prevent collector problems when source …
(edit) @2626   23 years sjboddie A couple of minor changes to avoid compiler problems with VC++ on …
(edit) @2621   23 years jrm21 "utsname *buf" should be "struct utsname *buf" - I think this was …
(edit) @2619   23 years dmm9 bug fix for the filtering out of unwanted docs.
(edit) @2613   23 years sjboddie No longer use the old _Xmn_ hack that allowed us to switch between …
(edit) @2612   23 years dmm9 adding filter for nonexistent metadata
(edit) @2608   23 years jrm21 Last-Modified http header now actually works (needed gsdlhome …
(edit) @2607   23 years sjboddie * empty log message *
(edit) @2606   23 years sjboddie * empty log message *
(edit) @2592   23 years jrm21 We need to explicitly use $(CXX) from configure for the c++ compiler, …
(edit) @2590   23 years jrm21 z3950proto.o needs gdbm.h incpath if not in standard place.
(edit) @2577   23 years sjboddie Windows local library now defaults to using Internet Explorer rather …
(edit) @2572   23 years jrm21 z3950 client config file moved from etc/recpt to etc/packages, so we …
(edit) @2566   23 years sjboddie Added a -make_writable option to build script so the collector can …
(edit) @2561   23 years sjboddie Fixed a bug preventing usage logging from working under the web library
(edit) @2558   23 years sjboddie fixed a bug where the collector would have problems if a source …
(edit) @2557   23 years sjboddie getopt.h was renamed getopt_old.h
(edit) @2556   23 years jrm21 If we have getopt.h in here, gcc will find it instead of …
(edit) @2555   23 years kjm18 changed error messages to be more useful
(edit) @2554   23 years kjm18 changed a comment
(edit) @2553   23 years sjboddie * empty log message *
(edit) @2549   23 years sjboddie fixed a couple of problems introduced by the recent port to windows of …
(edit) @2545   23 years sjboddie Added an unload_database() function to mgsearchclass which is called …
(edit) @2543   23 years sjboddie fixed a bug in the recently added argdb stuff that caused problems …
(edit) @2542   23 years sjboddie * empty log message *
(edit) @2541   23 years jrm21 1) replaced obsolete bzero() calls with memset() calls. 2) Makefile.in …
(edit) @2527   23 years sjboddie * empty log message *
(edit) @2523   23 years sjboddie * empty log message *
(edit) @2518   23 years sjboddie the collector no longer uses the image of the original collection for …
(edit) @2517   23 years sjboddie fixed a bug in the collector that caused problems when cloning a …
(edit) @2514   23 years sjboddie A few minor changes needed to get mgpp to compile under VC++4.2
(edit) @2513   23 years sjboddie * empty log message *
(edit) @2508   23 years sjboddie * empty log message *
(edit) @2507   23 years sjboddie Tidied up the phind client a little more. It now belongs to the …
(edit) @2504   23 years dmm9 added whole document list
(edit) @2502   23 years sjboddie fixed a bug in my phindaction implementation
(edit) @2501   23 years sjboddie a few changes to various makefiles, mostly with regard to the phind …
(edit) @2499   23 years sjboddie * empty log message *
(edit) @2498   23 years sjboddie A couple of small changes to phind's generate code to get it working …
(edit) @2497   23 years sjboddie * empty log message *
(edit) @2494   23 years sjboddie * empty log message *
(edit) @2491   23 years sjboddie Oops, forgot to add new phindaction to CVS tree
(edit) @2490   23 years dmm9 adding changes to search stuff
(edit) @2487   23 years sjboddie Changes to get phind working under windows
(edit) @2477   23 years kjm18 changed bindir and make install command so that it would work.
(edit) @2473   23 years sjboddie Renamed all the mgpp binaries to be mgpp_* instead of mg_*
(edit) @2468   23 years sjboddie Fiddled about with mgpp to get it compiling on Windows under VC++ 6.0. …
(edit) @2466   23 years dmm9 changes to variable names/types
(edit) @2465   23 years dmm9 filter options function filled in
(edit) @2464   23 years dmm9 got filter terms working (sort of)
(edit) @2461   23 years dmm9 removing error messages
(edit) @2460   23 years paynter Added function prototype for format_browsestring.
(edit) @2459   23 years dmm9 got formatting of browse filter string working
(edit) @2456   23 years dmm9 working up query stuff to use browseactiontools
(edit) @2455   23 years dmm9 tools necessary for formulating browsing queries
(edit) @2454   23 years dmm9 added browseactiontools
(edit) @2449   23 years dmm9 added get_document_list function
(edit) @2448   23 years kjm18 fixed unsigned long overflow error in Condense Invf function …
(edit) @2445   23 years jrm21 needed #defines
(edit) @2443   23 years jrm21 added some #defines for proper portability. (eg ftruncate needs …
(edit) @2442   23 years jrm21 portability changes, use getopt from unistd.h (all POSIX systems)
(edit) @2439   23 years sjboddie * empty log message *
(edit) @2438   23 years sjboddie * empty log message *
(edit) @2431   23 years sjboddie * empty log message *
(edit) @2426   23 years sjboddie added an ugly hack to prevent problems when multiple value arguments …
(edit) @2422   23 years cs025 Small modification to eliminate the incorrect addition of HTML around …
(edit) @2418   23 years sjboddie some more small changes to the collector interface
(edit) @2417   23 years sjboddie fixed a bug in the way multi-value cgi arguments were being handled
(edit) @2415   23 years sjboddie re-added the "set preferences" button to the preferences page
(edit) @2407   23 years sjboddie further changes to collector interface
(edit) @2404   23 years dmm9 added content to page
(edit) @2402   23 years jrm21 argdb and collectoraction added to files that depend on lib gdbm.
(edit) @2401   23 years sjboddie Made some changes to the collector so that paths/URLs/ftp addresses …
(edit) @2400   23 years sjboddie Fixed a bug in infodbclass that prevented backslashes from being …
(edit) @2399   23 years sjboddie Caught windows makefile up with browseaction
(edit) @2398   23 years dmm9 undoing a foul up
(edit) @2397   23 years sjboddie * empty log message *
(edit) @2394   23 years dmm9 browse action added
(edit) @2390   23 years dmm9 adding a necessary header file
(edit) @2389   23 years dmm9 creating a browse object
(edit) @2388   23 years dmm9 added receptionis setting code
Note: See TracRevisionLog for help on using the revision log.