ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
File length: 27610 byte(s)
Diff to previous 5266
- Renamed MyMalloc() to xcalloc()

Revision 5266 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 18:49:40 2015 UTC (9 years, 2 months ago) by michael
File length: 27613 byte(s)
Diff to previous 5227
- Removed obsolete AC_HEADER_TIME

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

Revision 5207 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:38:22 2014 UTC (9 years, 3 months ago) by michael
File length: 27784 byte(s)
Diff to previous 5202
- Removed AC_HEADER_STDC configure test

Revision 5202 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:50:43 2014 UTC (9 years, 3 months ago) by michael
File length: 27814 byte(s)
Diff to previous 5175
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5175 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:09:41 2014 UTC (9 years, 3 months ago) by michael
File length: 27816 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 (9 years, 3 months ago) by michael
File length: 27834 byte(s)
Diff to previous 5168
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5168 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 19:31:53 2014 UTC (9 years, 3 months ago) by michael
File length: 28222 byte(s)
Diff to previous 5164
- Use sizeof(struct in_addr) instead of res->ai_addrlen

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

Revision 5137 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 19:36:37 2014 UTC (9 years, 3 months ago) by michael
File length: 27830 byte(s)
Diff to previous 5135
- Removed vim settings from the source files

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
File length: 27885 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 (9 years, 3 months ago) by michael
File length: 27885 byte(s)
Diff to previous 5121
- propset svn:keywords "Id"

Revision 5121 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 16:10:25 2014 UTC (9 years, 3 months ago) by michael
File length: 27885 byte(s)
Diff to previous 5116
- scan.c:scan_init(): removed extraneous parentheses

Revision 5116 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 15:04:31 2014 UTC (9 years, 3 months ago) by michael
File length: 27893 byte(s)
Diff to previous 5114
- Style corrections

Revision 5114 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:12:05 2014 UTC (9 years, 3 months ago) by michael
File length: 28611 byte(s)
Diff to previous 5099
- Style corrections

Revision 5099 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 21:14:37 2014 UTC (9 years, 3 months ago) by michael
File length: 29084 byte(s)
Diff to previous 5098
- Replaced several short ints with just ints

Revision 5098 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 21:00:14 2014 UTC (9 years, 3 months ago) by michael
File length: 29090 byte(s)
Diff to previous 5092
- scan.c: replaced strcat() with strlcat()

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (9 years, 3 months ago) by michael
File length: 29072 byte(s)
Diff to previous 5091
- Renamed DupString() to xstrdup()

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

Revision 5089 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 18:51:47 2014 UTC (9 years, 3 months ago) by michael
File length: 29596 byte(s)
Diff to previous 5086
- scan.c:scan_manual(): fixed memory leak

Revision 5086 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 21:04:21 2014 UTC (9 years, 3 months ago) by michael
File length: 29596 byte(s)
Diff to previous 5084
- match() returns 0 on match

Revision 5084 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:57:43 2014 UTC (9 years, 3 months ago) by michael
File length: 29593 byte(s)
Diff to previous 5072
- Removed USE_VAR cruft

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (9 years, 3 months ago) by michael
File length: 29787 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 (9 years, 3 months ago) by michael
File length: 29759 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