ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/firedns.c
Revision 6200 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 15:56:16 2015 UTC (10 years, 2 months ago) by michael
File length: 17629 byte(s)
Diff to previous 6149
- Added options::dns_timeout configuration option which allows to specify the amount of time the
  resolver waits until a response is received from a name server

Revision 6149 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 17:29:51 2015 UTC (10 years, 2 months ago) by michael
File length: 17617 byte(s)
Diff to previous 6019
- Style corrections

Revision 6019 - (view) (annotate) - [select for diffs]
Modified Sun May 31 16:32:38 2015 UTC (10 years, 2 months ago) by michael
File length: 17616 byte(s)
Diff to previous 5952
- firedns.c: c99 style array initialization

Revision 5952 - (view) (annotate) - [select for diffs]
Modified Fri May 8 20:47:10 2015 UTC (10 years, 3 months ago) by michael
File length: 17411 byte(s)
Diff to previous 5951
- firedns.c: replace PF_INET(6) with AF_INET(6)

Revision 5951 - (view) (annotate) - [select for diffs]
Modified Fri May 8 20:36:50 2015 UTC (10 years, 3 months ago) by michael
File length: 17411 byte(s)
Diff to previous 5920
- firedns.c: fixed compile warnings with -Wshadow

Revision 5920 - (view) (annotate) - [select for diffs]
Modified Tue May 5 18:58:04 2015 UTC (10 years, 3 months ago) by michael
File length: 17470 byte(s)
Diff to previous 5876
- firedns.c:firedns_init(): simplify two memset()

Revision 5876 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:25:48 2015 UTC (10 years, 4 months ago) by michael
File length: 17505 byte(s)
Diff to previous 5699
- Removed trailing whitespaces

Revision 5699 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 17:40:51 2015 UTC (10 years, 5 months ago) by michael
File length: 17509 byte(s)
Diff to previous 5695
- Style corrections

Revision 5695 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 13:04:24 2015 UTC (10 years, 5 months ago) by michael
File length: 17504 byte(s)
Diff to previous 5426
- Style corrections

Revision 5426 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:49:38 2015 UTC (10 years, 7 months ago) by michael
File length: 17494 byte(s)
Diff to previous 5390
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

Revision 5390 - (view) (annotate) - [select for diffs]
Modified Sun Jan 18 14:13:05 2015 UTC (10 years, 7 months ago) by michael
File length: 17498 byte(s)
Diff to previous 5380
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
  to meet our coding convention.

Revision 5380 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:10:47 2015 UTC (10 years, 7 months ago) by michael
File length: 17465 byte(s)
Diff to previous 5333
- Use 'static' and 'extern' keywords where appropriate 

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (10 years, 7 months ago) by michael
File length: 17462 byte(s)
Diff to previous 5274
- Move malloc.c to memory.c

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (10 years, 7 months ago) by michael
File length: 17462 byte(s)
Diff to previous 5227
- Renamed MyMalloc() to xcalloc()

Revision 5227 - (view) (annotate) - [select for diffs]
Modified Wed Dec 31 14:42:24 2014 UTC (10 years, 7 months ago) by michael
File length: 17464 byte(s)
Diff to previous 5187
- scan.c: use poll.h; removed useless cast
- firedns.c: use poll.h

Revision 5187 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 13:56:53 2014 UTC (10 years, 7 months ago) by michael
File length: 17468 byte(s)
Diff to previous 5185
- firedns.c:firedns_init(): minor cleanups

Revision 5185 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 13:49:30 2014 UTC (10 years, 7 months ago) by michael
File length: 17581 byte(s)
Diff to previous 5183
- firedns.c:firedns_init(): unlike inet_aton(), inet_pton(), which we use now, does not
  forgive any unknown trailing characters such as \n 

Revision 5183 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 23:52:22 2014 UTC (10 years, 8 months ago) by michael
File length: 17453 byte(s)
Diff to previous 5181
- firedns.c: fixes to ipv6 support

Revision 5181 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 23:34:01 2014 UTC (10 years, 8 months ago) by michael
File length: 17558 byte(s)
Diff to previous 5179
- firedns.c: style corrections

Revision 5179 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 11:26:38 2014 UTC (10 years, 8 months ago) by michael
File length: 18667 byte(s)
Diff to previous 5175
- firedns.c, firedns.h: ipv6 is now enabled by default

Revision 5175 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:09:41 2014 UTC (10 years, 8 months ago) by michael
File length: 18895 byte(s)
Diff to previous 5170
- Removed now unused inet.c and inet.h

Revision 5170 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 20:53:09 2014 UTC (10 years, 8 months ago) by michael
File length: 18890 byte(s)
Diff to previous 5164
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5164 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 18:52:10 2014 UTC (10 years, 8 months ago) by michael
File length: 19622 byte(s)
Diff to previous 5158
- Replaced all occurrences of inet_pton() with getaddrinfo()

Revision 5158 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 17:19:29 2014 UTC (10 years, 8 months ago) by michael
File length: 18909 byte(s)
Diff to previous 5157
- firedns.c: replaced uint32 with uint32_t

Revision 5157 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 17:16:28 2014 UTC (10 years, 8 months ago) by michael
File length: 18907 byte(s)
Diff to previous 5135
- firedns.c: replaced unsigned short with explicit uint16_t; removed
  related checks in configure.ac

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (10 years, 8 months ago) by michael
File length: 18998 byte(s)
Diff to previous 5134
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (10 years, 8 months ago) by michael
File length: 18998 byte(s)
Diff to previous 5097
- propset svn:keywords "Id"

Revision 5097 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:57:35 2014 UTC (10 years, 8 months ago) by michael
File length: 18998 byte(s)
Diff to previous 5091
- firedns.c: replaced strncpy() with strlcpy()

Revision 5091 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:59:18 2014 UTC (10 years, 8 months ago) by michael
File length: 18944 byte(s)
Diff to previous 5081
- Removed pointless casts

Revision 5081 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:16:10 2014 UTC (10 years, 8 months ago) by michael
File length: 19016 byte(s)
Diff to previous 5072
- Removed rcs tags

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (10 years, 8 months ago) by michael
File length: 19132 byte(s)
Diff to previous 5052
- Fixed a bunch of compile warnings

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (10 years, 8 months ago) by michael
File length: 19121 byte(s)
- Initial import of bopm 3.1.3

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