source: trunk/gsdl/src/recpt/receptionist.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3036   22 years jrm21 text strings weren't being properly converted for file output via the …
(edit) @3007   22 years jrm21 Replaced old code to get file descriptors from ofstreams for locking …
(edit) @2957   22 years sjboddie Changed my mind about last changes (adding http headers to prevent …
(edit) @2942   22 years sjboddie Added some http headers in an attempt to prevent pages output by …
(edit) @2937   22 years sjboddie Fixed a few minor issues that surfaced when attempting to get …
(edit) @2773   23 years kjm18 changes to enable language specific collectionmeta
(edit) @2660   23 years jrm21 minor tweak - we were printing Last-Modified header with UTC set to …
(edit) @2613   23 years sjboddie No longer use the old _Xmn_ hack that allowed us to switch between …
(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) @2561   23 years sjboddie Fixed a bug preventing usage logging from working under the web library
(edit) @2397   23 years sjboddie * empty log message *
(edit) @2386   23 years jrm21 Now prints out an HTTP Last-modified: header for any request with the …
(edit) @2379   23 years jrm21 added #define line for iostream stuff to work under Mac OS X.
(edit) @2218   23 years sjboddie Fixed a couple of little bugs in the collector - bugs only showed up …
(edit) @2212   23 years sjboddie Fixed a bug that was causing the local library server to attempt to …
(edit) @2113   23 years say1 integrated the new mico package. updated corba to 2.3.7. fixed the c++ …
(edit) @1927   23 years sjboddie Fixed a bug in the C++ encoding support - 8 bit encodings like …
(edit) @1877   23 years sjboddie fixed a couple of minor bugs that were introduced with the corba stuff
(edit) @1870   23 years sjboddie Tidied up language support stuff.
(edit) @1861   23 years cs025 Removed debugging code accidentally left in first CORBA commit.
(edit) @1860   23 years cs025 Included CORBA branch for first time
(edit) @1856   23 years sjboddie Added Encoding and Language options to main.cfg configuration file so …
(edit) @1838   23 years sjboddie Added support for Cyrillic languages (windows codepage 1251) - yet to …
(edit) @1779   23 years sjboddie Implemented LogDateFormat configuration option.
(edit) @1778   23 years sjboddie Implemented the new MailServer, LogEvents, EmailEvents and …
(edit) @1762   23 years sjboddie Added support for the new LogEvents, EmailEvents, EmailUserEvents and …
(edit) @1305   24 years sjboddie some more tidying up of end-user collection building
(edit) @1285   24 years sjboddie Removed CVS logging information from source files
(edit) @1270   24 years sjboddie Receptionist now caches collection information to avoid making …
(edit) @1268   24 years sjboddie fixed bug causing segmentation fault when an invalid collection was …
(edit) @1193   24 years sjboddie a few small changes to get an initial release of the local library
(edit) @1170   24 years sjboddie minor modifications to get web library compiling under VC++ 6.0
(edit) @1148   24 years sjboddie attempting to get end-user collection building to work under windows
(edit) @1089   24 years sjboddie tidied up error messaging and set up some debugging info to be output …
(edit) @950   24 years sjboddie set macros for displaying macrons in utf8
(edit) @935   24 years sjboddie made compressedoptions macro dm_safe - added SCRIPT_NAME to log string
(edit) @904   24 years sjboddie fixed potential bug in ccscols stuff
(edit) @864   24 years sjboddie a few small changes to get fastcgi working properly here at Waikato - …
(edit) @806   24 years sjboddie added arabic encoding
(edit) @799   24 years sjboddie added support for multiple gsdlhomes and gdbmhomes
(edit) @789   24 years sjboddie fixed bug in logout
(edit) @776   24 years sjboddie added multiplevalue option to cgiarginfo
(edit) @769   24 years sjboddie A location url may now contain macros
(edit) @760   25 years sjboddie changes to arguments of many functions
(edit) @731   25 years sjboddie yet another problem with calling browserclass processOID functions …
(edit) @722   25 years davidb Collection building support through web pages and internal and …
(edit) @712   25 years sjboddie tidied up a few things - moved processing of "hp" argument to …
(edit) @669   25 years sjboddie finished changes to browsing support
(edit) @649   25 years sjboddie - metadata now returns mp rather than array - redesigned browsing …
(edit) @606   25 years sjboddie tidied up file locking
(edit) @595   25 years sjboddie added some file locking stuff for logging. Windows still needs to be done.
(edit) @533   25 years sjboddie added GPL notice
(edit) @530   25 years rjmcnab Made the page parameters configurable. Now the page parameters must …
(edit) @526   25 years rjmcnab Made cookies and logs optional (they are turned off by default). To …
(edit) @512   25 years rjmcnab A few small things.
(edit) @468   25 years sjboddie made FilterRequest_t::docSet an array rather than a set
(edit) @463   25 years sjboddie -fixed up location redirection -added some usage logging, also now set …
(edit) @456   25 years sjboddie added some collection-level metadata stuff
(edit) @451   25 years sjboddie added support for html classifier (i.e. the hp argumant now must be …
(edit) @446   25 years sjboddie format option ShowTopPages is now called DocumentTopPages
(edit) @438   25 years sjboddie moved OID translation stuff from …
(edit) @418   25 years sjboddie -added collectinfo argument to some functions -made some function …
(edit) @388   25 years rjmcnab Moved the setting of argsinfo into the constructor. Added the …
(edit) @366   25 years rjmcnab Stored origin of cgiarg with argument.
(edit) @362   25 years rjmcnab Added calls to define_external_cgiargs.
(edit) @297   25 years sjboddie fixed a couple of version conflicts - tidied up some small things
(edit) @296   25 years rjmcnab Made a couple of changes to handle different encodings.
(edit) @263   25 years sjboddie query string macro (_cgiargq_) is now made html safe before being set
(edit) @261   25 years sjboddie added argsinfo to the call to check_cgiargs to make it easy to set …
(edit) @248   25 years sjboddie lots of stuff - getting documentaction working (documentaction …
(edit) @206   25 years sjboddie altered receptionist slightly so it now passes *collectproto to …
(edit) @189   25 years sjboddie fixed some bugs
(edit) @173   25 years rjmcnab Fixed a few things.
(edit) @172   25 years rjmcnab Merged sources.
(edit) @165   25 years rjmcnab Lots of stuff :-)
(edit) @158   25 years rjmcnab Fixed a few compiler warnings.
(edit) @155   25 years rjmcnab Got the receptionist producing something using the statusaction.
(edit) @150   25 years rjmcnab Continued working on receptionist
(edit) @146   25 years rjmcnab Developed the idea of an "action" and having them define the cgi …
(edit) @145   25 years rjmcnab Got it outputing something.
(add) @108   25 years rjmcnab Moved from lib directory.
Note: See TracRevisionLog for help on using the revision log.