ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/libio/comm
Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (20 years, 10 months ago) by knight
Diff to previous 87
- Finialise svn:ignore keywords to fix everything

Revision 87 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:47:43 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 86
- integrated close_standard_fds with libio_init

Revision 86 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:36:04 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 78
* 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 78 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:16:00 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 77
- further win32 fixes, use ircd_signal.c interface (signals are wrapped
  around WM_USER's wParam)
- note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is
  independent from the ircd, ie variable dispatch_wm_signal is set in
  ircd_signal.c.
- now it compiles, to do: turn libio into a DLL to allow symbol references
  in m_*.dll protocol modules.
Revision 77 - Directory Listing - [select for diffs]
Modified Tue Oct 4 20:45:31 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 71
- misc win32 fixes
Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (20 years, 10 months ago) by knight
Diff to previous 70
- svn:keywords *smacks adx*

Revision 70 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:21:07 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 69
- fixed errors on last commit
- moved rlimits.h to comm

Revision 69 - Directory Listing - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 68
- 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 68 - Directory Listing - [select for diffs]
Modified Tue Oct 4 00:44:29 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 65
- removed last references to the ircd core, libio is independent now
- to do: split headers

Revision 65 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:33:16 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 61
- removed external references from libio/misc
- imported s_misc.c to libio, moved CurrentTime there

Revision 61 - Directory Listing - [select for diffs]
Modified Mon Oct 3 21:20:41 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 60
- 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 60 - Directory Listing - [select for diffs]
Modified Mon Oct 3 15:51:34 2005 UTC (20 years, 10 months ago) by adx
Diff to previous 59
- separate interface (irc_res.h) and implementation (irc_reslib.h)
- moved resolver from comm/ to net/

Revision 59 - Directory Listing - [select for diffs]
Added Mon Oct 3 15:11:57 2005 UTC (20 years, 10 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