ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/branches/1.1.x/src/libopm/src/config.c
Revision 9996 - (view) (annotate) - [select for diffs]
Modified Thu Jun 17 18:43:18 2021 UTC (2 years, 9 months ago) by michael
File length: 6151 byte(s)
Diff to previous 9541 , to selected 5912
- config.c, libopm.c: remove redundant 'p->addr.ss_family = res->ai_family' assignments

Revision 9541 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 12:42:54 2020 UTC (3 years, 8 months ago) by michael
File length: 6191 byte(s)
Diff to previous 9534 , to selected 5912
- config.c:libopm_config_set(): be more AF independent

Revision 9534 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 10:35:56 2020 UTC (3 years, 8 months ago) by michael
File length: 6422 byte(s)
Diff to previous 9533 , to selected 5912
- config.c: minor cleanup. Use sizeof on HASH[0] instead of OPM_CONFIG_HASH_T.

Revision 9533 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 10:27:59 2020 UTC (3 years, 8 months ago) by michael
File length: 6462 byte(s)
Diff to previous 9530 , to selected 5912
- config.c:libopm_config_set(): initialize 'hints' as needed

Revision 9530 - (view) (annotate) - [select for diffs]
Modified Mon Jul 13 10:08:29 2020 UTC (3 years, 8 months ago) by michael
File length: 6308 byte(s)
Diff to previous 8580 , to selected 5912
- libopm: work towards ipv6 support; use sockaddr_storage; replace inet_pton() with getaddrinfo()

Revision 8580 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:15:05 2018 UTC (5 years, 5 months ago) by michael
File length: 5734 byte(s)
Diff to previous 8206 , to selected 5912
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8206 - (view) (annotate) - [select for diffs]
Modified Sat Apr 15 21:54:36 2017 UTC (6 years, 11 months ago) by michael
File length: 5721 byte(s)
Diff to previous 8202 , to selected 5912
- Rename functions in memory.c to be prefixed with libopm_

Revision 8202 - (view) (annotate) - [select for diffs]
Modified Sat Apr 15 20:31:47 2017 UTC (6 years, 11 months ago) by michael
File length: 5670 byte(s)
Diff to previous 8131 , to selected 5912
- libopm: cleanup header includes; get rid of inet.h

Revision 8131 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 18:26:06 2017 UTC (6 years, 11 months ago) by michael
File length: 5594 byte(s)
Diff to previous 6228 , to selected 5912
- Get rid of the _opm_sockaddr and _opm_inaddr structs

Revision 6228 - (view) (annotate) - [select for diffs]
Modified Thu Jul 2 13:10:18 2015 UTC (8 years, 8 months ago) by michael
File length: 5586 byte(s)
Diff to previous 6071 , to selected 5912
- Create 1.1.x branch

Revision 6071 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 20:18:43 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5586 byte(s)
Diff to previous 6068 , to selected 5912
- libopm/src/config.c: constification; remove extraneous comma from the 'HASH' table

Revision 6068 - (view) (annotate) - [select for diffs]
Modified Mon Jun 8 20:10:36 2015 UTC (8 years, 9 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5581 byte(s)
Diff to previous 5947 , to selected 5912
- libopm/src/config.c: constification

Revision 5947 - (view) (annotate) - [select for diffs]
Modified Thu May 7 18:59:02 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5581 byte(s)
Diff to previous 5931 , to selected 5912
- Moved malloc.c to memory.c

Revision 5931 - (view) (annotate) - [select for diffs]
Modified Wed May 6 18:06:16 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5581 byte(s)
Diff to previous 5923 , to selected 5912
- config.c: whitespace changes

Revision 5923 - (view) (annotate) - [select for diffs]
Modified Wed May 6 16:42:39 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5583 byte(s)
Diff to previous 5913 , to selected 5912
- config.c, config.h:libopm_config_set(), libopm_config(): use explicit unsigned type for array indices

Revision 5913 - (view) (annotate) - [select for diffs]
Modified Tue May 5 18:41:24 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5567 byte(s)
Diff to previous 5912
- config.c, libopm.c: remove a series of NULL/0 assignments not needed with calloc()

Revision 5912 - (view) (annotate) - [selected]
Modified Tue May 5 18:33:11 2015 UTC (8 years, 10 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5600 byte(s)
Diff to previous 5711
- config.c, proxy.c: removed useless casts

Revision 5711 - (view) (annotate) - [select for diffs]
Modified Mon Mar 16 18:52:15 2015 UTC (9 years ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5637 byte(s)
Diff to previous 5707 , to selected 5912
- config.c:libopm_config_create(): removed extraneous memset() not needed with calloc()

Revision 5707 - (view) (annotate) - [select for diffs]
Modified Mon Mar 16 17:56:01 2015 UTC (9 years ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5709 byte(s)
Diff to previous 5325 , to selected 5912
- libopm/config.c: use unsigned when indexing arrays

Revision 5325 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 21:05:12 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5655 byte(s)
Diff to previous 5274 , to selected 5912
- Cleaned up style in several places

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5881 byte(s)
Diff to previous 5207 , to selected 5912
- Renamed MyMalloc() to xcalloc()

Revision 5207 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:38:22 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5885 byte(s)
Diff to previous 5170 , to selected 5912
- Removed AC_HEADER_STDC configure test

Revision 5170 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 20:53:09 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5913 byte(s)
Diff to previous 5164 , to selected 5912
- Continue to use inet_pton() until we add full ipv6 support, but at least
  replace all occurrences of inet_aton() with inet_pton()

Revision 5164 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 18:52:10 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 6269 byte(s)
Diff to previous 5135 , to selected 5912
- 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
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5934 byte(s)
Diff to previous 5134 , to selected 5912
- 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/libopm/src/config.c
File length: 5934 byte(s)
Diff to previous 5117 , to selected 5912
- propset svn:keywords "Id"

Revision 5117 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 15:18:54 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5934 byte(s)
Diff to previous 5094 , to selected 5912
- Fixed compile warnings

Revision 5094 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:26:04 2014 UTC (9 years, 3 months ago) by michael
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5949 byte(s)
Diff to previous 5081 , to selected 5912
- Add our own strdup() and make use of it

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/libopm/src/config.c
File length: 5925 byte(s)
Diff to previous 5052 , to selected 5912
- 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
Original Path: hopm/trunk/src/libopm/src/config.c
File length: 5987 byte(s)
Diff to selected 5912
- 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