/[v1]/trunk/c++/include/cgi/cgiapp.hpp
ViewVC logotype

Log of /trunk/c++/include/cgi/cgiapp.hpp

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 98307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 26 16:12:23 2022 UTC (19 months ago) by grichenk
File length: 28662 byte(s)
Diff to previous 95319
Added max number of threads parameter for FastCGI-MT. JIRA CXX-12705

Revision 95319 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 4 18:01:56 2021 UTC (2 years, 6 months ago) by grichenk
File length: 28608 byte(s)
Diff to previous 94522
Fixed initialization of m_ShouldExit. JIRA CXX-12208

Revision 94522 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Aug 12 13:43:04 2021 UTC (2 years, 9 months ago) by grichenk
File length: 28600 byte(s)
Diff to previous 87877
Added xfcgi_mt library. JIRA CXX-12023

Revision 87877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 16 17:41:10 2019 UTC (4 years, 7 months ago) by grichenk
File length: 21531 byte(s)
Diff to previous 87307
Added methods for CSRF protection. JIRA CXX-10792

Revision 87307 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 16 16:59:06 2019 UTC (4 years, 9 months ago) by vasilche
File length: 20932 byte(s)
Diff to previous 86189
Separate time-dependent macros into separate headers. JIRA: CXX-10509

Revision 86189 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 15 19:12:07 2019 UTC (5 years, 1 month ago) by ucko
File length: 20901 byte(s)
Diff to previous 81538
Track executables' original link-time names.

- Have the traditional build system predefine NCBI_APP_BUILT_AS for apps.
- Have NCBI_SBUILDINFO_DEFAULT_IMPL capture it (if available) via a
  new eBuiltAs tag and a new NCBI_BUILT_AS_SBUILDINFO macro.
- Have CDiagContext_Extra::PrintNcbiAppInfoOnStart cover this tag.
- Have CCgiApplication's constructor explicitly collect and propagate
  build info to extend the impact of this setup.

JIRA: CXX-10554.

Revision 81538 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 12 15:54:55 2018 UTC (6 years, 2 months ago) by grichenk
File length: 20849 byte(s)
Diff to previous 81477
Moved SIGTERM logging out of signal handler. JIRA CXX-9919

Revision 81477 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 6 16:10:38 2018 UTC (6 years, 2 months ago) by grichenk
File length: 20823 byte(s)
Diff to previous 80318
Optionally allow requests to complete on SIGTERM. JIRA CXX-9919

Revision 80318 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 28 16:40:03 2017 UTC (6 years, 6 months ago) by grichenk
File length: 20778 byte(s)
Diff to previous 75923
Added automatic health commands processing. JIRA CXX-9595

Revision 75923 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 29 14:53:26 2016 UTC (7 years, 5 months ago) by grichenk
File length: 20052 byte(s)
Diff to previous 75922
Updated comment on ProcessHelpRequest. JIRA CXX-8916

Revision 75922 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 29 14:05:52 2016 UTC (7 years, 5 months ago) by grichenk
File length: 18750 byte(s)
Diff to previous 75841
Added automatic version and help output. JIRA CXX-8904, CXX-8916

Revision 75841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 19:35:41 2016 UTC (7 years, 5 months ago) by grichenk
File length: 18003 byte(s)
Diff to previous 75835
Renamed 'version' to 'ncbi_version', enabled by default. JIRA CXX-8904

Revision 75835 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 17:33:40 2016 UTC (7 years, 5 months ago) by grichenk
File length: 17998 byte(s)
Diff to previous 75834
Updated comment on ProcessVersionRequest. JIRA CXX-8904

Revision 75834 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 17:27:31 2016 UTC (7 years, 5 months ago) by grichenk
File length: 17607 byte(s)
Diff to previous 71852
Automatic handling of version=short|long requests. JIRA CXX-8904

Revision 71852 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 4 12:46:26 2016 UTC (8 years, 1 month ago) by dicuccio
File length: 17259 byte(s)
Diff to previous 71057
auto_ptr -> unique_ptr
JIRA: CXX-7984

