ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/memory.c
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: 2075 byte(s)
Diff to previous 7924 , to selected 6885
- 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: 2075 byte(s)
Diff to previous 7668 , to selected 6885
- 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: 2075 byte(s)
Diff to previous 7032 , to selected 6885
- Fixed svn properties

Revision 7032 - (view) (annotate) - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (9 years, 7 months ago) by michael
File length: 2075 byte(s)
Diff to previous 7006 , to selected 6885
- Renamed MyCalloc to xcalloc

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

Revision 6885 - (view) (annotate) - [selected]
Modified Tue Dec 1 19:50:56 2015 UTC (9 years, 8 months ago) by michael
File length: 2080 byte(s)
Diff to previous 6556
- Remove unused header includes

Revision 6556 - (view) (annotate) - [select for diffs]
Modified Sat Oct 3 17:18:49 2015 UTC (9 years, 10 months ago) by michael
File length: 2103 byte(s)
Diff to previous 6357 , to selected 6885
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging

Revision 6357 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 16:38:13 2015 UTC (10 years ago) by michael
File length: 2182 byte(s)
Diff to previous 5425 , to selected 6885
- Make server_die() use enum; minor cleanups here and there

Revision 5425 - (view) (annotate) - [select for diffs]
Modified Wed Jan 28 13:37:09 2015 UTC (10 years, 6 months ago) by michael
File length: 2169 byte(s)
Diff to previous 5347 , to selected 6885
- memory.c:MyFree(): removed extraneous pointer test

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: 2180 byte(s)
Diff to previous 4565 , to selected 6885
- Update copyright years

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

Revision 4473 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 09:31:41 2014 UTC (11 years ago) by michael
File length: 2176 byte(s)
Diff to previous 3504 , to selected 6885
- memory.c:MyRealloc(): As pointed out by Adam, realloc() can be called with
  size being 0 which equals to free(). In that case the outofmemory handler
  shouldn't be triggered.

Revision 3504 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:29 2014 UTC (11 years, 3 months ago) by michael
File length: 2171 byte(s)
Diff to previous 3167 , to selected 6885
- Renamed MyMalloc() to MyCalloc()

Revision 3167 - (view) (annotate) - [select for diffs]
Modified Sat Mar 15 22:01:39 2014 UTC (11 years, 5 months ago) by michael
File length: 2171 byte(s)
Diff to previous 2916 , to selected 6885
- Get rid of restart() wrapper function

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
File length: 2165 byte(s)
Diff to previous 1664 , to selected 6885
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 1664 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 14:33:47 2012 UTC (12 years, 9 months ago) by michael
File length: 2143 byte(s)
Diff to previous 1646 , to selected 6885
- memory.c: removed mem_frob()
- automake 1.12.5

Revision 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (12 years, 9 months ago) by michael
File length: 2463 byte(s)
Diff to previous 1592 , to selected 6885
- First pass of conf parser stabilization/cleanup

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

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/memory.c
File length: 2253 byte(s)
Diff to previous 1247 , to selected 6885
- 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 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/memory.c
File length: 2255 byte(s)
Diff to previous 1156 , to selected 6885
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

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/memory.c
File length: 2248 byte(s)
Diff to previous 1155 , to selected 6885
- 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/memory.c
File length: 2248 byte(s)
Diff to previous 1029 , to selected 6885
- 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/memory.c
File length: 2248 byte(s)
Diff to previous 1028 , to selected 6885
- 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/memory.c
File length: 2248 byte(s)
Diff to previous 1011 , to selected 6885
- 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/memory.c
File length: 2248 byte(s)
Diff to previous 34 , to selected 6885
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/memory.c
File length: 2036 byte(s)
Diff to previous 33 , to selected 6885
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/memory.c
File length: 2036 byte(s)
Diff to previous 32 , to selected 6885
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/memory.c
File length: 2036 byte(s)
Diff to previous 31 , to selected 6885
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/src/memory.c
File length: 2036 byte(s)
Diff to previous 30 , to selected 6885
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/src/memory.c
File length: 2086 byte(s)
Diff to selected 6885
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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