Up to [local] / OpenXM / src / ox_socket
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.8 / (download) - annotate - [select for diffs], Fri Dec 1 17:42:26 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
CVS Tags: R_1_3_1-2,
RELEASE_1_3_1_13b,
RELEASE_1_2_3_12,
RELEASE_1_2_3,
RELEASE_1_2_2_KNOPPIX_b,
RELEASE_1_2_2_KNOPPIX,
RELEASE_1_2_2,
RELEASE_1_2_1,
KNOPPIX_2006,
HEAD,
DEB_REL_1_2_3-9
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored) to selected 1.4 (colored)
Some OS which unsupport IPv6 have sockaddr_storage structure. Their definitions is changed for configure script.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Dec 1 17:37:53 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.6: +7 -5
lines
Diff to previous 1.6 (colored) to selected 1.4 (colored)
s/__ss_len/ss_len/ s/__ss_family/ss_family/ Obtained from consensus on IETF/IPng discussion.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Dec 1 17:34:14 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored) to selected 1.4 (colored)
Fix miscalculate of padding size.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 1 08:34:37 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Escape.
Revision 1.4 / (download) - annotate - [selected], Fri Dec 1 08:16:27 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Fix missing the end of comment.
Revision 1.3 / (download) - annotate - [select for diffs], Fri Dec 1 08:15:06 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.2: +9 -1
lines
Diff to previous 1.2 (colored) to selected 1.4 (colored)
If your OS has __sa_len or sa_len in sockaddr structure, define __ss_len in sockaddr_storage structure.
Revision 1.2 / (download) - annotate - [select for diffs], Fri Dec 1 08:09:41 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored) to selected 1.4 (colored)
Add $OpenXM$
Revision 1.1 / (download) - annotate - [select for diffs], Fri Dec 1 08:09:16 2000 UTC (24 years, 1 month ago) by maekawa
Branch: MAIN
Diff to selected 1.4 (colored)
Add ox_getport.