ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/res.h
Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 4065 byte(s)
Diff to previous 6836
- Update copyright years

Revision 6836 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 17:21:29 2015 UTC (9 years, 9 months ago) by michael
File length: 4065 byte(s)
Diff to previous 6345
- Move report_dns_servers() from res.c to m_stats.c

Revision 6345 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:26 2015 UTC (10 years ago) by michael
File length: 4141 byte(s)
Diff to previous 5347
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 4149 byte(s)
Diff to previous 4565
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 4149 byte(s)
Diff to previous 4460
- Update GPL 2 license headers

Revision 4460 - (view) (annotate) - [select for diffs]
Modified Mon Aug 11 19:45:11 2014 UTC (11 years ago) by michael
File length: 4145 byte(s)
Diff to previous 4444
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()

Revision 4444 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 18:59:03 2014 UTC (11 years ago) by michael
File length: 4213 byte(s)
Diff to previous 4408
- res.h: add documentation about RFC1035_MAX_DOMAIN_LENGTH definition

Revision 4408 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 21:19:38 2014 UTC (11 years ago) by michael
File length: 3580 byte(s)
Diff to previous 3322
- Fixed resolver/auth issues with too long hostnames

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (11 years, 4 months ago) by michael
File length: 3533 byte(s)
Copied from: ircd-hybrid/trunk/include/irc_res.h revision 3318
Diff to previous 2935
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 2935 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 11:16:40 2014 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/irc_res.h
File length: 3537 byte(s)
Diff to previous 1592
- irc_res.h: update copyright/license header

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/irc_res.h
File length: 2554 byte(s)
Diff to previous 1180
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1180 - (view) (annotate) - [select for diffs]
Modified Tue Aug 16 08:00:56 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/irc_res.h
File length: 2554 byte(s)
Diff to previous 1156
- remove deprecated add_loacl_domain prototype

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/irc_res.h
File length: 2601 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/include/irc_res.h
File length: 2601 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/include/irc_res.h
File length: 2601 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/include/irc_res.h
File length: 2601 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/irc_res.h
File length: 2601 byte(s)
Diff to previous 992
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/include/irc_res.h
File length: 2597 byte(s)
Diff to previous 912
- fix possible auth/dns related memleaks

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/include/irc_res.h
File length: 2818 byte(s)
Diff to previous 447
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 447 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 02:59:16 2006 UTC (19 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2/include/irc_res.h
File length: 2817 byte(s)
Diff to previous 34
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.

Tested by Jon (ThaPrince).

(backported from head)


Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/irc_res.h
File length: 2798 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/irc_res.h
File length: 2798 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/irc_res.h
File length: 2798 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/irc_res.h
File length: 2798 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/irc_res.h
File length: 2851 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

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