ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/scan.c
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: 26746 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: 26778 byte(s)
Diff to previous 5679
- Style corrections

Revision 5679 - (view) (annotate) - [select for diffs]
Modified Fri Mar 13 19:23:06 2015 UTC (10 years, 5 months ago) by michael
File length: 26776 byte(s)
Diff to previous 5659
- scan.c: removed two useless assert()

Revision 5659 - (view) (annotate) - [select for diffs]
Modified Sun Mar 8 15:53:56 2015 UTC (10 years, 5 months ago) by michael
File length: 26821 byte(s)
Diff to previous 5426
- Log timestamp format is ISO8601 now

Revision 5426 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:49:38 2015 UTC (10 years, 6 months ago) by michael
File length: 26870 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: 26876 byte(s)
Diff to previous 5378
- firedns.c: removed max() macro. Renamed 'fdns_errno', and 'fdns_fdinuse',
  to meet our coding convention.

Revision 5378 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:02:17 2015 UTC (10 years, 7 months ago) by michael
File length: 26873 byte(s)
Diff to previous 5377
- Removed useless header includes

Revision 5377 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 19:07:11 2015 UTC (10 years, 7 months ago) by michael
File length: 26894 byte(s)
Diff to previous 5374
- scan.c:scan_manual(): fixes to previous commit

Revision 5374 - (view) (annotate) - [select for diffs]
Modified Tue Jan 13 19:01:23 2015 UTC (10 years, 7 months ago) by michael
File length: 26867 byte(s)
Diff to previous 5351
- scan.c:scan_manual(): replaced inet_ntoa() with inet_ntop()

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (10 years, 7 months ago) by michael
File length: 26686 byte(s)
Diff to previous 5338
- Update license headers

Revision 5338 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 14:32:11 2015 UTC (10 years, 7 months ago) by michael
File length: 26644 byte(s)
Diff to previous 5333
- Const-correctness

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: 26538 byte(s)
Diff to previous 5332
- Move malloc.c to memory.c

Revision 5332 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 18:01:01 2015 UTC (10 years, 7 months ago) by michael
File length: 26538 byte(s)
Diff to previous 5322
- Added options::negcache_rebuild configuration option

Revision 5322 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 15:00:39 2015 UTC (10 years, 7 months ago) by michael
File length: 26541 byte(s)
Diff to previous 5311
- Fixed coding convention issues

Revision 5311 - (view) (annotate) - [select for diffs]
Modified Mon Jan 5 19:26:38 2015 UTC (10 years, 7 months ago) by michael
File length: 26553 byte(s)
Diff to previous 5284
- Removed bopm_sockaddr and bopm_ircaddr structs

Revision 5284 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 21:35:19 2015 UTC (10 years, 7 months ago) by michael
File length: 26494 byte(s)
Diff to previous 5281
- scan.c: style corrections

Revision 5281 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 21:19:48 2015 UTC (10 years, 7 months ago) by michael
File length: 27068 byte(s)
Diff to previous 5279
- scan.c, scan.h: remove FORMATTYPE_STRING. It's default since we don't support anything else.

Revision 5279 - (view) (annotate) - [select for diffs]
Modified Fri Jan 2 20:30:49 2015 UTC (10 years, 7 months ago) by michael
File length: 27350 byte(s)
Diff to previous 5274
- Use 'const' and 'unsigned' whenever possible
- Removed pointless 0 assignments

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: 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 (10 years, 7 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 (10 years, 7 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 (10 years, 7 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 (10 years, 7 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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 (10 years, 8 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