CVS log for pegasus/src/Pegasus/Common/Attic/pegasus_socket.cpp

(logo)

Help

(back) Up to [Pegasus] / pegasus / src / Pegasus / Common

Request diff between arbitrary revisions


Default branch: MAIN
Bookmark a link to: HEAD / (download)
Current tag: MAIN

Revision 1.27 , Thu Jan 27 20:34:46 2005 UTC (19 years, 5 months ago) by kumpf
Branch: MAIN
CVS Tags: TASK-PEP362_RestfulService-merged_out_from_trunk, TASK-PEP348_SCMO-merged_out_from_trunk, TASK-PEP317_pullop-merged_out_from_trunk, TASK-PEP317_pullop-merged_in_to_trunk, TASK-PEP311_WSMan-root, TASK-PEP311_WSMan-branch, RELEASE_2_5_0-RC1, HPUX_TEST, HEAD
Changes since 1.26: +0 -0 lines
FILE REMOVED
BUG#: 2226
TITLE: monitor_2 is obsolete

DESCRIPTION: Remove the pegasus_socket class.

Revision 1.26 / (view) - annotate - [select for diffs] , Tue Dec 7 22:43:14 2004 UTC (19 years, 7 months ago) by h.sterling
Branch: MAIN
CVS Tags: SLPPERFINST-root, SLPPERFINST-branch
Changes since 1.25: +0 -16 lines
Diff to previous 1.25
PEP#: 187
TITLE: SSL cert Mgmt Enhancements
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Check in bulk of code, including Schema, CertificateProvider and changes to Common, Config, and Server files.

