ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.0.x/src/firedns.c
Revision 5953 - (view) (annotate) - [select for diffs]
Modified Fri May 8 20:47:29 2015 UTC (8 years, 10 months ago) by michael
File length: 17411 byte(s)
Diff to previous 5950
- firedns.c: replace PF_INET(6) with AF_INET(6)

Revision 5950 - (view) (annotate) - [selected]
Modified Fri May 8 20:36:30 2015 UTC (8 years, 10 months ago) by michael
File length: 17411 byte(s)
Diff to previous 5919
- firedns.c: fixed compile warnings with -Wshadow

Revision 5919 - (view) (annotate) - [select for diffs]
Modified Tue May 5 18:57:42 2015 UTC (8 years, 10 months ago) by michael
File length: 17470 byte(s)
Diff to previous 5877 , to selected 5950
- firedns.c:firedns_init(): simplify two memset()

Revision 5877 - (view) (annotate) - [select for diffs]
Modified Wed Apr 29 11:26:03 2015 UTC (8 years, 11 months ago) by michael
File length: 17505 byte(s)
Diff to previous 5700 , to selected 5950
- Removed trailing whitespaces

Revision 5700 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 17:41:09 2015 UTC (9 years ago) by michael
File length: 17509 byte(s)
Diff to previous 5696 , to selected 5950
- Style corrections

Revision 5696 - (view) (annotate) - [select for diffs]
Modified Sun Mar 15 13:04:50 2015 UTC (9 years ago) by michael
File length: 17504 byte(s)
Diff to previous 5427 , to selected 5950
- Style corrections

Revision 5427 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:51:01 2015 UTC (9 years, 2 months ago) by michael
File length: 17494 byte(s)
Diff to previous 5391 , to selected 5950
- memory.c:MyFree(): removed extraneous pointer test; renamed MyFree to xfree

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

Revision 5381 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:11:01 2015 UTC (9 years, 2 months ago) by michael
File length: 17465 byte(s)
Diff to previous 5336 , to selected 5950
- Use 'static' and 'extern' keywords where appropriate

Revision 5336 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 12:46:36 2015 UTC (9 years, 2 months ago) by michael
File length: 17462 byte(s)
Diff to previous 5275 , to selected 5950
- Move malloc.c to memory.c
- Generate parser/lexer files before actually compiling anything else that uses them
- Fix up header inclusion mess

Revision 5275 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:09:33 2015 UTC (9 years, 2 months ago) by michael
File length: 17462 byte(s)
Diff to previous 5228 , to selected 5950
- Renamed MyMalloc() to xcalloc()

Revision 5228 - (view) (annotate) - [select for diffs]
Modified Wed Dec 31 14:42:53 2014 UTC (9 years, 2 months ago) by michael
File length: 17464 byte(s)
Diff to previous 5188 , to selected 5950
- scan.c: use poll.h; removed useless cast
- firedns.c: use poll.h

Revision 5188 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 13:57:05 2014 UTC (9 years, 3 months ago) by michael
File length: 17468 byte(s)
Diff to previous 5186 , to selected 5950
- firedns.c:firedns_init(): minor cleanups

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

Revision 5184 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 23:52:32 2014 UTC (9 years, 3 months ago) by michael
File length: 17453 byte(s)
Diff to previous 5182 , to selected 5950
- firedns.c: fixes to ipv6 support

Revision 5182 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 23:34:22 2014 UTC (9 years, 3 months ago) by michael
File length: 17558 byte(s)
Diff to previous 5180 , to selected 5950
- firedns.c: style corrections

Revision 5180 - (view) (annotate) - [select for diffs]
Modified Sun Dec 28 11:26:52 2014 UTC (9 years, 3 months ago) by michael
File length: 18667 byte(s)
Diff to previous 5174 , to selected 5950
- firedns.c, firedns.h: ipv6 is now enabled by default

Revision 5174 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:08:42 2014 UTC (9 years, 3 months ago) by michael
File length: 18895 byte(s)
Diff to previous 5171 , to selected 5950
- Removed now unused inet.c and inet.h

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

Revision 5165 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 18:53:10 2014 UTC (9 years, 3 months ago) by michael
File length: 19622 byte(s)
Diff to previous 5159 , to selected 5950
- Replaced all occurrences of inet_pton() with getaddrinfo()

Revision 5159 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 17:19:40 2014 UTC (9 years, 3 months ago) by michael
File length: 18909 byte(s)
Diff to previous 5156 , to selected 5950
- firedns.c: replaced uint32 with uint32_t

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

Revision 5138 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 19:44:15 2014 UTC (9 years, 3 months ago) by michael
File length: 18998 byte(s)
Diff to previous 5135 , to selected 5950
- Create hopm 1.0.x branch

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 18998 byte(s)
Diff to previous 5134 , to selected 5950
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 18998 byte(s)
Diff to previous 5097 , to selected 5950
- propset svn:keywords "Id"

Revision 5097 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:57:35 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 18998 byte(s)
Diff to previous 5091 , to selected 5950
- firedns.c: replaced strncpy() with strlcpy()

Revision 5091 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:59:18 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 18944 byte(s)
Diff to previous 5081 , to selected 5950
- Removed pointless casts

Revision 5081 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:16:10 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 19016 byte(s)
Diff to previous 5072 , to selected 5950
- Removed rcs tags

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 19132 byte(s)
Diff to previous 5052 , to selected 5950
- Fixed a bunch of compile warnings

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/firedns.c
File length: 19121 byte(s)
Diff to selected 5950
- 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