ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/libio
Revision 362 - Directory Listing - [select for diffs]
Modified Sat Jan 7 05:06:18 2006 UTC (18 years, 2 months ago) by metalrock
Diff to previous 292
 - Fixed some compile errors and some shadowed declarations.

Revision 292 - Directory Listing - [select for diffs]
Modified Mon Dec 5 10:40:18 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 290
- Added support for (\) escape character to has_wildcards()

Revision 290 - Directory Listing - [select for diffs]
Modified Sun Dec 4 13:31:27 2005 UTC (18 years, 3 months ago) by michael
Diff to previous 281
- Moved has_wildcards() from m_list.c to match.c and re-use it
  in some other places.

Revision 281 - Directory Listing - [select for diffs]
Modified Thu Nov 24 10:29:09 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 270
+ hopefully fixed /dev/poll

Revision 270 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:35 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 254
+ ported rate limiting fixes from 7.2

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

Revision 223 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:42:51 2005 UTC (18 years, 4 months ago) by adx
Diff to previous 185
+ moved max_watch to the beginning of 'registered users' subsection

Revision 185 - Directory Listing - [select for diffs]
Modified Sun Oct 23 15:39:00 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 184
* dynamic module support for win32

Revision 184 - Directory Listing - [select for diffs]
Modified Sun Oct 23 14:51:05 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 177
* make win32 port work with libio.dll
Revision 177 - Directory Listing - [select for diffs]
Modified Sat Oct 22 09:05:05 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 175
- Bind uses a semicolon as commentcharacter for resolv.conf.  Let's
  deal with it properly
- Do some logging if we skipped any namserver because we reached the max
  of allowed servers

Revision 175 - Directory Listing - [select for diffs]
Modified Fri Oct 21 23:57:03 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 174
- Fixed typo ...

Revision 174 - Directory Listing - [select for diffs]
Modified Fri Oct 21 23:53:06 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 170
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

Revision 170 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:39:59 2005 UTC (18 years, 5 months ago) by michael
Diff to previous 156
- Removed two extra memsets in make_request()

Revision 156 - Directory Listing - [select for diffs]
Modified Tue Oct 18 06:32:44 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 153
- fixed register_callback re-registering

Revision 153 - Directory Listing - [select for diffs]
Modified Mon Oct 17 21:20:34 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 152
- 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 152 - Directory Listing - [select for diffs]
Modified Mon Oct 17 01:48:08 2005 UTC (18 years, 5 months ago) by db
Diff to previous 107
- res.c would send out hundreds? of retry requests on clients that
  did not resolve, i.e. SERVFAIL. The code was essentailly ignoring
  SERVFAIL hence generating request after request after request.
  This appears to fix this major bug. It would be a good idea to add
  some logging here however.


Revision 107 - Directory Listing - [select for diffs]
Modified Tue Oct 11 18:33:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 90
- fixed header name collision on linux *yawn*

Revision 90 - Directory Listing - [select for diffs]
Modified Fri Oct 7 02:04:15 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 89
- Finialise svn:ignore keywords to fix everything

Revision 89 - Directory Listing - [select for diffs]
Modified Thu Oct 6 21:22:58 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 87
- added dynamically extensible conf parser (compiles ok); enough to start
  modularising general{} -> general.c, auth{} -> auth.c and so on.

Revision 87 - Directory Listing - [select for diffs]
Modified Wed Oct 5 20:47:43 2005 UTC (18 years, 5 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 (18 years, 5 months ago) by adx
Diff to previous 85
* 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 85 - Directory Listing - [select for diffs]
Modified Wed Oct 5 14:29:35 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 78
- register_callback: always restore the original handler at the end
  of the chain, not only when the chain is empty

Revision 78 - Directory Listing - [select for diffs]
Modified Tue Oct 4 21:16:00 2005 UTC (18 years, 5 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 (18 years, 5 months ago) by adx
Diff to previous 73
- misc win32 fixes
Revision 73 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:08:14 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 72
- stale .depend

Revision 72 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:07:51 2005 UTC (18 years, 5 months ago) by knight
Diff to previous 71
- svn:ignore for .depend

Revision 71 - Directory Listing - [select for diffs]
Modified Tue Oct 4 18:05:45 2005 UTC (18 years, 5 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 (18 years, 5 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 (18 years, 5 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 (18 years, 5 months ago) by adx
Diff to previous 67
- removed last references to the ircd core, libio is independent now
- to do: split headers

Revision 67 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:50:49 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 65
- removed external references from libio/net, still to do: comm

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

Revision 64 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:50:22 2005 UTC (18 years, 5 months ago) by adx
Diff to previous 62
- removed external references from string/
- still to do : misc net comm

Revision 62 - Directory Listing - [select for diffs]
Modified Mon Oct 3 22:23:39 2005 UTC (18 years, 5 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 (18 years, 5 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 (18 years, 5 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 (18 years, 5 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