Revision 1.25 / (view) - annotate - [select for diffs] , Sun Oct 17 19:39:18 2004 UTC (19 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP213_SIZE_OPTIMIZATIONS_TAG, PEP213_SIZE_OPTIMIZATIONS, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.24: +6 -4 lines
Diff to previous 1.24
BUG#: 2196
TITLE: Copyright update

DESCRIPTION: Update all .cpp and .h files for new license and
update the doc/license.txt file.  Note that there were also
a couple of files that had to be fixed because they had violated
the comments rules (ex. blank line at head of file or in the case of
xmlwriter.cpp a comment line //=========  which drove the strip
function nuts.  These were fixed.  This has been compiled and tested
on windows.

Revision 1.24 / (view) - annotate - [select for diffs] , Tue May 18 13:57:53 2004 UTC (20 years, 1 month ago) by h.sterling
Branch: MAIN
CVS Tags: RELEASE_2_4_FC_CANDIDATE_1, MONITOR_CONSOLIDATION_2_5_BRANCH, CQL_2_5_BRANCH
Changes since 1.23: +67 -1 lines
Diff to previous 1.23
PEP#: 165
TITLE: SSL client verification
USER: Heather Sterling
MAIL: hsterl@us.ibm.com

DESCRIPTION

Adding SSL client verification support.
Build with PEGASUS_USE_SSL_CLIENT_VERIFICATION to enable the feature.

Revision 1.23 / (view) - annotate - [select for diffs] , Thu Apr 8 07:23:31 2004 UTC (20 years, 3 months ago) by a.arora
Branch: MAIN
Changes since 1.22: +1 -173 lines
Diff to previous 1.22
BUG#: 1170
BRANCH: Trunk
TITLE: Client side problems when using monitor_2
DESCRIPTION: There was some missing logic which has been fixed now. For details, refer Bug#1170.

Revision 1.22 / (view) - annotate - [select for diffs] , Fri Jan 16 19:21:56 2004 UTC (20 years, 5 months ago) by konrad.r
Branch: MAIN
CVS Tags: RELEASE_2_3_2-root
Branch point for: RELEASE_2_3_2-branch
Changes since 1.21: +2 -1 lines
Diff to previous 1.21
IBMKR: Bug #1148: Compile problems with pegasus_socket

Revision 1.21 / (view) - annotate - [select for diffs] , Fri Jan 16 16:56:25 2004 UTC (20 years, 5 months ago) by konrad.r
Branch: MAIN
Changes since 1.20: +66 -11 lines
Diff to previous 1.20
IBMKR: Bug #1117. Fixes SSL not working while using Monitor2

Revision 1.20 / (view) - annotate - [select for diffs] , Tue Nov 11 20:22:27 2003 UTC (20 years, 7 months ago) by tony
Branch: MAIN
CVS Tags: local, RELEASE_2_3_1-root
Branch point for: RELEASE_2_3_1-branch
Changes since 1.19: +6 -6 lines
Diff to previous 1.19
Bug 764: Compile on solaris 2.6
- use defined(SUNOS_5_6)  to handle unresolved pthread_mutexattr_settype and void * to char * casts.

Revision 1.19 / (view) - annotate - [select for diffs] , Tue Oct 28 23:57:09 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.18: +4 -5 lines
Diff to previous 1.18
bugzilla 966 hpux compiler chokes on pegasus_socket.cpp

Revision 1.18 / (view) - annotate - [select for diffs] , Mon Oct 27 20:30:19 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.17: +74 -5 lines
Diff to previous 1.17
bugzilla 847 - retry ::accept() upon errno == EAGAIN - fix for monitor_2

Revision 1.17 / (view) - annotate - [select for diffs] , Wed Oct 22 13:26:07 2003 UTC (20 years, 8 months ago) by karl
Branch: MAIN
CVS Tags: RELEASE_2_3_0-root, POST_LICENSE_UPDATE_2003
Branch point for: RELEASE_2_3_0-branch
Changes since 1.16: +6 -4 lines
Diff to previous 1.16
PEP 55 Update license on source files to current license text and date

Revision 1.16 / (view) - annotate - [select for diffs] , Mon Oct 13 13:12:09 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
CVS Tags: TEST, PRE_LICENSE_UPDATE_2003
Changes since 1.15: +7 -2 lines
Diff to previous 1.15
bugzilla 662 - patch small leak uncovered by successful shutdown processing

Revision 1.15 / (view) - annotate - [select for diffs] , Fri Oct 10 16:38:59 2003 UTC (20 years, 8 months ago) by mday
Branch: MAIN
Changes since 1.14: +4 -1 lines
Diff to previous 1.14
bugzilla 662 - remove console messages

Revision 1.14 / (view) - annotate - [select for diffs] , Fri Sep 26 18:00:33 2003 UTC (20 years, 9 months ago) by mday
Branch: MAIN
CVS Tags: test, RELEASE_2_3_0-msg-freeze
Changes since 1.13: +7 -8 lines
Diff to previous 1.13
buzilla 535

Revision 1.13 / (view) - annotate - [select for diffs] , Wed Sep 3 16:46:33 2003 UTC (20 years, 10 months ago) by david
Branch: MAIN
Changes since 1.12: +6 -6 lines
Diff to previous 1.12
IBM-DR: BUG 536 Fixing casting problem for OS400

Revision 1.12 / (view) - annotate - [select for diffs] , Fri Aug 22 17:58:18 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.11: +3 -12 lines
Diff to previous 1.11
bugzilla 502, 503, 504 - unix domain sockets, socket test

Revision 1.11 / (view) - annotate - [select for diffs] , Tue Aug 19 01:44:38 2003 UTC (20 years, 10 months ago) by chip
Branch: MAIN
Changes since 1.10: +114 -82 lines
Diff to previous 1.10
Bug 464, 465

Revision 1.10 / (view) - annotate - [select for diffs] , Mon Aug 18 22:30:36 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.9: +4 -3 lines
Diff to previous 1.9
HP-RK Bugzilla 453 (unlink not defined).

Revision 1.9 / (view) - annotate - [select for diffs] , Mon Aug 18 21:20:23 2003 UTC (20 years, 10 months ago) by kumpf
Branch: MAIN
Changes since 1.8: +9 -0 lines
Diff to previous 1.8
HP-RK Bugzilla 455 (Compiler failure in "HTTPAcceptor.cpp", line 626 : Cannot create an object of an abstract class).

Revision 1.8 / (view) - annotate - [select for diffs] , Mon Aug 18 08:55:38 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.7: +6 -0 lines
Diff to previous 1.7
(head) remove fcntl from windows build, pegasus_socket class

Revision 1.7 / (view) - annotate - [select for diffs] , Sun Aug 17 13:41:54 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
fixed typo in new acceptor class when using unix domain sockets

Revision 1.6 / (view) - annotate - [select for diffs] , Sun Aug 17 12:52:38 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
(head) new HTTPAcceptor

Revision 1.5 / (view) - annotate - [select for diffs] , Sat Aug 16 12:36:49 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4
bugzilla 446, 448, 449

Revision 1.4 / (view) - annotate - [select for diffs] , Fri Aug 15 20:25:29 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
(head) fixed a memory leak in the new socket class heirarchy - found by valgrind

Revision 1.3 / (view) - annotate - [select for diffs] , Fri Aug 15 19:31:52 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.2: +11 -0 lines
Diff to previous 1.2
(head) new monitor class, not activated in cimserver

Revision 1.2 / (view) - annotate - [select for diffs] , Thu Aug 14 21:01:27 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Changes since 1.1: +977 -0 lines
Diff to previous 1.1
(head) new socket class heirarchy and test

Revision 1.1 , Thu Aug 14 12:24:08 2003 UTC (20 years, 10 months ago) by mday
Branch: MAIN
Branch point for: pep_88
FILE REMOVED
file pegasus_socket.cpp was initially added on branch pep_88.

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Diffs between and
Type of Diff should be a

View only Branch:
Sort log by:

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2