ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_epoll.c
Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 16:51:20 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_51, rel-0_6, rel-0_7, rel-0_8, rel-0_9, rel-1_1, rel-1_2
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 01:17:16 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_5
Changes since 1.21: +3 -8 lines
Diff to previous 1.21
better fork

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 00:52:33 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.20: +11 -2 lines
Diff to previous 1.20
better fork

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 00:10:04 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.19: +11 -6 lines
Diff to previous 1.19
better error handling

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 23:14:11 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.18: +3 -1 lines
Diff to previous 1.18
- have to re-check potentially closed fds regularly for epoll. this hurts
  badly :(
- still more than twice as fats as libevent.
- many minor fixes

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 22:03:17 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
bugfixes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 19:45:09 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.16: +2 -1 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 18:29:44 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.15: +1 -3 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 15:58:50 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +19 -14 lines
Diff to previous 1.14
better destroy support, separate into default loop and additional loops

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 00:39:24 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.13: +10 -10 lines
Diff to previous 1.13
multiplicity, work around bugs in http.c etc.

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 21:58:51 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.12: +10 -13 lines
Diff to previous 1.12
prepare for multiple bases

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 11:44:44 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
rework signal and child handling

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 10:37:29 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 11:02:23 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 13:11:12 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.8: +2 -0 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 11:11:22 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.7: +1 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 22:16:37 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
only add fds to fdchangeset one

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 20:46:44 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.5: +7 -3 lines
Diff to previous 1.5
stuffs

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 14:44:15 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.4: +29 -0 lines
Diff to previous 1.4
legalese

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 11:56:34 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.3: +1 -3 lines
Diff to previous 1.3
rmeove remaining debugging code

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 00:24:16 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.2: +6 -5 lines
Diff to previous 1.2
signal support

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 23:54:38 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.1: +21 -34 lines
Diff to previous 1.1
implement select method

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Tue Oct 30 20:59:31 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
initial roguh cut that doesn't immediately barf

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-1_2: (view) (download) (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, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a