ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/mem
Revision 665 - Directory Listing - [select for diffs]
Modified Sat Jun 10 20:01:13 2006 UTC (20 years, 1 month ago) by stu
Diff to previous 587
integers aren't necessarily pointers, unless you say they are. (removed compile warning)
Revision 587 - Directory Listing - [select for diffs]
Modified Mon May 8 11:14:24 2006 UTC (20 years, 2 months ago) by michael
Diff to previous 586
- Documentation fixes about MemBlock struct in balloc.h

Revision 586 - Directory Listing - [select for diffs]
Modified Mon May 8 11:06:32 2006 UTC (20 years, 2 months ago) by michael
Diff to previous 556
- Proper typecasting in newblock()

Revision 556 - Directory Listing - [select for diffs]
Modified Sat Apr 22 18:46:28 2006 UTC (20 years, 3 months ago) by db
Diff to previous 550
- correct #ifndef


Revision 550 - Directory Listing - [select for diffs]
Modified Fri Apr 21 14:42:55 2006 UTC (20 years, 3 months ago) by db
Diff to previous 544
- fix compile error in m_stats.c
- wrap header in balloc.h


Revision 544 - Directory Listing - [select for diffs]
Modified Wed Apr 5 09:34:28 2006 UTC (20 years, 3 months ago) by michael
Diff to previous 543
- Made heap_list a dlink_list type
- Killed Block::used_list

Revision 543 - Directory Listing - [select for diffs]
Modified Mon Apr 3 15:18:11 2006 UTC (20 years, 3 months ago) by michael
Diff to previous 474
- "deglobalized" heap_list and added block_heap_get_heap_list() instead.
  Note that block_heap_get_heap_list is a const function and the data pointed
  by it can't and should never be modified externally.

Revision 474 - Directory Listing - [select for diffs]
Modified Sat Feb 18 02:12:40 2006 UTC (20 years, 5 months ago) by adx
Diff to previous 466
+ finished modules API
+ now we need to put these mo_modload etc somewhere

Revision 466 - Directory Listing - [select for diffs]
Modified Mon Feb 13 16:33:18 2006 UTC (20 years, 5 months ago) by adx
Diff to previous 462
+ return module base == NULL instead of handle if not known

Revision 462 - Directory Listing - [select for diffs]
Modified Mon Feb 13 03:09:38 2006 UTC (20 years, 5 months ago) by adx
Diff to previous 461
+ added missing error handlers for mach

Revision 461 - Directory Listing - [select for diffs]
Modified Mon Feb 13 01:28:16 2006 UTC (20 years, 5 months ago) by adx
Diff to previous 402
+ rewritten dynlink.c, moved to libio

Revision 402 - Directory Listing - [select for diffs]
Modified Tue Feb 7 13:07:26 2006 UTC (20 years, 5 months ago) by michael
Diff to previous 254
- Removed dalloca.h

Revision 254 - Directory Listing - [select for diffs]
Modified Sat Nov 12 11:26:07 2005 UTC (20 years, 8 months ago) by michael
Diff to previous 153
- Disabled optimization. i.e. restored -O0
- #if'd out My* inline functions from memory.h

Revision 153 - Directory Listing - [select for diffs]
Modified Mon Oct 17 21:20:34 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 90
- compile libio as a dll on win32
- next step is compiling the whole ircd as a dll to export its symbols
- after that, we'll be able to support loadable *.dll modules.

NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (20 years, 9 months ago) by knight
Diff to previous 86
- Finialise svn:ignore keywords to fix everything

Revision 86 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:36:04 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 71
* attached misc/tools.c to misc/list.c,
  this should really have been done earlier.

* moved mem_frob() to memory.c

* single libio_init() instead of all startup functions;
  btw, I don't know if ircd's still able to boot ..

Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (20 years, 9 months ago) by knight
Diff to previous 69
- svn:keywords *smacks adx*

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 62
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 61
- reorganisation goes on, removed external references from libio/mem

Revision 61 - Directory Listing - [select for diffs]
Modified Mon Oct 3 21:20:41 2005 UTC (20 years, 9 months ago) by adx
Diff to previous 59
- split libio Makefiles for easier maintenance
- moved pcre.h to main include/ as it is currently a part
  of libio interface (in the future all such headers should
  be moved to libio/ and integrated...)

Now, libio components like comm, misc etc. should be as independent
as possible (from the rest of ircd and from each other), to allow
easy reuse in other software and to keep the interface clean.


Revision 59 - Directory Listing - [select for diffs]
Added Mon Oct 3 15:11:57 2005 UTC (20 years, 9 months ago) by adx
- move non-irc related sources to /libio
- todo: make it independent of the rest of code

(Current path doesn't exist after revision 1026)

Convenience Links