Revision 71057 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 8 18:39:43 2016 UTC (8 years, 3 months ago) by grichenk
File length: 17245 byte(s)
Diff to previous 63463
Added support for chunked transfers and trailer. JIRA CXX-7695

Revision 63463 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 1 15:57:12 2014 UTC (9 years, 10 months ago) by grichenk
File length: 16401 byte(s)
Diff to previous 59654
Fixed SetHTTPStatus.

Revision 59654 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 10 16:29:15 2013 UTC (10 years, 8 months ago) by grichenk
File length: 16263 byte(s)
Diff to previous 56229
Automatically handle HEAD requests. JIRA CXX-4328

Revision 56229 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 13 19:29:59 2012 UTC (11 years, 6 months ago) by grichenk
File length: 16176 byte(s)
Diff to previous 53171
Remember bad output stream state. JIRA CXX-3590

Revision 53171 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 28 17:00:34 2012 UTC (12 years, 3 months ago) by grichenk
File length: 15951 byte(s)
Diff to previous 49647
Added parameters to control HTTP status and logging on broken connection. JIRA CXX-2987

Revision 49647 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 12 16:06:56 2011 UTC (13 years ago) by grichenk
File length: 15549 byte(s)
Diff to previous 45612
Added tracking cookie to HTTP headers. JIRA CXX-2360

Revision 45612 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 3 00:56:06 2010 UTC (14 years ago) by kazimird
File length: 15434 byte(s)
Diff to previous 45486
Fixed compilation warning in cgi2rcgi.cpp: overloaded virtual function "ncbi::CCgiApplication::CreateContext" is only partially overridden in class "CCgi2RCgiApp".

Revision 45486 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 21 00:58:51 2010 UTC (14 years, 1 month ago) by kazimird
File length: 15686 byte(s)
Diff to previous 40499
Fixed JIRA CXX-1658: cgi2rcgi discards POST request when donot_parse_content = false is specified.

Revision 40499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 22 15:59:47 2008 UTC (15 years, 5 months ago) by grichenk
File length: 15122 byte(s)
Diff to previous 38978
HTTP status is set through CRequestContext by both CCgiApplication and CCgiResponse. JIRA CXX-796

Revision 38978 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 18 15:09:05 2008 UTC (15 years, 9 months ago) by grichenk
File length: 15191 byte(s)
Diff to previous 38929
Enable SELF_URL logging by default.
Print request-stop only if request-start has been printed.
JIRA CXX-634

Revision 38929 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 12 18:02:47 2008 UTC (15 years, 9 months ago) by grichenk
File length: 15055 byte(s)
Diff to previous 38376
Added virtual PreparseArgs().
Added processing of '-version' and '-version-full' to CCgiApplication.
JIRA CXX-631

Revision 38376 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jun 26 14:12:00 2008 UTC (15 years, 11 months ago) by lavr
File length: 14674 byte(s)
Diff to previous 37950
Reducing dependencies

Revision 37950 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 20 19:17:03 2008 UTC (16 years ago) by grichenk
File length: 14826 byte(s)
Diff to previous 36350
Redesigned CDiagContext properties, moved per-request properties to CRequestContext.
Added logging of ncbi_st cookie and page hit ID. ADB-29, CXX-337

Revision 36350 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 20 15:49:58 2007 UTC (16 years, 5 months ago) by vakatov
File length: 14829 byte(s)
Diff to previous 34939
FASTCGI_ScheduleExit() -- to end Fast-CGI loop ASAP

Revision 34939 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 8 19:40:00 2007 UTC (16 years, 9 months ago) by grichenk
File length: 14406 byte(s)
Diff to previous 34896
Reverted CGI stats.

Revision 34896 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 6 19:01:24 2007 UTC (16 years, 9 months ago) by grichenk
File length: 12561 byte(s)
Diff to previous 33815
Removed old-style logging from CGIs.
Fixed warnings.

Revision 33815 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 4 17:18:18 2007 UTC (17 years ago) by kazimird
File length: 14839 byte(s)
Diff to previous 33050
Fixed svn properties in trunk/c++.

