ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/patricia.c
Revision 7838 - (view) (annotate) - [select for diffs]
Modified Sun Nov 6 12:26:01 2016 UTC (7 years, 4 months ago) by michael
File length: 23484 byte(s)
Diff to previous 7837
- patricia.c: mostly white-space changes

Revision 7837 - (view) (annotate) - [select for diffs]
Modified Sun Nov 6 12:05:05 2016 UTC (7 years, 4 months ago) by michael
File length: 23498 byte(s)
Diff to previous 7835
- patricia.c:Deref_Prefix(): removed pointless assert(); stylistic changes

Revision 7835 - (view) (annotate) - [select for diffs]
Modified Sun Nov 6 11:59:48 2016 UTC (7 years, 4 months ago) by michael
File length: 23576 byte(s)
Diff to previous 7834
- patricia.c: remove PATRICIA_MAX_THREADS define we no longer need

Revision 7834 - (view) (annotate) - [select for diffs]
Modified Sun Nov 6 11:59:01 2016 UTC (7 years, 4 months ago) by michael
File length: 23610 byte(s)
Diff to previous 7831
- patricia.c, patricia.h: indenting; remove extraneous parentheses

Revision 7831 - (view) (annotate) - [select for diffs]
Modified Sat Nov 5 18:24:34 2016 UTC (7 years, 4 months ago) by michael
File length: 23566 byte(s)
Diff to previous 7830
- patricia.c: use xfree() instead of free()

Revision 7830 - (view) (annotate) - [select for diffs]
Modified Sat Nov 5 18:22:37 2016 UTC (7 years, 4 months ago) by michael
File length: 23564 byte(s)
Diff to previous 7824
- patricia.c: remove 'num_active_patricia' not needed

Revision 7824 - (view) (annotate) - [select for diffs]
Modified Thu Oct 20 17:54:54 2016 UTC (7 years, 5 months ago) by michael
File length: 23654 byte(s)
Diff to previous 7822
- patricia.h, patricia.c: cleanup prefix_toa() to fit our needs; make it use snprintf()

Revision 7822 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 21:53:19 2016 UTC (7 years, 5 months ago) by michael
File length: 24383 byte(s)
Diff to previous 7814
- patricia.h, patricia.c: constification

Revision 7814 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 17:37:13 2016 UTC (7 years, 5 months ago) by michael
File length: 24353 byte(s)
Diff to previous 7813
- patricia.h, patricia.c: we don't need these functions outside patricia.c

Revision 7813 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 16:47:56 2016 UTC (7 years, 5 months ago) by michael
File length: 24339 byte(s)
Diff to previous 7811
- patricia.h, patricia.c: kill _prefix4_t struct. we can afford the little extra memory

Revision 7811 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 16:33:21 2016 UTC (7 years, 5 months ago) by michael
File length: 24340 byte(s)
Diff to previous 7810
- patricia.h, patricia.c: removed void_fn_t typedef

Revision 7810 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 16:11:32 2016 UTC (7 years, 5 months ago) by michael
File length: 24303 byte(s)
Diff to previous 7809
- patricia.c:make_and_lookup(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7809 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 15:59:43 2016 UTC (7 years, 5 months ago) by michael
File length: 24358 byte(s)
Diff to previous 7808
- patricia.c:try_search_exact(): add missing NULL return

Revision 7808 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 15:57:36 2016 UTC (7 years, 5 months ago) by michael
File length: 24338 byte(s)
Diff to previous 7807
- patricia.c:try_search_exact(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7807 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 15:56:00 2016 UTC (7 years, 5 months ago) by michael
File length: 24613 byte(s)
Diff to previous 7806
- patricia.c:try_search_best(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7806 - (view) (annotate) - [select for diffs]
Modified Wed Oct 19 15:42:50 2016 UTC (7 years, 5 months ago) by michael
File length: 24849 byte(s)
Diff to previous 7668
- patricia.h, patricia.c: get rid of BSD data types

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (7 years, 8 months ago) by michael
File length: 24744 byte(s)
Diff to previous 7032
- Fixed svn properties

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (8 years, 2 months ago) by michael
File length: 24744 byte(s)
Diff to previous 6607
- Renamed MyCalloc to xcalloc

Revision 6607 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 18:35:52 2015 UTC (8 years, 5 months ago) by michael
File length: 24755 byte(s)
Diff to previous 6259
- patricia.c: remove trailing whitespaces

Revision 6259 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 12:18:43 2015 UTC (8 years, 8 months ago) by michael
File length: 24788 byte(s)
Diff to previous 5049
- Set keyword and eol-style properties

Revision 5049 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 19:55:21 2014 UTC (9 years, 3 months ago) by michael
File length: 24839 byte(s)
Diff to previous 5048
- patricia.c: fixed another compile warning

Revision 5048 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 19:49:19 2014 UTC (9 years, 3 months ago) by michael
File length: 24829 byte(s)
Diff to previous 5047
- patricia.c: fixed more compile warnings

Revision 5047 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 19:47:40 2014 UTC (9 years, 3 months ago) by michael
File length: 24816 byte(s)
Diff to previous 5046
- patricia.c: use MyCalloc/MyFree

Revision 5046 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 18:59:00 2014 UTC (9 years, 3 months ago) by michael
File length: 24792 byte(s)
Diff to previous 5045
- patricia.c, patricia.h: add proper copyright/license header

Revision 5045 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 18:55:00 2014 UTC (9 years, 3 months ago) by michael
File length: 23657 byte(s)
Diff to previous 5044
- patricia.c: removed Windows NT related code

Revision 5044 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 18:53:23 2014 UTC (9 years, 3 months ago) by michael
File length: 24038 byte(s)
Diff to previous 5043
- patricia.c, patricia.h: ipv6 is mandatory

Revision 5043 - (view) (annotate) - [select for diffs]
Modified Sat Dec 13 18:47:28 2014 UTC (9 years, 3 months ago) by michael
File length: 24322 byte(s)
Diff to previous 5042
- patricia.c, patricia.h: fixed some compile warnings

Revision 5042 - (view) (annotate) - [select for diffs]
Added Sat Dec 13 18:19:17 2014 UTC (9 years, 3 months ago) by michael
File length: 24820 byte(s)
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use

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