ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/s_bsd_poll.c
Revision 6541 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 11:01:18 2015 UTC (8 years, 6 months ago) by michael
File length: 4672 byte(s)
Diff to previous 5901 , to selected 1156
- Replace obsolete usleep() with nanosleep()

Revision 5901 - (view) (annotate) - [select for diffs]
Modified Mon May 4 11:56:31 2015 UTC (8 years, 10 months ago) by michael
File length: 4620 byte(s)
Diff to previous 5346 , to selected 1156
- Style corrections

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: 4636 byte(s)
Diff to previous 4564 , to selected 1156
- Update copyright years

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: 4636 byte(s)
Diff to previous 4471 , to selected 1156
- Update GPL 2 license headers

Revision 4471 - (view) (annotate) - [select for diffs]
Modified Thu Aug 14 09:25:30 2014 UTC (9 years, 7 months ago) by michael
File length: 4632 byte(s)
Diff to previous 4462 , to selected 1156
- s_bsd_poll.c cleanups/fixes provided by Adam

Revision 4462 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 17:08:22 2014 UTC (9 years, 7 months ago) by michael
File length: 4742 byte(s)
Diff to previous 3505 , to selected 1156
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
  a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
  has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.

Revision 3505 - (view) (annotate) - [select for diffs]
Modified Sat May 10 19:51:42 2014 UTC (9 years, 10 months ago) by michael
File length: 4700 byte(s)
Diff to previous 3377 , to selected 1156
- Renamed MyMalloc() to MyCalloc()

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: 4700 byte(s)
Diff to previous 3274 , to selected 1156
- Create 8.2.x branch

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_bsd_poll.c
File length: 4700 byte(s)
Diff to previous 2916 , to selected 1156
- Clean up redundant/unused header includes

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/s_bsd_poll.c
File length: 4718 byte(s)
Diff to previous 2725 , to selected 1156
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2725 - (view) (annotate) - [select for diffs]
Modified Sun Dec 29 13:01:00 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_bsd_poll.c
File length: 4729 byte(s)
Diff to previous 2650 , to selected 1156
- Fixed bug where ircd didn't timeout SSL connections that haven't
  finished the SSL handshake. Reported by Adam.

Revision 2650 - (view) (annotate) - [select for diffs]
Modified Tue Dec 10 19:46:48 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_bsd_poll.c
File length: 4652 byte(s)
Diff to previous 2627 , to selected 1156
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
  s_bsd_kqueue.c, s_bsd_poll.c: style corrections

Revision 2627 - (view) (annotate) - [select for diffs]
Modified Fri Dec 6 19:39:55 2013 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/src/s_bsd_poll.c
File length: 4560 byte(s)
Diff to previous 1736 , to selected 1156
- Fixed compile warnings with --enable-poll and --enable-select

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/s_bsd_poll.c
File length: 4540 byte(s)
Diff to previous 1592 , to selected 1156
- Forward-port -r1732 [Dropped support for linux rt signals]

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/s_bsd_poll.c
File length: 4946 byte(s)
Diff to previous 1309 , to selected 1156
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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/s_bsd_poll.c
File length: 4946 byte(s)
Diff to previous 1156
- 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 1156 - (view) (annotate) - [selected]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/s_bsd_poll.c
File length: 4948 byte(s)
Diff to previous 1155
- 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/s_bsd_poll.c
File length: 4948 byte(s)
Diff to previous 1029 , to selected 1156
- 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/s_bsd_poll.c
File length: 4948 byte(s)
Diff to previous 1028 , to selected 1156
- 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/s_bsd_poll.c
File length: 4948 byte(s)
Diff to previous 1021 , to selected 1156
- move ircd-hybrid-7.2 to trunk

Revision 1021 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 02:25:33 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/s_bsd_poll.c
File length: 4948 byte(s)
Diff to previous 908 , to selected 1156
- fix build with poll, select and rt-signal

Revision 908 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (16 years, 4 months ago) by stu
Original Path: ircd-hybrid-7.2/src/s_bsd_poll.c
File length: 4930 byte(s)
Diff to previous 34 , to selected 1156
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
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/s_bsd_poll.c
File length: 4871 byte(s)
Diff to previous 33 , to selected 1156
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/s_bsd_poll.c
File length: 4871 byte(s)
Diff to previous 32 , to selected 1156
- 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/s_bsd_poll.c
File length: 4871 byte(s)
Diff to previous 31 , to selected 1156
- 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/s_bsd_poll.c
File length: 4871 byte(s)
Diff to previous 30 , to selected 1156
- 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/s_bsd_poll.c
File length: 4921 byte(s)
Diff to selected 1156
- 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