Revision 33050 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 19 20:03:20 2007 UTC (17 years, 2 months ago) by didenko
File length: 14839 byte(s)
Diff to previous 32978
Added caching cgis' results implementation

Revision 32978 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Mar 14 18:28:49 2007 UTC (17 years, 2 months ago) by grichenk
File length: 14285 byte(s)
Diff to previous 32839
Process http referer in both cgi and fast-cgi.

Revision 32839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 5 20:41:55 2007 UTC (17 years, 2 months ago) by kazimird
File length: 14184 byte(s)
Diff to previous 30141
CVS $Log$ keyword clean-up: everything except "internal".

Revision 30141 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 18 15:01:56 2006 UTC (17 years, 8 months ago) by grichenk
File length: 20545 byte(s)
Diff to previous 29562
Fixed log file creation. Check if log dir exists.

Revision 29562 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 8 18:27:51 2006 UTC (17 years, 9 months ago) by didenko
File length: 20537 byte(s)
Diff to previous 28383
Added customization to the tracking cookie

Revision 28383 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 18 19:07:27 2006 UTC (18 years ago) by grichenk
File length: 19791 byte(s)
Diff to previous 26011
Added output to log file(s), application access log, new cgi log formatting.

Revision 26011 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 5 16:23:39 2006 UTC (18 years, 4 months ago) by grichenk
File length: 18762 byte(s)
Diff to previous 25794
Added VerifyCgiContext() to prohibit HTTP_X_MOZ prefetch.

Revision 25794 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 20 20:36:02 2005 UTC (18 years, 5 months ago) by didenko
File length: 18487 byte(s)
Diff to previous 25771
Comments cosmetics
Small interace changes

Revision 25771 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 19 16:55:04 2005 UTC (18 years, 5 months ago) by didenko
File length: 18089 byte(s)
Diff to previous 25718
Improved CGI Session implementation

Revision 25718 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 15 18:21:16 2005 UTC (18 years, 5 months ago) by didenko
File length: 17942 byte(s)
Diff to previous 22606
Added CGI session support

Revision 22606 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 31 13:37:59 2005 UTC (19 years ago) by didenko
File length: 17796 byte(s)
Diff to previous 22480
Made m_RequestFlags a protected member

Revision 22480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 23 15:20:47 2005 UTC (19 years ago) by didenko
File length: 17693 byte(s)
Diff to previous 22474
Undo wrong commit

Revision 22474 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon May 23 15:03:09 2005 UTC (19 years ago) by didenko
File length: 17671 byte(s)
Diff to previous 20844
Added Serialize/Deserialize methods to CCgiRequest class

Revision 20844 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Mar 10 18:03:58 2005 UTC (19 years, 2 months ago) by vakatov
File length: 17518 byte(s)
Diff to previous 19573
Made SetupArgDescriptions() and GetArgs() virtual.
Keep and use its own CArgs instance rather than the CNcbiApplication's one

Revision 19573 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 27 20:31:38 2004 UTC (19 years, 5 months ago) by vakatov
File length: 17236 byte(s)
Diff to previous 19121
+ CCgiApplication::OnEvent() -- to allow one catch and handle a variety of
  states and events happening in the CGI and Fast-CGI applications

Doxygen'ized and updated comments (in the header only).

Revision 19121 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 1 13:50:13 2004 UTC (19 years, 6 months ago) by kuznets
File length: 14091 byte(s)
Diff to previous 15521
Changes to make CGI parameters available as arguments

Revision 15521 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 12:43:55 2004 UTC (20 years ago) by kuznets
File length: 13531 byte(s)
Diff to previous 11961
Changes to control HTTP parsing (CCgiRequest flags)

Revision 11961 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 5 18:25:32 2003 UTC (20 years, 6 months ago) by dicuccio
File length: 13223 byte(s)
Diff to previous 9563
Added export specifiers.  Added private, unimplemented copy ctor/assignment
operator

