LinuxTV

CVS log for dietlibc/include/netdb.h

[BACK] Up to [DVB] / dietlibc / include

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.19: download - view: text, markup, annotated - select for diffs
Tue Aug 19 16:58:17 2003 UTC (20 years, 9 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +4 -0 lines
make headers C++ compatible

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Oct 25 22:23:55 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
CVS tags: finnland_test_200301, branch_rc14_fieldtest_finnland, branch_rc13_fieldtest_finnland, branch_rc12_fieldtest_finnland, branch_rc10_fieldtest_finnland, RELEASE_finnland_200301_1, RC12_FIELDTEST_FINNLAND, RC10_FIELDTEST_FINNLAND
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +11 -0 lines
rewrite getproto* to parselib (and add ..._r versions)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Oct 24 17:06:03 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +11 -1 lines
rewrite getserv*, provide ..._r versions.

Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Oct 9 18:02:10 2001 UTC (22 years, 7 months ago) by fefe
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -0 lines
set close-on-exec for the other get*ent routines
remove several gcc warnings
add setservent prototype

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Oct 6 23:24:42 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -0 lines
more DNS stuff

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Oct 4 14:50:48 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +3 -0 lines
execle and two obscure DNS constants, from Johannes Kloos.

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Sep 28 19:20:48 2001 UTC (22 years, 8 months ago) by fefe
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +1 -0 lines
prototype sethostent()

Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jul 17 17:53:27 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -0 lines
add herror

Revision 1.11: download - view: text, markup, annotated - select for diffs
Wed Jul 11 00:12:39 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +1 -0 lines
/etc/hosts support!

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Jun 26 18:51:47 2001 UTC (22 years, 11 months ago) by fefe
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -4 lines
consolidate two buffers.

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jun 7 12:29:35 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +13 -7 lines
a ton of warnings fixed ;)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jun 6 18:03:50 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -0 lines
add NO_DATA #define (not used yet)

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed May 23 14:57:32 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -0 lines
add getserv*.
the dns routines can now optionally (WANT_FULL_RESOLV_CONF) try
to append the different domains from /etc/resolv.conf.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat May 19 00:01:50 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -0 lines
import a small glob fix.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed May 16 23:27:18 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -0 lines
add gethostbyname2_r declaration

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed May 2 23:19:49 2001 UTC (23 years, 1 month ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +15 -3 lines
imported an amazing amount of utterly broken Sun code.
I spent several hours trying to clean up as much of the code as I could
watch without intense bodily pain.  I found at least one piece of code
that should seg-fault randomly without my clean-up.  Sun must die.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Thu Mar 1 17:58:21 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +4 -0 lines
gethostbyaddr!1!!

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 23 03:21:36 2001 UTC (23 years, 3 months ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -0 lines
added gethostbyname (DNS only so far).  Don't look at the code, though.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Jan 9 17:57:39 2001 UTC (23 years, 4 months ago) by cvs
Branches: MAIN

files where missing (?)

Diff request

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.

Log view options

LinuxTV legacy CVS <linuxtv.org/cvs>