ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/fdlist.c
Revision 8774 - (view) (annotate) - [select for diffs]
Modified Sun Jan 6 16:49:49 2019 UTC (6 years, 7 months ago) by michael
File length: 4155 byte(s)
Diff to previous 8772 , to selected 4479
- ircd.c: added setup_fdlimit(); move max file descriptor check out of fdlist_init()

Revision 8772 - (view) (annotate) - [select for diffs]
Modified Sun Jan 6 13:24:08 2019 UTC (6 years, 7 months ago) by michael
File length: 4307 byte(s)
Diff to previous 8770 , to selected 4479
- fdlist.c:fd_note(): don't leak memory on F->desc if it is already allocated

Revision 8770 - (view) (annotate) - [select for diffs]
Modified Sun Jan 6 12:29:43 2019 UTC (6 years, 7 months ago) by michael
File length: 4287 byte(s)
Diff to previous 8752 , to selected 4479
- fdlist: change F->desc to a pointer and use xstrdup to copy description

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
File length: 4190 byte(s)
Diff to previous 8660 , to selected 4479
- Update copyright years

Revision 8660 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:55:59 2018 UTC (6 years, 9 months ago) by michael
File length: 4190 byte(s)
Diff to previous 8658 , to selected 4479
- Make use of the bool data type in some more places

Revision 8658 - (view) (annotate) - [select for diffs]
Modified Mon Nov 12 19:03:09 2018 UTC (6 years, 9 months ago) by michael
File length: 4186 byte(s)
Diff to previous 8588 , to selected 4479
- Make use of the bool data type in some more places

Revision 8588 - (view) (annotate) - [select for diffs]
Modified Sun Oct 21 10:51:52 2018 UTC (6 years, 10 months ago) by michael
File length: 4134 byte(s)
Diff to previous 8528 , to selected 4479
- Sprinkle some assert(); cleanup existing ones

Revision 8528 - (view) (annotate) - [select for diffs]
Modified Sun Apr 29 13:59:55 2018 UTC (7 years, 3 months ago) by michael
File length: 4130 byte(s)
Diff to previous 8522 , to selected 4479
- Minor cleanup to fd_open()

Revision 8522 - (view) (annotate) - [select for diffs]
Modified Tue Apr 24 19:48:22 2018 UTC (7 years, 4 months ago) by michael
File length: 4111 byte(s)
Diff to previous 8520 , to selected 4479
- Style corrections

Revision 8520 - (view) (annotate) - [select for diffs]
Modified Mon Apr 16 19:32:31 2018 UTC (7 years, 4 months ago) by michael
File length: 4099 byte(s)
Diff to previous 8379 , to selected 4479
- fdlist.c: initialize 'highest_fd' with -1 so we don't run into problems if we ever have a fd == 0 in fdlist_update_highest_fd(), which currently is highly unlikely

Revision 8379 - (view) (annotate) - [select for diffs]
Modified Sun Mar 11 14:57:20 2018 UTC (7 years, 5 months ago) by michael
File length: 4094 byte(s)
Diff to previous 8365 , to selected 4479
- Move fd_dump() to m_stats.c; rename it to stats_fdlist()

Revision 8365 - (view) (annotate) - [select for diffs]
Modified Sun Mar 4 17:59:17 2018 UTC (7 years, 5 months ago) by michael
File length: 4551 byte(s)
Diff to previous 8339 , to selected 4479
- fdlist.c: remove unused header includes

Revision 8339 - (view) (annotate) - [select for diffs]
Modified Sat Mar 3 22:47:06 2018 UTC (7 years, 5 months ago) by michael
File length: 4655 byte(s)
Diff to previous 8279 , to selected 4479
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
File length: 4766 byte(s)
Diff to previous 7924 , to selected 4479
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
File length: 4766 byte(s)
Diff to previous 7668 , to selected 4479
- Update copyright years

Revision 7668 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
File length: 4766 byte(s)
Diff to previous 7105 , to selected 4479
- Fixed svn properties

Revision 7105 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 20:11:27 2016 UTC (9 years, 7 months ago) by michael
File length: 4766 byte(s)
Diff to previous 7006 , to selected 4479
- Incorporate gnutls support by Adam & Attila

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
File length: 4780 byte(s)
Diff to previous 6553 , to selected 4479
- Update copyright years

Revision 6553 - (view) (annotate) - [select for diffs]
Modified Sat Oct 3 16:56:22 2015 UTC (9 years, 10 months ago) by michael
File length: 4780 byte(s)
Diff to previous 5590 , to selected 4479
- Use EXIT_FAILURE in some places instead of hardcoded values

Revision 5590 - (view) (annotate) - [select for diffs]
Modified Tue Feb 17 17:55:01 2015 UTC (10 years, 6 months ago) by michael
File length: 4770 byte(s)
Diff to previous 5583 , to selected 4479
- Sprinkle some assert()

Revision 5583 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:43:15 2015 UTC (10 years, 6 months ago) by michael
File length: 4717 byte(s)
Diff to previous 5347 , to selected 4479
- Style corrections only

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 4479
- 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 4479
- 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
- Update GPL 2 license headers

Revision 4479 - (view) (annotate) - [selected]
Modified Thu Aug 14 16:18:31 2014 UTC (11 years ago) by michael
File length: 4776 byte(s)
Diff to previous 4340
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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, 10 months ago) by michael
File length: 5466 byte(s)
Diff to previous 1330 , to selected 4479
- 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 4479
- 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 , to selected 4479
- 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 (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/fdlist.c
File length: 5453 byte(s)
Diff to previous 1309 , to selected 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
- 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 4479
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 4479
- 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 4479
- 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 4479
- 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 4479
- 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