ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/event.c
Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Tue Dec 25 07:05:46 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
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 Nov 29 12:21:06 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-1_6, rel-1_71, rel-1_72, rel-1_8, rel-1_81, rel-1_85, rel-1_86, rel-2_0
Changes since 1.31: +6 -17 lines
Diff to previous 1.31
many fixes to event emulation

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Wed Nov 14 05:30:02 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_9, rel-1_1, rel-1_2, rel-1_3, rel-1_4, rel-1_5
Changes since 1.30: +17 -12 lines
Diff to previous 1.30
speed up event emulation

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 21:51:14 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 08:00:28 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 08:00:05 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.27: +3 -3 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 01:11:36 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_8
Changes since 1.26: +15 -1 lines
Diff to previous 1.26
half-assed ev_flags emulation

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 00:31:08 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
rewrite seletc backend, port again to msvc

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 21:48:23 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.24: +3 -3 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Nov 9 17:07:59 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_7
Changes since 1.23: +5 -2 lines
Diff to previous 1.23
move event_base predeclaration higher in the file

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 23:53:41 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.22: +5 -3 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 21:20:51 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.21: +3 -3 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Nov 8 21:14:15 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.20: +12 -0 lines
Diff to previous 1.20
implement event_activate, might opt to replace it by a stright call to the callback?

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 18:49:32 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_51, rel-0_6
Changes since 1.19: +9 -2 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 16:51:20 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Tue Nov 6 13:17:55 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-0_5
Changes since 1.17: +7 -4 lines
Diff to previous 1.17
now port to microsofts goddamn broken pseudo-c-we-do-it-different-to-spite-you so-called c compiler

Revision 1.17 - (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.16: +1 -1 lines
Diff to previous 1.16
- 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.16 - (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.15: +2 -6 lines
Diff to previous 1.15
bugfixes

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 20:38:07 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.14: +4 -0 lines
Diff to previous 1.14
need to rethinkg design, maybe use 'proper' struct subclassing due to aliasing restrictions in C

Revision 1.14 - (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.13: +13 -14 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (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.12: +4 -3 lines
Diff to previous 1.12
*** empty log message ***

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

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

Revision 1.10 - (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.9: +9 -3 lines
Diff to previous 1.9
better destroy support, separate into default loop and additional loops

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Nov 4 00:24:17 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.8: +29 -19 lines
Diff to previous 1.8
wow the event api is broken

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

Revision 1.7 - (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.6: +37 -58 lines
Diff to previous 1.6
prepare for multiple bases

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 20:24:42 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.5: +1 -1 lines
Diff to previous 1.5
do not support multiple event bases. period.

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 19:41:56 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.4: +7 -3 lines
Diff to previous 1.4
try to programmatically integrate libevent

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Fri Nov 2 13:08:51 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.3: +61 -53 lines
Diff to previous 1.3
improve event compatibility, make watchers much smaller by union'ising io and sig watchers

Revision 1.3 - (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.2: +0 -5 lines
Diff to previous 1.2
*** empty log message ***

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

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Nov 1 15:39:16 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rel-3_1: (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