ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/fdlist.c
Revision 6554 - (view) (annotate) - [select for diffs]
Modified Sat Oct 3 16:56:36 2015 UTC (8 years, 5 months ago) by michael
File length: 4780 byte(s)
Diff to previous 5591 , to selected 1329
- Use EXIT_FAILURE in some places instead of hardcoded values

Revision 5591 - (view) (annotate) - [select for diffs]
Modified Tue Feb 17 17:55:40 2015 UTC (9 years, 1 month ago) by michael
File length: 4770 byte(s)
Diff to previous 5582 , to selected 1329
- Sprinkle some assert()

Revision 5582 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:42:58 2015 UTC (9 years, 1 month ago) by michael
File length: 4717 byte(s)
Diff to previous 5346 , to selected 1329
- Style corrections only

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 2 months ago) by michael
File length: 4715 byte(s)
Diff to previous 4877 , to selected 1329
- Update copyright years

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

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 4780 byte(s)
Diff to previous 4478 , to selected 1329
- Update GPL 2 license headers

Revision 4478 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 16:17:08 2014 UTC (9 years, 7 months ago) by michael
File length: 4776 byte(s)
Diff to previous 4341 , to selected 1329
- Fixed compile warnings

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (9 years, 7 months ago) by michael
File length: 4752 byte(s)
Diff to previous 3603 , to selected 1329
- Renamed structures to meet code conventions

Revision 3603 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:35:54 2014 UTC (9 years, 10 months ago) by michael
File length: 4746 byte(s)
Diff to previous 3601 , to selected 1329
- fdlist.c: style corrections

Revision 3601 - (view) (annotate) - [select for diffs]
Modified Tue May 20 17:33:08 2014 UTC (9 years, 10 months ago) by michael
File length: 4750 byte(s)
Diff to previous 3590 , to selected 1329
- fdlist.c: use unsigned whenever possible

Revision 3590 - (view) (annotate) - [select for diffs]
Modified Sun May 18 15:25:09 2014 UTC (9 years, 10 months ago) by michael
File length: 4756 byte(s)
Diff to previous 3377 , to selected 1329
- Use sendto_one_numeric() everywhere

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 4782 byte(s)
Diff to previous 3347 , to selected 1329
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 4782 byte(s)
Diff to previous 3322 , to selected 1329
- 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 (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 4784 byte(s)
Diff to previous 2916 , to selected 1329
- 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 (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 4788 byte(s)
Diff to previous 1736 , to selected 1329
- 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 (11 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 4768 byte(s)
Diff to previous 1618 , to selected 1329
- 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 (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 5479 byte(s)
Diff to previous 1592 , to selected 1329
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/fdlist.c
File length: 5466 byte(s)
Diff to previous 1330 , to selected 1329
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5466 byte(s)
Diff to previous 1329
- 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) - [selected]
Modified Sun Apr 1 12:02:12 2012 UTC (11 years, 11 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) - [select for diffs]
Modified Mon Mar 26 16:07:20 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5453 byte(s)
Diff to previous 1309 , to selected 1329
- client.h: remove servlink leftovers

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5432 byte(s)
Diff to previous 1243 , to selected 1329
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5434 byte(s)
Diff to previous 1236 , to selected 1329
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5433 byte(s)
Diff to previous 1156 , to selected 1329
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5454 byte(s)
Diff to previous 1155 , to selected 1329
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/fdlist.c
File length: 5454 byte(s)
Diff to previous 1029 , to selected 1329
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/fdlist.c
File length: 5454 byte(s)
Diff to previous 1028 , to selected 1329
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/fdlist.c
File length: 5454 byte(s)
Diff to previous 1001 , to selected 1329
- move ircd-hybrid-7.2 to trunk

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

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

Revision 436 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 21:35:16 2006 UTC (18 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2/src/fdlist.c
File length: 6134 byte(s)
Diff to previous 34 , to selected 1329
- 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 (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/fdlist.c
File length: 6161 byte(s)
Diff to previous 33 , to selected 1329
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 (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/fdlist.c
File length: 6161 byte(s)
Diff to previous 32 , to selected 1329
- svn:keywords

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

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

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/fdlist.c
File length: 6207 byte(s)
Diff to selected 1329
- 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