ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_epoll.c
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 07:05:45 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-2_01, rel-3_0, rel-3_1, rel-3_2, rel-3_3, rel-3_31, rel-3_33, rel-3_4
Changes since 1.32: +30 -22 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 16:52:50 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_85, rel-1_86, rel-2_0
Changes since 1.31: +70 -16 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 03:51:18 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_8, rel-1_81
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 03:19:50 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
reduce fudge - it certainly isn't 0 in principle, but 0 in practise everywhere i could test

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sun Dec 9 02:12:44 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.28: +2 -2 lines
Diff to previous 1.28
ยต-opts

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 13:54:36 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_6, rel-1_71, rel-1_72
Changes since 1.27: +1 -1 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Wed Nov 28 11:15:55 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_5
Changes since 1.26: +3 -5 lines
Diff to previous 1.26
experimental, and likely broken, inotify support

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Nov 23 19:13:33 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_3, rel-1_4
Changes since 1.25: +10 -10 lines
Diff to previous 1.25
first try at embed watchers

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Nov 23 05:13:49 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
more thorough renaming, might even work now

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 23 05:00:45 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
renamed METHODs to BACKENDs
add ev_supported_backends and ev_recommended_backends functions.

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-3_4: (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