ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/negcache.c
Revision 7821 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 21:40:43 2016 UTC (7 years, 5 months ago) by michael
File length: 3352 byte(s)
Diff to previous 7820 , to selected 5351
- negcache.h: remove unused header includes

Revision 7820 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 21:27:53 2016 UTC (7 years, 5 months ago) by michael
File length: 3485 byte(s)
Diff to previous 7819 , to selected 5351
- negcache.c:negcache_insert(): documenting

Revision 7819 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 21:20:27 2016 UTC (7 years, 5 months ago) by michael
File length: 3457 byte(s)
Diff to previous 7817 , to selected 5351
- negcache.c:negcache_insert(): remove deprecated inet_pton call no longer needed

Revision 7817 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 20:40:03 2016 UTC (7 years, 5 months ago) by michael
File length: 3617 byte(s)
Diff to previous 7815 , to selected 5351
- negcache.c:negcache_rebuild(): add debugging log message

Revision 7815 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 19:50:47 2016 UTC (7 years, 5 months ago) by michael
File length: 3449 byte(s)
Diff to previous 7005 , to selected 5351
- Changed negache to use patricia.c

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (8 years, 2 months ago) by michael
File length: 6489 byte(s)
Diff to previous 5695 , to selected 5351
- Update copyright years

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

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

Revision 5351 - (view) (annotate) - [selected]
Modified Sun Jan 11 13:24:19 2015 UTC (9 years, 2 months ago) by michael
File length: 6491 byte(s)
Diff to previous 5333
- Update license headers

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

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

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

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: 6323 byte(s)
Diff to previous 5266 , to selected 5351
- 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: 6325 byte(s)
Diff to previous 5207 , to selected 5351
- Removed obsolete AC_HEADER_TIME

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: 6448 byte(s)
Diff to previous 5177 , to selected 5351
- Removed AC_HEADER_STDC configure test

Revision 5177 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 21:15:52 2014 UTC (9 years, 3 months ago) by michael
File length: 6476 byte(s)
Diff to previous 5175 , to selected 5351
- negcache.c: better to test for x <= 0 instead of x == 0 when checking the return value of inet_pton(); just in case.

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: 6472 byte(s)
Diff to previous 5170 , to selected 5351
- 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: 6490 byte(s)
Diff to previous 5168 , to selected 5351
- 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: 6884 byte(s)
Diff to previous 5164 , to selected 5351
- 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: 6877 byte(s)
Diff to previous 5135 , to selected 5351
- Replaced all occurrences of inet_pton() with getaddrinfo()

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: 6490 byte(s)
Diff to previous 5134 , to selected 5351
- 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: 6490 byte(s)
Diff to previous 5105 , to selected 5351
- propset svn:keywords "Id"

Revision 5105 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 12:31:31 2014 UTC (9 years, 3 months ago) by michael
File length: 6490 byte(s)
Diff to previous 5081 , to selected 5351
- Removed now empty defs.h

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

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: 6571 byte(s)
Diff to selected 5351
- 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