ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/stats.c
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: 5440 byte(s)
Diff to previous 8564
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8564 - (view) (annotate) - [select for diffs]
Modified Wed Sep 26 19:23:54 2018 UTC (6 years, 11 months ago) by michael
File length: 5442 byte(s)
Diff to previous 8563
- Implemented proper support to kill users with vulnerable SSH versions. Patch
  provided by falsovsky (Pedro de Oliveira).

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: 5387 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: 5387 byte(s)
Diff to previous 8184
- Minor style corrections

Revision 8184 - (view) (annotate) - [select for diffs]
Modified Thu Apr 13 20:00:32 2017 UTC (8 years, 4 months ago) by michael
File length: 5395 byte(s)
Diff to previous 8120
- Sort out unused header includes

Revision 8120 - (view) (annotate) - [select for diffs]
Modified Mon Apr 3 16:17:18 2017 UTC (8 years, 4 months ago) by michael
File length: 5417 byte(s)
Diff to previous 7927
- stats.c:STATS_PROXIES[]: use designated initializers

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: 5301 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: 5301 byte(s)
Diff to previous 6968
- Update copyright years

Revision 6968 - (view) (annotate) - [select for diffs]
Modified Sat Dec 19 20:17:07 2015 UTC (9 years, 8 months ago) by michael
File length: 5301 byte(s)
Diff to previous 6247
- Update dissect_time() to be synced up with latest version of ircd-hybrid

Revision 6247 - (view) (annotate) - [select for diffs]
Modified Fri Jul 10 11:02:03 2015 UTC (10 years, 1 month ago) by michael
File length: 5301 byte(s)
Diff to previous 6222
- stats.c: removed #ifdef HAVE_LIBCRYPTO not needed

Revision 6222 - (view) (annotate) - [select for diffs]
Modified Wed Jul 1 18:09:27 2015 UTC (10 years, 1 month ago) by michael
File length: 5330 byte(s)
Diff to previous 6219
- Added HTTPS support for SSL/TLS-enabled HTTP proxies

Revision 6219 - (view) (annotate) - [select for diffs]
Modified Mon Jun 29 16:09:49 2015 UTC (10 years, 1 month ago) by michael
File length: 5203 byte(s)
Diff to previous 6195
- stats.c:fdstats_output(): fixed coverity CID 120798 (#1 of 1): Resource leak (RESOURCE_LEAK)

Revision 6195 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 14:17:17 2015 UTC (10 years, 2 months ago) by michael
File length: 5202 byte(s)
Diff to previous 6166
- stats.c, stats.h: made StatsHash::type 'const unsigned'

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: 5193 byte(s)
Diff to previous 6032
- main.c, stats.c: replace bopm occurrences with hopm in some comments

Revision 6032 - (view) (annotate) - [select for diffs]
Modified Wed Jun 3 16:32:17 2015 UTC (10 years, 2 months ago) by michael
File length: 5193 byte(s)
Diff to previous 6024
- stats.c: remove header includes we don't need

Revision 6024 - (view) (annotate) - [select for diffs]
Modified Tue Jun 2 16:22:45 2015 UTC (10 years, 2 months ago) by michael
File length: 5265 byte(s)
Diff to previous 6021
- stats.c: avoid table indexing where possible

Revision 6021 - (view) (annotate) - [select for diffs]
Modified Tue Jun 2 16:01:55 2015 UTC (10 years, 2 months ago) by michael
File length: 5353 byte(s)
Diff to previous 5998
- stats.c:stats_openproxy(): break the loop early if a matching type in the STATS_PROXIES table has been found

Revision 5998 - (view) (annotate) - [select for diffs]
Modified Thu May 28 14:59:47 2015 UTC (10 years, 3 months ago) by michael
File length: 5320 byte(s)
Diff to previous 5378
- HOPM can now detect Dreamboxes with default root passwords. Patch by Gavin Hanover (EFnet)

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: 5280 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: 5338 byte(s)
Diff to previous 5348
- Update license headers

Revision 5348 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:57:18 2015 UTC (10 years, 7 months ago) by michael
File length: 5245 byte(s)
Diff to previous 5266
- stats.c:stats_output(): const-correctness

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: 5239 byte(s)
Diff to previous 5209
- Removed obsolete AC_HEADER_TIME

Revision 5209 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 19:50:33 2014 UTC (10 years, 7 months ago) by michael
File length: 5365 byte(s)
Diff to previous 5207
- Removed configure header test for strings.h; removed strings.h header includes

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

Revision 5195 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 16:04:29 2014 UTC (10 years, 7 months ago) by michael
File length: 5493 byte(s)
Diff to previous 5137
- stats.c, stats.h: constification

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

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: 5535 byte(s)
Diff to previous 5052
- Style corrections

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