ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/main.c
Revision 9325 - (view) (annotate) - [select for diffs]
Modified Sun Mar 29 12:29:15 2020 UTC (5 years, 4 months ago) by michael
File length: 6566 byte(s)
Diff to previous 9104
- main.c:main(): fixed github issue #31: hopm attempts to open stderr for logging in non-debug/fork mode

Revision 9104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:28 2020 UTC (5 years, 7 months ago) by michael
File length: 6369 byte(s)
Diff to previous 8750
- Bump copyright years everywhere

Revision 8750 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:38 2019 UTC (6 years, 7 months ago) by michael
File length: 6369 byte(s)
Diff to previous 8585
- Update copyright years

Revision 8585 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 18:02:05 2018 UTC (6 years, 10 months ago) by michael
File length: 6369 byte(s)
Diff to previous 8579
- main.c: set core file rlimit

Revision 8579 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:12:50 2018 UTC (6 years, 10 months ago) by michael
File length: 6165 byte(s)
Diff to previous 8563
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8563 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:44 2018 UTC (6 years, 11 months ago) by michael
File length: 6171 byte(s)
Diff to previous 8555
- Update copyright years

Revision 8555 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 21:44:16 2018 UTC (6 years, 11 months ago) by michael
File length: 6171 byte(s)
Diff to previous 8546
- Minor style corrections

Revision 8546 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 20:35:33 2018 UTC (6 years, 11 months ago) by michael
File length: 6181 byte(s)
Diff to previous 8543
- main.c: use NULL instead of 0 as third argument for sigaction()

Revision 8543 - (view) (annotate) - [select for diffs]
Modified Sat Sep 22 20:32:41 2018 UTC (6 years, 11 months ago) by michael
File length: 6169 byte(s)
Diff to previous 7927
- The hopm process can now be restarted from the command line via "kill -HUP"
- Fixed a bug where the hopm process couldn't be restarted under certain conditions
- Update README file

Revision 7927 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:46 2016 UTC (8 years, 7 months ago) by michael
File length: 6002 byte(s)
Diff to previous 7005
- Update copyright years

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (9 years, 7 months ago) by michael
File length: 6002 byte(s)
Diff to previous 6301
- Update copyright years

Revision 6301 - (view) (annotate) - [select for diffs]
Modified Sun Jul 19 14:57:26 2015 UTC (10 years, 1 month ago) by michael
File length: 6002 byte(s)
Diff to previous 6276
- main.c: remove unused header includes

Revision 6276 - (view) (annotate) - [select for diffs]
Modified Tue Jul 14 10:39:10 2015 UTC (10 years, 1 month ago) by michael
File length: 6093 byte(s)
Diff to previous 6214
- Allow relative pathnames for options::pidfile and options::scanlog

Revision 6214 - (view) (annotate) - [select for diffs]
Modified Fri Jun 26 17:36:15 2015 UTC (10 years, 2 months ago) by michael
File length: 6013 byte(s)
Diff to previous 6166
- main.c:main(): terminate the process if execv() fails

Revision 6166 - (view) (annotate) - [select for diffs]
Modified Fri Jun 19 16:33:47 2015 UTC (10 years, 2 months ago) by michael
File length: 6022 byte(s)
Diff to previous 6018
- main.c, stats.c: replace bopm occurrences with hopm in some comments

Revision 6018 - (view) (annotate) - [select for diffs]
Modified Sun May 31 14:08:36 2015 UTC (10 years, 2 months ago) by michael
File length: 6022 byte(s)
Diff to previous 5972
- main.c:main(): improve error message for failed fopen() on the pid file

Revision 5972 - (view) (annotate) - [select for diffs]
Modified Sun May 10 17:40:58 2015 UTC (10 years, 3 months ago) by michael
File length: 6013 byte(s)
Diff to previous 5971
- main.c: update comment

Revision 5971 - (view) (annotate) - [select for diffs]
Modified Sun May 10 17:35:44 2015 UTC (10 years, 3 months ago) by michael
File length: 6012 byte(s)
Diff to previous 5930
- main.c: replace execve() with execv()

Revision 5930 - (view) (annotate) - [select for diffs]
Modified Wed May 6 17:47:13 2015 UTC (10 years, 3 months ago) by michael
File length: 6019 byte(s)
Diff to previous 5724
- main.c: fixed compile warning

Revision 5724 - (view) (annotate) - [select for diffs]
Modified Sun Mar 22 16:54:02 2015 UTC (10 years, 5 months ago) by michael
File length: 6013 byte(s)
Diff to previous 5378
- main.c:main(): changed umask to 077

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: 6020 byte(s)
Diff to previous 5351
- Removed useless header includes

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: 6082 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 (10 years, 7 months ago) by michael
File length: 5989 byte(s)
Diff to previous 5323
- Move malloc.c to memory.c

Revision 5323 - (view) (annotate) - [select for diffs]
Modified Tue Jan 6 19:14:46 2015 UTC (10 years, 7 months ago) by michael
File length: 5989 byte(s)
Diff to previous 5274
- main.c:main(): replaced fwrite() with fprintf()

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: 6060 byte(s)
Diff to previous 5219
- Renamed MyMalloc() to xcalloc()

Revision 5219 - (view) (annotate) - [select for diffs]
Modified Tue Dec 30 17:35:53 2014 UTC (10 years, 7 months ago) by michael
File length: 6062 byte(s)
Diff to previous 5217
- main.c:main(): OPT_DEBUG won't ever become < 0; it's unsigned

Revision 5217 - (view) (annotate) - [select for diffs]
Modified Tue Dec 30 17:18:29 2014 UTC (10 years, 7 months ago) by michael
File length: 6062 byte(s)
Diff to previous 5207
- main.c: style corrections

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: 6483 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: 6511 byte(s)
Diff to previous 5135
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

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: 6531 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: 6531 byte(s)
Diff to previous 5122
- propset svn:keywords "Id"

Revision 5122 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 16:50:00 2014 UTC (10 years, 8 months ago) by michael
File length: 6531 byte(s)
Diff to previous 5093
- Modernizie build system some more

Revision 5093 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:21:18 2014 UTC (10 years, 8 months ago) by michael
File length: 6537 byte(s)
Diff to previous 5082
- main.c:main(): use our own xstrdup() instead of strdup()

Revision 5082 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:38:06 2014 UTC (10 years, 8 months ago) by michael
File length: 6536 byte(s)
Diff to previous 5081
- Minor cleanups

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

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: 6631 byte(s)
Diff to previous 5069
- Fixed a bunch of compile warnings

Revision 5069 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:57:12 2014 UTC (10 years, 8 months ago) by michael
File length: 6709 byte(s)
Diff to previous 5052
- Replaced more references of bopm with hopm

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: 6709 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