Revision 9563 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 24 15:02:18 2003 UTC (20 years, 11 months ago) by ucko
File length: 12932 byte(s)
Diff to previous 9020
Prefix exception with std:: in OnException's declaration to avoid
possible clashes with the struct exception in Sun's <math.h>.

Revision 9020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 21 17:38:04 2003 UTC (21 years ago) by vakatov
File length: 12750 byte(s)
Diff to previous 8399
   CCgiApplication::x_RunFastCGI():  increased the default number of
FastCGI iterations from 3 to 10; also changed the meaning of the exit code.
   CCgiApplication::OnException():  new virtual method to handle
exception(s) -- allows sending the exception messages back to the HTTP
client and setting the exit code.
   CCgiApplication::x_FCGI_ShouldRestart():  moved to "fcgi_run.cpp".

Revision 8399 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Apr 10 19:04:31 2003 UTC (21 years, 1 month ago) by siyan
File length: 11487 byte(s)
Diff to previous 8091
Added doxygen support

Revision 8091 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 24 16:14:11 2003 UTC (21 years, 2 months ago) by ucko
File length: 11366 byte(s)
Diff to previous 7849
New accessors GetFCgiIteration and IsFastCGI; new data member m_Iteration.

Revision 7849 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 3 16:36:46 2003 UTC (21 years, 3 months ago) by kuznets
File length: 10979 byte(s)
Diff to previous 7816
explicit use of std namespace when reffering exception

Revision 7816 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Feb 27 17:55:05 2003 UTC (21 years, 3 months ago) by ucko
File length: 10869 byte(s)
Diff to previous 7798
+x_FCGI_ShouldRestart

Revision 7798 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 26 17:34:36 2003 UTC (21 years, 3 months ago) by kuznets
File length: 10710 byte(s)
Diff to previous 7774
CCgiStatistics::Reset changed to take exception as a parameter

Revision 7774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 25 14:11:11 2003 UTC (21 years, 3 months ago) by kuznets
File length: 10597 byte(s)
Diff to previous 7720
Added support of CCookieAffinity service interface, host IP address, cookie encoding

Revision 7720 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 19 17:51:46 2003 UTC (21 years, 3 months ago) by kuznets
File length: 10134 byte(s)
Diff to previous 7559
Added generation of load balancing cookie

Revision 7559 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Feb 5 01:21:43 2003 UTC (21 years, 3 months ago) by ucko
File length: 9966 byte(s)
Diff to previous 7544
"friend" -> "friend class" for GCC 3; CVS log -> end.

Revision 7544 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Feb 4 21:27:22 2003 UTC (21 years, 3 months ago) by kuznets
File length: 9852 byte(s)
Diff to previous 7406
+ Implementation of statistics logging

Revision 7406 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 23 19:59:02 2003 UTC (21 years, 4 months ago) by kuznets
File length: 8092 byte(s)
Diff to previous 3839
CGI logging improvements

Revision 3839 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 19 15:20:23 2001 UTC (22 years, 6 months ago) by ucko
File length: 7364 byte(s)
Diff to previous 3761
Switch CGI stuff to new diagnostics interface.

Revision 3761 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 31 15:30:19 2001 UTC (22 years, 7 months ago) by golikov
File length: 8532 byte(s)
Diff to previous 3640
warning removed

Revision 3640 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 17 14:18:22 2001 UTC (22 years, 7 months ago) by ucko
File length: 8460 byte(s)
Diff to previous 3581
Add CCgiApplication::SetCgiDiagHandler for the benefit of derived
classes that overload ConfigureDiagDestination.

Revision 3581 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 5 14:56:38 2001 UTC (22 years, 7 months ago) by ucko
File length: 8224 byte(s)
Diff to previous 3573
Minor interface tweaks for CCgiStreamDiagHandler and descendants.

Revision 3573 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 4 18:17:57 2001 UTC (22 years, 7 months ago) by ucko
File length: 7864 byte(s)
Diff to previous 2988
Accept additional query parameters for more flexible diagnostics.
Support checking the readiness of CGI input and output streams.

