ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/watch.c
Revision 8590 - (view) (annotate) - [select for diffs]
Modified Sun Oct 21 15:44:08 2018 UTC (6 years, 10 months ago) by michael
File length: 6046 byte(s)
Diff to previous 8512
- watch: cache hash values

Revision 8512 - (view) (annotate) - [select for diffs]
Modified Fri Apr 6 19:28:05 2018 UTC (7 years, 4 months ago) by michael
File length: 6015 byte(s)
Diff to previous 8385
- Style corrections

Revision 8385 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 20:09:55 2018 UTC (7 years, 5 months ago) by michael
File length: 6011 byte(s)
Diff to previous 8279
- Rip out mempool

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
File length: 6202 byte(s)
Diff to previous 7924
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 6202 byte(s)
Diff to previous 7668
- Update copyright years

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
File length: 6202 byte(s)
Diff to previous 7473
- Fixed svn properties

Revision 7473 - (view) (annotate) - [select for diffs]
Modified Sun Mar 13 12:32:13 2016 UTC (9 years, 5 months ago) by michael
File length: 6202 byte(s)
Diff to previous 7084
- watch.c: remove unused header include

Revision 7084 - (view) (annotate) - [select for diffs]
Modified Wed Jan 20 14:12:31 2016 UTC (9 years, 7 months ago) by michael
File length: 6220 byte(s)
Diff to previous 7006
- watch.h, watch.c, m_watch.c: rename some variables for consistency

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 6230 byte(s)
Diff to previous 6719
- Update copyright years

Revision 6719 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 18:18:07 2015 UTC (9 years, 9 months ago) by michael
File length: 6230 byte(s)
Diff to previous 5347
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 6232 byte(s)
Diff to previous 4815
- Update copyright years

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
File length: 6232 byte(s)
Diff to previous 4800
- Renamed variables

Revision 4800 - (view) (annotate) - [select for diffs]
Modified Tue Oct 28 13:59:43 2014 UTC (10 years, 9 months ago) by michael
File length: 6232 byte(s)
Diff to previous 4785
- Renamed variables

Revision 4785 - (view) (annotate) - [select for diffs]
Modified Sat Oct 25 16:13:48 2014 UTC (10 years, 10 months ago) by michael
File length: 6207 byte(s)
Diff to previous 4728
- Constification

Revision 4728 - (view) (annotate) - [select for diffs]
Modified Thu Oct 9 16:04:23 2014 UTC (10 years, 10 months ago) by michael
File length: 6201 byte(s)
Diff to previous 4588
- watch.c:watch_add_to_hash_table(): fixed typo in comment

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years ago) by michael
File length: 6201 byte(s)
Diff to previous 4565
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 6207 byte(s)
Diff to previous 4086
- Update GPL 2 license headers

Revision 4086 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 16:44:20 2014 UTC (11 years, 1 month ago) by michael
File length: 6203 byte(s)
Diff to previous 3424
- Let mp_pool_get() clear memory

Revision 3424 - (view) (annotate) - [select for diffs]
Modified Wed Apr 30 20:27:25 2014 UTC (11 years, 3 months ago) by michael
File length: 6241 byte(s)
Diff to previous 3250
- Fixed possible WATCH core. Fix provided by Adam

Revision 3250 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 20:47:30 2014 UTC (11 years, 4 months ago) by michael
File length: 6220 byte(s)
Diff to previous 3235
- Fixed inconsistent style in several places

Revision 3235 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 19:34:16 2014 UTC (11 years, 4 months ago) by michael
File length: 6257 byte(s)
Diff to previous 3109
- Style corrections all over the place

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (11 years, 5 months ago) by michael
File length: 6281 byte(s)
Diff to previous 2855
- Applied Adam's sendto_one_numeric() changes

Revision 2855 - (view) (annotate) - [select for diffs]
Modified Sat Jan 18 18:03:49 2014 UTC (11 years, 7 months ago) by michael
File length: 6346 byte(s)
Diff to previous 2297
- Fixed indentation, removed whitespaces/tabs, update copyright header

Revision 2297 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 11:57:38 2013 UTC (12 years, 2 months ago) by michael
File length: 6337 byte(s)
Diff to previous 1857
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
  variables, removed unused variables

Revision 1857 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 20:47:21 2013 UTC (12 years, 4 months ago) by michael
File length: 6338 byte(s)
Diff to previous 1845
- Constification

Revision 1845 - (view) (annotate) - [select for diffs]
Modified Mon Apr 22 18:33:02 2013 UTC (12 years, 4 months ago) by michael
File length: 6332 byte(s)
Diff to previous 1834
- Fixed some compile warnings

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
File length: 6323 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (12 years, 4 months ago) by michael
File length: 6378 byte(s)
Diff to previous 1666
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (12 years, 9 months ago) by michael
File length: 6323 byte(s)
Diff to previous 1654
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

Revision 1654 - (view) (annotate) - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (12 years, 9 months ago) by michael
File length: 6491 byte(s)
Diff to previous 1592
- Implemented memory pool allocator which basically is taken from Tor's
  mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 9 months ago) by michael
File length: 6511 byte(s)
Diff to previous 1359
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1359 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 13:58:04 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/watch.c
File length: 6511 byte(s)
Diff to previous 1309
- watch_init(): remove useless memset since watchTable resides in .bss
- replace C++ comments with C comments

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/watch.c
File length: 6527 byte(s)
Diff to previous 1156
- renaming files:

  ircd_parser.y -> conf_parser.y
  ircd_lexer.l  -> conf_lexer.l
  s_conf.c      -> conf.c
  s_conf.h      -> conf.h
  s_log.c       -> log.c
  s_log.h       -> log.h

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/src/watch.c
File length: 6549 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/src/watch.c
File length: 6549 byte(s)
Diff to previous 1029
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/src/watch.c
File length: 6549 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/src/watch.c
File length: 6549 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6549 byte(s)
Diff to previous 953
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 953 - (view) (annotate) - [select for diffs]
Modified Sun Jul 26 21:22:42 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6644 byte(s)
Diff to previous 948
- propset keywords

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6644 byte(s)
Diff to previous 896
- lp64\llp64\ilp32 portability fixes

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6642 byte(s)
Diff to previous 879
- Killed s_stats.c

Revision 879 - (view) (annotate) - [select for diffs]
Modified Thu Oct 25 08:03:01 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6663 byte(s)
Diff to previous 876
svn propset svn:keywords
Revision 876 - (view) (annotate) - [select for diffs]
Added Wed Oct 24 21:51:21 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/watch.c
File length: 6702 byte(s)
Backported WATCH
(Current path doesn't exist after revision 9749)

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