ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/fdlist.c
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: 4715 byte(s)
Diff to previous 4878 , to selected 1312
- Update copyright years

Revision 4878 - (view) (annotate) - [select for diffs]
Modified Sun Nov 16 13:38:54 2014 UTC (10 years, 9 months ago) by michael
File length: 4715 byte(s)
Diff to previous 4565 , to selected 1312
- fdlist.c: removed set_fdlimit() wrapper function

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

Revision 4479 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 16:18:31 2014 UTC (11 years ago) by michael
File length: 4776 byte(s)
Diff to previous 4340 , to selected 1312
- Fixed compile warnings

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years ago) by michael
File length: 4752 byte(s)
Diff to previous 3602 , to selected 1312
- Renamed structures to meet code conventions

Revision 3602 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:35:42 2014 UTC (11 years, 3 months ago) by michael
File length: 4746 byte(s)
Diff to previous 3600 , to selected 1312
- fdlist.c: style corrections

Revision 3600 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:32:55 2014 UTC (11 years, 3 months ago) by michael
File length: 4750 byte(s)
Diff to previous 3589 , to selected 1312
- fdlist.c: use unsigned whenever possible

Revision 3589 - (view) (annotate) - [select for diffs]
Modified Sun May 18 15:24:35 2014 UTC (11 years, 3 months ago) by michael
File length: 4756 byte(s)
Diff to previous 3347 , to selected 1312
- Use sendto_one_numeric() everywhere

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 4782 byte(s)
Diff to previous 3322 , to selected 1312
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3322 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (11 years, 4 months ago) by michael
File length: 4784 byte(s)
Diff to previous 2916 , to selected 1312
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

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: 4788 byte(s)
Diff to previous 1736 , to selected 1312
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 1736 - (view) (annotate) - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (12 years, 7 months ago) by michael
File length: 4768 byte(s)
Diff to previous 1618 , to selected 1312
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (12 years, 9 months ago) by michael
File length: 5479 byte(s)
Diff to previous 1592 , to selected 1312
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

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: 5466 byte(s)
Diff to previous 1330 , to selected 1312
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1330 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:12:00 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5466 byte(s)
Diff to previous 1329 , to selected 1312
- Squash two other compile warnings. ircd now compiles clean with
  -Wall
  -Wextra
  -Wno-unused
  -Wcast-qual
  -Wcast-align
  -Wbad-function-cast
  -Wmissing-declarations
  -Wmissing-prototypes
  -Wnested-externs
  -Wredundant-decls
  -Wshadow
  -Wwrite-strings
  -Wundef

Revision 1329 - (view) (annotate) - [select for diffs]
Modified Sun Apr 1 12:02:12 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5452 byte(s)
Diff to previous 1312
- Remove unused configure tests
- Fixed compile warning in conf_parser.c

Revision 1312 - (view) (annotate) - [selected]
Modified Mon Mar 26 16:07:20 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5453 byte(s)
Diff to previous 1309
- client.h: remove servlink leftovers

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/fdlist.c
File length: 5432 byte(s)
Diff to previous 1243 , to selected 1312
- 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 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5434 byte(s)
Diff to previous 1236 , to selected 1312
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1236 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 11:21:27 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5433 byte(s)
Diff to previous 1156 , to selected 1312
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is
  more than enough nowadays

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/fdlist.c
File length: 5454 byte(s)
Diff to previous 1155 , to selected 1312
- 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/fdlist.c
File length: 5454 byte(s)
Diff to previous 1029 , to selected 1312
- 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/fdlist.c
File length: 5454 byte(s)
Diff to previous 1028 , to selected 1312
- 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/fdlist.c
File length: 5454 byte(s)
Diff to previous 1001 , to selected 1312
- move ircd-hybrid-7.2 to trunk

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/fdlist.c
File length: 5454 byte(s)
Diff to previous 992 , to selected 1312
- remove half done and broken win32 support

Revision 992 - (view) (annotate) - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2/src/fdlist.c
File length: 6059 byte(s)
Diff to previous 436 , to selected 1312
- fix possible auth/dns related memleaks

Revision 436 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 21:35:16 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/fdlist.c
File length: 6134 byte(s)
Diff to previous 34 , to selected 1312
- Fixed bug in fd_close() that caused a core when calling restart_resolver()


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/fdlist.c
File length: 6161 byte(s)
Diff to previous 33 , to selected 1312
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/fdlist.c
File length: 6161 byte(s)
Diff to previous 32 , to selected 1312
- 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/fdlist.c
File length: 6161 byte(s)
Diff to previous 31 , to selected 1312
- 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/fdlist.c
File length: 6161 byte(s)
Diff to previous 30 , to selected 1312
- 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/fdlist.c
File length: 6207 byte(s)
Diff to selected 1312
- 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