Revision 2988 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 13 21:04:37 2001 UTC (22 years, 11 months ago) by vakatov
File length: 5932 byte(s)
Diff to previous 2383
Formal improvements and general beautifications of the CGI lib sources.

Revision 2383 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 12 21:58:44 2001 UTC (23 years, 4 months ago) by golikov
File length: 6192 byte(s)
Diff to previous 1230
cgicontext available from cgiapp

Revision 1230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 20 17:54:58 2000 UTC (24 years, 4 months ago) by vakatov
File length: 5882 byte(s)
Diff to previous 1121
CCgiApplication:: constructor to get CNcbiArguments, and not raw argc/argv.
SetupDiag_AppSpecific() to override the one from CNcbiApplication:: -- lest
to write the diagnostics to the standard output.

Revision 1121 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 04:06:20 1999 UTC (24 years, 5 months ago) by vakatov
File length: 5028 byte(s)
Diff to previous 1020
Added CCgiApplication::RunFastCGI()

Revision 1020 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 15 15:54:59 1999 UTC (24 years, 6 months ago) by sandomir
File length: 4726 byte(s)
Diff to previous 673
Registry support moved from CCgiApplication to CNcbiApplication

Revision 673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 19:21:54 1999 UTC (25 years ago) by pubmed
File length: 4815 byte(s)
Diff to previous 663
myncbi - initial version; minor changes in CgiContext, history, query

Revision 663 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 03:11:57 1999 UTC (25 years ago) by vakatov
File length: 4448 byte(s)
Diff to previous 637
Moved the CGI API(along with the relevant tests) from "corelib/" to "cgi/"

Revision 637 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 6 20:33:44 1999 UTC (25 years ago) by pubmed
File length: 4339 byte(s)
Diff to previous 625
CNcbiResource -> CNcbiDbResource; utils from query; few more context methods

Revision 625 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 30 16:38:08 1999 UTC (25 years, 1 month ago) by vakatov
File length: 4229 byte(s)
Diff to previous 616
#include <ncbireg.hpp> to provide CNcbiRegistry class definition(see R1.13)

Revision 616 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 17:01:23 1999 UTC (25 years, 1 month ago) by vakatov
File length: 4093 byte(s)
Diff to previous 613
#include <ncbires.hpp> to provide CNcbiResource class definition
for the "auto_ptr<CNcbiResource>" (required by "delete" under MSVC++)

Revision 613 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 27 14:50:21 1999 UTC (25 years, 1 month ago) by vasilche
File length: 3896 byte(s)
Diff to previous 528
Added FastCGI interface.
CNcbiContext renamed to CCgiContext.

Revision 528 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 22 21:12:39 1999 UTC (25 years, 3 months ago) by sandomir
File length: 3443 byte(s)
Diff to previous 449
MsgRequest -> NcbiContext

Revision 449 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 28 23:29:17 1998 UTC (25 years, 5 months ago) by vakatov
File length: 3408 byte(s)
Diff to previous 438
New CVS and development tree structure for the NCBI C++ projects

Revision 438 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Dec 28 15:43:13 1998 UTC (25 years, 5 months ago) by sandomir
File length: 3277 byte(s)
Diff to previous 388
minor fixed in CgiApp and Resource

Revision 388 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 10 17:36:56 1998 UTC (25 years, 5 months ago) by sandomir
File length: 3215 byte(s)
Diff to previous 383
ncbires.cpp added

Revision 383 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 9 23:00:54 1998 UTC (25 years, 5 months ago) by lewisg
File length: 3143 byte(s)
Diff to previous 375
use new cgiapp class

Revision 375 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 9 17:27:45 1998 UTC (25 years, 5 months ago) by sandomir
File length: 2749 byte(s)
Diff to previous 374
tool should be changed to work with the new CCgiApplication

Revision 374 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Dec 9 16:49:56 1998 UTC (25 years, 5 months ago) by sandomir
File length: 2642 byte(s)
CCgiApplication added

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

NCBI Systems Team">NCBI Systems Team
ViewVC Help
Powered by ViewVC 1.1.20  

HHS Vulnerability Disclosure