LinuxTV

CVS log for dietlibc/libugly/getaddrinfo.c

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

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.21: download - view: text, markup, annotated - select for diffs
Sat Jan 17 00:56:49 2015 UTC (9 years, 4 months ago) by leitner
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +21 -9 lines
support AI_V4MAPPED and AI_ALL

Revision 1.20: download - view: text, markup, annotated - select for diffs
Sat Jan 17 00:29:51 2015 UTC (9 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +8 -4 lines
add support for AI_NUMERICSERV
fix parsing bug in getservent_r

Revision 1.19: download - view: text, markup, annotated - select for diffs
Mon Jun 21 16:40:06 2010 UTC (13 years, 11 months ago) by leitner
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -1 lines
add llmnr dns lookup

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Mar 11 04:03:16 2009 UTC (15 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
  don't crash in getaddrinfo if hints is NULL (Gernot Tenchio)

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Mar 26 03:06:59 2007 UTC (17 years, 2 months ago) by leitner
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +68 -67 lines
  strptime also fills in tm_wday and tm_yday (Gernot Tenchio)
  x86-64 getpriority has bias 20 (Rene Rebe)
  fix typo in fstatfs64 (Gernot Tenchio)
  fix infinite loop in getaddrinfo (Nikola Vladov)
  don't include sys/stat.h in stdio.h and unistd.h (Gernot Tenchio)

Revision 1.16: download - view: text, markup, annotated - select for diffs
Thu Feb 1 12:42:00 2007 UTC (17 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +38 -50 lines
  fix getaddrinfo (return more than just the first IP) (Gernot Tenchio)

Revision 1.15: download - view: text, markup, annotated - select for diffs
Thu Feb 1 11:57:49 2007 UTC (17 years, 4 months ago) by leitner
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
  fix ftell (Jens Laas)

Revision 1.14: download - view: text, markup, annotated - select for diffs
Tue Oct 4 17:47:03 2005 UTC (18 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +5 -2 lines
lots of new syscalls

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Aug 5 13:17:20 2005 UTC (18 years, 10 months ago) by leitner
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -1 lines
don't do an AAAA DNS lookup in getaddrinfo when node is an IPv4 address

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri May 13 15:47:53 2005 UTC (19 years ago) by leitner
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +10 -1 lines
add ugly kludge to communicate proper scope_id to getaddrinfo for
zeroconf DNS

Revision 1.11: download - view: text, markup, annotated - select for diffs
Mon Oct 6 23:42:53 2003 UTC (20 years, 8 months ago) by leitner
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -0 lines
  add IPv6 link-local%eth0 support to getaddrinfo

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sat Oct 6 23:49:59 2001 UTC (22 years, 8 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.9: preferred, colored
Changes since revision 1.9: +14 -2 lines
more DNS error signalling

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jul 26 11:31:45 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +1 -1 lines
fix a lot of bugs ;)

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jul 11 16:43:15 2001 UTC (22 years, 10 months ago) by fefe
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +1 -1 lines
add openpty (for sshd), make gethostbyname2 actually honor
WANT_ETC_HOSTS, make inet_pton accept "::" as IPv6 address (oops).

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu May 31 16:12:27 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +1 -1 lines
cleaner errno vs. *__errno_location() handling.
add dummy iconv (iconv_open always returns EINVAL).
add expect() optimization in qsort.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed May 23 23:50:47 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -0 lines
make getaddrinfo signal error instead of returning 0 matches.

Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 19 00:33:04 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
argh, exit code check was broken.

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 18 21:10:21 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
fix a scanf bug

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 18 20:27:54 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +12 -8 lines
argh, everything is broken around me! ;)

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri May 18 20:04:59 2001 UTC (23 years ago) by fefe
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +27 -3 lines
fix bugs in getaddrinfo.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri May 18 19:15:01 2001 UTC (23 years ago) by fefe
Branches: MAIN
paaaarty!  getaddrinfo is there! ;)

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>